Actions
Bug #2548
closedToday's git checkout buildworld failure. (binutils222).
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/21/2013
Due date:
% Done:
0%
Estimated time:
Description
Today's git checkout of dragonfly repository fails buildworld process (either singlejob, or multijob).
- cat /etc/make.conf
CPUTYPE?=corei7
CFLAGS=-O2 -pipe -mtune=corei7
CXXFLAGS=-O2 -pipe -mtune=corei7
MAKE_OPTS="-j4"
FORCE_MAKE_JOBS=yes
MAKE_JOBS_NUMBER=4
WANT_NETGRAPH7=y
KERNCONF=DX58SO
Files
Updated by russiane39 over 11 years ago
My problem is solved. Our buildworld is very sensitive to junk/remaining of unfinished kernel/world build process. So, if you getting some bogus errors when doing buildworld, do "git status | less" in /usr/src to see, what "untracked" files exist and take care of them.
Updated by marino over 11 years ago
- Status changed from New to Closed
yep, dirty /usr/src trees can do that.
I'm glad it's resolved.
Actions