Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-09 Thread youshi10

On Fri, 9 Feb 2007, Alain Wolf wrote:


On 09.02.2007 03:03, * Nicole Harrington wrote:

--- Garrett Cooper <[EMAIL PROTECTED]> wrote:

Nicole Harrington wrote:

 Something setup wrong some place??

 cd /usr/src/lib ; make

.
c -pg -O2 -fno-strict-aliasing -pipe

-march=opteron

-I/usr/src/lib/libftpio
-Wall -DINET6  -c /usr/src/lib/libftpio/ftpio.c -o
ftpio.po
cc -pg -O2 -fno-strict-aliasing -pipe

-march=opteron

-I/usr/src/lib/libftpio
-Wall -DINET6  -c ftperr.c -o ftperr.po
building profiled ftpio library
ranlib libftpio_p.a
cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe
-march=opteron
-I/usr/src/lib/libftpio -Wall -DINET6  -c
/usr/src/lib/libftpio/ftpio.c
-o
ftpio.So
cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe
-march=opteron
-I/usr/src/lib/libftpio -Wall -DINET6  -c ftperr.c

-o

ftperr.So
building shared library libftpio.so.6
gzip -cn /usr/src/lib/libftpio/ftpio.3 >

ftpio.3.gz

===> libgeom (all)
cc -O2 -fno-strict-aliasing -pipe -march=opteron
-I/usr/src/lib/libgeom
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith
-Wno-uninitialized -c
/usr/src/lib/libgeom/geom_getxml.c
cc -O2 -fno-strict-aliasing -pipe -march=opteron
-I/usr/src/lib/libgeom
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith
-Wno-uninitialized -c
/usr/src/lib/libgeom/geom_stats.c
cc -O2 -fno-strict-aliasing -pipe -march=opteron
-I/usr/src/lib/libgeom
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith
-Wno-uninitialized -c
/usr/src/lib/libgeom/geom_xml2tree.c
/usr/src/lib/libgeom/geom_xml2tree.c:255: error:
syntax error before
'*' token
/usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
type qualifiers
ignored on
function return type
/usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
return type defaults
to `int'
/usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
function declaration
isn't a
prototype
/usr/src/lib/libgeom/geom_xml2tree.c: In function
`CharData':
/usr/src/lib/libgeom/geom_xml2tree.c:260: error:
`userData' undeclared
(first
use in this function)
/usr/src/lib/libgeom/geom_xml2tree.c:260: error:

(Each

undeclared
identifier is
reported only once
/usr/src/lib/libgeom/geom_xml2tree.c:260: error:

for

each function it
appears
in.)
/usr/src/lib/libgeom/geom_xml2tree.c:262: error:

`s'

undeclared (first
use in
this function)
/usr/src/lib/libgeom/geom_xml2tree.c:263: error:

`len'

undeclared
(first use in
this function)
/usr/src/lib/libgeom/geom_xml2tree.c: In function
`geom_xml2tree':
/usr/src/lib/libgeom/geom_xml2tree.c:286: error:
syntax error before
"parser"
/usr/src/lib/libgeom/geom_xml2tree.c:296: error:
`parser' undeclared
(first use
in this function)
/usr/src/lib/libgeom/geom_xml2tree.c:296: warning:
implicit declaration
of
function `XML_ParserCreate'
/usr/src/lib/libgeom/geom_xml2tree.c:301: warning:
implicit declaration
of
function `XML_SetUserData'
/usr/src/lib/libgeom/geom_xml2tree.c:302: warning:
implicit declaration
of
function `XML_SetElementHandler'
/usr/src/lib/libgeom/geom_xml2tree.c:303: warning:
implicit declaration
of
function `XML_SetCharacterDataHandler'
/usr/src/lib/libgeom/geom_xml2tree.c:304: warning:
implicit declaration
of
function `XML_Parse'
/usr/src/lib/libgeom/geom_xml2tree.c:307: warning:
implicit declaration
of
function `XML_ParserFree'
*** Error code 1

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

Stop in /usr/src/lib.


 ARGG!!

   Nicole

Doesn't look like it's compiling libgeom or geom
related dependencies.
What's your /etc/make.conf look like and what
version are you trying to
compile with buildworld?



 Actually.. That seems to be happening with even no
/etc/make.conf

 I even copied the /usr/src from another older server
that built fine to this server (same server type) and
it fails in the same way.


 It's just driving me crazy.

  Nicole


  Nicole



-Garrett



According to the Handbook 

21.4.7.2 Compile the Base System

You must be in the /usr/src directory:

# cd /usr/src
# make -j4 buildworld


Ah, didn't notice that line. If you intend to make from a subdirectory in /usr/src, you 
should run "make clean depend install"--this shouldn't occur that often though.
-Garrett

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-09 Thread Alain Wolf
On 09.02.2007 03:03, * Nicole Harrington wrote:
> --- Garrett Cooper <[EMAIL PROTECTED]> wrote:
>> Nicole Harrington wrote:
>>>  Something setup wrong some place??
>>>
>>>  cd /usr/src/lib ; make
>>>
>>> .
>>> c -pg -O2 -fno-strict-aliasing -pipe
>> -march=opteron 
>>> -I/usr/src/lib/libftpio
>>> -Wall -DINET6  -c /usr/src/lib/libftpio/ftpio.c -o
>>> ftpio.po
>>> cc -pg -O2 -fno-strict-aliasing -pipe
>> -march=opteron 
>>> -I/usr/src/lib/libftpio
>>> -Wall -DINET6  -c ftperr.c -o ftperr.po
>>> building profiled ftpio library
>>> ranlib libftpio_p.a
>>> cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe
>>> -march=opteron
>>> -I/usr/src/lib/libftpio -Wall -DINET6  -c
>>> /usr/src/lib/libftpio/ftpio.c 
>>> -o
>>> ftpio.So
>>> cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe
>>> -march=opteron
>>> -I/usr/src/lib/libftpio -Wall -DINET6  -c ftperr.c
>> -o
>>> ftperr.So
>>> building shared library libftpio.so.6
>>> gzip -cn /usr/src/lib/libftpio/ftpio.3 >
>> ftpio.3.gz
>>> ===> libgeom (all)
>>> cc -O2 -fno-strict-aliasing -pipe -march=opteron
>>> -I/usr/src/lib/libgeom
>>> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W
>>> -Wno-unused-parameter
>>> -Wstrict-prototypes -Wmissing-prototypes
>>> -Wpointer-arith 
>>> -Wno-uninitialized -c
>>> /usr/src/lib/libgeom/geom_getxml.c
>>> cc -O2 -fno-strict-aliasing -pipe -march=opteron
>>> -I/usr/src/lib/libgeom
>>> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W
>>> -Wno-unused-parameter
>>> -Wstrict-prototypes -Wmissing-prototypes
>>> -Wpointer-arith 
>>> -Wno-uninitialized -c
>>> /usr/src/lib/libgeom/geom_stats.c
>>> cc -O2 -fno-strict-aliasing -pipe -march=opteron
>>> -I/usr/src/lib/libgeom
>>> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W
>>> -Wno-unused-parameter
>>> -Wstrict-prototypes -Wmissing-prototypes
>>> -Wpointer-arith 
>>> -Wno-uninitialized -c
>>> /usr/src/lib/libgeom/geom_xml2tree.c
>>> /usr/src/lib/libgeom/geom_xml2tree.c:255: error:
>>> syntax error before 
>>> '*' token
>>> /usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
>>> type qualifiers 
>>> ignored on
>>> function return type
>>> /usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
>>> return type defaults 
>>> to `int'
>>> /usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
>>> function declaration 
>>> isn't a
>>> prototype
>>> /usr/src/lib/libgeom/geom_xml2tree.c: In function
>>> `CharData':
>>> /usr/src/lib/libgeom/geom_xml2tree.c:260: error:
>>> `userData' undeclared 
>>> (first
>>> use in this function)
>>> /usr/src/lib/libgeom/geom_xml2tree.c:260: error:
>> (Each
>>> undeclared 
>>> identifier is
>>> reported only once
>>> /usr/src/lib/libgeom/geom_xml2tree.c:260: error:
>> for
>>> each function it 
>>> appears
>>> in.)
>>> /usr/src/lib/libgeom/geom_xml2tree.c:262: error:
>> `s'
>>> undeclared (first 
>>> use in
>>> this function)
>>> /usr/src/lib/libgeom/geom_xml2tree.c:263: error:
>> `len'
>>> undeclared 
>>> (first use in
>>> this function)
>>> /usr/src/lib/libgeom/geom_xml2tree.c: In function
>>> `geom_xml2tree':
>>> /usr/src/lib/libgeom/geom_xml2tree.c:286: error:
>>> syntax error before 
>>> "parser"
>>> /usr/src/lib/libgeom/geom_xml2tree.c:296: error:
>>> `parser' undeclared 
>>> (first use
>>> in this function)
>>> /usr/src/lib/libgeom/geom_xml2tree.c:296: warning:
>>> implicit declaration 
>>> of
>>> function `XML_ParserCreate'
>>> /usr/src/lib/libgeom/geom_xml2tree.c:301: warning:
>>> implicit declaration 
>>> of
>>> function `XML_SetUserData'
>>> /usr/src/lib/libgeom/geom_xml2tree.c:302: warning:
>>> implicit declaration 
>>> of
>>> function `XML_SetElementHandler'
>>> /usr/src/lib/libgeom/geom_xml2tree.c:303: warning:
>>> implicit declaration 
>>> of
>>> function `XML_SetCharacterDataHandler'
>>> /usr/src/lib/libgeom/geom_xml2tree.c:304: warning:
>>> implicit declaration 
>>> of
>>> function `XML_Parse'
>>> /usr/src/lib/libgeom/geom_xml2tree.c:307: warning:
>>> implicit declaration 
>>> of
>>> function `XML_ParserFree'
>>> *** Error code 1
>>>
>>> Stop in /usr/src/lib/libgeom.
>>> *** Error code 1
>>>
>>> Stop in /usr/src/lib.
>>>
>>>
>>>  ARGG!!
>>>
>>>Nicole
>> Doesn't look like it's compiling libgeom or geom
>> related dependencies. 
>> What's your /etc/make.conf look like and what
>> version are you trying to 
>> compile with buildworld?
> 
> 
>  Actually.. That seems to be happening with even no
> /etc/make.conf  
> 
>  I even copied the /usr/src from another older server
> that built fine to this server (same server type) and
> it fails in the same way.
> 
> 
>  It's just driving me crazy.
> 
>   Nicole
> 
> 
>   Nicole
> 
>  
>> -Garrett
>> ___
>> freebsd-questions@freebsd.org mailing list
>>
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to
>> "[EMAIL PROTECTED]"
>>
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTEC

Re: Can't get make buildworld to work with recent cvsup.

2007-02-08 Thread Kris Kennaway
On Thu, Feb 08, 2007 at 04:26:37PM -0800, Nicole Harrington wrote:

> /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c
> /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc

Usually means that your system clock is wrong.

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-08 Thread Nicole Harrington
--- Garrett Cooper <[EMAIL PROTECTED]> wrote:
> Nicole Harrington wrote:
> >  Something setup wrong some place??
> > 
> >  cd /usr/src/lib ; make
> > 
> > .
> > c -pg -O2 -fno-strict-aliasing -pipe
> -march=opteron 
> > -I/usr/src/lib/libftpio
> > -Wall -DINET6  -c /usr/src/lib/libftpio/ftpio.c -o
> > ftpio.po
> > cc -pg -O2 -fno-strict-aliasing -pipe
> -march=opteron 
> > -I/usr/src/lib/libftpio
> > -Wall -DINET6  -c ftperr.c -o ftperr.po
> > building profiled ftpio library
> > ranlib libftpio_p.a
> > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe
> > -march=opteron
> > -I/usr/src/lib/libftpio -Wall -DINET6  -c
> > /usr/src/lib/libftpio/ftpio.c 
> > -o
> > ftpio.So
> > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe
> > -march=opteron
> > -I/usr/src/lib/libftpio -Wall -DINET6  -c ftperr.c
> -o
> > ftperr.So
> > building shared library libftpio.so.6
> > gzip -cn /usr/src/lib/libftpio/ftpio.3 >
> ftpio.3.gz
> > ===> libgeom (all)
> > cc -O2 -fno-strict-aliasing -pipe -march=opteron
> > -I/usr/src/lib/libgeom
> > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W
> > -Wno-unused-parameter
> > -Wstrict-prototypes -Wmissing-prototypes
> > -Wpointer-arith 
> > -Wno-uninitialized -c
> > /usr/src/lib/libgeom/geom_getxml.c
> > cc -O2 -fno-strict-aliasing -pipe -march=opteron
> > -I/usr/src/lib/libgeom
> > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W
> > -Wno-unused-parameter
> > -Wstrict-prototypes -Wmissing-prototypes
> > -Wpointer-arith 
> > -Wno-uninitialized -c
> > /usr/src/lib/libgeom/geom_stats.c
> > cc -O2 -fno-strict-aliasing -pipe -march=opteron
> > -I/usr/src/lib/libgeom
> > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W
> > -Wno-unused-parameter
> > -Wstrict-prototypes -Wmissing-prototypes
> > -Wpointer-arith 
> > -Wno-uninitialized -c
> > /usr/src/lib/libgeom/geom_xml2tree.c
> > /usr/src/lib/libgeom/geom_xml2tree.c:255: error:
> > syntax error before 
> > '*' token
> > /usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
> > type qualifiers 
> > ignored on
> > function return type
> > /usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
> > return type defaults 
> > to `int'
> > /usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
> > function declaration 
> > isn't a
> > prototype
> > /usr/src/lib/libgeom/geom_xml2tree.c: In function
> > `CharData':
> > /usr/src/lib/libgeom/geom_xml2tree.c:260: error:
> > `userData' undeclared 
> > (first
> > use in this function)
> > /usr/src/lib/libgeom/geom_xml2tree.c:260: error:
> (Each
> > undeclared 
> > identifier is
> > reported only once
> > /usr/src/lib/libgeom/geom_xml2tree.c:260: error:
> for
> > each function it 
> > appears
> > in.)
> > /usr/src/lib/libgeom/geom_xml2tree.c:262: error:
> `s'
> > undeclared (first 
> > use in
> > this function)
> > /usr/src/lib/libgeom/geom_xml2tree.c:263: error:
> `len'
> > undeclared 
> > (first use in
> > this function)
> > /usr/src/lib/libgeom/geom_xml2tree.c: In function
> > `geom_xml2tree':
> > /usr/src/lib/libgeom/geom_xml2tree.c:286: error:
> > syntax error before 
> > "parser"
> > /usr/src/lib/libgeom/geom_xml2tree.c:296: error:
> > `parser' undeclared 
> > (first use
> > in this function)
> > /usr/src/lib/libgeom/geom_xml2tree.c:296: warning:
> > implicit declaration 
> > of
> > function `XML_ParserCreate'
> > /usr/src/lib/libgeom/geom_xml2tree.c:301: warning:
> > implicit declaration 
> > of
> > function `XML_SetUserData'
> > /usr/src/lib/libgeom/geom_xml2tree.c:302: warning:
> > implicit declaration 
> > of
> > function `XML_SetElementHandler'
> > /usr/src/lib/libgeom/geom_xml2tree.c:303: warning:
> > implicit declaration 
> > of
> > function `XML_SetCharacterDataHandler'
> > /usr/src/lib/libgeom/geom_xml2tree.c:304: warning:
> > implicit declaration 
> > of
> > function `XML_Parse'
> > /usr/src/lib/libgeom/geom_xml2tree.c:307: warning:
> > implicit declaration 
> > of
> > function `XML_ParserFree'
> > *** Error code 1
> > 
> > Stop in /usr/src/lib/libgeom.
> > *** Error code 1
> > 
> > Stop in /usr/src/lib.
> > 
> > 
> >  ARGG!!
> > 
> >Nicole
> 
> Doesn't look like it's compiling libgeom or geom
> related dependencies. 
> What's your /etc/make.conf look like and what
> version are you trying to 
> compile with buildworld?


 Actually.. That seems to be happening with even no
/etc/make.conf  

 I even copied the /usr/src from another older server
that built fine to this server (same server type) and
it fails in the same way.


 It's just driving me crazy.

  Nicole


  Nicole

 
> -Garrett
> ___
> freebsd-questions@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-08 Thread Garrett Cooper

Nicole Harrington wrote:

 Something setup wrong some place??

 cd /usr/src/lib ; make

.
c -pg -O2 -fno-strict-aliasing -pipe -march=opteron 
-I/usr/src/lib/libftpio

-Wall -DINET6  -c /usr/src/lib/libftpio/ftpio.c -o
ftpio.po
cc -pg -O2 -fno-strict-aliasing -pipe -march=opteron 
-I/usr/src/lib/libftpio

-Wall -DINET6  -c ftperr.c -o ftperr.po
building profiled ftpio library
ranlib libftpio_p.a
cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe
-march=opteron
-I/usr/src/lib/libftpio -Wall -DINET6  -c
/usr/src/lib/libftpio/ftpio.c 
-o

ftpio.So
cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe
-march=opteron
-I/usr/src/lib/libftpio -Wall -DINET6  -c ftperr.c -o
ftperr.So
building shared library libftpio.so.6
gzip -cn /usr/src/lib/libftpio/ftpio.3 > ftpio.3.gz
===> libgeom (all)
cc -O2 -fno-strict-aliasing -pipe -march=opteron
-I/usr/src/lib/libgeom
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith 
-Wno-uninitialized -c

/usr/src/lib/libgeom/geom_getxml.c
cc -O2 -fno-strict-aliasing -pipe -march=opteron
-I/usr/src/lib/libgeom
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith 
-Wno-uninitialized -c

/usr/src/lib/libgeom/geom_stats.c
cc -O2 -fno-strict-aliasing -pipe -march=opteron
-I/usr/src/lib/libgeom
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith 
-Wno-uninitialized -c

/usr/src/lib/libgeom/geom_xml2tree.c
/usr/src/lib/libgeom/geom_xml2tree.c:255: error:
syntax error before 
'*' token

/usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
type qualifiers 
ignored on

function return type
/usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
return type defaults 
to `int'

/usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
function declaration 
isn't a

prototype
/usr/src/lib/libgeom/geom_xml2tree.c: In function
`CharData':
/usr/src/lib/libgeom/geom_xml2tree.c:260: error:
`userData' undeclared 
(first

use in this function)
/usr/src/lib/libgeom/geom_xml2tree.c:260: error: (Each
undeclared 
identifier is

reported only once
/usr/src/lib/libgeom/geom_xml2tree.c:260: error: for
each function it 
appears

in.)
/usr/src/lib/libgeom/geom_xml2tree.c:262: error: `s'
undeclared (first 
use in

this function)
/usr/src/lib/libgeom/geom_xml2tree.c:263: error: `len'
undeclared 
(first use in

this function)
/usr/src/lib/libgeom/geom_xml2tree.c: In function
`geom_xml2tree':
/usr/src/lib/libgeom/geom_xml2tree.c:286: error:
syntax error before 
"parser"

/usr/src/lib/libgeom/geom_xml2tree.c:296: error:
`parser' undeclared 
(first use

in this function)
/usr/src/lib/libgeom/geom_xml2tree.c:296: warning:
implicit declaration 
of

function `XML_ParserCreate'
/usr/src/lib/libgeom/geom_xml2tree.c:301: warning:
implicit declaration 
of

function `XML_SetUserData'
/usr/src/lib/libgeom/geom_xml2tree.c:302: warning:
implicit declaration 
of

function `XML_SetElementHandler'
/usr/src/lib/libgeom/geom_xml2tree.c:303: warning:
implicit declaration 
of

function `XML_SetCharacterDataHandler'
/usr/src/lib/libgeom/geom_xml2tree.c:304: warning:
implicit declaration 
of

function `XML_Parse'
/usr/src/lib/libgeom/geom_xml2tree.c:307: warning:
implicit declaration 
of

function `XML_ParserFree'
*** Error code 1

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

Stop in /usr/src/lib.


 ARGG!!

   Nicole


Doesn't look like it's compiling libgeom or geom related dependencies. 
What's your /etc/make.conf look like and what version are you trying to 
compile with buildworld?


-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Can't get make buildworld to work with recent cvsup. - Addl

2007-02-08 Thread Nicole Harrington
 Something setup wrong some place??

 cd /usr/src/lib ; make

.
c -pg -O2 -fno-strict-aliasing -pipe -march=opteron 
-I/usr/src/lib/libftpio
-Wall -DINET6  -c /usr/src/lib/libftpio/ftpio.c -o
ftpio.po
cc -pg -O2 -fno-strict-aliasing -pipe -march=opteron 
-I/usr/src/lib/libftpio
-Wall -DINET6  -c ftperr.c -o ftperr.po
building profiled ftpio library
ranlib libftpio_p.a
cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe
-march=opteron
-I/usr/src/lib/libftpio -Wall -DINET6  -c
/usr/src/lib/libftpio/ftpio.c 
-o
ftpio.So
cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe
-march=opteron
-I/usr/src/lib/libftpio -Wall -DINET6  -c ftperr.c -o
ftperr.So
building shared library libftpio.so.6
gzip -cn /usr/src/lib/libftpio/ftpio.3 > ftpio.3.gz
===> libgeom (all)
cc -O2 -fno-strict-aliasing -pipe -march=opteron
-I/usr/src/lib/libgeom
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith 
-Wno-uninitialized -c
/usr/src/lib/libgeom/geom_getxml.c
cc -O2 -fno-strict-aliasing -pipe -march=opteron
-I/usr/src/lib/libgeom
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith 
-Wno-uninitialized -c
/usr/src/lib/libgeom/geom_stats.c
cc -O2 -fno-strict-aliasing -pipe -march=opteron
-I/usr/src/lib/libgeom
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith 
-Wno-uninitialized -c
/usr/src/lib/libgeom/geom_xml2tree.c
/usr/src/lib/libgeom/geom_xml2tree.c:255: error:
syntax error before 
'*' token
/usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
type qualifiers 
ignored on
function return type
/usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
return type defaults 
to `int'
/usr/src/lib/libgeom/geom_xml2tree.c:256: warning:
function declaration 
isn't a
prototype
/usr/src/lib/libgeom/geom_xml2tree.c: In function
`CharData':
/usr/src/lib/libgeom/geom_xml2tree.c:260: error:
`userData' undeclared 
(first
use in this function)
/usr/src/lib/libgeom/geom_xml2tree.c:260: error: (Each
undeclared 
identifier is
reported only once
/usr/src/lib/libgeom/geom_xml2tree.c:260: error: for
each function it 
appears
in.)
/usr/src/lib/libgeom/geom_xml2tree.c:262: error: `s'
undeclared (first 
use in
this function)
/usr/src/lib/libgeom/geom_xml2tree.c:263: error: `len'
undeclared 
(first use in
this function)
/usr/src/lib/libgeom/geom_xml2tree.c: In function
`geom_xml2tree':
/usr/src/lib/libgeom/geom_xml2tree.c:286: error:
syntax error before 
"parser"
/usr/src/lib/libgeom/geom_xml2tree.c:296: error:
`parser' undeclared 
(first use
in this function)
/usr/src/lib/libgeom/geom_xml2tree.c:296: warning:
implicit declaration 
of
function `XML_ParserCreate'
/usr/src/lib/libgeom/geom_xml2tree.c:301: warning:
implicit declaration 
of
function `XML_SetUserData'
/usr/src/lib/libgeom/geom_xml2tree.c:302: warning:
implicit declaration 
of
function `XML_SetElementHandler'
/usr/src/lib/libgeom/geom_xml2tree.c:303: warning:
implicit declaration 
of
function `XML_SetCharacterDataHandler'
/usr/src/lib/libgeom/geom_xml2tree.c:304: warning:
implicit declaration 
of
function `XML_Parse'
/usr/src/lib/libgeom/geom_xml2tree.c:307: warning:
implicit declaration 
of
function `XML_ParserFree'
*** Error code 1

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

Stop in /usr/src/lib.


 ARGG!!

   Nicole



The Large Print Giveth And The Small Print Taketh Away
 -- Anon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Can't get make buildworld to work with recent cvsup.

2007-02-08 Thread Nicole Harrington

 This seems to be my week for problems. I installed
onto a 2 CPU AMD system FreeBSD 6.2-REL amd64 Disk.
 cvsupped and tried to make buildworld. 

 Any suggestions appreciatted.

 Thanks

  Nicole


/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/MKnames.awk
/usr/src/lib/libncurses/../../contrib/ncurses/include/Caps
awk -f 
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/MKnames.awk
/usr/src/lib/libncurses/../../contrib/ncurses/include/Caps
cat namehdr boolnames boolfnames numnames numfnames
strnames strfnames 
nameftr
> names.c
AWK=awk sh
/usr/src/lib/libncurses/../../contrib/ncurses/include/MKncurses_def.sh

/usr/src/lib/libncurses/../../contrib/ncurses/include/ncurses_defs
>
ncurses_def.h
sed 
MKterm.h.awk  -e "/@NCURSES_MAJOR@/s%%5%"  -e
"/@NCURSES_MINOR@/s%%2%"  
-e
"/@NCURSES_CONST@/s%%const%"  -e
"/@NCURSES_XNAMES@/s%%1%"
awk -f MKterm.h.awk 
/usr/src/lib/libncurses/../../contrib/ncurses/include/Caps
> term.h.new
sh
/usr/src/lib/libncurses/../../contrib/ncurses/include/edit_cfg.sh
/usr/src/lib/libncurses/ncurses_cfg.h term.h.new
** edit: HAVE_TCGETATTR 1
** edit: HAVE_TERMIOS_H 1
** edit: HAVE_TERMIO_H 0
** edit: BROKEN_LINKER 0
mv -f term.h.new term.h
cc -o make_keys -O2 -fno-strict-aliasing -pipe
-march=opteron -I.
-I/usr/src/lib/libncurses
-I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses
-I/usr/src/lib/libncurses/../../contrib/ncurses/include
-Wall 
-DFREEBSD_NATIVE
-DNDEBUG -DHAVE_CONFIG_H -DTERMIOS 
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c
/usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc
*** Error code 1

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

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

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

Stop in /usr/src.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"