From owner-freebsd-gecko@FreeBSD.ORG Thu Dec 18 11:15:48 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3972C7D for ; Thu, 18 Dec 2014 11:15:47 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77F281306 for ; Thu, 18 Dec 2014 11:15:47 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id x12so1288323wgg.39 for ; Thu, 18 Dec 2014 03:15:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=a3+yzlX/RxM6tDsv8h7JrL4c5+4BWyGQZ5Z+vxnBRDQ=; b=IUY4oHxb2+EYNjhq+VQvEn1UVLXsrRNYG5o2/zDE1Vr0MXsqQFZX/Pn3SyKODGZ3hu ZF09JJwvg+HwxurRaD0MDToJdbGfEsFZsHTRP2ihOqa4JqBz/kLIv70HbPBXsLgKDV74 D+113qdp+xoyMqmDtSgGtbbEwOn7JqiOFmVZxLTCnhbIUI5spmJjWTnkNXgVmHD1pIrC cPbGQ4NCm8iwHgy+CG8awVNqe2IRsqwit8pNut70cHLsYCKyX/sT1i1mtxXZ0ARAkZ6f WNHMLFIEnuYJ/hSPqvWNxHRTh5YA75GI0XKXIgKYCm1ZdBJdrFW/2t3e4fBHyeMEkAca /ddQ== MIME-Version: 1.0 X-Received: by 10.194.161.202 with SMTP id xu10mr3511001wjb.4.1418901345799; Thu, 18 Dec 2014 03:15:45 -0800 (PST) Received: by 10.180.44.196 with HTTP; Thu, 18 Dec 2014 03:15:45 -0800 (PST) In-Reply-To: References: Date: Thu, 18 Dec 2014 12:15:45 +0100 Message-ID: Subject: Re: Firefox 34.0.5, 1 : libxul.so depends on noexisting libraries on my system From: "Gunnar S. Mikkelsen" To: Jan Beich Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 11:15:48 -0000 Hi! Thank a lot for taking the time to answer my question. After reading your email carefully, I am embarrassed to say that the problem was that some binary packages on my system was not updated because I simply ran a "pkg install firefox" when firefox reemerged in the repository after being absent for a few days last week, forgetting to upgrade the other packages at the same time. Sorry for bothering you with this newbee-error, at least I learned a lot more about pkg and where the package-repository actually is located. Also I got impressed by getting help from the firefox-porters! :) Keep up the good work, I love having Firefox available on FreeBSD! Kind regards Gunnar On Wed, Dec 17, 2014 at 4:48 PM, Jan Beich wrote: > > "Gunnar S. Mikkelsen" writes: > > > $ firefox > > XPCOMGlueLoad error for file /usr/local/lib/firefox/libxul.so: > > Shared object "libjpeg.so.8" not found, required by "libxul.so" > > Couldn't load XPCOM. > > > > $ pkg query %Fp jpeg-8_5 | grep lib > > /usr/local/include/jpeglib.h > > /usr/local/lib/libjpeg.a > > /usr/local/lib/libjpeg.la > > /usr/local/lib/libjpeg.so > > /usr/local/lib/libjpeg.so.11 <----------------------- > > /usr/local/share/doc/jpeg/libjpeg.txt > > > > > > There a severeal other mismatches like this, for instance does libxul > > depend on "libogg.so.0", but on my system > > > > $ pkg query %Fp libogg-1.3.2,4 | grep "/usr/local/lib" > > /usr/local/lib/libogg.a > > /usr/local/lib/libogg.la > > /usr/local/lib/libogg.so > > /usr/local/lib/libogg.so.8 <---------------- > > Both errors likely result from ports r374303. What puzzles me is why you > have obsolete packages for dependencies. This cannot happen when > building from ports because the change still provides old soversion for > consumers that haven't bumped PORTREVISION. > > How did you upgrade? > > > Can you please explain to me why firefox linked linked to different > > packages than those provided by pkg? > > 8.4R i386 package was built after ports r374303, or against jpeg-8_6 and > libogg-1.3.2_1,4. > > > http://beefy1.isc.freebsd.org/bulk/84i386-default/2014-12-13_11h53m16s/logs/firefox-34.0.5%2c1.log > > ------------------------------------------------- > > VFEmail.net - http://www.vfemail.net > ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of > the NSA's hands! > $24.95 ONETIME Lifetime accounts with Privacy Features! > 15GB disk! No bandwidth quotas! > Commercial and Bulk Mail Options! > -- Gunnar S. Mikkelsen