Oliver Pinter <[email protected]> wrote: > We got this build failure, when two release make release running in parallel:
Can you elaborate what you mean by "two release make release" ? Do you mean two separate builds running in the same tree at the same time using the same DESTDIR? > >>> stage 4.4: building everything > -------------------------------------------------------------- > pwd_mkdb: /var/tmp/temproot/etc/pwd.db.tmp to > /var/tmp/temproot/etc/pwd.db: No such file or directory > *** Error code 1 The pwd_mkdb command in etc uses $DESTDIR/etc - it obviously assumes that is unique. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
