From owner-svn-ports-all@FreeBSD.ORG Tue Jul 15 02:24:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B83B04BF; Tue, 15 Jul 2014 02:24:24 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 59BFA2CA3; Tue, 15 Jul 2014 02:24:24 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s6F2OEcT080475 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 15 Jul 2014 02:24:20 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s6F2OED6080474; Tue, 15 Jul 2014 02:24:14 GMT (envelope-from swills) Date: Tue, 15 Jul 2014 02:24:14 +0000 From: Steve Wills To: Mikhail Teterin Subject: Re: svn commit: r361694 - in head/databases/tcl-Mysql: . files Message-ID: <20140715022414.GD79274@mouf.net> References: <201407131640.s6DGeODB064834@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EY/WZ/HvNxOox07X" Content-Disposition: inline In-Reply-To: <201407131640.s6DGeODB064834@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 15 Jul 2014 02:24:20 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 02:24:24 -0000 --EY/WZ/HvNxOox07X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, FYI: https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default= /754/logs/errors/tcl86-sql-20000114_7.log https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/7= 54/logs/errors/tcl86-sql-20000114_7.log This seems to be a different error: --- sql-mysql.So --- /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:1:10: fata= l error: 'tcl.h' file not found #include "tcl.h" ^ --- sql.So --- /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql.cc:10:10: fatal err= or: 'tcl.h' file not found #include "tcl.h" ^ Steve On Sun, Jul 13, 2014 at 04:40:24PM +0000, Mikhail Teterin wrote: > Author: mi > Date: Sun Jul 13 16:40:24 2014 > New Revision: 361694 > URL: http://svnweb.freebsd.org/changeset/ports/361694 > QAT: https://qat.redports.org/buildarchive/r361694/ >=20 > Log: > Though I can not reproduce the error cited by the previous committer > in the commit log with neither g++, clang++, nor clang++33, I'll > try to fix it anyway. Unbreak. >=20 > Modified: > head/databases/tcl-Mysql/Makefile > head/databases/tcl-Mysql/files/patch-const-error >=20 > Modified: head/databases/tcl-Mysql/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/databases/tcl-Mysql/Makefile Sun Jul 13 16:24:44 2014 (r361693) > +++ head/databases/tcl-Mysql/Makefile Sun Jul 13 16:40:24 2014 (r361694) > @@ -16,7 +16,6 @@ OPTIONS_DEFINE=3D DOCS > =20 > PATCH_DEPENDS=3D rcsdiff:${PORTSDIR}/devel/rcs > =20 > -BROKEN=3D Does not build > USE_MYSQL=3D 41+ > USES=3D tcl > TCL_NODOT=3D tcl${TCL_VER:S/.//} >=20 > Modified: head/databases/tcl-Mysql/files/patch-const-error > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/databases/tcl-Mysql/files/patch-const-error Sun Jul 13 16:24:44 = 2014 (r361693) > +++ head/databases/tcl-Mysql/files/patch-const-error Sun Jul 13 16:40:24 = 2014 (r361694) > @@ -7,7 +7,14 @@ > + const char *getErrorMsg(); > }; > --- sql-interface.h Mon Sep 14 06:52:41 1998 > -+++ sql-interface.h Wed Nov 10 17:43:15 2004 > ++++ sql-interface.h 2014-07-13 12:30:48.000000000 -0400 > +@@ -13,4 +13,6 @@ > + #define SQL_INTERFACE_H > +=20 > ++#include > ++ > + class Sql_row; > +=20 > @@ -54,5 +54,5 @@ > =20 > // Get the error message, if there was one, for the last message --EY/WZ/HvNxOox07X Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTxJDNAAoJEPXPYrMgexuhavoIAKdplp4dldo112NhGGBjudVd GF/0fFdvBTMlteQEjhGZWpTDRIXSoEZEeXNP6dbCpoXNZJGbfmZovaxMhhJsXgWl rIfYwRN9sDTs7iDmeWS3PXKIg498NS9q8ngLKhzArZ+B2M/u9e2iKRmg/0yoFTV9 R5Ay9kA5zZvGT4qIXIZzz4bwjCPcSaDox4UtFZrSKxnivCy6y6XeswKLM2FidPol pBQlpJlRMZ3wbOPBKRiEvNdvIMehe+ykemz/F3zS8JWJdwo4RrpUzFhMIVo8LDEQ tJYhJeneoRQydQJA/6PzM+hNQ00cv2WCsd5Ur0IW01al0E44k0TiJO5wZwkhwL4= =wQNw -----END PGP SIGNATURE----- --EY/WZ/HvNxOox07X--