From owner-freebsd-ports Fri Jan 10 01:17:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA01755 for ports-outgoing; Fri, 10 Jan 1997 01:17:57 -0800 (PST) Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id BAA01750 for ; Fri, 10 Jan 1997 01:17:55 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca4-25.ix.netcom.com [199.35.213.153]) by dfw-ix5.ix.netcom.com (8.6.13/8.6.12) with ESMTP id BAA29373 for ; Fri, 10 Jan 1997 01:17:22 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id BAA02320; Fri, 10 Jan 1997 01:17:19 -0800 (PST) Date: Fri, 10 Jan 1997 01:17:19 -0800 (PST) Message-Id: <199701100917.BAA02320@silvia.HIP.Berkeley.EDU> To: ports@freebsd.org Subject: x11/FWF port build mystery From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I can build this port only a few times out of many. According to the log, it seems like when the build descends to src/whatever sometimes the ar command (to add *.o to libfwf.a) doesn't happen. And that will cause a link failure sometime later. The problem is not persistent. It fails some times, and succeeds some. I'm totally stumped. Can someone help?!? Satoshi P.S. Here's the diff between two runs, both failures.... --- make.1 Fri Jan 10 01:14:41 1997 +++ make.5 Fri Jan 10 01:03:03 1997 @@ -503,9 +503,6 @@ gcc -c -I../../include -I/usr/X11R6/include/X11 -O -I/usr/X11R6/include -D CSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO Button.c rm -f ButtonT.o gcc -c -I../../include -I/usr/X11R6/include/X11 -O -I/usr/X11R6/include -D CSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO ButtonT.c -Adding Button.o To Library ../../lib/libfwf.a -ar qc ../../lib/libfwf.a Button.o -ranlib ../../lib/libfwf.a cp ./Button.man ../../man/Button.man cp ./ButtonT.man ../../man/ButtonT.man building objects in src/RowCol... @@ -513,6 +510,9 @@ gcc -c -I../../include -I/usr/X11R6/include/X11 -O -I/usr/X11R6/include -D CSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO RowCol.c rm -f RowColT.o gcc -c -I../../include -I/usr/X11R6/include/X11 -O -I/usr/X11R6/include -D CSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO RowColT.c +Adding RowCol.o To Library ../../lib/libfwf.a +ar qc ../../lib/libfwf.a RowCol.o +ranlib ../../lib/libfwf.a cp ./RowCol.man ../../man/RowCol.man cp ./RowColT.man ../../man/RowColT.man building objects in src/Prompt... @@ -637,6 +637,9 @@