From owner-freebsd-ports Tue May 14 22:10:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C67337B404 for ; Tue, 14 May 2002 22:10:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F5A3C51665; Tue, 14 May 2002 22:10:03 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 939C837B404 for ; Tue, 14 May 2002 22:06:59 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4F56xhG064914 for ; Tue, 14 May 2002 22:06:59 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4F56x4t064913; Tue, 14 May 2002 22:06:59 -0700 (PDT) Message-Id: <200205150506.g4F56x4t064913@www.freebsd.org> Date: Tue, 14 May 2002 22:06:59 -0700 (PDT) From: Seth Hieronymus To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38098: devel/fam doesn't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38098 >Category: ports >Synopsis: devel/fam doesn't compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 14 22:10:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Seth Hieronymus >Release: 4.5 Stable (4.6 Pre) >Organization: >Environment: FreeBSD hts7.hiertech.com 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Tue May 14 11:47:12 MDT 2002 root@hts7.hiertech.com:/usr/src/sys/compile/hts7 i386 >Description: When building devel/fam, the makefile gets to the 'test' subdirectory, and dies. Here is the script output: Making all in test gmake[2]: Entering directory `/usr/ports/devel/fam/work/fam-oss-2.6.4/test' c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DCONFIG_ETC_CONFIG_PATH=\"/usr/ local/etc/fam.conf\" -Wall -O -pipe -march=pentiumpro -fmemoize-lookups -fs ave-memoized -c test.c++ test.c++:125: return type for `main' changed to `int' test.c++: In function `int main(...)': test.c++:142: warning: unused variable `int optind' gmake[2]: *** [test.o] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/fam/work/fam-oss-2.6.4/test' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/fam/work/fam-oss-2.6.4' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/devel/fam. >How-To-Repeat: This was a clean install of KDE3, which died in fam. Died while in the KDE3 build, and then in its own build when I was isolating the problem. >Fix: I didn't see (in my brief look) where the error was error was in the code, other than the main() function. I fixed it by excising the 'test' subdir from the patchfile and the makefiles... there is probably a better way. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message