From owner-freebsd-current@freebsd.org Mon Mar 27 08:10:39 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7AD8D1F598 for ; Mon, 27 Mar 2017 08:10:39 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4111E119A for ; Mon, 27 Mar 2017 08:10:38 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from freyja.zeit4.iv.bundesimmobilien.de ([87.138.105.249]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MJBRC-1cql2U063u-002oZz for ; Mon, 27 Mar 2017 10:10:36 +0200 Date: Mon, 27 Mar 2017 10:10:29 +0200 From: "O. Hartmann" To: freebsd-current Subject: Howto complete(!) install a world? Message-ID: <20170327101029.1a372c9d@freyja.zeit4.iv.bundesimmobilien.de> Organization: Walstatt X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:pnX6RZvuY9LL1RCYJgDIJF1VdlDdjy+1uyp30IGiTcNX+cjg0NN ntPdbTyc1pQHWNQFLytG4wE+uMfsoYPHwzXeDvD93tiqvuYz8cQiAxiVJJFLWdfdGhNb7a6 jORo95bSbTymWtWhj3FzFo9QE07vST58EVny1R1p9Y93P90RXKAaeZ0NJ04EoQfkD0jPyhl avHlAcoEQ4PlRAPw8+/Ew== X-UI-Out-Filterresults: notjunk:1;V01:K0:LtWoaIb0v2g=:qPd58U3pl4DWLXTii7SsCl nZdn/WqiNJMWPEw/lLS4sUtT+p7esW4MAOLaZ57GByi+Syjt1c3LecgGXQ5NSdxFMlZ7vinKY EsYvYkd6ZEOQqRuwx1gBhxg1kFb6ynO1fNNU08QV1mSD9kWxCb8f+tZdtpkBkQvIlh4Jie/Rk 1fDX1BKf7BWcjBgAFgf893fX6frBFPWNLq7TlCdyxu5L5U3NgIW36GbCaJSRq7j2jWpP8Edgq +uZzdWSgAVg1nxs/J5/AYyw74SP7gPVT/80wfH0w8XxmvciKhfr1LJ0674n707VAMvMgyWy0I e130hjSSHVNSL8ubRsRn+GYHxAaicQqUPQCoCxW4JND9lPptZpe+YuP7t08546MQisf+vH3G1 1QBOmN8Io+WIclV/OcPBZMRDYNfVSXv4P8SQHkNFKknuT2eutzqIfDzliBWM7zhjkA4cQofLH 3P3rCt2Kj+DJWySzYKr0zOOP3VW9d4pK61p8KVhNYKmb0Sy9HbttDsgGT25XdbDJpN65V4DTe q7C74pNcvDUeBdJxk8zum2KPpFTBQzojl/F4xlRZF4U6504kHLNytpp6bMIS3jAAwBoQhe2TI HjReY2jS4edViajvYHrEAczTCnZImtfcLvb9Urv6n5kr14Vi3FvDVsJbV7BIvkLtJKn+TzXmJ o+wvleYKIb4Y9B3bUVG8rCeQzHDnaiPDULgkZc/sjf1fllziWiJz3ahBd7dhe+LmJYNcIhRvZ 1D1jPs9coGKZoFJK3z4+Wd/snEvJRGI0gpJLNex3B1+7ylrPyGq8uqRU6bEBuWZ/Cv4TdPsid gt0/5+nJqGJBMufKZQDRqXcIT+RFJiPAqNiIRi1biA0Ez9mHyaSlscRcK5NEqtGu2D1cqGNHE c2U98LN3LtcF6QBhkufw== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 27 Mar 2017 08:10:39 -0000 After a crash in which repeatedly portions of the base tree of FreeBSD has nullified on a SSD system "disk" (UFS), I had to save and repair on Friday, 24th March anno 2017 the broken infrastructure by copying (via pax -rw -p e) the binaries from the recent USB (memstick) image of 23rd provided by freebsd.org download site. After rebuilding and installing a complete "world" (make buildworld on a delete /usr/obj, so to ensure it is empty), I still face a nasty ssh problem (/usr/bin/ssh: Undefined symbol "msetlocale"). I checked the age of the libraries, especially the libraries, which has supposedly been installed and although I did in the past update/buildworld on a daily base, /lib is populated with libraries dated on February, 3rd, and /libexec still has the ld-elf.so libs from 23rd/24th. Using "kldload filemon" in conjuction with /etc/src-env.conf containing WITH_META_MODE= YES I'd expect such a thing, but I got confused with "/lib". Since Feb 3rd, LLVM 4.0 has been introduced and all libs should definitely have been recompiled, haven't they? After rebuilding a "clean" world, I'd like to know how I can force a complete and radical installation of ALL what's in /usr/src and /usr/obj - meaning: how to force the installation process to install even those libs/files/bins which the installer suppose to be not necessary to be installed? After two times rebuilding now world and installing it I can not get rid of this nasty ssh problem which prevents me from login onto remote systems and I suspect a faulty library to be the culprit. libprivatessh.so is installed on every rund of installworld accordingly to its date/ctime, I also delete the *.a and *_p.a archives and had them reinstalled, but without success. Help! Kind regards and thanks in advance, Oliver