LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   "make buildworld" error after cvsup of sources (https://www.linuxquestions.org/questions/%2Absd-17/make-buildworld-error-after-cvsup-of-sources-244647/)

lobo78 10-19-2004 10:41 AM

"make buildworld" error after cvsup of sources
 
I have a standard 5.2.1 FreeBSD install on a Thinkpad R32. I wanted to upgrade to the latest Beta of 5.3. I am able to cvsup the sources just fine, but when I make buildworld, it compiles for about two minutes and then errors out with this:

Code:

prio.So.tmp uthread_setschedparam.So.tmp uthread_setsockopt.So.tmp uthread_shutdown.So.tmp uthread_sig.So.tmp uthread_sigaction.So.tmp uthread_sigmask.So.tmp uthread_sigpending.So.tmp uthread_sigprocmask.So.tmp uthread_sigsuspend.So.tmp uthread_sigwait.So.tmp uthread_single_np.So.tmp uthread_sleep.So.tmp uthread_socket.So.tmp uthread_socketpair.So.tmp uthread_spec.So.tmp uthread_spinlock.So.tmp uthread_stack.So.tmp uthread_suspend_np.So.tmp uthread_switch_np.So.tmp uthread_system.So.tmp uthread_tcdrain.So.tmp uthread_vfork.So.tmp uthread_wait.So.tmp uthread_wait4.So.tmp uthread_waitpid.So.tmp uthread_write.So.tmp uthread_writev.So.tmp uthread_yield.So.tmp uthread_error.So.tmp _atomic_lock.So.tmp
rm -f libc_r.so
rm -f libc_r.so.* libc_r.so
rm -f libc_r.a libc_r_p.a libc_r.so.5
rm -f .depend GPATH GRTAGS GSYMS GTAGS
===> lib/libcalendar
".depend", line 1: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

I have tried completely removing the src tree and cvsuping everything all over again, but I get the same error. Any ideas why this is happening? I know it's not a bug in the sources because I've done it several times over the course of weeks with the same result but my friend, with the same version of FreeBSD was able to cvsup to 5.3 and make buildworld just fine.

Here are the relevant portions of my stable-supfile:

Code:

# Defaults that apply to all the collections
#
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=cvsup15.FreeBSD.org
*default base=/usr
*default prefix=/usr
# The following line is for 4-stable.  If you want 3-stable or 2.2-stable,
# change "RELENG_4" to "RELENG_3" or "RELENG_2_2" respectively.
*default release=cvs tag=RELENG_5
*default delete use-rel-suffix

# If your network link is a T1 or faster, comment out the following line.
*default compress

## Main Source Tree.
#
# The easiest way to get the main source tree is to use the "src-all"
# mega-collection.  It includes all of the individual "src-*" collections.
# Please note:  If you want to track -STABLE, leave this uncommented.
src-all


Gsee 10-20-2004 12:52 AM

Hi,

I had the same problem. I ended up just formatting and re-installing but here is the sage. See if it helps you
http://www.linuxquestions.org/questi...hreadid=227498

Gsee

mrcheeks 10-20-2004 06:32 PM

you might want to cvsup again and follow instructions to do a buildworld on freebsd site.


All times are GMT -5. The time now is 05:51 AM.