Date: Thu, 3 Jul 2008 00:08:39 +0300 From: "QA Tindy" <itetcu@FreeBSD.org> To: Maho Nakata <maho@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, Mark Linimon <linimon@FreeBSD.org>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/superlu_mt Makefile Message-ID: <20080703000839.6f8b05ea@it.buh.tecnik93.com> In-Reply-To: <200807020528.m625SPOb058784@repoman.freebsd.org> References: <200807020528.m625SPOb058784@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2 Jul 2008 05:28:25 +0000 (UTC) Maho Nakata <maho@FreeBSD.org> wrote: > maho 2008-07-02 05:28:25 UTC > > FreeBSD ports repository > > Modified files: > math/superlu_mt Makefile > Log: > Fix build. > > Submitted by: itetcu (QA Tindy) > > Revision Changes Path > 1.14 +1 -0 ports/math/superlu_mt/Makefile > Hi, You receive this email if you are either the maintainer of the port or if you recently committed to it. If the error is already fixed please ignore this email; if you submit a PR to fix it CC me and I'll commit it ASAP. The builds are done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the official up-to-date Ports Tree (for commit-triggered builds the files are fetched via CVSWeb), with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The error which triggered this email is bellow followed by the link to the full log and explanations about the testing process. building superlu_mt-2.0.20080115 in directory /var/tinderbox/7-STABLE-FTP maintained by: ports@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/math/superlu_mt Makefile ident: $FreeBSD: ports/math/superlu_mt/Makefile,v 1.14 2008/07/02 05:28:25 maho Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Jul 2 09:22:44 UTC 2008 ...... Testing SINGLE COMPLEX PRECISION linear equation routines csh pctest.csh LAPACK cg20.cua cc -D_PTHREAD -O2 -fno-strict-aliasing -pipe -fPIC -DAdd_ -I../SRC -c pzdrive.c cc -D_PTHREAD -O2 -fno-strict-aliasing -pipe -fPIC -DAdd_ -I../SRC -c sp_zconvert.c cc -D_PTHREAD -O2 -fno-strict-aliasing -pipe -fPIC -DAdd_ -I../SRC -c pzgst01.c cc -D_PTHREAD -O2 -fno-strict-aliasing -pipe -fPIC -DAdd_ -I../SRC -c pzgst02.c cc -D_PTHREAD -O2 -fno-strict-aliasing -pipe -fPIC -DAdd_ -I../SRC -c pzgst04.c cc -D_PTHREAD -O2 -fno-strict-aliasing -pipe -fPIC -DAdd_ -I../SRC -c pzgst07.c cc -D_PTHREAD -O2 -fno-strict-aliasing -pipe -fPIC -DAdd_ -I../SRC -c pzgssv.c cc -D_PTHREAD -O2 -fno-strict-aliasing -pipe -fPIC -DAdd_ -I../SRC -c pzgssvx.c gfortran42 -O pzdrive.o sp_zconvert.o pzgst01.o pzgst02.o pzgst04.o pzgst07.o pzgssv.o pzgssvx.o sp_ienv.o \ libtmg.a ../lib/libsuperlu_mt.a -L/usr/local/lib -lblas -lm -pthread -o pztest Testing DOUBLE COMPLEX PRECISION linear equation routines csh pztest.csh LAPACK cg20.cua gmake[1]: Leaving directory `/work/a/ports/math/superlu_mt/work/SuperLU_MT_2.0_shared/TESTING' /bin/rm -rf /work/a/ports/math/superlu_mt/work/tmp_static /bin/mkdir -p /work/a/ports/math/superlu_mt/work/tmp_static cd /work/a/ports/math/superlu_mt/work/tmp_static /usr/bin/find /work/a/ports/math/superlu_mt/work/SuperLU_MT_2.0 -name "*\.a" -exec /bin/mv {} /work/a/ports/math/superlu_mt/work/tmp_static \; /bin/rm -rf /work/a/ports/math/superlu_mt/work/tmp_shared /bin/mkdir -p /work/a/ports/math/superlu_mt/work/tmp_shared /usr/bin/find /work/a/ports/math/superlu_mt/work/SuperLU_MT_2.0_shared -name "*\.a" -exec /bin/mv {} /work/a/ports/math/superlu_mt/work/tmp_shared \; ld: libsuperlu_mt.a(superlu_timer.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC libsuperlu_mt.a(superlu_timer.o): could not read symbols: Bad value *** Error code 1 Stop in /a/ports/math/superlu_mt. ================================================================ build of /usr/ports/math/superlu_mt ended at Wed Jul 2 09:25:25 UTC 2008 http://t64.tecnik93.com/errors/7-STABLE-FTP/superlu_mt-2.0.20080115.log These emails are generated in one of the following cases: - an automated build was scheduled because the port was touched in CVS - the periodic QA build has reached it. - the port was scheduled because it is a dependency of a port from the cases above. There is no fixed interval for this; if other ports depend on it you will receive this emails more often since testing those other ports is made impossible by this port being broken. Efforts are made to restrict the number of outgoing emails to one/port/week for QA or dependency builds (but not for commit-triggered builds; if you commit 3 times in 5 minutes to the same port and the first 2 versions fail you'll receive 2 emails). When you fix install/plist errors please bear in mind that each of the 3 NO* vars controls the installation of different type of files, so constructs like: .ifndef NOPORTDOCS @${MKDIR} ${DATADIR} ... .endif or %%PORTDOCS%%%%EXAMPLESDIR%%/some_example_file are WRONG. Please use the right pairs like: %%PORTDOCS%%%%DOCSDIR%% %%PORTEXAMPLES%%%%EXAMPLESDIR%% %%PORTDATA%%%%DATADIR%% 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080703000839.6f8b05ea>