[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

-current compile almost works.....



I tried compiling -current, since I a while back, in a haste to get my 
system back online, CVS'd older code than my system... Which Theo informed 
me, screwed me over, my only options are to upgrade to -current or 
reinstall.  So I would like to try -current.

I upgraded config first because someone a while back said you had to do 
that.  Then did cd /usr/src: make

To compile everything without installing it, in case it didn't all go 
smoothly... good thing, gets to:

===> lib/libc
cc -02   -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libc/include -DYP 
-I/usr/src/lib/libc/yp -D__DBINTERFACE_PRIVATE -DRESOLVSORT -DPOSIX_MISTAKE
-DFLOATING_POINT -DNLS  -c usr/src/lib/libc/gen/getpwent.c -o getpwent.o
/usr/src/lib/libc/gen/getpwent.c: In function `__has__yppw':
usr/src/lib/libc/gen/getpwent.c:498: `_PW_NAME_LEN' undeclared (first use 
in this function)
/usr/src/lib/libc/gen/getpwent.c:498: (Each undeclared....

Well since I can't copy paste on here I can't finish that... plus lots of 
other code errors in this(getpwent.c), and when I do make -k I see lots of 
other code errors along the way.

I am sure this is my fault, or something I failed to do.  I am in no way a 
programmer and the farthest I have ever gone is some incredibly basic 
shell scripting so I have no idea what any of this means at all.  Do I 
need to upgrade GCC(not sure about current version so)... or something
else I need to do first?  This is clearly something I didn't do right...