From owner-freebsd-ports@FreeBSD.ORG Wed Jan 15 21:07:01 2014 Return-Path: Delivered-To: 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 6209EFFC; Wed, 15 Jan 2014 21:07:01 +0000 (UTC) Received: from xena.netkey.at (xena.netkey.at [83.64.50.189]) by mx1.freebsd.org (Postfix) with ESMTP id 1D30A15B0; Wed, 15 Jan 2014 21:07:00 +0000 (UTC) Received: from xena.netkey.at (localhost [127.0.0.1]) (Authenticated sender: peter@netkey.at) by xena.netkey.at (Postfix) with ESMTPA id 783AEF3B2A4; Wed, 15 Jan 2014 22:06:54 +0100 (CET) Received: from xena ([127.0.0.1] helo=xena) by xena.netkey.at with ESMTP (ASSP 1.9.9); 15 Jan 2014 22:06:54 +0100 Received: from [192.168.8.137] by xena with HTTP (HTTP/1.1 POST); Wed, 15 Jan 2014 22:06:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 15 Jan 2014 22:06:54 +0100 From: Peter Klett To: fluffy@freebsd.org Subject: Re: security/libssh does not install =?UTF-8?Q?ssh=5Fthreads?= In-Reply-To: <52D5305F.2030300@FreeBSD.org> References: <52D5305F.2030300@FreeBSD.org> Message-ID: X-Sender: peter@netkey.at User-Agent: Roundcube Webmail/0.9.5 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2014 21:07:01 -0000 Am 2014-01-14 13:41, schrieb Dima Panov: > Please update. libssh-0.5.5_1 installs both standard and threaded libs. Thank you! unfortunately I'm getting an error while linking: net-p2p/retroshare/work/retroshare-0.5.5/src/retroshare-nogui/src/ssh/rssshd.cc:38: undefined reference to `ssh_threads_get_pthread' I installed libssh from port, installed version is libssh-0.5.5_1 # ls -l /usr/local/lib/libssh* -rw-r--r-- 1 root wheel 542052 15 Jan 20:17 /usr/local/lib/libssh.a lrwxr-xr-x 1 root wheel 11 15 Jan 21:27 /usr/local/lib/libssh.so -> libssh.so.4 lrwxr-xr-x 1 root wheel 15 15 Jan 21:27 /usr/local/lib/libssh.so.4 -> libssh.so.4.2.5 -rwxr-xr-x 1 root wheel 254984 15 Jan 21:27 /usr/local/lib/libssh.so.4.2.5 -rw-r--r-- 1 root wheel 1072 15 Jan 20:17 /usr/local/lib/libssh_threads.a lrwxr-xr-x 1 root wheel 19 15 Jan 21:27 /usr/local/lib/libssh_threads.so -> libssh_threads.so.4 lrwxr-xr-x 1 root wheel 23 15 Jan 21:27 /usr/local/lib/libssh_threads.so.4 -> libssh_threads.so.4.2.5 -rwxr-xr-x 1 root wheel 3976 15 Jan 21:27 /usr/local/lib/libssh_threads.so.4.2.5 # objdump -T /usr/local/lib/libssh_threads.so.4.2.5 /usr/local/lib/libssh_threads.so.4.2.5: file format elf64-x86-64-freebsd DYNAMIC SYMBOL TABLE: 0000000000000420 l d .init 0000000000000000 .init 0000000000000000 w DF *UND* 00000000000001f1 FBSD_1.0 __cxa_finalize 0000000000000000 w D *UND* 0000000000000000 _Jv_RegisterClasses 00000000002007c0 g D *ABS* 0000000000000000 Base _end 00000000002007b8 g D *ABS* 0000000000000000 Base _edata 00000000002007b8 g D *ABS* 0000000000000000 Base __bss_start 0000000000000420 g DF .init 0000000000000000 Base _init 0000000000000518 g DF .fini 0000000000000000 Base _fini I think I'm still missing something. Any hints? Thanks Peter