[Bug 191114] New: buildworld failure using WITHOUT_NCURSESW
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 17 01:21:42 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191114
Bug ID: 191114
Summary: buildworld failure using WITHOUT_NCURSESW
Product: Base System
Version: 10.0-STABLE
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: dewayne at heuristicsystems.com.au
Performing a buildworld using 10.Stable on both amd64 and i386 platforms result
in the error (below) during stage 5.1. /etc/src.conf contains this line
WITHOUT_NCURSESW=YES
when the line is removed, the build completes successfully. The world is
prepared for headless servers, so unnecessary material is removed.
uname -vK
FreeBSD 10.0-STABLE #0 r267307M: Mon Jun 16 18:04:07 EST 2014
root at hathor:/usr/obj/usr/src/sys/hqdev-vga 1000710
CC='cc -m32 -march=core-avx-i -DCOMPAT_32BIT -isystem
/usr/obj/usr/src/lib32/usr/include/ -L/us
--- lib/ncurses/ncursesw__L ---
--- init_keytry.h ---
./make_keys keys.list > init_keytry.h
./make_keys: Exec format error
*** [init_keytry.h] Error code 126
make[4]: stopped in /usr/src/lib/ncurses/ncursesw
1 error
make[4]: stopped in /usr/src/lib/ncurses/ncursesw
To reproduce
echo WITHOUT_NCURSESW=YES > /etc/src.conf
echo 'CPUTYPE?= core-avx-I' > /etc/make.conf
echo 'ARCH=amd64'>> /etc/make.conf
cd /usr/src
make -j8 buildworld DESTDIR=/tmp/no-ncursesw > /tmp/n-ncursesw.log 2>&1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list