Gentoo Archives: gentoo-dev

From: Georgi Georgiev <chutz@×××.net>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Double stripping in strip_execs()
Date: Tue, 07 Dec 2004 01:53:27
Message-Id: 20041207015241.GC179782@lion.gg3.net
In Reply to: [gentoo-dev] xorg-x11-6.8.0-r4 to go ~arch by Donnie Berkholz
1 maillog: 06/12/2004-02:48:55(-0800): Donnie Berkholz types
2 > Hey everyone,
3 >
4 > If anybody has good reasons why -r4 shouldn't be unleashed upon the
5 > unsuspecting ~arch users, respond to this (on-list please) before 0000
6 > UTC Wednesday. Why then? Well, my finals will be over, so I'll have time
7 > to deal with the expected deluge of reports.
8
9 Cosmetic:
10
11 Unless I am misreading something, the following will strip
12 ${D}/usr/$(get_libdir)/*.so.* twice
13
14 # Now do the libraries ...
15 for x in ${D}/usr/{$(get_libdir),$(get_libdir)/opengl/${PN}/$(get_libdir)}/*.so.* \
16 ${D}/usr/{$(get_libdir),$(get_libdir)/locale/$(get_libdir)/common}/*.so.*; do
17 if [ -f ${x} ]; then
18 echo "$(echo ${x/${D}})"
19 ${STRIP} --strip-debug ${x} || :
20 fi
21 done
22
23 I know this will soon become $(get_libdir)/X11 or something, but thought
24 I'd mention it anyway.
25
26 --
27 () Georgi Georgiev () <elmo> unclean: err, the admin team do not ()
28 () chutz@×××.net () control the archive, that's the ftp cabal ()
29 () +81(90)6266-1163 () <elmo> get your cabals right, damn it :-P ()