Actions
Bug #1337
closedHEAD can't build 2.2-RELEASE
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Using recent HEAD (April 12th 2009) buildkernel fails building 2.2-RELEASE.
It seems like recent libc change {get,put,set}env(3)/env(1) is problem,
5d0641a49aa3545f73b6fdefb388923018512597.
2.2-RELEASE env(1) seems to be build with HEAD libc.
after buildworld is done on HEAD system, makes build(8) work on HEAD.
- make buildworld
- make buildkernel
..
cd /usr/src/sys ; env MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/GENERIC
BUILDING_WITH_KERNEL=/usr/obj/usr/src/sys/GENERIC DEBUG="-g" DEBUG_FLAGS="-g"
make -f Makefile.modul
env: setenv: cannot set MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/GENERIC=/usr/obj/
usr/src/sys/GENERIC: Invalid argument- Error code 1
thomas
Files
Actions