From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19850 invoked from network); 7 Dec 2004 01:53:27 +0000 Received: from smtp.gentoo.org (156.56.111.197) by lists.gentoo.org with AES256-SHA encrypted SMTP; 7 Dec 2004 01:53:27 +0000 Received: from lists.gentoo.org ([156.56.111.196] helo=parrot.gentoo.org) by smtp.gentoo.org with esmtp (Exim 4.41) id 1CbUXe-0008Ky-Rb for arch-gentoo-dev@lists.gentoo.org; Tue, 07 Dec 2004 01:53:26 +0000 Received: (qmail 4187 invoked by uid 89); 7 Dec 2004 01:52:45 +0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 5190 invoked from network); 7 Dec 2004 01:52:44 +0000 Date: Tue, 7 Dec 2004 10:52:41 +0900 From: Georgi Georgiev To: gentoo-dev@lists.gentoo.org Message-ID: <20041207015241.GC179782@lion.gg3.net> Mail-Followup-To: gentoo-dev@lists.gentoo.org References: <1102330135.4362.12.camel@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lMM8JwqTlfDpEaS6" Content-Disposition: inline In-Reply-To: <1102330135.4362.12.camel@localhost> User-Agent: Mutt/1.5.6i Subject: [gentoo-dev] Double stripping in strip_execs() X-Archives-Salt: 22e06d59-7dfe-48d7-8498-e8869f0aa1fc X-Archives-Hash: 78f3b2ff5944457a44f5fa9a3cdafdd1 --lMM8JwqTlfDpEaS6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable maillog: 06/12/2004-02:48:55(-0800): Donnie Berkholz types > Hey everyone, >=20 > If anybody has good reasons why -r4 shouldn't be unleashed upon the > unsuspecting ~arch users, respond to this (on-list please) before 0000 > UTC Wednesday. Why then? Well, my finals will be over, so I'll have time > to deal with the expected deluge of reports. Cosmetic: Unless I am misreading something, the following will strip ${D}/usr/$(get_libdir)/*.so.* twice # Now do the libraries ... for x in ${D}/usr/{$(get_libdir),$(get_libdir)/opengl/${PN}/$(get_l= ibdir)}/*.so.* \ ${D}/usr/{$(get_libdir),$(get_libdir)/locale/$(get_libdir)/comm= on}/*.so.*; do if [ -f ${x} ]; then echo "$(echo ${x/${D}})" ${STRIP} --strip-debug ${x} || : fi done I know this will soon become $(get_libdir)/X11 or something, but thought I'd mention it anyway. --=20 () Georgi Georgiev () unclean: err, the admin team do not () () chutz@gg3.net () control the archive, that's the ftp cabal () () +81(90)6266-1163 () get your cabals right, damn it :-P () --lMM8JwqTlfDpEaS6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFBtQzpfXO2NUT1EmYRAoq5AKCgnm+nrDo+pqz/tOVU0NfksgG7YwCg9fAc XjMjDqN3o/PzQ0AZFnxFEWA= =QsMj -----END PGP SIGNATURE----- --lMM8JwqTlfDpEaS6--