From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 3 16:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 7F6DFE4A for ; Thu, 3 Apr 2014 16:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C0B6DCF for ; Thu, 3 Apr 2014 16:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s33G00ER068878 for ; Thu, 3 Apr 2014 16:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s33G003P068877; Thu, 3 Apr 2014 16:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 3 Apr 2014 16:00:00 GMT Resent-Message-Id: <201404031600.s33G003P068877@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jens Jahnke 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 EB787C91 for ; Thu, 3 Apr 2014 15:55:16 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (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 BD848D7F for ; Thu, 3 Apr 2014 15:55:16 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s33FtGjV072182 for ; Thu, 3 Apr 2014 15:55:16 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s33FtGLL072181; Thu, 3 Apr 2014 15:55:16 GMT (envelope-from nobody) Message-Id: <201404031555.s33FtGLL072181@cgiserv.freebsd.org> Date: Thu, 3 Apr 2014 15:55:16 GMT From: Jens Jahnke To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188228: Upgrade of dar from 2.3 to 2.4 fails to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 16:00:00 -0000 >Number: 188228 >Category: ports >Synopsis: Upgrade of dar from 2.3 to 2.4 fails to compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 03 16:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jens Jahnke >Release: 9.2 >Organization: >Environment: FreeBSD thor.rostock.home 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: If I try to upgrade my dar from 2.3 to version 2.4 then I get the following error message on compile: /bin/sh /usr/local/bin/libtool --tag=CXX --mode=link g++ -O2 -pipe -fno-strict-aliasing -L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/local/lib -L/usr/local/lib -o all_f eatures all_features.o -L../libdar -ldar -lexecinfo -pthread -lbz2 -lz -lelf libtool: link: g++ -O2 -pipe -fno-strict-aliasing -o all_features all_features.o -pthread - L/usr/local/lib /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -L../libdar /usr/local/ lib/libdar.so -lpthread -lcrypto -lexecinfo -lbz2 -lz -lelf -pthread -Wl,-rpath -Wl,/usr/loc al/lib -Wl,-rpath -Wl,/usr/local/lib all_features.o: In function `main': all_features.cpp:(.text+0x200): undefined reference to `libdar::get_version(unsigned long&, unsigned long&, unsigned long&, bool)' all_features.cpp:(.text+0x2cd): undefined reference to `libdar::compile_time::libz()' all_features.cpp:(.text+0x34e): undefined reference to `libdar::compile_time::libbz2()' all_features.cpp:(.text+0x361): undefined reference to `libdar::compile_time::liblzo()' all_features.cpp:(.text+0x45e): undefined reference to `libdar::compile_time::libgcrypt()' all_features.cpp:(.text+0x686): undefined reference to `libdar::close_and_clean()' all_features.cpp:(.text+0x779): undefined reference to `libdar::close_and_clean()' *** [all_features] Error code 1 1 error *** [all-recursive] Error code 1 1 error *** [all-recursive] Error code 1 1 error *** [all] Error code 2 1 error ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 Stop in /usr/ports/sysutils/dar. *** [build] Error code 1 Stop in /usr/ports/sysutils/dar. >How-To-Repeat: >Fix: If the previous installation of dar is removed e.g. by `pkg delete dar` then the port compiles just fine. Maybe this should be mentioned in UPDATING. >Release-Note: >Audit-Trail: >Unformatted: