Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 21:49:35 -0600
From:      "Daryl Chance (Stinkfist)" <chancedj@yahoo.com>
To:        <freebsd-questions@freebsd.org>
Subject:   Error in Makeworld (tag=RELENG_4_5)
Message-ID:  <000601c1d08b$6b1367f0$0200a8c0@SATAN>

next in thread | raw e-mail | index | archive | help
When doing a make buildworld in /usr/src, I get the following message:

building static edit library
ranlib libedit.a
cc -pg -O -pipe -march=k6 -I. -I/usr/src/lib/libedit
-I/usr/obj/usr/src/i386/u
sr/include  -c editline.c -o editline.po
cc -pg -O -pipe -march=k6 -I. -I/usr/src/lib/libedit
-I/usr/obj/usr/src/i386/u
sr/include  -c /usr/src/lib/libedit/tokenizer.c -o tokenizer.po
cc -pg -O -pipe -march=k6 -I. -I/usr/src/lib/libedit
-I/usr/obj/usr/src/i386/u
sr/include  -c /usr/src/lib/libedit/history.c -o history.po building
profiled edit library ranlib libedit_p.a
cc -fpic -DPIC -O -pipe -march=k6 -I. -I/usr/src/lib/libedit
-I/usr/obj/usr/sr
c/i386/usr/include  -c editline.c -o editline.So
cc -fpic -DPIC -O -pipe -march=k6 -I. -I/usr/src/lib/libedit
-I/usr/obj/usr/sr
c/i386/usr/include  -c /usr/src/lib/libedit/tokenizer.c -o tokenizer.So
cc -fpic -DPIC -O -pipe -march=k6 -I. -I/usr/src/lib/libedit
-I/usr/obj/usr/sr
c/i386/usr/include  -c /usr/src/lib/libedit/history.c -o history.So
building shared library libedit.so.3 ===> libfetch cc -O -pipe -march=k6
-I. -DINET6 -I/usr/obj/usr/src/i386/usr/include -W -Wall -
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-uninitialized -Werr or -Wreturn-type -Wcast-qual -Wwrite-strings
-Wswitch -Wshadow  -c /usr/src/lib/ libfetch/fetch.c -o fetch.o cc -O
-pipe -march=k6 -I. -DINET6 -I/usr/obj/usr/src/i386/usr/include -W -Wall
- Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-uninitialized -Werr or -Wreturn-type -Wcast-qual -Wwrite-strings
-Wswitch -Wshadow  -c /usr/src/lib/ libfetch/common.c -o common.o
cc1: warnings being treated as errors
/usr/src/lib/libfetch/common.c: In function `_fetch_putln':
/usr/src/lib/libfetch/common.c:343: warning: cast discards qualifiers
from point er target type
/usr/src/lib/libfetch/common.c:345: warning: cast discards qualifiers
from point er target type
*** Error code 1

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

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

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

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

Stop in /usr/src.

Uname:
FreeBSD .bellsouth.net 4.4-RELEASE-p1 FreeBSD 4.4-RELEASE-p1 #0: Thu Dec
6 23:27:55 CST 2001     root@.bellsouth.net:/usr/src/sys/compile/MP3
i386

I have tried numerous things to get it to compile

Cvsup RELENG_4_5
Cvsup RELENG_4_5_0_RELEASE, then update to RELENG_4_5
Cvsup RELENG_4_4_0_RELEASE, then update to RELENG_4_5

All 3 give me the same problem.  I couldn't get a compile for
RELENG_4_5_0_RELEASE to complete Either, it gave me this:

building shared library libedit.so.3
===> libfetch
cc -O -pipe -march=k6 -I. -DINET6 -I/usr/obj/usr/src/i386/usr/include -W
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings
-Wswitch -Wshadow  -c /usr/src/lib/libfetch/fetch.c -o fetch.o cc -O
-pipe -march=k6 -I. -DINET6 -I/usr/obj/usr/src/i386/usr/include -W -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings
-Wswitch -Wshadow  -c /usr/src/lib/libfetch/common.c -o common.o
cc1: warnings being treated as errors
/usr/src/lib/libfetch/common.c: In function `_fetch_putln':
/usr/src/lib/libfetch/common.c:343: warning: cast discards qualifiers
from pointer target type
/usr/src/lib/libfetch/common.c:345: warning: cast discards qualifiers
from pointer target type
*** Error code 1

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

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

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

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

Stop in /usr/src.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000601c1d08b$6b1367f0$0200a8c0>