From owner-freebsd-ports@FreeBSD.ORG Wed Mar 19 13:28:59 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92CA2DF1 for ; Wed, 19 Mar 2014 13:28:59 +0000 (UTC) Received: from smtp-auth.serv.Uni-Osnabrueck.DE (vm136.rz.uni-osnabrueck.de [131.173.16.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1DF8574E for ; Wed, 19 Mar 2014 13:28:58 +0000 (UTC) Received: from hal9000.drpetervoigt.private (p5DC4C4C9.dip0.t-ipconnect.de [93.196.196.201]) (authenticated bits=0) by smtp-auth.serv.Uni-Osnabrueck.DE (8.13.8/8.13.8) with ESMTP id s2JD68Yr002529 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 19 Mar 2014 14:06:09 +0100 Received: from tiger2008.drpetervoigt.private (tiger2008.drpetervoigt.private [192.168.1.96]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: pvoigt) by hal9000.drpetervoigt.private (Postfix) with ESMTPSA id 337581E0042 for ; Wed, 19 Mar 2014 14:05:13 +0100 (CET) Date: Wed, 19 Mar 2014 14:05:12 +0100 From: "Dr. Peter Voigt" To: freebsd-ports@freebsd.org Subject: Update of quazip-0.5.1 to quazip-0.6.2 fails Message-ID: <20140319140512.6035e0d5@tiger2008.drpetervoigt.private> Organization: =?UTF-8?B?VW5pdmVyc2l0w6R0IE9zbmFicsO8Y2s=?= X-Mailer: Claws Mail 3.9.3 (GTK+ 2.22.1; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.3.19.125715 (Univ. Osnabrueck) X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report= HTML_00_01 0.05, HTML_00_10 0.05, SUPERLONG_LINE 0.05, BODY_SIZE_4000_4999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, FROM_NAME_PHRASE 0, NO_URI_FOUND 0, RDNS_POOLED 0, RDNS_SUSP 0, RDNS_SUSP_SPECIFIC 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_REPLYTO 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __RDNS_POOLED_10 0, __REPLYTO_SAMEAS_FROM 0, __REPLYTO_SAMEAS_FROM_ACC 0, __REPLYTO_SAMEAS_FROM_ADDY 0, __REPLYTO_SAMEAS_FROM_DOMAIN 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0 X-PMX-Spam-Level: IIIIIIII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: "Dr. Peter Voigt" List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 13:28:59 -0000 I am running 10.0-RELEASE and when trying to upgrade quazip-0.5.1 to quazip-0.6.2 after latest update of the ports tree I obtain the following error: ... c++ -Wl,-O1 -pthread -Wl,-rpath,/usr/local/lib/qt4 -o qztest .obj/qztest.o .obj/testjlcompress.o .obj/testquachecksum32.o .obj/testquagzipfile.o .obj/testquaziodevice.o .obj/testquazip.o .obj/testquazipdir.o .obj/testquazipfile.o .obj/testquazipnewinfo.o .obj/testquazipfileinfo.o .obj/moc_testjlcompress.o .obj/moc_testquachecksum32.o .obj/moc_testquagzipfile.o .obj/moc_testquaziodevice.o .obj/moc_testquazipdir.o .obj/moc_testquazipfile.o .obj/moc_testquazip.o .obj/moc_testquazipnewinfo.o .obj/moc_testquazipfileinfo.o -L/usr/local/lib/qt4 -L/usr/local/lib -lz -L/usr/ports/archivers/quazip/work/quazip-0.6.2/qztest/../quazip/ -lquazip -lQtTest -L/usr/local/lib/qt4 -L/usr/local/lib -lQtCore .obj/testjlcompress.o: In function `TestJlCompress::extractFile()': testjlcompress.cpp:(.text+0x38a7): undefined reference to `QuaZip::setDefaultFileNameCodec(char const*)' .obj/testquazip.o: In function `TestQuaZip::getFileList()': testquazip.cpp:(.text+0x111c): undefined reference to `QuaZip::getFileInfoList64() const' .obj/testquazip.o: In function `TestQuaZip::setAutoClose()': testquazip.cpp:(.text+0x5328): undefined reference to `QuaZip::isAutoClose() const' testquazip.cpp:(.text+0x5456): undefined reference to `QuaZip::isAutoClose() const' testquazip.cpp:(.text+0x5486): undefined reference to `QuaZip::setAutoClose(bool) const' testquazip.cpp:(.text+0x548f): undefined reference to `QuaZip::isAutoClose() const' .obj/testquazipdir.o: In function `TestQuaZipDir::entryInfoList()': testquazipdir.cpp:(.text+0x9bd1): undefined reference to `QuaZipDir::entryInfoList64(QFlags, QFlags) const' .obj/testquazipfile.o: In function `TestQuaZipFile::zipUnzip()': testquazipfile.cpp:(.text+0xddb): undefined reference to `QuaZip::setZip64Enabled(bool)' .obj/testquazipfile.o: In function `TestQuaZipFile::getFileInfo()': testquazipfile.cpp:(.text+0x519e): undefined reference to `QuaZipFile::getFileInfo(QuaZipFileInfo64*)' .obj/testquazipfile.o: In function `TestQuaZipFile::setFileAttrs()': testquazipfile.cpp:(.text+0x6d4e): undefined reference to `QuaZipFile::getFileInfo(QuaZipFileInfo64*)' testquazipfile.cpp:(.text+0x6d86): undefined reference to `QuaZipFileInfo64::getPermissions() const' testquazipfile.cpp:(.text+0x6f0c): undefined reference to `QuaZipFile::getFileInfo(QuaZipFileInfo64*)' testquazipfile.cpp:(.text+0x6fa0): undefined reference to `QuaZipFileInfo64::getPermissions() const' .obj/testquazipnewinfo.o: In function `TestQuaZipNewInfo::setFileNTFSTimes()': testquazipnewinfo.cpp:(.text+0x37e): undefined reference to `QuaZipNewInfo::setFileNTFSTimes(QString const&)' testquazipnewinfo.cpp:(.text+0x52b): undefined reference to `QuaZip::getCurrentFileInfo(QuaZipFileInfo64*) const' .obj/testquazipfileinfo.o: In function `TestQuaZipFileInfo::getNTFSTime()': testquazipfileinfo.cpp:(.text+0xd1b): undefined reference to `QuaZip::getCurrentFileInfo(QuaZipFileInfo64*) const' testquazipfileinfo.cpp:(.text+0xd67): undefined reference to `QuaZipFileInfo64::getNTFSmTime(int*) const' testquazipfileinfo.cpp:(.text+0xe2e): undefined reference to `QuaZipFileInfo64::getNTFSaTime(int*) const' testquazipfileinfo.cpp:(.text+0x10a1): undefined reference to `QuaZipFileInfo64::getNTFScTime(int*) const' c++: error: linker command failed with exit code 1 (use -v to see invocation) *** [qztest] Error code 1 make[2]: stopped in /usr/ports/archivers/quazip/work/quazip-0.6.2/qztest 1 error make[2]: stopped in /usr/ports/archivers/quazip/work/quazip-0.6.2/qztest *** [sub-qztest-all] Error code 2 make[1]: stopped in /usr/ports/archivers/quazip/work/quazip-0.6.2 1 error make[1]: stopped in /usr/ports/archivers/quazip/work/quazip-0.6.2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/archivers/quazip ===>>> make failed for archivers/quazip ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster archivers/quazip Any hints are appreciated. Regards, Peter