Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2020 10:04:19 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r358062 - in head: contrib/ncurses contrib/ncurses/doc contrib/ncurses/doc/html contrib/ncurses/form contrib/ncurses/include contrib/ncurses/man contrib/ncurses/menu contrib/ncurses/mis...
Message-ID:  <e0c77c84-9fe6-49a1-9edb-fcb0659cf3a9@FreeBSD.org>
In-Reply-To: <202002180811.01I8BqEq001150@repo.freebsd.org>
References:  <202002180811.01I8BqEq001150@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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/

-Dimitry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e0c77c84-9fe6-49a1-9edb-fcb0659cf3a9>