From owner-cvs-ports@FreeBSD.ORG Mon Jun 23 23:05:42 2008 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 7531E106567B; Mon, 23 Jun 2008 23:05:42 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id BA90B8FC1C; Mon, 23 Jun 2008 23:05:41 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 909FC2C50CED; Tue, 24 Jun 2008 02:05:40 +0300 (EEST) Date: Tue, 24 Jun 2008 02:05:40 +0300 From: "QA Tindy (Ion-Mihai Tetcu)" To: Felippe de Meirelles Motta Message-ID: <20080624020540.26d1472c@it.buh.tecnik93.com> In-Reply-To: <200806232144.m5NLiFp0030836@repoman.freebsd.org> References: <200806232144.m5NLiFp0030836@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, Mark Linimon , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases Makefile ports/databases/couchdb Makefile distinfo pkg-descr pkg-plist 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: Mon, 23 Jun 2008 23:05:42 -0000 On Mon, 23 Jun 2008 21:44:15 +0000 (UTC) Felippe de Meirelles Motta wrote: > lippe 2008-06-23 21:44:15 UTC > > FreeBSD ports repository > > Modified files: > databases Makefile > Added files: > databases/couchdb Makefile distinfo pkg-descr pkg-plist > Log: > Couchdb is a document database server, accessible via a RESTful JSON API. It has an ad-hoc and schema-free with a flat address space. CouchDB is distributed, featuring robust, incremental replication with bi-directional conflict detection and management. It features a table oriented reporting engine that uses Javascript as a query language. > > WWW: http://couchdb.org/ > > PR: ports/118103 > Submitted by: Ditesh Shashikant Gathani > Approved by: gabor (mentor, implicit) > > Revision Changes Path > 1.691 +1 -0 ports/databases/Makefile > 1.1 +31 -0 ports/databases/couchdb/Makefile (new) > 1.1 +3 -0 ports/databases/couchdb/distinfo (new) > 1.1 +7 -0 ports/databases/couchdb/pkg-descr (new) > 1.1 +172 -0 ports/databases/couchdb/pkg-plist (new) > 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 couchdb-0.7.0 in directory /var/tinderbox/7-STABLE-FTP maintained by: ditesh@gathani.org building for: 7.0-STABLE amd64 port directory: /usr/ports/databases/couchdb Makefile ident: $FreeBSD: ports/databases/couchdb/Makefile,v 1.1 2008/06/23 21:44:15 lippe Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Mon Jun 23 22:57:11 UTC 2008 ...... gcc -o Linux_All_DBG.OBJ/jsdtoa.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsdtoa.c jsdtoa.c: In function 'mult': jsdtoa.c:691: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c:704: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c: In function 'diff': jsdtoa.c:961: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c:969: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c: In function 'quorem': jsdtoa.c:1951: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c:1984: warning: suggest parentheses around arithmetic in operand of | gcc -o Linux_All_DBG.OBJ/jsemit.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsemit.c gcc -o Linux_All_DBG.OBJ/jsexn.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsexn.c gcc -o Linux_All_DBG.OBJ/jsfun.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsfun.c gcc -o Linux_All_DBG.OBJ/jsgc.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsgc.c gcc -o Linux_All_DBG.OBJ/jshash.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jshash.c gcc -o Linux_All_DBG.OBJ/jsinterp.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsinterp.c gcc -o Linux_All_DBG.OBJ/jsiter.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsiter.c gcc -o Linux_All_DBG.OBJ/jslock.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jslock.c gcc -o Linux_All_DBG.OBJ/jslog2.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jslog2.c gcc -o Linux_All_DBG.OBJ/jslong.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jslong.c gcc -o Linux_All_DBG.OBJ/jsmath.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsmath.c jsmath.c: In function 'random_init': jsmath.c:354: warning: right shift count is negative jsmath.c:358: warning: right shift count is negative gcc -o Linux_All_DBG.OBJ/jsnum.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsnum.c gcc -o Linux_All_DBG.OBJ/jsobj.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsobj.c jsobj.c: In function 'js_ConstructObject': jsobj.c:2648: warning: comparison is always true due to limited range of data type gcc -o Linux_All_DBG.OBJ/jsopcode.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsopcode.c gcc -o Linux_All_DBG.OBJ/jsparse.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsparse.c gcc -o Linux_All_DBG.OBJ/jsprf.o -c -O2 -fno-strict-aliasing -pipe -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DDEBUG -DDEBUG_root -DJS_C_STRINGS_ARE_UTF8 -DEDITLINE -ILinux_All_DBG.OBJ jsprf.c jsprf.c: In function 'BuildArgArray': jsprf.c:644: error: incompatible types in assignment jsprf.c: In function 'dosprintf': jsprf.c:952: warning: pointer targets in passing argument 1 of 'js_OneUcs4ToUtf8Char' differ in signedness gmake[5]: *** [Linux_All_DBG.OBJ/jsprf.o] Error 1 gmake[5]: Leaving directory `/work/a/ports/databases/couchdb/work/couchdb-0.7.0/src/_js' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/work/a/ports/databases/couchdb/work/couchdb-0.7.0/src/_js' gmake[3]: *** [_couchjs] Error 2 gmake[3]: Leaving directory `/work/a/ports/databases/couchdb/work/couchdb-0.7.0/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/work/a/ports/databases/couchdb/work/couchdb-0.7.0/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/databases/couchdb/work/couchdb-0.7.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/databases/couchdb. ================================================================ build of /usr/ports/databases/couchdb ended at Mon Jun 23 23:00:48 UTC 2008 http://t64.tecnik93.com/errors/7-STABLE-FTP/couchdb-0.7.0.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