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.