From owner-freebsd-questions@FreeBSD.ORG Tue Jun 24 12:05:33 2008 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 2C5031065675 for ; Tue, 24 Jun 2008 12:05:33 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by mx1.freebsd.org (Postfix) with ESMTP id BE9A98FC15 for ; Tue, 24 Jun 2008 12:05:32 +0000 (UTC) (envelope-from me@janh.de) Received: from janh.freebsd (f054099045.adsl.alicedsl.de [78.54.99.45]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1KB7Go3o49-0000VG; Tue, 24 Jun 2008 14:05:11 +0200 Message-ID: <4860E2F8.9080004@janh.de> Date: Tue, 24 Jun 2008 14:05:12 +0200 From: Jan Henrik Sylvester User-Agent: Thunderbird 2.0.0.14 (X11/20080615) MIME-Version: 1.0 To: questions-list freebsd Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/qMpT3/XUP7WNuN1skpOLsbMQ7Z0D1tlT28uY 77C7CuecHPBM31AOS20bHzGd1guya4VhMA7j0zNqWUkzY800AW fB4LIZQSJyU6XnXO3vPZA== Subject: 7.0 with packages-7-stable -- how to fix system 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: Tue, 24 Jun 2008 12:05:33 -0000 Since rebuilding >300 ports on my 7.0 system would have taken too long after the gettext bump, I used packages-7-stable for the portupgrade -- I should have known better... The kdevelop portupgrade failed with: /libexec/ld-elf.so.1: /lib/libc.so.7: version FBSD_1.1 required by gtar not found Searching all executables in /usr/local/ with readelf for FBSD_ but not FBSD_1.0, I have only found memrchr@FBSD_1.1 in files from coreutils, dirmngr, gnupg, gpgme, gtar, and wget. Thus, I rebuild these. Now gtar starts and https in Firefox works again. Is my system back to a "sane" state or do I have to expect more problems, if I do not rebuild everything that came as 7-stable package? Thanks, Jan Henrik