From owner-freebsd-stable Mon Nov 13 15:27: 9 2000 Delivered-To: freebsd-stable@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 81CA037B4D7 for ; Mon, 13 Nov 2000 15:27:05 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id eADNR4J04098 for ; Mon, 13 Nov 2000 15:27:04 -0800 (PST) Message-Id: <200011132327.eADNR4J04098@ptavv.es.net> To: stable@freebsd.org Subject: Possible make problem Date: Mon, 13 Nov 2000 15:27:04 -0800 From: "Kevin Oberman" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been trying to build the staroffice52 port from my CDROM. I have had NO success to this point. It looks like a problem with make, since a simple .if !(exists) seems to fail. Here is what I'm getting: # make -DWITH_CDROM ===> staroffice-5.2 depends on file: /compat/linux/lib/libc.so.6 - found Please mount the Sun StarOffice 5.2 CDROM onto /cdrom and run make again. *** error code 1 Stop in /usr/ports/editors/staroffice52. The Makefile contains: .if defined(WITH_CDROM) .if !exists($CD_MOUNTPT/linux/office52/setup) @${ECHO} @${ECHO} Please mount the Sun StarOffice 5.2 CDROM @${ECHO} onto {$CD_MOUNTPT} and run make again. @${ECHO} @${FALSE} .endif .endif # ls /cdrom/linux/office52/setup /cdrom/linux/office52/setup # Looks like the file is there. I see no error in the Makefile, but the test fails. System is 4.2-BETA updated 11/2 at about 10:30 am. Am I crazy or is something broken in make(1)? R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message