Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2016 09:51:32 -0700
From:      Ngie Cooper <yaneurabeya@gmail.com>
To:        Li-Wen Hsu <lwhsu@FreeBSD.org>
Cc:        Dimitry Andric <dim@FreeBSD.org>, "freebsd-testing@freebsd.org" <freebsd-testing@freebsd.org>, "jenkins-admin@freebsd.org" <jenkins-admin@freebsd.org>, jmmv@freebsd.org
Subject:   Re: Jenkins build is still unstable: FreeBSD_HEAD #564
Message-ID:  <E6F08D72-5E91-4B51-B9D1-3FC516A2F080@gmail.com>
In-Reply-To: <20160829163911.GA51650@FreeBSD.cs.nctu.edu.tw>
References:  <1491374121.44.1472440150670.JavaMail.jenkins@jenkins-9.freebsd.org> <166099893.51.1472451061454.JavaMail.jenkins@jenkins-9.freebsd.org> <CAG=rPVdZp171Egp=OHWDc3qCgcJDE3HQ0rv-j=i%2BO1LHcfH%2BJQ@mail.gmail.com> <CFA236ED-7DE0-4BE1-B944-52284E2FB6E0@FreeBSD.org> <6E443BB8-0269-4812-A2F4-40AA303E69C6@FreeBSD.org> <CAG=rPVdfgoF0mts-edHATUaefD7YuGtNu5ZTJOa8efUn2W4QuA@mail.gmail.com> <8058052E-A09A-403E-828A-74B51ED4BBF4@FreeBSD.org> <20160829163911.GA51650@FreeBSD.cs.nctu.edu.tw>

next in thread | previous in thread | raw e-mail | index | archive | help
(CCing jmmv for context)

> On Aug 29, 2016, at 09:39, Li-Wen Hsu <lwhsu@FreeBSD.org> wrote:
>=20
> Dimitry, are you talking about case lib.atf.libatf-c++.atf_c++_test.includ=
e ?
>=20
> I happen to have a r304986 VM here:
>=20
> https://people.freebsd.org/~lwhsu/tmp/disk-test.img.xz
>=20
> (it starts kyua test in /etc/rc.local, just use ctrl-c to interrupt it)
>=20
> And there is a /usr/include/c++/v1 directory with sstream in it.
>=20
>=20
> BTW, I am not sure removing -I/usr/include is the right solution,  I
> think this case is checking for "normal" compiling would work, not
> during buildworld.  When this case was passing, it uses following
> command:
>=20
> c++ -O2 -pipe -DHAVE_CONFIG_H -I/usr/include -Wall -Werror -o test.o -c te=
st.cpp
>=20
> and now it uses:
>=20
> c++ -target x86_64-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B=
/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -DHAVE_CONFIG_H -I/usr/include -Wall -=
Werror -o test.o -c test.cpp
>=20
> This changed between r304555 and r304698.
>=20
>=20
> Also, does anyone know where is "-I/usr/include" coming from?  Is this
> one?
> https://svnweb.freebsd.org/base/head/contrib/atf/atf-c%2B%2B/detail/test_h=
elpers.cpp?view=3Dmarkup#l56

Yes.

This is the single failing test I haven't really had a chance to bug yet.

Something changed in the last month which triggered this failing behavior.

Thanks,
-Ngie=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E6F08D72-5E91-4B51-B9D1-3FC516A2F080>