strip related failure [was: Re: solaris-x86-head (Solaris/x86 HEAD (Karel Gardas)), build 32, Failure]

Karel Gardas karel.gardas at centrum.cz
Fri Apr 18 10:13:14 UTC 2014


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
> ghc-builds at haskell.org
> http://www.haskell.org/mailman/listinfo/ghc-builds



More information about the ghc-devs mailing list