public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Georgi Georgiev <chutz@gg3.net>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] Double stripping in strip_execs()
Date: Tue, 7 Dec 2004 10:52:41 +0900	[thread overview]
Message-ID: <20041207015241.GC179782@lion.gg3.net> (raw)
In-Reply-To: <1102330135.4362.12.camel@localhost>

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]

maillog: 06/12/2004-02:48:55(-0800): Donnie Berkholz types
> Hey everyone,
> 
> 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_libdir)}/*.so.* \
            ${D}/usr/{$(get_libdir),$(get_libdir)/locale/$(get_libdir)/common}/*.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.

-- 
()   Georgi Georgiev   () <elmo> unclean: err, the admin team do not   ()
()    chutz@gg3.net    () control the archive, that's the ftp cabal    ()
()  +81(90)6266-1163   () <elmo> get your cabals right, damn it :-P    ()

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2004-12-07  1:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-06 10:48 [gentoo-dev] xorg-x11-6.8.0-r4 to go ~arch Donnie Berkholz
2004-12-06 15:42 ` Georgi Georgiev
2004-12-06 18:17   ` Donnie Berkholz
2004-12-06 18:54     ` Hans-Werner Hilse
2004-12-06 21:37     ` Georgi Georgiev
2004-12-06 22:06       ` Georgi Georgiev
2004-12-06 22:17         ` Georgi Georgiev
2004-12-06 23:10           ` Donnie Berkholz
2004-12-07  0:38         ` Donnie Berkholz
2004-12-07  1:01           ` Georgi Georgiev
2004-12-07  3:01             ` Donnie Berkholz
2004-12-07  2:17           ` Donnie Berkholz
2004-12-07  1:27 ` Georgi Georgiev
2004-12-07  1:37 ` [gentoo-dev] HOSTCONF in global scope Georgi Georgiev
2004-12-07  1:52 ` Georgi Georgiev [this message]
2004-12-07 12:34 ` [gentoo-dev] xorg-x11-6.8.0-r4 to go ~arch -- ~sparc OK Ferris McCormick
2004-12-07 19:59 ` [gentoo-dev] xorg-x11-6.8.0-r4 to go ~arch --- ~sparc tests good Ferris McCormick
2004-12-07 22:52   ` Georgi Georgiev
2004-12-07 23:02     ` Georgi Georgiev
2004-12-07 23:36       ` Ferris McCormick
2004-12-08  0:16         ` Georgi Georgiev
2004-12-08  0:38           ` Donnie Berkholz
2004-12-08  2:19             ` Georgi Georgiev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041207015241.GC179782@lion.gg3.net \
    --to=chutz@gg3.net \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox