pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: comms/asterisk18 build failure on current/amd64



On Oct 8, 11:25pm, wiz%NetBSD.org@localhost (Thomas Klausner) wrote:
-- Subject: Re: comms/asterisk18 build failure on current/amd64

| I've cvs updated and rebuilt mono (not the packages it depends upon).
| This still fails with:

Yes, but this is different. Does is there a gmcs somewhere? Why it can't be
found?

christos
| 
| echo '#! /bin/sh' > _tmpinst/bin/gmcs ; \
| r=`pwd`; m=`cd /scratch/lang/mono/work/mono-2.10.2/mcs && pwd`; \
| echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/gmcs.exe"'" 
"$@"' >> _tmpinst/bin/gmcs ; \
| chmod +x _tmpinst/bin/gmcs
| echo '#! /bin/sh' > _tmpinst/bin/dmcs ; \
| r=`pwd`; m=`cd /scratch/lang/mono/work/mono-2.10.2/mcs && pwd`; \
| echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_0/dmcs.exe"'" 
"$@"' >> _tmpinst/bin/dmcs ; \
| chmod +x _tmpinst/bin/dmcs
| echo '#! /bin/sh' > _tmpinst/bin/al2 ; \
| r=`pwd`; m=`cd /scratch/lang/mono/work/mono-2.10.2/mcs && pwd`; \
| echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/al.exe"'" "$@"' 
>> _tmpinst/bin/al2 ; \
| chmod +x _tmpinst/bin/al2
| echo '#! /bin/sh' > _tmpinst/bin/al ; \
| r=`pwd`; m=`cd /scratch/lang/mono/work/mono-2.10.2/mcs && pwd`; \
| echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_0/al.exe"'" "$@"' 
>> _tmpinst/bin/al ; \
| chmod +x _tmpinst/bin/al
| if test -w /scratch/lang/mono/work/mono-2.10.2/mcs; then :; else chmod -R +w 
/scratch/lang/mono/work/mono-2.10.2/mcs; fi
| cd /scratch/lang/mono/work/mono-2.10.2/mcs && /usr/pkg/bin/gmake 
NO_DIR_CHECK=1 PROFILES='net_2_0 net_3_5  net_4_0  ' CC='gcc' all-profiles
| gmake[3]: Entering directory `/scratch/lang/mono/work/mono-2.10.2/mcs'
| /usr/pkg/bin/gmake profile-do--net_2_0--all profile-do--net_3_5--all 
profile-do--net_4_0--all
| gmake[4]: Entering directory `/scratch/lang/mono/work/mono-2.10.2/mcs'
| /usr/pkg/bin/gmake PROFILE=basic all
| gmake[5]: Entering directory `/scratch/lang/mono/work/mono-2.10.2/mcs'
| /bin/sh .//mkinstalldirs build/deps
| mkdir -p -- build/deps
| touch build/deps/.stamp
| gmake[6]: Entering directory `/scratch/lang/mono/work/mono-2.10.2/mcs'
| gmake[6]: gmcs: Command not found
| gmake[6]: *** [build/deps/basic-profile-check.exe] Error 127
| gmake[6]: Leaving directory `/scratch/lang/mono/work/mono-2.10.2/mcs'
| gmake[6]: Entering directory `/scratch/lang/mono/work/mono-2.10.2/mcs'
| *** The compiler 'gmcs' doesn't appear to be usable.
| *** Trying the 'monolite' directory.
| gmake[7]: Entering directory `/scratch/lang/mono/work/mono-2.10.2/mcs'
| gmake[8]: Entering directory `/scratch/lang/mono/work/mono-2.10.2/mcs'
| [1]   Abort trap (core dumped) MONO_PATH=".//cl...
| gmake[8]: *** [build/deps/basic-profile-check.exe] Error 134
| gmake[8]: Leaving directory `/scratch/lang/mono/work/mono-2.10.2/mcs'
| gmake[8]: Entering directory `/scratch/lang/mono/work/mono-2.10.2/mcs'
| *** The contents of your 'monolite' directory may be out-of-date
| *** You may want to try 'make get-monolite-latest'
| 
|  Thomas
-- End of excerpt from Thomas Klausner




Home | Main Index | Thread Index | Old Index