Re: Failed buildworld buildkernel: /usr/obj/. . ./arm.armv7/tmp/usr/bin/ld: cannot find -lgcc_s for all_subdir_lib/libdl (a build race?)

2018-04-25 Thread Bryan Drewery
On 4/21/18 5:58 PM, Mark Millard wrote: > /usr/obj/armv7_clang/arm.armv7/usr/src/arm.armv7/tmp/usr/bin/ld: cannot find > -lgcc_s This is just an annoying build race due to tools/install.sh not respecting -S, as far as I remember. -- Regards, Bryan Drewery signature.asc Description: OpenPGP

Failed buildworld buildkernel: /usr/obj/. . ./arm.armv7/tmp/usr/bin/ld: cannot find -lgcc_s for all_subdir_lib/libdl (a build race?)

2018-04-21 Thread Mark Millard via freebsd-toolchain
I tried to amd64 -> armv7 cross build head -r332861 and got an error about -lgcc_s not being found. I backed off to -r332858 for other reasons (powerpc* related). Retrying the armv7 build then worked. I had first upgraded the amd64 context the first time and had backed off amd64 first the second