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

calc: cleanup expression #39351

Merged
merged 1 commit into from Apr 23, 2018
Merged

calc: cleanup expression #39351

merged 1 commit into from Apr 23, 2018

Conversation

matthewbauer
Copy link
Member

Fixes #39321

(Still needs testing on Linux)

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: calc

Partial log (click to expand)

 E_FUNC size_t memsize(VALUE *vp);
        ^~~~~~
../value.h:526:47: error: unknown type name 'size_t'
 E_FUNC STRING *stringncpy(STRING *, STRING *, size_t);
                                               ^~~~~~
make[1]: *** [<builtin>: c_devnull.o] Error 1
make[1]: Leaving directory '/build/calc-2.12.6.6/custom'
make: *** [Makefile:3786: custom/.all] Error 2
builder for '/nix/store/hsldlcbrxn9frxy2aw5m025jpdy15pn3-calc-2.12.6.6.drv' failed with exit code 2
error: build of '/nix/store/hsldlcbrxn9frxy2aw5m025jpdy15pn3-calc-2.12.6.6.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: calc

Partial log (click to expand)

 E_FUNC size_t memsize(VALUE *vp);
        ^~~~~~
../value.h:526:47: error: unknown type name 'size_t'
 E_FUNC STRING *stringncpy(STRING *, STRING *, size_t);
                                               ^~~~~~
make[1]: *** [<builtin>: c_devnull.o] Error 1
make[1]: Leaving directory '/build/calc-2.12.6.6/custom'
make: *** [Makefile:3786: custom/.all] Error 2
builder for '/nix/store/3c83l4syxv83faqqdgn5bwdcgymsh9k6-calc-2.12.6.6.drv' failed with exit code 2
�[31;1merror:�[0m build of '/nix/store/3c83l4syxv83faqqdgn5bwdcgymsh9k6-calc-2.12.6.6.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: calc

Partial log (click to expand)

installed /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/include/have_rusage.h
installed /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/include/have_strdup.h
installed /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/include/have_unused.h
installed /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/share/man/man1/calc.1
post-installation fixup
gzipping man pages under /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/share/man/
strip is /nix/store/kdff2gim6417493yha769kh00n63lnrw-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/lib  /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/bin
patching script interpreter paths in /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6
/nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6

Fixes NixOS#39321

(Still needs testing on Linux)
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: calc

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/4slh6nmj883sgw1ydqbq7fwdqn0yr7ka-calc-2.12.6.6
shrinking /nix/store/4slh6nmj883sgw1ydqbq7fwdqn0yr7ka-calc-2.12.6.6/bin/calc
shrinking /nix/store/4slh6nmj883sgw1ydqbq7fwdqn0yr7ka-calc-2.12.6.6/lib/libcalc.so.2.12.6.6
shrinking /nix/store/4slh6nmj883sgw1ydqbq7fwdqn0yr7ka-calc-2.12.6.6/lib/libcustcalc.so.2.12.6.6
gzipping man pages under /nix/store/4slh6nmj883sgw1ydqbq7fwdqn0yr7ka-calc-2.12.6.6/share/man/
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/4slh6nmj883sgw1ydqbq7fwdqn0yr7ka-calc-2.12.6.6/lib  /nix/store/4slh6nmj883sgw1ydqbq7fwdqn0yr7ka-calc-2.12.6.6/bin
patching script interpreter paths in /nix/store/4slh6nmj883sgw1ydqbq7fwdqn0yr7ka-calc-2.12.6.6
checking for references to /build in /nix/store/4slh6nmj883sgw1ydqbq7fwdqn0yr7ka-calc-2.12.6.6...

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: calc

Partial log (click to expand)

installed /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/include/have_rusage.h
installed /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/include/have_strdup.h
installed /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/include/have_unused.h
installed /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/share/man/man1/calc.1
post-installation fixup
gzipping man pages under /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/share/man/
strip is /nix/store/kdff2gim6417493yha769kh00n63lnrw-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/lib  /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6/bin
patching script interpreter paths in /nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6
/nix/store/ad5lqzrway8fk15vp4fr9yda9njnr4cf-calc-2.12.6.6

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: calc

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/bzxg2ppbbxnw3y0v0h236ff0q1ida8zi-calc-2.12.6.6
shrinking /nix/store/bzxg2ppbbxnw3y0v0h236ff0q1ida8zi-calc-2.12.6.6/lib/libcustcalc.so.2.12.6.6
shrinking /nix/store/bzxg2ppbbxnw3y0v0h236ff0q1ida8zi-calc-2.12.6.6/lib/libcalc.so.2.12.6.6
shrinking /nix/store/bzxg2ppbbxnw3y0v0h236ff0q1ida8zi-calc-2.12.6.6/bin/calc
gzipping man pages under /nix/store/bzxg2ppbbxnw3y0v0h236ff0q1ida8zi-calc-2.12.6.6/share/man/
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/bzxg2ppbbxnw3y0v0h236ff0q1ida8zi-calc-2.12.6.6/lib  /nix/store/bzxg2ppbbxnw3y0v0h236ff0q1ida8zi-calc-2.12.6.6/bin
patching script interpreter paths in /nix/store/bzxg2ppbbxnw3y0v0h236ff0q1ida8zi-calc-2.12.6.6
checking for references to /build in /nix/store/bzxg2ppbbxnw3y0v0h236ff0q1ida8zi-calc-2.12.6.6...
/nix/store/bzxg2ppbbxnw3y0v0h236ff0q1ida8zi-calc-2.12.6.6

@Mic92 Mic92 merged commit c7d278a into NixOS:master Apr 23, 2018
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

3 participants