From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 30 14:20:01 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 4458A3ED for ; Wed, 30 Apr 2014 14:20:01 +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 316821767 for ; Wed, 30 Apr 2014 14:20:01 +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 s3UEK190023518 for ; Wed, 30 Apr 2014 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3UEK1iS023517; Wed, 30 Apr 2014 14:20:01 GMT (envelope-from gnats) Date: Wed, 30 Apr 2014 14:20:01 GMT Message-Id: <201404301420.s3UEK1iS023517@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Tijl Coosemans Subject: Re: ports/189105: textproc/raptor2-2.0.13 build fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 14:20:01 -0000 The following reply was made to PR ports/189105; it has been noted by GNATS. From: Tijl Coosemans To: freebsd@nagilum.org Cc: bug-followup@freebsd.org Subject: Re: ports/189105: textproc/raptor2-2.0.13 build fails Date: Wed, 30 Apr 2014 16:14:59 +0200 On Wed, 30 Apr 2014 14:47:45 +0200 Alexander K=FChn wrote: > Zitat von Tijl Coosemans : >>> /bin/sh ../libtool --tag=3DCC --mode=3Dlink gcc48 -lcrypto -Os -O3 = =20 >>> -pipe -march=3Dnative -mtune=3Dnative -fno-strict-aliasing =20 >>> -L/usr/local/lib -o rapper rapper.o ../src/libraptor2.la >>> libtool: link: gcc48 -Os -O3 -pipe -march=3Dnative -mtune=3Dnative =20 >>> -fno-strict-aliasing -o .libs/rapper rapper.o -lcrypto =20 >>> -L/usr/local/lib ../src/.libs/libraptor2.so -pthread -Wl,-rpath =20 >>> -Wl,/usr/local/lib >>> //usr/lib/libhx509.so.10: undefined reference to `MD2_Final' >>> //usr/lib/libhx509.so.10: undefined reference to `MD2_Update' >>> //usr/lib/libhx509.so.10: undefined reference to `MD2_Init' >>> collect2: error: ld returned 1 exit status >>> gmake: *** [rapper] Error 1 >> >> Where does the -lcrypto in the command come from? >=20 > Oh, sorry. I had put that in there in a first attempt to fix it but it =20 > didn't make any difference. What is the output of "readelf -s /usr/lib/libcrypto.so | grep MD2"? Also, do you have the openssl port installed?