build world failure help needed

Kris Kennaway kris at obsecurity.org
Mon May 9 19:48:49 PDT 2005


On Mon, May 09, 2005 at 08:21:37PM -0500, J.D. Bronson wrote:
> At 08:13 PM 5/9/2005, Kris Kennaway wrote:
> >On Tue, May 10, 2005 at 03:51:53AM +0300, Abu Khaled wrote:
> >
> >> > # make
> >> > Warning: Object directory not changed from original /usr/src/bin/ls
> >> > /usr/bin/gcc -O2 -pipe -DCOLORLS -Wsystem-headers -Werror -Wall
> >> > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
> >> > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual
> >> > -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter
> >> > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c cmp.c
> >> > /usr/bin/gcc -O2 -pipe -DCOLORLS -Wsystem-headers -Werror -Wall
> >> > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
> >> > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual
> >> > -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter
> >> > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c ls.c
> >> > ls.c: In function `main':
> >> > ls.c:330: warning: passing arg 1 of `tgetstr' discards qualifiers
> >> > from pointer target type
> >> > ls.c:331: warning: passing arg 1 of `tgetstr' discards qualifiers
> >> > from pointer target type
> >> > ls.c:332: warning: passing arg 1 of `tgetstr' discards qualifiers
> >> > from pointer target type
> >> > ls.c:333: warning: passing arg 1 of `tgetstr' discards qualifiers
> >> > from pointer target type
> >> > ls.c:338: warning: passing arg 1 of `tgetstr' discards qualifiers
> >> > from pointer target type
> >> > ls.c:340: warning: passing arg 1 of `tgetstr' discards qualifiers
> >> > from pointer target type
> >> > *** Error code 1
> >
> >It looks like you may have nonstandard -W settings, in particular
> >-Werror.  Don't do this unless you're willing to fix the warnings
> >encountered in your build.
> >
> >Kris
> 
> I didnt do anything. the build failed.
> so I removed the cflags reference to -DCOLORES and then build world fine.
> so then I replaced the reference and was able to build world normally.
> I have no idea why this failed in the first place!

You clearly have some nonstandard settings, because your CC and CFLAGS
variables are visibly nonstandard in the above log.  This makes me
think you have other nonstandard settings or customizations that are
causing your error.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20050509/53eb98cf/attachment.bin


More information about the freebsd-questions mailing list