Date: Wed, 11 Jun 2008 16:27:40 +0300 From: "QA Tindy (Ion-Mihai Tetcu)" <itetcu@FreeBSD.org> To: Pietro Cerutti <gahr@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/mail/kiltdown Makefile ports/mail/kiltdown/files patch-kiltdown.ccmoc patch-kwindowbase.ccmoc Message-ID: <20080611162740.5caedb27@it.buh.tecnik93.com> In-Reply-To: <200806111107.m5BB7sGU089803@repoman.freebsd.org> References: <200806111107.m5BB7sGU089803@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 11 Jun 2008 11:07:54 +0000 (UTC) Pietro Cerutti <gahr@FreeBSD.org> wrote: > gahr 2008-06-11 11:07:54 UTC > > FreeBSD ports repository > > Modified files: > mail/kiltdown Makefile > mail/kiltdown/files patch-kiltdown.ccmoc > patch-kwindowbase.ccmoc > Log: > - Unbreak - fix build with GCC 4.2 > > Revision Changes Path > 1.25 +1 -7 ports/mail/kiltdown/Makefile > 1.2 +1 -1 ports/mail/kiltdown/files/patch-kiltdown.ccmoc > 1.2 +1 -1 ports/mail/kiltdown/files/patch-kwindowbase.ccmoc > 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 kiltdown-0.8.045_11 in directory /var/tinderbox/7-STABLE-FTP maintained by: ports@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/mail/kiltdown Makefile ident: $FreeBSD: ports/mail/kiltdown/Makefile,v 1.25 2008/06/11 11:07:54 gahr Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Jun 11 11:09:05 UTC 2008 ....... moc superlabel.h -o moc_superlabel.cc c++ -c -DQT_THREAD_SUPPORT -O -O2 -fno-strict-aliasing -pipe -DBROKEN_FIFO_OPEN -I/usr/local/include/db3 -I/usr/local/include -I/usr/X11R6/include -I../include -Wall -fno-implicit-templates moc_superlabel.cc c++ -c -DQT_THREAD_SUPPORT -O -O2 -fno-strict-aliasing -pipe -DBROKEN_FIFO_OPEN -I/usr/local/include/db3 -I/usr/local/include -I/usr/X11R6/include -I../include -Wall -fno-implicit-templates accountdlg.cc accountdlg.cc: In member function 'void AccountsDialog::addNewAccount()': accountdlg.cc:174: error: cast from 'ISubsystem*' to 'unsigned int' loses precision gmake[2]: *** [accountdlg.o] Error 1 rm yesno.dlg.cc abentry.dlg.cc about.dlg.cc findtext.dlg.cc download.dlg.cc addrpicker.dlg.cc mailprops.dlg.cc error.dlg.cc compacting.dlg.cc findmessage.dlg.cc password.dlg.cc newacctwiz.dlg.cc gmake[2]: Leaving directory `/work/a/ports/mail/kiltdown/work/kiltdown-0.8.045/kiltdown' gmake[1]: *** [kiltdown] Error 2 gmake[1]: Leaving directory `/work/a/ports/mail/kiltdown/work/kiltdown-0.8.045' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/mail/kiltdown. ================================================================ build of /usr/ports/mail/kiltdown ended at Wed Jun 11 11:10:37 UTC 2008 http://t64.tecnik93.com/errors/7-STABLE-FTP/kiltdown-0.8.045_11.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?20080611162740.5caedb27>