From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: Re: [PATCH] ncurses: update to 6.0 and rename 5.9 to ncurses-compat Date: Tue, 03 May 2016 16:39:06 +0200 Message-ID: <82449876efa4d7efecb6ea96f85c5141@mail01.ipfire.org> In-Reply-To: <00e5fc874f55f957215708e1d4a2160d@mail01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4016769591658986261==" List-Id: --===============4016769591658986261== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi Arne, i have reworked the 6.0 LFS file and EXTRA_CONFIG is used. The x64 build error was: ln: failed to create symbolic link '/tools/lib/pkgconfig/ncurses.pc': No such file or directory ln: failed to create symbolic link '/tools/lib/pkgconfig/form.pc': No such file or directory ln: failed to create symbolic link '/tools/lib/pkgconfig/panel.pc': No such file or directory ln: failed to create symbolic link '/tools/lib/pkgconfig/menu.pc': No such file or directory The LFS is updated with: ***** # Create pkgconfig dir in toolchain ifneq "$(ROOT)" "" mkdir -pv /tools/lib/pkgconfig/ endif ***** and the build is ok... Best, Marcel Am 2016-04-30 15:45, schrieb Arne Fitzenreiter: > On 2016-04-23 08:33, Marcel Lorenz wrote: >> This patch updates the ncurses to 6.0. The old 5.9 are renamed to >> ncurses-compat. >> The compat makes the old libs maintainable and the compat rootfile is >> cleaned up. >> The 6.0 is build after 5.9 and all IPFire componentes will build with >> 6.0 >> In version 6 only the wide-character libraries are build. The are >> usable >> in both multibyte and traditional 8-bit locales while normal libraries >> work >> properly only in 8-bit locales. The toolchain is only bild with 6.0. > > I have reverted the patch because the toolchain not build on every > arch. > > Please also not remove the "EXTRA_CONFIG" part because i need this to > fix > an other build bug on aarch64 buildhosts. --===============4016769591658986261==--