Hi, While building a NanoBSD image using releng/11 sources I got this error message: ===> lib/libc++ (install) install -C -o root -g wheel -m 444 libc++.a /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ install -s -o root -g wheel -m 444 libc++.so.1 /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ install -S -C -o root -g wheel -m 444 libc++.ld /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/libc++.so ===> lib/libcxxrt (install) install -C -o root -g wheel -m 444 libcxxrt.a /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ install -s -o root -g wheel -m 444 libcxxrt.so.1 /usr/local/nanobsd/rr-trunk/obj/_.w/lib/ install -l rs /usr/local/nanobsd/rr-trunk/obj/_.w/lib/libcxxrt.so.1 /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/libcxxrt.so install: symlink ../../lib/libcxxrt.so.1 -> /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib: File exists *** Error code 71 Stop. I'm not sure what's happening, I already tried reverting locally r301880, thinking it could be related, but this changed nothing. Anyone has some insight? It was working fine up to August 4th. Thanks in advance to anyone giving me some hint! -- Guido Falsi <mad at madpilot.net>
On Mon, Aug 22, 2016 at 01:08:11PM +0200, Guido Falsi wrote:> Hi, > > While building a NanoBSD image using releng/11 sources I got this error > message: > > ===> lib/libc++ (install) > install -C -o root -g wheel -m 444 libc++.a > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ > install -s -o root -g wheel -m 444 libc++.so.1 > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ > install -S -C -o root -g wheel -m 444 libc++.ld > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/libc++.so > ===> lib/libcxxrt (install) > install -C -o root -g wheel -m 444 libcxxrt.a > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ > install -s -o root -g wheel -m 444 libcxxrt.so.1 > /usr/local/nanobsd/rr-trunk/obj/_.w/lib/ > install -l rs /usr/local/nanobsd/rr-trunk/obj/_.w/lib/libcxxrt.so.1 > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/libcxxrt.so > install: symlink ../../lib/libcxxrt.so.1 -> > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib: File exists > *** Error code 71 > > Stop. > > I'm not sure what's happening, I already tried reverting locally > r301880, thinking it could be related, but this changed nothing. > > Anyone has some insight? It was working fine up to August 4th. > > Thanks in advance to anyone giving me some hint!I've been getting this simply in installworld outside the context of nanobsd. I've got a 12-CURRENT host doing an installworld of an 11-STABLE src tree to a chroot directory. Here's the log (granted, -s was added to make): http://ix.io/1fN3 Thanks, -- Shawn Webb Cofounder and Security Engineer HardenedBSD GPG Key ID: 0x6A84658F52456EEE GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20160822/ca814c6f/attachment.sig>
On 8/22/2016 4:08 AM, Guido Falsi wrote:> Hi, > > While building a NanoBSD image using releng/11 sources I got this error > message: > > ===> lib/libc++ (install) > install -C -o root -g wheel -m 444 libc++.a > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ > install -s -o root -g wheel -m 444 libc++.so.1 > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ > install -S -C -o root -g wheel -m 444 libc++.ld > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/libc++.so > ===> lib/libcxxrt (install) > install -C -o root -g wheel -m 444 libcxxrt.a > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ > install -s -o root -g wheel -m 444 libcxxrt.so.1 > /usr/local/nanobsd/rr-trunk/obj/_.w/lib/ > install -l rs /usr/local/nanobsd/rr-trunk/obj/_.w/lib/libcxxrt.so.1 > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/libcxxrt.so > install: symlink ../../lib/libcxxrt.so.1 -> > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib: File exists > *** Error code 71 > > Stop. > > I'm not sure what's happening, I already tried reverting locally > r301880, thinking it could be related, but this changed nothing. > > Anyone has some insight? It was working fine up to August 4th. > > Thanks in advance to anyone giving me some hint! >Is this still reproducible for anyone? I have theories but need it in its broken state to debug it further. -- Regards, Bryan Drewery -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20160824/5577f621/attachment.sig>