From owner-cvs-all@FreeBSD.ORG Thu Feb 5 08:09:05 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF13D106566B; Thu, 5 Feb 2009 08:09:05 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 61E678FC19; Thu, 5 Feb 2009 08:09:05 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from release.ixsystems.com (unknown [206.40.55.81]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id BE5EEFBEC29; Thu, 5 Feb 2009 10:09:23 +0200 (EET) Received: by release.ixsystems.com (Postfix, from userid 0) id DF3438FC71; Thu, 5 Feb 2009 00:01:17 -0800 (PST) From: QAT@FreeBSD.org To: pgollucci@FreeBSD.org In-Reply-To: <200902050802.n15826PZ092970@repoman.freebsd.org> References: In-Reply-To: <200902050802.n15826PZ092970@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.53 2008/12/02 10:57:43 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.1.2_1; dsversion: 3.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_7 X-QAT-Jail_Last_Built: 2009-01-16 01:53:03 X-QAT-Port: games/njam X-QAT-Log: http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/njam-1.25_2.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: linker_error Message-Id: <20090205080117.DF3438FC71@release.ixsystems.com> Date: Thu, 5 Feb 2009 00:01:17 -0800 (PST) Cc: cvs-ports@FreeBSD.org, janos.mohacsi@bsd.hu, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/njam Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 08:09:06 -0000 Hi, Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/njam-1.25_2.log : building njam-1.25_2 in directory /usr/local/tinderbox/7-STABLE-FPT-NPD maintained by: janos.mohacsi@bsd.hu building for: 7.1-STABLE amd64 Makefile ident: $FreeBSD: ports/games/njam/Makefile,v 1.11 2009/02/05 08:02:06 pgollucci Exp $ port directory: /usr/ports/games/njam ................................................... echo '#define DEFAULT_LIBDIR "/usr/local/share"' >> defaults.h echo '#define PACKAGE "njam"' >> defaults.h c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -O2 -fno-strict-aliasing -pipe -I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT -c njam.cpp c++ -O2 -fno-strict-aliasing -pipe -I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT -o njam njam.o njamgame.o njamfont.o njamedit.o njammap.o njamnet.o njamutils.o -lSDL_net -lSDL_mixer -lSDL_image -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lSDL_image -lSDL_mixer -lSDL_net /usr/bin/ld: warning: i386 architecture of input file `njamgame.o' is incompatible with i386:x86-64 output /usr/bin/ld: warning: i386 architecture of input file `njamfont.o' is incompatible with i386:x86-64 output /usr/bin/ld: warning: i386 architecture of input file `njamedit.o' is incompatible with i386:x86-64 output /usr/bin/ld: warning: i386 architecture of input file `njammap.o' is incompatible with i386:x86-64 output /usr/bin/ld: warning: i386 architecture of input file `njamnet.o' is incompatible with i386:x86-64 output /usr/bin/ld: warning: i386 architecture of input file `njamutils.o' is incompatible with i386:x86-64 output njamfont.o(.text+0x34e): In function `NjamFont::NjamFont(char const*, int, int)': /home/milanb/devel/njam/trunk/src/njamfont.cpp:53: undefined reference to `stderr' njamfont.o(.text+0x44d): In function `NjamFont::NjamFont(char const*, int, int)': /home/milanb/devel/njam/trunk/src/njamfont.cpp:53: undefined reference to `stderr' njamedit.o(.text+0x6ff): In function `NjamEngine::SelectMap(char, char*, int)': /home/milanb/devel/njam/trunk/src/njamedit.cpp:516: undefined reference to `operator new(unsigned int)' njamutils.o(.text+0x162): In function `NjamCheckAndCreateDir(char const*)': /usr/include/sys/stat.h:436: undefined reference to `__xstat' njamutils.o(.text+0x191): In function `NjamCheckAndCreateDir(char const*)': /home/milanb/devel/njam/trunk/src/njamutils.cpp:209: undefined reference to `__errno_location' njamutils.o(.text+0x1b8):/home/milanb/devel/njam/trunk/src/njamutils.cpp:226: undefined reference to `stderr' njamutils.o(.text+0x1e0):/home/milanb/devel/njam/trunk/src/njamutils.cpp:240: undefined reference to `stderr' njamutils.o(.text+0x221): In function `NjamGetHomeDir()': /home/milanb/devel/njam/trunk/src/njamutils.cpp:188: undefined reference to `stderr' njamutils.o(.text+0x3ac): In function `SurfaceEffect(SDL_Surface*, SDL_Rect&, tEffect)': /home/milanb/devel/njam/trunk/src/njamutils.cpp:140: undefined reference to `stderr' /usr/bin/ld: BFD 2.15 [FreeBSD] 2004-05-23 internal error, aborting at /usr/local/tinderbox/jails/7/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/reloc.c line 4274 in bfd_generic_get_relocated_section_contents /usr/bin/ld: Please report this bug. gmake[2]: *** [njam] Error 1 gmake[2]: Leaving directory `/work/a/ports/games/njam/work/njam-1.25-src/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/games/njam/work/njam-1.25-src' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /a/ports/games/njam. ================================================================ build of /usr/ports/games/njam ended at Thu Feb 5 08:01:15 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/njam-1.25_2.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=games&portname=njam The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B