From owner-freebsd-ports@FreeBSD.ORG Sun May 4 21:15:15 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 2432B13E for ; Sun, 4 May 2014 21:15:15 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A13451FE0 for ; Sun, 4 May 2014 21:15:13 +0000 (UTC) Received: from hal9000.drpetervoigt.private (p5DC4CE79.dip0.t-ipconnect.de [93.196.206.121]) (authenticated bits=0) by smtp-auth.serv.Uni-Osnabrueck.DE (8.13.8/8.13.8) with ESMTP id s44LF3St013651 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 4 May 2014 23:15:04 +0200 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 8D2681E0042 for ; Sun, 4 May 2014 23:08:18 +0200 (CEST) Date: Sun, 4 May 2014 23:08:17 +0200 From: "Dr. Peter Voigt" To: freebsd-ports@freebsd.org Subject: Upgrade of astro/kstars to 4.12.4_1 fails - linker error Message-ID: <20140504230817.66df75b1@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.5.4.210319 (Univ. Osnabrueck) X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report= HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_2000_2999 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, __STOCK_PHRASE_7 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: Sun, 04 May 2014 21:15:15 -0000 I am running 10.0-RELEASE-p2 and after the latest ports tree update the upgrade of astro/kstars to 4.12.4_1 fails: # portmaster --no-confirm --no-term-title -D -G kstars Scanning dependencies of target testcsvparser [100%] Building CXX object Tests/CMakeFiles/testfwparser.dir/testfwparser.o [100%] Building CXX object Tests/CMakeFiles/testcsvparser.dir/testcsvparser.o Linking CXX executable testfwparser /usr/ports/astro/kstars/work/kstars-4.12.4/kstars/kstars.cpp:122:7: warning: '__GLIBC__' is not defined, evaluates to 0 [-Wundef] #if ( __GLIBC__ >= 2 &&__GLIBC_MINOR__ >= 1 && !defined(__UCLIBC__) ) ^ /usr/local/lib/libcfitsio.so: undefined reference to `compress2mem_from_mem' /usr/local/lib/libcfitsio.so: undefined reference to `compress2file_from_mem' /usr/local/lib/libcfitsio.so: undefined reference to `uncompress2mem' /usr/local/lib/libcfitsio.so: undefined reference to `zuncompress2mem' /usr/local/lib/libcfitsio.so: undefined reference to `uncompress2file' /usr/local/lib/libcfitsio.so: undefined reference to `uncompress2mem_from_mem' c++: error: linker command failed with exit code 1 (use -v to see invocation) --- Tests/testfwparser --- *** [Tests/testfwparser] Error code 1 make[3]: stopped in /usr/ports/astro/kstars/work/.build 1 error make[3]: stopped in /usr/ports/astro/kstars/work/.build --- Tests/CMakeFiles/testfwparser.dir/all --- *** [Tests/CMakeFiles/testfwparser.dir/all] Error code 2 make[2]: stopped in /usr/ports/astro/kstars/work/.build A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/ports/astro/kstars/work/.build --- Tests/CMakeFiles/testcsvparser.dir/all --- *** [Tests/CMakeFiles/testcsvparser.dir/all] Error code 2 make[2]: stopped in /usr/ports/astro/kstars/work/.build 1 warning generated. A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/ports/astro/kstars/work/.build --- kstars/CMakeFiles/kstars.dir/all --- *** [kstars/CMakeFiles/kstars.dir/all] Error code 2 make[2]: stopped in /usr/ports/astro/kstars/work/.build 3 errors make[2]: stopped in /usr/ports/astro/kstars/work/.build --- all --- *** [all] Error code 2 make[1]: stopped in /usr/ports/astro/kstars/work/.build 1 error make[1]: stopped in /usr/ports/astro/kstars/work/.build ===> 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/astro/kstars ===>>> make failed for astro/kstars ===>>> Aborting update ===>>> Update for astro/kstars failed ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster astro/kstars ===>>> Exiting Can this easily be solved or should I open a PR? Regards, Peter