From owner-freebsd-current@FreeBSD.ORG Tue Aug 23 19:19:15 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A88AD16A41F for ; Tue, 23 Aug 2005 19:19:15 +0000 (GMT) (envelope-from stepan_r@mail.ru) Received: from bsdserver.strakh.homeunix.net (168.212.221.83.donpac.ru [83.221.212.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id EECE743D45 for ; Tue, 23 Aug 2005 19:19:14 +0000 (GMT) (envelope-from stepan_r@mail.ru) Received: from [192.168.0.6] (bsddesktop.strakh.homeunix.net [192.168.0.6]) by bsdserver.strakh.homeunix.net (8.13.4/8.13.4) with ESMTP id j7NJJ5k8017999; Tue, 23 Aug 2005 23:19:08 +0400 (MSD) (envelope-from stepan_r@mail.ru) Message-ID: <430B76A9.2060002@mail.ru> Date: Tue, 23 Aug 2005 23:19:05 +0400 From: Stepan Rakhimov User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050823) X-Accept-Language: en-us, en MIME-Version: 1.0 To: noackjr@alumni.rice.edu, freebsd-current@freebsd.org References: <4300FF21.5000609@mail.ru> <20050815205144.GC2362@odin.ac.hmc.edu> <430397B4.4090604@mail.ru> <200508180602.38366.lofi@freebsd.org> <43041D6F.3000805@mail.ru> <43042799.8050709@alumni.rice.edu> In-Reply-To: <43042799.8050709@alumni.rice.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: kde applications crash (Was: no permissions to libc.so.x libpthread.so.x and other files) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 19:19:15 -0000 Jonathan Noack wrote: > On 08/18/05 00:32, Stepan Rakhimov wrote: > >> Michael Nottebrock wrote: >> >>> On Wednesday, 17. August 2005 22:01, Stepan Rakhimov wrote: >>> >>>> Thanks for your reply, but lastest investigations showed that Kmail >>>> craches with libc.so.6 and works with libc.so.5 only. That's why I >>>> didn't delete the old file as i want to. I think it's not normal >>>> behaviour, is it a known problem or my kde build's problem? >>>> >>>> I have the same problem with Kdevelop, but i cannot use libmap.conf >>>> with >>>> it, ldd says that it is "not a dynamic executable". (Kdevelop's >>>> backtrace is in attachment) >>> >>> >>> /usr/local/bin/kdevelop is a script, the real executable is >>> kdevelop-bin. The kdevelop crash also looks somewhat familiar - are >>> you running kdevelop-3.2.0? If so, consider upgrading to KDE 3.4.2 / >>> KDevelop 3.2.2. >>> >>> Also, if you've updated from FreeBSD 5.x to 6-BETA, you might want to >>> recompile all your installed ports to make sure they all link against >>> the same system libraries. >> >> >> As I've said I have all latest software (kdevelop 3.2.2 and kde 3.4.2) >> >> When I've upgraded from 5.3-release to 6-current I did recompile all >> the ports (it was 4 or 5 months ago) >> >> Is it good solution to manually remove such old files like libc.so.5, >> libpthread.so.1 libc_r.so.5 and make a symlinks to libc.so.6 >> lipthread.so.2 and libc_r.so.6 respectively? >> Since kmail works only with libc.so.5 for me, I'm afraid to get it >> completely broken. > > > Short answer: > Recompile all your ports. > > Long answer: > To see how polluted your binaries/libraries are, install the > sysutils/libchk port and run "libchk -v". You might want to redirect > that to a file as it is quite verbose (note that firefox and thunderbird > produce a lot of noise that can be ignored). The only things that > should be linked to libc.so.5 are 5.x binaries that you downloaded and > didn't compile (e.g., the binary port of 'rar'). If you see more > binaries linked to libc.so.5, you need to recompile all your ports. Once > that is done, you may delete all unreferenced libraries (according to > libchk) OLDER than your last build/install world. Until there is a > misc/compat5x port, I use the following settings in /etc/libmap.conf so > I can delete ALL old libraries (but still allow 'rar' to work): > > # Work with 5.x binaries > libc.so.5 libc.so.6 > libm.so.3 libm.so.4 > libstdc++.so.4 libstdc++.so.5 > > Hope that helps, > Jon > Short result: nothing changed Long result: Well, i've rebuild all my ports and they are really linked now with latest versions of libs, but kmail still crashes. Making libc.so.6->libc.so.5 in libmap.conf fixes the problem, but it's not our way. Any other ideas? P.S. i can provide old and new results of libchk (~3MB if unpacked) and ldd if you need