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

sbcl: 1.4.7 -> 1.4.9; tested on nixos #42826

Closed
wants to merge 1 commit into from
Closed

sbcl: 1.4.7 -> 1.4.9; tested on nixos #42826

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 30, 2018

No description provided.

@joachifm
Copy link
Contributor

@GrahamcOfBorg build sbcl

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: sbcl

Partial log (click to expand)

Documentation:
 man /nix/store/91kvnsrlkyrjy5skzccbm41fsf88ykn2-sbcl-1.4.9/share/man/man1/sbcl.1
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/91kvnsrlkyrjy5skzccbm41fsf88ykn2-sbcl-1.4.9
shrinking /nix/store/91kvnsrlkyrjy5skzccbm41fsf88ykn2-sbcl-1.4.9/bin/sbcl
gzipping man pages under /nix/store/91kvnsrlkyrjy5skzccbm41fsf88ykn2-sbcl-1.4.9/share/man/
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/91kvnsrlkyrjy5skzccbm41fsf88ykn2-sbcl-1.4.9/lib  /nix/store/91kvnsrlkyrjy5skzccbm41fsf88ykn2-sbcl-1.4.9/bin
patching script interpreter paths in /nix/store/91kvnsrlkyrjy5skzccbm41fsf88ykn2-sbcl-1.4.9
checking for references to /build in /nix/store/91kvnsrlkyrjy5skzccbm41fsf88ykn2-sbcl-1.4.9...

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: sbcl

Partial log (click to expand)

 core and contribs in /nix/store/hgw0w1l64g9sk5cykmknjv0ay9wbmi76-sbcl-1.4.9/lib/sbcl/

Documentation:
 man /nix/store/hgw0w1l64g9sk5cykmknjv0ay9wbmi76-sbcl-1.4.9/share/man/man1/sbcl.1
post-installation fixup
gzipping man pages under /nix/store/hgw0w1l64g9sk5cykmknjv0ay9wbmi76-sbcl-1.4.9/share/man/
strip is /nix/store/7ddbq63v97nk8gkbf7gcsfmby37h6gbl-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/hgw0w1l64g9sk5cykmknjv0ay9wbmi76-sbcl-1.4.9/lib  /nix/store/hgw0w1l64g9sk5cykmknjv0ay9wbmi76-sbcl-1.4.9/bin
patching script interpreter paths in /nix/store/hgw0w1l64g9sk5cykmknjv0ay9wbmi76-sbcl-1.4.9
/nix/store/hgw0w1l64g9sk5cykmknjv0ay9wbmi76-sbcl-1.4.9

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: sbcl

Partial log (click to expand)


WARNING! Some of the contrib modules did not build successfully or pass
their self-tests. Failed contribs:"
  sb-concurrency

real    4m41.377s
user    4m8.495s
sys     1m28.466s
builder for '/nix/store/7jfd9jhp4s3y2acwfb0qnff09zm2ym5j-sbcl-1.4.9.drv' failed with exit code 1
error: build of '/nix/store/7jfd9jhp4s3y2acwfb0qnff09zm2ym5j-sbcl-1.4.9.drv' failed

@joachifm joachifm requested a review from 7c6f434c July 1, 2018 09:31
@7c6f434c
Copy link
Member

7c6f434c commented Jul 1, 2018

Any ideas what we need to change for aarch64 to work again? Or is there a reason/way to just disable something related to sb-concurrency?

@ghost
Copy link
Author

ghost commented Jul 1, 2018 via email

@7c6f434c
Copy link
Member

7c6f434c commented Jul 1, 2018

@GrahamcOfBorg build sbcl

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: sbcl

Partial log (click to expand)

/nix/store/hgw0w1l64g9sk5cykmknjv0ay9wbmi76-sbcl-1.4.9

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: sbcl

Partial log (click to expand)

/nix/store/91kvnsrlkyrjy5skzccbm41fsf88ykn2-sbcl-1.4.9

@7c6f434c
Copy link
Member

7c6f434c commented Jul 1, 2018

sb-concurrency is a contrib module, it should be possible to nuke just it with less collateral damage than nuking threads completely.

https://gist.githubusercontent.com/7c6f434c/330a2d40f944191688a08ed522d8c77c/raw/15303b7cacccad94842d8c72d73cb67903d3f5d6/sbcl-1.4.9-aarch64.log

Weird results in the module test…

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: sbcl

Partial log (click to expand)


WARNING! Some of the contrib modules did not build successfully or pass
their self-tests. Failed contribs:"
  sb-concurrency

real    4m49.506s
user    4m8.483s
sys     1m28.323s
builder for '/nix/store/dd2qps6wv47s5wq3fzngd7cfz7nrn3k2-sbcl-1.4.9.drv' failed with exit code 1
error: build of '/nix/store/dd2qps6wv47s5wq3fzngd7cfz7nrn3k2-sbcl-1.4.9.drv' failed

@7c6f434c
Copy link
Member

7c6f434c commented Jul 1, 2018

Hm, seems to be repeatable.

@ghost
Copy link
Author

ghost commented Jul 1, 2018 via email

@7c6f434c
Copy link
Member

7c6f434c commented Jul 2, 2018

Hm. Looks like an actual consistency problem. Need to look at upstream ML at some point…

@7c6f434c
Copy link
Member

7c6f434c commented Sep 7, 2018

1.4.10 seems to lack this problem (and 1.4.11 breaks Maxima…). With 1.4.10 in master I close this as «unclear whether there is an upstream problem»

@7c6f434c 7c6f434c closed this Sep 7, 2018
@ghost
Copy link
Author

ghost commented Sep 7, 2018 via email

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