Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2002 04:50:54 -0800 (PST)
From:      Clark Evans <cce@clarkevans.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/35314: RELENG_4_5 does not build on 4.4-RELEASE (from Windriver)
Message-ID:  <200202251250.g1PCos914083@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         35314
>Category:       misc
>Synopsis:       RELENG_4_5 does not build on 4.4-RELEASE (from Windriver)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 25 05:00:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Clark Evans
>Release:        4.4
>Organization:
self
>Environment:
FreeBSD wyel.axista.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC  i386
>Description:
The build is missing or can't find the complex.h header file; it is probably a simple path include bug in a Makefile somewhere.
>How-To-Repeat:
wyel# cat supfile
*default host=cvsup11.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=RELENG_4_5
*default delete use-rel-suffix
*default compress
src-all
wyel# cvsup -g -L 2 supfile
Parsing supfile "supfile"
Connecting to cvsup11.FreeBSD.org
Connected to cvsup11.FreeBSD.org
Server software version: SNAP_16_1e
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
Shutting down connection to server
Finished successfully
wyel# pwd
/usr/src
wyel# make
===> share/info
===> include
Warning: Object directory not changed from original /usr/src/include
===> include/rpcsvc
Warning: Object directory not changed from original /usr/src/include/rpcsvc
===> lib
===> lib/csu/i386-elf
Warning: Object directory not changed from original /usr/src/lib/csu/i386-elf
===> lib/libcom_err
Warning: Object directory not changed from original /usr/src/lib/libcom_err
===> lib/libcom_err/doc
===> lib/libcrypt
Warning: Object directory not changed from original /usr/src/lib/libcrypt
===> lib/msun
Warning: Object directory not changed from original /usr/src/lib/msun
cc -O -pipe  -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_
   -c /usr/src/lib/msun/src/w_cabs.c -o w_cabs.o
/usr/src/lib/msun/src/w_cabs.c:13: complex.h: No such file or directory
/usr/src/lib/msun/src/w_cabs.c: In function `cabs':
/usr/src/lib/msun/src/w_cabs.c:18: syntax error before `z'
/usr/src/lib/msun/src/w_cabs.c: In function `z_abs':
/usr/src/lib/msun/src/w_cabs.c:25: syntax error before `*'
/usr/src/lib/msun/src/w_cabs.c:27: invalid type argument of `unary *'
/usr/src/lib/msun/src/w_cabs.c:27: invalid type argument of `unary *'
*** Error code 1

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

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

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

Stop in /usr/src.
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202251250.g1PCos914083>