Folks,
last two/three builds on Solaris builder fails due to a reason that
someone added (probably) stripping of installed libraries. My bet is on
8992d5269804b727fb77249511e89df678526907 -- hence ccing you Herbert, but
I'm not sure...
The problem is that invoked strip command line is incompatible with
Solaris' strip which then fails with:
strip: --strip-unneeded: cannot open file: No such file or directory
the problem is usage of --strip-unneeded command-line argument? It looks
like this argument is supported by just GNU strip. Do we really need to
use it? If not, removing this may solve the issue. If yes, then I'll
need to come with some workaround for Solaris...
Detailed log of failure is at the bottom of
http://haskell.inf.elte.hu/builders/solaris-x86-head/32/20.html
Thanks!
Karel
On 04/18/14 05:03 AM, Builder wrote:
solaris-x86-head (Solaris/x86 HEAD (Karel Gardas)), build 32
Build failed
Details: http://haskell.inf.elte.hu/builders/solaris-x86-head/32.html
git clone | Success
create mk/build.mk | Success
get subrepos | Success
repo versions | Success
touching clean-check files | Success
setting version date | Success
booting | Success
configuring | Success
creating check-remove-before | Success
compiling | Success
creating check-remove-after | Success
compiling testremove | Success
simulating clean | Success
checking clean | Success
making bindist | Success
making srcdist | Success
uploading bindist | Success
uploading srcdist | Success
uploading tarball source | Success
testing bindist | Failure: Just (ExitFailure 2)
Build failed
Details: http://haskell.inf.elte.hu/builders/solaris-x86-head/32.html
_______________________________________________
ghc-builds mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-builds
_______________________________________________
ghc-devs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-devs