Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oneko: 1.2.5 -> 2.0b #36633

Closed
wants to merge 1 commit into from
Closed

oneko: 1.2.5 -> 2.0b #36633

wants to merge 1 commit into from

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Mar 9, 2018

Semi-automatic update. These checks were done:

  • built on NixOS
  • ran /nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b/bin/oneko -h got 0 exit code
  • ran /nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b/bin/oneko -h and found version 2.0b
  • found 2.0b in filename of file in /nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b

cc @xaverdh

Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b/bin/oneko -h` got 0 exit code
- ran `/nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b/bin/oneko -h` and found version 2.0b
- found 2.0b in filename of file in /nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b
@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Partial log (click to expand)

Package ‘oneko-2.0b’ in /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-ndnd/pkgs/applications/misc/oneko/default.nix:21 is not supported on ‘x86_64-darwin’, refusing to evaluate.

a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

install.man in . done
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b
shrinking /nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b/bin/oneko
gzipping man pages under /nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b/share/man/
strip is /nix/store/b0zlxla7dmy1iwc3g459rjznx59797xy-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b/bin 
patching script interpreter paths in /nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b
checking for references to /tmp/nix-build-oneko-2.0b.drv-0 in /nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b...
/nix/store/pilvgigv4bhwcn6viy3cl9w6gl8kmcsy-oneko-2.0b

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

install.man in . done
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/iv8gn1qb8fcxrsjqz2fivknn7cf1d22b-oneko-2.0b
shrinking /nix/store/iv8gn1qb8fcxrsjqz2fivknn7cf1d22b-oneko-2.0b/bin/oneko
gzipping man pages under /nix/store/iv8gn1qb8fcxrsjqz2fivknn7cf1d22b-oneko-2.0b/share/man/
strip is /nix/store/lvx1acn1ig1j2km8jds5x3ggh3f2wa8v-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/iv8gn1qb8fcxrsjqz2fivknn7cf1d22b-oneko-2.0b/bin
patching script interpreter paths in /nix/store/iv8gn1qb8fcxrsjqz2fivknn7cf1d22b-oneko-2.0b
checking for references to /build in /nix/store/iv8gn1qb8fcxrsjqz2fivknn7cf1d22b-oneko-2.0b...
/nix/store/iv8gn1qb8fcxrsjqz2fivknn7cf1d22b-oneko-2.0b

@xaverdh
Copy link
Contributor

xaverdh commented Mar 11, 2018

Something is wrong there, I can't find a new version 2.0b at http://www.daidouji.com/oneko/distfiles/

@xaverdh
Copy link
Contributor

xaverdh commented Mar 11, 2018

Ah ok, the version didn't change at all. The hash of the tar file changed (why?), then it just inferred a new version name somehow.

@ryantm
Copy link
Member Author

ryantm commented Mar 11, 2018

Hmm, what's this http://www.3bit.co.jp/~sasaki/oneko/ ? Some repositories seem to be using that for the Oneko package. https://repology.org/metapackage/oneko/versions

@xaverdh
Copy link
Contributor

xaverdh commented Mar 11, 2018

Well there are several variants of the program out there, written and modified by many people.
The README of the 2.0b variant at http://www.3bit.co.jp/%7Esasaki/oneko/ says:
Version 2.0 beta, March 3rd 1992
I will have a look into the differences between the two programs, and if the 2.0b variant can be seen as a successor to the one in the current package.

@srhb
Copy link
Contributor

srhb commented Apr 27, 2018

@xaverdh Any verdict? I'm scared I have outdated cats chasing my cursor. :-)

@ryantm
Copy link
Member Author

ryantm commented Apr 27, 2018

Ha! Well, either way, this PR is bad, and r-ryantm is smarter about not making PRs like this nowadays. Closing.

@ryantm ryantm closed this Apr 27, 2018
@ryantm ryantm deleted the auto-update/oneko branch April 27, 2018 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants