From owner-freebsd-bugs Mon Feb 25 5: 0: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3B7637B404 for ; Mon, 25 Feb 2002 05:00:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1PD00b15409; Mon, 25 Feb 2002 05:00:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C1CF37B402 for ; Mon, 25 Feb 2002 04:50:54 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1PCos914083; Mon, 25 Feb 2002 04:50:54 -0800 (PST) (envelope-from nobody) Message-Id: <200202251250.g1PCos914083@freefall.freebsd.org> Date: Mon, 25 Feb 2002 04:50:54 -0800 (PST) From: Clark Evans To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/35314: RELENG_4_5 does not build on 4.4-RELEASE (from Windriver) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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