From owner-cvs-all@FreeBSD.ORG Thu Feb 12 00:25:56 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 8334F106566B; Thu, 12 Feb 2009 00:25:56 +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 EF9AA8FC1B; Thu, 12 Feb 2009 00:25:55 +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 B0560FBEC31; Thu, 12 Feb 2009 02:26:14 +0200 (EET) Received: by release.ixsystems.com (Postfix, from userid 0) id 714E48FC71; Wed, 11 Feb 2009 16:17:12 -0800 (PST) From: QAT@FreeBSD.org To: miwi@FreeBSD.org In-Reply-To: <200902112117.n1BLHrQD005682@repoman.freebsd.org> References: In-Reply-To: <200902112117.n1BLHrQD005682@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: devel/xdg-user-dirs X-QAT-Log: http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/xdg-user-dirs-0.10_1.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: gcc4_error Message-Id: <20090212001712.714E48FC71@release.ixsystems.com> Date: Wed, 11 Feb 2009 16:17:12 -0800 (PST) Cc: cvs-ports@FreeBSD.org, kde@freebsd.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/xdg-user-dirs/files patch-xdg-user-dirs-update.c 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, 12 Feb 2009 00:25:57 -0000 Hi, Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/xdg-user-dirs-0.10_1.log : building xdg-user-dirs-0.10_1 in directory /usr/local/tinderbox/7-STABLE-FPT-NPD maintained by: kde@freebsd.org building for: 7.1-STABLE amd64 Makefile ident: $FreeBSD: ports/devel/xdg-user-dirs/Makefile,v 1.2 2008/07/19 20:51:41 miwi Exp $ port directory: /usr/ports/devel/xdg-user-dirs ................................................... checking for msgmerge... /usr/local/bin/msgmerge checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... no checking for iconv... (cached) yes checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib checking for more warnings... no configure: creating ./config.status config.status: creating po/Makefile.in config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile ===> Building for xdg-user-dirs-0.10_1 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/devel/xdg-user-dirs/work/xdg-user-dirs-0.10' Making all in po gmake[2]: Entering directory `/work/a/ports/devel/xdg-user-dirs/work/xdg-user-dirs-0.10/po' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/work/a/ports/devel/xdg-user-dirs/work/xdg-user-dirs-0.10/po' gmake[2]: Entering directory `/work/a/ports/devel/xdg-user-dirs/work/xdg-user-dirs-0.10' cc -DHAVE_CONFIG_H -I. -I. -I. -DXDGCONFDIR=\"/usr/local/etc/xdg\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSTANDALONE_XDG_USER_DIR_LOOKUP -I/usr/local/include -I/usr/local/include -MT xdg-user-dirs-update.o -MD -MP -MF .deps/xdg-user-dirs-update.Tpo -c -o xdg-user-dirs-update.o xdg-user-dirs-update.c xdg-user-dirs-update.c:22: error: static declaration of 'strndup' follows non-static declaration gmake[2]: *** [xdg-user-dirs-update.o] Error 1 gmake[2]: Leaving directory `/work/a/ports/devel/xdg-user-dirs/work/xdg-user-dirs-0.10' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/devel/xdg-user-dirs/work/xdg-user-dirs-0.10' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/devel/xdg-user-dirs. ================================================================ build of /usr/ports/devel/xdg-user-dirs ended at Thu Feb 12 00:17:10 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/xdg-user-dirs-0.10_1.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=devel&portname=xdg-user-dirs 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