pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lang/gcc10 failed to compile on SunOS
Yes, I still not yet clean anything. The build going on for 2 hours 12 mins then stopped without anything useful printed on the screen. Just this:
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libgfortran.spec
config.status: creating config.h
config.status: executing default-1 commands
Adding multilib support to Makefile in ../../../../gcc-10.2.0/libgfortran
with_multisubdir=32
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing gstdint.h commands
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing gstdint.h commands
gmake[1]: Leaving directory '/export/home/hung/pkgsrc/lang/gcc10/work/build'
gmake: *** [Makefile:1008: all] Error 2
*** Error code 2
Stop.
bmake[1]: stopped in /export/home/hung/pkgsrc/lang/gcc10
*** Error code 1
Stop.
bmake: stopped in /export/home/hung/pkgsrc/lang/gcc10
It's stage 3 of compilation. The two previous stages completely without problems.
I will try .MAKE.DIE_QUIETLY= no and report if it work.
---- On Tue, 19 Jan 2021 13:13:15 +0700 Roland Illig <roland.illig%gmx.de@localhost> wrote ----
> On 19.01.2021 04:52, Hung Nguyen Gia wrote:
> > There is no error message printed on the screen. It just silently fail after have going for more than 2 hours. I have no idea.
>
> Do you still have the files from the working directory? If so, inspect
> them, especially the hidden ones:
>
> ls -lA `bmake -v WRKDIR`
>
> The file .work.log contains the wrapper commands for the typical tools,
> maybe you get a hint there.
>
>
> You can also use truss(1) to narrow down the actual events and how the
> build may fail in the end. For a GCC build, it will definitely need a
> lot of disk space.
>
>
> Maybe you stumbled upon an old bug in bmake. In your mk.conf, add this
> line:
>
> .MAKE.DIE_QUIETLY= no
>
>
> Roland
>
Home |
Main Index |
Thread Index |
Old Index