From owner-cvs-ports@FreeBSD.ORG Wed Apr 7 14:59:37 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF0E310656EC; Wed, 7 Apr 2010 14:59:37 +0000 (UTC) (envelope-from QAT@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 38E728FC1E; Wed, 7 Apr 2010 14:59:37 +0000 (UTC) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id 1D41922C50B9; Wed, 7 Apr 2010 17:59:36 +0300 (EEST) Date: Wed, 7 Apr 2010 17:59:35 +0300 From: QAT@FreeBSD.org To: Jimmy Olgeni Message-ID: <20100407175935.76abeea7@it.buh.tecnik93.com> In-Reply-To: <201004071433.o37EXe3x062030@repoman.freebsd.org> References: <201004071433.o37EXe3x062030@repoman.freebsd.org> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/erlang Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2010 14:59:38 -0000 The Restless Daemon identified a etc lib sql error while trying to build: erlang-r13b04_2,1 maintained by olgeni@FreeBSD.org Makefile ident: $FreeBSD: ports/lang/erlang/Makefile,v 1.152 2010/04/07 14:33:40 olgeni Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/erlang-r13b04_2,1.log : gmake[4]: Entering directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/erts/epmd/src' cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -I/work/a/ports/lang/erlang/work/otp_src_R13B04/erts/amd64-portbld-freebsd8.0 -DHAVE_CONFIG_H -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DEPMD_PORT_NO=4369 -o /work/a/ports/lang/erlang/work/otp_src_R13B04/erts/obj/amd64-portbld-freebsd8.0/epmd.o -c epmd.c cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -I/work/a/ports/lang/erlang/work/otp_src_R13B04/erts/amd64-portbld-freebsd8.0 -DHAVE_CONFIG_H -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DEPMD_PORT_NO=4369 -o /work/a/ports/lang/erlang/work/otp_src_R13B04/erts/obj/amd64-portbld-freebsd8.0/epmd_cli.o -c epmd_cli.c cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -I/work/a/ports/lang/erlang/work/otp_src_R13B04/erts/amd64-portbld-freebsd8.0 -DHAVE_CONFIG_H -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DEPMD_PORT_NO=4369 -o /work/a/ports/lang/erlang/work/otp_src_R13B04/erts/obj/amd64-portbld-freebsd8.0/epmd_srv.o -c epmd_srv.c cc -L/usr/local/lib -o /work/a/ports/lang/erlang/work/otp_src_R13B04/bin/amd64-portbld-freebsd8.0/epmd /work/a/ports/lang/erlang/work/otp_src_R13B04/erts/obj/amd64-portbld-freebsd8.0/epmd.o /work/a/ports/lang/erlang/work/otp_src_R13B04/erts/obj/amd64-portbld-freebsd8.0/epmd_cli.o /work/a/ports/lang/erlang/work/otp_src_R13B04/erts/obj/amd64-portbld-freebsd8.0/epmd_srv.o -lutil -lm gmake[4]: Leaving directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/erts/epmd/src' gmake[3]: Leaving directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/erts/epmd/src' gmake[2]: Leaving directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/erts/epmd' gmake[2]: Entering directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/erts/lib_src' gmake -f amd64-portbld-freebsd8.0/Makefile TYPE=opt gmake[3]: Entering directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/erts/lib_src' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/erts/lib_src' gmake[2]: Leaving directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/erts/lib_src' gmake[1]: Leaving directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/erts' cd lib && \ ERL_TOP=/work/a/ports/lang/erlang/work/otp_src_R13B04 PATH=/work/a/ports/lang/erlang/work/otp_src_R13B04/bootstrap/bin:${PATH} \ gmake opt SECONDARY_BOOTSTRAP=true gmake[1]: Entering directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/lib' gmake[2]: Entering directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/lib/hipe' === Entering application hipe gmake[3]: Entering directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/lib/hipe/rtl' (cd ../main && gmake hipe.hrl) gmake[4]: Entering directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/lib/hipe/main' sed -e "s;%VSN%;3.7.5;" ../../hipe/main/hipe.hrl.src > ../../hipe/main/hipe.hrl gmake[4]: Leaving directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/lib/hipe/main' erlc -W +debug_info +inline -o../ebin hipe_rtl.erl erlc: Error 2 executing '/usr/local/bin/erl'. gmake[3]: *** [../ebin/hipe_rtl.beam] Error 1 gmake[3]: Leaving directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/lib/hipe/rtl' gmake[2]: *** [opt] Error 2 gmake[2]: Leaving directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/lib/hipe' gmake[1]: *** [opt] Error 2 gmake[1]: Leaving directory `/work/a/ports/lang/erlang/work/otp_src_R13B04/lib' gmake: *** [secondary_bootstrap_build] Error 2 *** Error code 1 Stop in /a/ports/lang/erlang. ================================================================ build of /usr/ports/lang/erlang ended at Wed Apr 7 14:56:00 UTC 2010 PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=lang&portname=erlang The build which triggered this BotMail was done under tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8 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, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B