From owner-freebsd-current@FreeBSD.ORG Thu Dec 9 13:15:09 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3ADF1065675 for ; Thu, 9 Dec 2010 13:15:08 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 815818FC16 for ; Thu, 9 Dec 2010 13:15:08 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id oB9DF2Om011065 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 Dec 2010 15:15:02 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id oB9DF2kM065782; Thu, 9 Dec 2010 15:15:02 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id oB9DF2rX065781; Thu, 9 Dec 2010 15:15:02 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 9 Dec 2010 15:15:02 +0200 From: Kostik Belousov To: Giorgos Keramidas Message-ID: <20101209131502.GM33073@deviant.kiev.zoral.com.ua> References: <4D00CDCE.8040509@gthcfoundation.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fNagykWcDoSVAmSd" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-current@freebsd.org, Etienne Robillard Subject: Re: shared lib issue in /usr/obj? 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: Thu, 09 Dec 2010 13:15:09 -0000 --fNagykWcDoSVAmSd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 09, 2010 at 01:57:16PM +0100, Giorgos Keramidas wrote: > On Thu, 09 Dec 2010 07:38:38 -0500, Etienne Robillard wrote: > > Hi > > > > $ sudo rm -rf /usr/obj/* > > rm: /usr/obj/usr/local/freebsd8/src/lib32/usr/lib32/libc.so.7: Operation > > not permitted > > rm: /usr/obj/usr/local/freebsd8/src/lib32/usr/lib32/libcrypt.so.5: > > Operation not permitted > > rm: /usr/obj/usr/local/freebsd8/src/lib32/usr/lib32/libthr.so.3: > > Operation not permitted > > rm: /usr/obj/usr/local/freebsd8/src/lib32/usr/lib32/librt.so.1: > > Operation not permitted > > rm: /usr/obj/usr/local/freebsd8/src/lib32/usr/lib32: Directory not empty > > rm: /usr/obj/usr/local/freebsd8/src/lib32/usr: Directory not empty > > rm: /usr/obj/usr/local/freebsd8/src/lib32: Directory not empty > > rm: /usr/obj/usr/local/freebsd8/src: Directory not empty > > rm: /usr/obj/usr/local/freebsd8: Directory not empty > > rm: /usr/obj/usr/local: Directory not empty > > rm: /usr/obj/usr: Directory not empty > > $ uname -a > > FreeBSD marina 8.1-STABLE FreeBSD 8.1-STABLE #1: Sun Nov 21 00:48:28 EST > > 2010 root@:/usbj/usr/local/freebsd8/src/sys/GENERIC.ndebug amd64 > > > > Is this a corrupted obj directory ? If so, why should theses libs have > > the schg flag enabled? >=20 > > $ sudo ls -lao /usr/obj/usr/local/freebsd8/src/lib32/usr/lib32/ > > total 2520 > > drwxr-xr-x 2 root wheel - 12288 Dec 9 07:24 . > > drwxr-xr-x 3 root wheel - 512 Dec 9 07:25 .. > > -r--r--r-- 1 root wheel schg 1128116 Nov 21 02:15 libc.so.7 > > -r--r--r-- 1 root wheel schg 32060 Nov 21 02:18 libcrypt.so.5 > > -r--r--r-- 1 root wheel schg 16444 Nov 21 02:27 librt.so.1 > > -r--r--r-- 1 root wheel schg 76668 Nov 21 02:19 libthr.so.3 >=20 > They are installed with "make install" and when you run "make install" > with PRECIOUSLIB defined, bsd.lib.mk adds this to SHINSTALLFLAGS: >=20 > .if defined(PRECIOUSLIB) > .if !defined(NO_FSCHG) > SHLINSTALLFLAGS+=3D -fschg > .endif > SHLINSTALLFLAGS+=3D -S > .endif >=20 > The Makefiles that set PRECIOUSLIB today are: >=20 > keramida@bokos:/usr/src$ grep -r 'PRECIOUSLIB.*=3D' * > lib/libc/Makefile:PRECIOUSLIB=3D > lib/libcrypt/Makefile:PRECIOUSLIB=3D > lib/libkse/Makefile:PRECIOUSLIB=3D > lib/librt/Makefile:PRECIOUSLIB=3D > lib/libthr/Makefile:PRECIOUSLIB=3D > keramida@bokos:/usr/src$ Would be nice if lib32 installation into the obj/ area somehow eliminated the setting of schg flag. There is no reason to have schg set on files in obj. --fNagykWcDoSVAmSd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk0A1lYACgkQC3+MBN1Mb4hA0wCcDfDnPodC454AAwOEILGct/s1 L8gAoPEvN5VOUPjZPFfg9Ak+wfXsnP5T =6+ix -----END PGP SIGNATURE----- --fNagykWcDoSVAmSd--