Jenkins build is still unstable: FreeBSD_HEAD #564

Ngie Cooper (yaneurabeya) yaneurabeya at gmail.com
Thu Sep 1 00:27:45 UTC 2016


> On Aug 31, 2016, at 17:21, Ngie Cooper (yaneurabeya) <yaneurabeya at gmail.com> wrote:

...

> Ok — here’s the problem:
> 
> # strings /usr/lib/libprivateatf-c.so.1 | grep /obj
> cc -target x86_64-unknown-freebsd12.0 --sysroot=/obj/mnt/tmp -B/obj/mnt/tmp/usr/bin
> cpp -target x86_64-unknown-freebsd12.0 --sysroot=/obj/mnt/tmp -B/obj/mnt/tmp/usr/bin
> c++  -target x86_64-unknown-freebsd12.0 --sysroot=/obj/mnt/tmp -B/obj/mnt/tmp/usr/bin
> 
> Somehow the strings are getting put into libatf-c.so.1 . Getting much closer.
> 
> Thanks,
> -Ngie

And, bingo… the problem is ${CC}, ${CXX}, etc:

$ make -VMAKEOBJDIRPREFIX
/obj
$ pwd
/mnt/lib/atf/libatf-c
$ make -VCC
cc -target x86_64-unknown-freebsd12.0 --sysroot=/obj/mnt/tmp -B/obj/mnt/tmp/usr/bin

Cheers,
-Ngie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/freebsd-testing/attachments/20160831/262ed69b/attachment.sig>


More information about the freebsd-testing mailing list