#20378: base: parallel build broken -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: blb@… Type: defect | Status: assigned Priority: Normal | Milestone: MacPorts 1.8.0 Component: base | Version: 1.8.0 Keywords: | Port: -------------------------------------+-------------------------------------- Comment(by blb@…): I was able to reproduce this earlier, though now I'm hitting a different error (make sure you use a ${prefix} that doesn't currently have MacPorts installed): {{{ $ ./configure --various-options ... $ make -j3 install ... cc -dynamiclib Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o fs-traverse.o strcasecmp.o vercomp.o filemap.o sha1cmd.o curl.o rmd160cmd.o readline.o uid.o tracelib.o tty.o sysctl.o readdir.o pipe.o flock.o system.o -o Pextlib.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4 -lcurl -lssl -lcrypto -lz -lcrypto -lreadline /usr/bin/install -c -d -o blb -g blb -m 0755 /Users/blb/MacPorts/mp- test2/share/macports/Tcl/pextlib1.0 /usr/bin/install -c -o blb -g blb -m 444 Pextlib.dylib /Users/blb/MacPorts /mp-test2/share/macports/Tcl/pextlib1.0 /usr/bin/install -c -o blb -g blb -m 444 pkgIndex.tcl /Users/blb/MacPorts /mp-test2/share/macports/Tcl/pextlib1.0 install: pkgIndex.tcl: No such file or directory }}} Running again gets further, but still errors... I tried adding {{{.NOTPARALLEL}}} but I just noticed there are other issues as well. If you go straight from configure to {{{make install}} it still fails. -- Ticket URL: <http://trac.macports.org/ticket/20378#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS