Tried to emerge cm3 on two machines, both with the same effect. The installation just seems to hang in package m3-comm/tcp. "=== package /gentootmp/portage/cm3-5.2.6/work/m3-comm/tcp === +++ cm3 -ship -DROOT='/gentootmp/portage/cm3-5.2.6/work' +++ . => /gentootmp/portage/cm3-5.2.6/image//usr/lib/cm3//pkg/tcp/LINUXLIBC6 .M3EXPORTS libm3tcp.so.5 libm3tcp.a libm3tcp.m3x .M3WEB ../src/POSIX => /gentootmp/portage/cm3-5.2.6/image//usr/lib/cm3//pkg/tcp/src/POSIX TCP.m3 TCPPosix.i3 Herrno.i3 HerrnoC.c IP.m3 IPErrorPosix.m3 TCPExtras.m3 TCPPeer.m3 TCPHack.i3 TCPHackNull.m3 ../src/common => /gentootmp/portage/cm3-5.2.6/image//usr/lib/cm3//pkg/tcp/src/common TCP.i3 IP.i3 TCPExtras.i3 TCPPeer.i3 IPError.m3 IPError.i3 TCPSpecial.i3 ConnFD.i3 ConnRW.i3 ConnRW.m3 ConnMsgRW.i3 ConnMsgRW.m3 ==> /gentootmp/portage/cm3-5.2.6/work/m3-comm/tcp done" After that, nothing happens anymore, but using ps, I see a "sed" process doing nothing, waiting for input from stdin because of lack of input files. Looking at the ebuild, I find a hardcoded "/var/tmp/portage" in that "sed" call, which should be replaced with ${PORTAGE_TMPDIR}/portage. I don't build in /var/tmp, but in /gentootmp, which is a partition large enough for an OpenOffice build. Bye... Dirk
fixed in cvs, sorry about that
Created attachment 28547 [details] Modified m3-ui/ui/src/xvbt/m3makefile to make do-cm3-std.sh work There is an "if X11_WITH_SHARED_MEM" which leads to an "undefined variable" error message when compiling the ui package. Since this variable is set to "TRUE" in two LINUXLIBC6 config files, I commented this if out, leaving only the "true" case.
Created attachment 28548 [details] Modified ebuild to install using do-cm3-std.sh With this ebuild and the modified m3makefile, it is possible to do a complete installation, using do-cm3-std.sh.