From owner-freebsd-gecko@FreeBSD.ORG Wed Jun 6 09:57:27 2012 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B9FE106566C for ; Wed, 6 Jun 2012 09:57:27 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id CEE198FC15 for ; Wed, 6 Jun 2012 09:57:26 +0000 (UTC) Received: by bkvi18 with SMTP id i18so7009644bkv.13 for ; Wed, 06 Jun 2012 02:57:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=kR5ZrdqOli2V9wVlKxFdjEfSZQAPlK8KJBrtWaK6/Ro=; b=MaXnpAtzgZm2349TIy6gP/0ukYTzyLeYC+7BbwVXDOSi3gRQG94D/bEGadVZoxOx9M L8F05hZ3/XgsK3tcXzBXFfhd7nbbdUwk0BzyHe4K3gzisNEgSgxqtgVst5x5QwEU9e6Q R0D6smBXvj2o2+ViXOSKkARx2keLVg6oneitXpKrUsclD7P8zJNjxp91MRCPSfErvmfj 9jq2xGX4rQ5On7198prH4Pat922fyjXlO1YyK0q+jE8vlD4ZOLCiNwiLgrIHvKwblLMU nzjuapMz+GNu0dU6U1GNv9N4nuHsuw8qMzhXjwFfXsOqB6Z1c9Posv7qaywKi2+5iODU AQ/A== Received: by 10.204.129.196 with SMTP id p4mr11937738bks.28.1338976645668; Wed, 06 Jun 2012 02:57:25 -0700 (PDT) Received: from green.tandem.local (utwig.xim.bz. [91.216.237.46]) by mx.google.com with ESMTPS id ig1sm1435355bkc.4.2012.06.06.02.57.23 (version=SSLv3 cipher=OTHER); Wed, 06 Jun 2012 02:57:24 -0700 (PDT) Message-ID: <4FCF2982.5070107@gmail.com> Date: Wed, 06 Jun 2012 12:57:22 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120605 Firefox/12.0 SeaMonkey/2.9.1 MIME-Version: 1.0 To: H References: <4FCE7044.5060308@hm.net.br> <4FCF082B.2050904@gmail.com> <4FCF198C.1040703@hm.net.br> <4FCF1C7C.2020708@gmail.com> <51da39fbe03c8f0c30b0fe9846eb0169.squirrel@wm.matik.com.br> <4FCF2394.2020303@gmail.com> <353659e8a9859572fac4ea556a76ecb5.squirrel@wm.matik.com.br> In-Reply-To: <353659e8a9859572fac4ea556a76ecb5.squirrel@wm.matik.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gecko@FreeBSD.org Subject: Re: seamonkey upgrade => 2.9.1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2012 09:57:27 -0000 H wrote: >>>>>> WFM right now. Can you post your options? Can you show what ldd `which >>>>>> seamonkey` gives you? >>>>> >>>>> of course >>>>> >>>>> #which seamonkey >>>>> /usr/local/bin/seamonkey >>>> >>>> I was wrong here, it actually executes >>>> /usr/local/lib/seamonkey/seamonkey-bin. Can you post ldd on that one? >>>> >>> >>> here it is >> >> And I'm wrong again, it's so easy to be so silly... >> > > don't say that :) > > I hope this is what you want: > > # ldd /usr/local/lib/seamonkey/seamonkey-bin > /usr/local/lib/seamonkey/seamonkey-bin: ... > libintl.so.9 => /usr/local/lib/libintl.so.9 (0x2b252000) And this is your poison. Can be found by 'compat' substring: > libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x2b25b000) > libpcre.so.0 => /usr/local/lib/compat/pkg/libpcre.so.0 (0x2b2b3000) This library is referred twice by seamonkey. I seems that some library or seamonkey itself depends on older libpcre while some other binary needs newer libpcre. It's not possible to clearly say which package should be rocompiled on your system, but you can fix it yourself: 1. Update your ports (just to be sure you have the current version). 2. As you are using portupgrade issue full update with "portupgrade -a". 3. Install sysutils/bsdadminscripts. 4. Issue "portupgrade `pkg_libchk -qoc`". pkg_libchk checks binary files for missing links and reports them. portupgrade will rebuild all packages with missing symbols and relink them with currently available libraries. -- Sphinx of black quartz judge my vow.