Opened 6 years ago
Closed 6 years ago
#1588 closed defect (fixed)
Big breakage linked to eggs’ custom-build scripts
Reported by: | Kooda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 5.1 |
Component: | core tools | Version: | 5.0.0 |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Something is going on about the custom-build component option of eggs, a lot of them fail on salmonella, stating that the build script doesn’t exist!
It appears on multiple machines:
http://salmonella-linux-x86.call-cc.org/master/clang/linux/x86/2019/03/17/salmonella-report/#installation-failed
http://salmonella-linux-arm64.call-cc.org/master/clang/linux/arm64/2019/03/17/salmonella-report/#installation-failed
Here is a list of the failing eggs:
http://salmonella-linux-x86.call-cc.org/master/clang/linux/x86/2019/03/17/salmonella-report/install/epoxy.html
http://salmonella-linux-x86.call-cc.org/master/clang/linux/x86/2019/03/17/salmonella-report/install/fmt.html
http://salmonella-linux-x86.call-cc.org/master/clang/linux/x86/2019/03/17/salmonella-report/install/sdl2.html
http://salmonella-linux-x86.call-cc.org/master/clang/linux/x86/2019/03/17/salmonella-report/install/sendfile.html
http://salmonella-linux-x86.call-cc.org/master/clang/linux/x86/2019/03/17/salmonella-report/install/svn-client.html
Change History (2)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in e064ac466cc3d994477def042c7a769ae0d27ca3
I can reproduce this behavior on my machine.
Running
chicken-install sendfile
once works, running it again right after that (with the cache already populated) fails.