From nobody@FreeBSD.org  Tue Nov 20 10:05:42 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 994C016A41A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Nov 2007 10:05:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 8ACD713C4AC
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Nov 2007 10:05:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lAKA4x7K074176
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Nov 2007 10:04:59 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id lAKA4xYL074175;
	Tue, 20 Nov 2007 10:04:59 GMT
	(envelope-from nobody)
Message-Id: <200711201004.lAKA4xYL074175@www.freebsd.org>
Date: Tue, 20 Nov 2007 10:04:59 GMT
From: Yuri <yuri@tsoft.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: 7.0-BETA2 buildworld fails in contrib/tcsh
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         118147
>Category:       misc
>Synopsis:       7.0-BETA2 buildworld fails in contrib/tcsh
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 20 10:10:01 UTC 2007
>Closed-Date:    Tue Nov 20 10:48:35 UTC 2007
>Last-Modified:  Tue Nov 20 15:10:01 UTC 2007
>Originator:     Yuri
>Release:        7.0-BETA2
>Organization:
n/a
>Environment:
>Description:
Failure is on 7.0-BETA2 i386 system.

cc -I/usr/local/include -O3 -fno-strict-aliasing -pipe -DTEXT_DOMAIN=\"nodomain\
"  -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=
'"/bin/csh"' -DHAVE_ICONV -Wno-pointer-sign -c tc.defs.c
cc -I/usr/local/include -O3 -fno-strict-aliasing -pipe -DTEXT_DOMAIN=\"nodomain\
"  -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=
'"/bin/csh"' -DHAVE_ICONV -Wno-pointer-sign -c /usr/src/bin/csh/iconv_stub.c
cc -I/usr/local/include -O3 -fno-strict-aliasing -pipe -DTEXT_DOMAIN=\"nodomain\
"  -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=
'"/bin/csh"' -DHAVE_ICONV -Wno-pointer-sign  -o csh sh.o sh.dir.o sh.dol.o sh.er
r.o sh.exec.o sh.char.o sh.exp.o sh.file.o sh.func.o sh.glob.o sh.hist.o sh.init
.o sh.lex.o sh.misc.o sh.parse.o sh.print.o sh.proc.o sh.sem.o sh.set.o sh.time.
o glob.o mi.termios.o tw.help.o tw.init.o tw.parse.o tw.spell.o tw.comp.o tw.col
or.o ed.chared.o ed.defns.o ed.init.o ed.inputl.o ed.refresh.o ed.screen.o ed.xm
ap.o ed.term.o tc.alloc.o tc.bind.o tc.const.o tc.disc.o tc.func.o tc.nls.o tc.o
s.o tc.printf.o tc.prompt.o tc.sched.o tc.sig.o tc.str.o tc.vers.o tc.who.o tc.d
efs.o iconv_stub.o -ltermcap -lcrypt
sh.func.o(.text+0x45): In function `nlsclose':
: undefined reference to `libiconv_close'
sh.func.o(.text+0x2b2d): In function `nlsinit':
: undefined reference to `libiconv_open'
sh.func.o(.text+0x2c63): In function `iconv_catgets':
: undefined reference to `libiconv'
sh.func.o(.text+0x3a6d): In function `dounsetenv':
>How-To-Repeat:

>Fix:
n/a

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Tue Nov 20 10:48:34 UTC 2007 
State-Changed-Why:  
I was unable to reproduce this and I build beta2 a lot of times, beta3 
also does not have that issue, can you upgrade your software tree to 
make sure it is up to date and retry. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118147 

From: linimon@lonesome.com (Mark Linimon)
To: Yuri <yuri@tsoft.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/118147: 7.0-BETA2 buildworld fails in contrib/tcsh
Date: Tue, 20 Nov 2007 08:53:03 -0600

 If you're getting multiple failures in buildworld, you need to check
 to see whether you have any stale sources, or that your RAM  is
 failing.
 
 mcl

From: Yuri Pankov <yuri.pankov@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: misc/118147: 7.0-BETA2 buildworld fails in contrib/tcsh
Date: Tue, 20 Nov 2007 18:07:35 +0300

 Problem here is with sumbitter's CFLAGS. It can be easily reproduced.
 
 > cc -I/usr/local/include -O3 -fno-strict-aliasing -pipe
      ^^^^^^^^^^^^^^^^^^^^
>Unformatted:
