Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 1999 21:17:41 -0400
From:      "Paul Magwene" <paul.magwene@yale.edu>
To:        <freebsd-stable@FreeBSD.org>
Subject:   Buildworld dies trying to compile "bc"
Message-ID:  <001301bf20e2$4b6dad80$0200a8c0@gemini.cis.yale.edu>

next in thread | raw e-mail | index | archive | help
The past few days I've been struggling to "make buildworld" successfully.

My current platform is 3.3-stable (updated a couple of weeks ago), and I
cvsuped all the latest sources in the last couple of days to keep up to
date.  Buildworld chokes about 12 minutes into the make, while trying to
compile the program "bc", with the following messages (see below).

I've been careful to remove /usr/obj and I even blew away /usr/src and
download the src tree anew.

My Hardware:
HP Kayak XU 6/300
Dual Pentium II 300Mhz
64 MB Ram
SCSI drives on adaptec 7880

Any ideas why this is happening?


Thanks,

Paul Magwene
paul.magwene@yale.edu








output of script:
----------------

/usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/load.c: In function
`addbyte':
/usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/load.c:58: `had_error'
undeclared (first use this function)
/usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/main.c:52: `compile_only'
undeclared here (not in a function)
/usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/load.c:58: (Each undeclared
identifier is reported only once
/usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/main.c:52: initializer
element for `long_options[0].flag' is not constant
/usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/execute.c: In function
`byte':
(first use this function)
/usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/main.c:94: `interactive'
undeclared (first use this function)

*** many errors snipped ***

/usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/storage.c:1015: `ex_stack'
undeclared (first use this function)
/usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/storage.c:1034: `arrays'
undeclared (first use this function)
/usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/storage.c:1053: `a_names'
undeclared (first use this function)
/usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/storage.c:1056: `v_names'
undeclared (first use this function)
*** Error code 1
6 errors
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error

real 13m27.269s
user 10m17.601s
sys 6m2.990s
bash-2.03#



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001301bf20e2$4b6dad80$0200a8c0>