Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2014 01:21:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 191114] New: buildworld failure using WITHOUT_NCURSESW
Message-ID:  <bug-191114-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: dewayne@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191114-8>