On Wed, Feb 19, 2020 at 7:09 PM Li-Wen Hsu <lw...@freebsd.org> wrote:
>
> On Wed, Feb 19, 2020 at 5:04 PM Dimitry Andric <d...@freebsd.org> wrote:
> >
> > On 2020-02-18 09:11, Baptiste Daroussin wrote:
> > > Author: bapt
> > > Date: Tue Feb 18 08:11:52 2020
> > > New Revision: 358062
> > > URL: https://svnweb.freebsd.org/changeset/base/358062
> > >
> > > Log:
> > >    Update ncurses to 20200118
> >
> > Apparently this breaks the gcc builds, because it can't find the
> > function "box" anymore:
> >
> > --- all_subdir_usr.bin/clang/lldb ---
> > /usr/local/bin/x86_64-unknown-freebsd12.0-ld:
> > /tmp/obj/workspace/src/amd64.amd64/lib/clang/liblldb/liblldb.a(IOHandler.o):
> > in function `curses::Window::Box(unsigned int, unsigned int)':
> > /workspace/src/contrib/llvm-project/lldb/source/Core/IOHandler.cpp:926:
> > undefined reference to `box'
> > /usr/local/bin/x86_64-unknown-freebsd12.0-ld:
> > /workspace/src/contrib/llvm-project/lldb/source/Core/IOHandler.cpp:926:
> > undefined reference to `box'
> > collect2: error: ld returned 1 exit status
> > *** [lldb.full] Error code 1
> >
> > See also: https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc/13322/
>
> For more information, currently the FreeBSD-head-amd64-gcc is using
> amd64-gcc package via amd64-xtoolchain-gcc, which is 6.4
> A test build with amd64-gcc6, which is 6.5, just completed and it's fine.
> I haven't checked this failure is due to our code itself, gcc versions
> or the difference in the configuration of two gcc ports.

Correct myself, gcc 6.5 has the same failure. There was an issue in
the previous build.

https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/1/console

> I think I will create FreeBSD-head-amd64-gcc6 job uses newer and
> preferred external tool chain, then the experimental ones like
> FreeBSD-head-amd64-gcc9, 10 and llvm-devel.

These are still in the CI roadmap.

Li-Wen
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to