Anyone else seeing this on a make release of 7?

Yuri Pankov yuri.pankov at gmail.com
Wed Dec 5 03:32:30 PST 2007


On 12/5/2007 12:55 PM, Lawrence Farr wrote:
> cc -Os -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -W
> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
> -Wpointer-arith -W
> return-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align
> -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundan
> t-decls -Wno-pointer-sign -c /usr/src/bin/ed/main.c
> *** Error code 1
> 
> Stop in /usr/src/bin/ed.
> *** Error code 1
> 
> Stop in /usr/obj/usr/src/release/fixit_crunch.
> *** Error code 1
> 
> Stop in /usr/src/release.
> *** Error code 1
> 
> Stop in /usr/src/release.
> in.c:106: warning: argument 'argv' might be clobbered by 'longjmp' or
> 'vfork'
> + umount /dev
> 
> Been getting it for a week or so now, it's being built on:
> 
> 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Mon Nov 26 01:04:55 GMT 2007

Are you sure that you are building from RELENG_7 source? It doesn't have 
-Werror defined, IIRC. And HEAD should be fixed by this commit:
http://lists.freebsd.org/pipermail/cvs-src/2007-December/084624.html


HTH,
Yuri



More information about the freebsd-stable mailing list