From owner-freebsd-questions@FreeBSD.ORG Wed Jun 23 09:08:30 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA611106564A for ; Wed, 23 Jun 2010 09:08:30 +0000 (UTC) (envelope-from prvs=78333ff8a=a@jenisch.at) Received: from mgaterz2.oekb.co.at (mgaterz2.oekb.co.at [143.245.5.112]) by mx1.freebsd.org (Postfix) with ESMTP id 4BD488FC13 for ; Wed, 23 Jun 2010 09:08:29 +0000 (UTC) Received: from exchh1.oekb.co.at ([143.245.3.20]) by mgaterz2.oekb.co.at with ESMTP; 23 Jun 2010 10:39:12 +0200 Received: from aurora.oekb.co.at (143.245.9.16) by exchh1.oekb.co.at (143.245.3.60) with Microsoft SMTP Server id 8.2.234.1; Wed, 23 Jun 2010 10:39:11 +0200 Received: from aurora.oekb.co.at (localhost [127.0.0.1]) by aurora.oekb.co.at (8.14.4/8.14.4) with ESMTP id o5N8dBLh055349 for ; Wed, 23 Jun 2010 10:39:11 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.4/8.14.4/Submit) id o5N8dBQn055348 for freebsd-questions@freebsd.org; Wed, 23 Jun 2010 10:39:11 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Wed, 23 Jun 2010 10:39:11 +0200 From: Ewald Jenisch To: freebsd-questions@freebsd.org Message-ID: <20100623083911.GA32643@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: libneon.so: undefined reference to `SSL_SESSION_cmp' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2010 09:08:30 -0000 Hi, During upgrading my ports I run into very nasty problems compiling e.g. sound-juicer or libmisicbrainz3, or more generally, ports that depend on neon28: Compilatino of e.g sound-juicer stops with the following error: ------------------------------ < Cut here > ------------------------------ . . . gmake[3]: Leaving directory `/usr/ports/audio/sound-juicer/work/sound-juicer-2.28.2/libjuicer' gmake[2]: Leaving directory `/usr/ports/audio/sound-juicer/work/sound-juicer-2.28.2/libjuicer' Making all in src gmake[2]: Entering directory `/usr/ports/audio/sound-juicer/work/sound-juicer-2.28.2/src' CC sound_juicer-sj-main.o CC sound_juicer-sj-prefs.o CC sound_juicer-sj-play.o CC sound_juicer-sj-about.o CC sound_juicer-sj-extracting.o CC sound_juicer-sj-inhibit.o CC sound_juicer-sj-genres.o CC sound_juicer-gedit-message-area.o CC sound_juicer-gconf-bridge.o CC sound_juicer-egg-play-preview.o CC sound_juicer-bacon-message-connection.o CXXLD sound-juicer /usr/local/lib/libneon.so: undefined reference to `SSL_SESSION_cmp' gmake[2]: *** [sound-juicer] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/sound-juicer/work/sound-juicer-2.28.2/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/sound-juicer/work/sound-juicer-2.28.2' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/audio/sound-juicer. ------------------------------ < Cut here > ------------------------------ /usr/local/lib/libneon.so comes from /usr/ports/www/neon28, so I did a de-install, make clean, make install of neon28. Compilation & installation went OK, however when I tried to compile sound-juicer again I got the error "/usr/local/lib/libneon.so: undefined reference to `SSL_SESSION_cmp'. Please note that I've got openssl installed from ports, i.e. /usr/ports/security/openssl. neon28 correctly lists it as dependency: # pkg_info -rx neon28 Information for neon28-0.28.6_1: Depends on: Dependency: expat-2.0.1_1 Dependency: openssl-1.0.0_2 Dependency: libiconv-1.13.1_1 Dependency: gettext-0.18_1 # I even tried to do a portupgrade -frR neon28 - again stops with the error above :-( So here are my questions: o) Has anybody out there seen this before? o) Any known cure against it? Thanks much in advance for any clue, -ewald