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

stfl: 0.22 -> 0.24 #36035

Merged
merged 1 commit into from Mar 1, 2018
Merged

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Feb 28, 2018

Semi-automatic update. These checks were performed:

  • built on NixOS
  • found 0.24 with grep in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24
  • found 0.24 in filename of file in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24

cc "@lovek323"

Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.24 with grep in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24
- found 0.24 in filename of file in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24

cc "@lovek323"
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Partial log (click to expand)

install -m 644 libstfl.a /nix/store/rznscfzpdini23nfavqfscjbdlqfqvgq-stfl-0.24""/lib
install -m 644 stfl.h /nix/store/rznscfzpdini23nfavqfscjbdlqfqvgq-stfl-0.24""/include/
install -m 644 stfl.pc /nix/store/rznscfzpdini23nfavqfscjbdlqfqvgq-stfl-0.24""/lib/pkgconfig/
install -m 644 libstfl.so.0.24 /nix/store/rznscfzpdini23nfavqfscjbdlqfqvgq-stfl-0.24""/lib
ln -fs libstfl.so.0.24 /nix/store/rznscfzpdini23nfavqfscjbdlqfqvgq-stfl-0.24""/lib/libstfl.so
post-installation fixup
strip is /nix/store/4sdh09gmvl15cy0zb6i7mbvxh5syz206-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/rznscfzpdini23nfavqfscjbdlqfqvgq-stfl-0.24/lib
patching script interpreter paths in /nix/store/rznscfzpdini23nfavqfscjbdlqfqvgq-stfl-0.24
/nix/store/rznscfzpdini23nfavqfscjbdlqfqvgq-stfl-0.24

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

install -m 644 libstfl.so.0.24 /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24""/lib
ln -fs libstfl.so.0.24 /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24""/lib/libstfl.so
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24
shrinking /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24/lib/libstfl.so.0.24
strip is /nix/store/b0zlxla7dmy1iwc3g459rjznx59797xy-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24/lib 
patching script interpreter paths in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24
checking for references to /tmp/nix-build-stfl-0.24.drv-0 in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24...
/nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

install -m 644 libstfl.so.0.24 /nix/store/5g66417fh0xzkg8gmpi3f1sywq061mhg-stfl-0.24""/lib
ln -fs libstfl.so.0.24 /nix/store/5g66417fh0xzkg8gmpi3f1sywq061mhg-stfl-0.24""/lib/libstfl.so
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/5g66417fh0xzkg8gmpi3f1sywq061mhg-stfl-0.24
shrinking /nix/store/5g66417fh0xzkg8gmpi3f1sywq061mhg-stfl-0.24/lib/libstfl.so.0.24
strip is /nix/store/lvx1acn1ig1j2km8jds5x3ggh3f2wa8v-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/5g66417fh0xzkg8gmpi3f1sywq061mhg-stfl-0.24/lib
patching script interpreter paths in /nix/store/5g66417fh0xzkg8gmpi3f1sywq061mhg-stfl-0.24
checking for references to /build in /nix/store/5g66417fh0xzkg8gmpi3f1sywq061mhg-stfl-0.24...
/nix/store/5g66417fh0xzkg8gmpi3f1sywq061mhg-stfl-0.24

@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
DESTDIR=$out prefix=\"\" make install

# some programs rely on libstfl.so.0 to be present, so link it
ln -s $out/lib/libstfl.so.0.22 $out/lib/libstfl.so.0
ln -s $out/lib/libstfl.so.0.24 $out/lib/libstfl.so.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this a manual fix or...?

Copy link
Member Author

@ryantm ryantm Feb 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was done automatically because the version number happens to be 0.22 and 0.24... I'm not sure if that's right.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked that this is correct

@globin globin merged commit 7620b00 into NixOS:master Mar 1, 2018
@ryantm ryantm deleted the auto-update/stfl-0.22-to-0.24 branch March 1, 2018 14:45
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