* [gentoo-portage-dev] [PATCH] Remove ban on installing *.a and *.la files in / (bug 492542)
@ 2013-12-05 19:16 SebastianLuther
2013-12-05 19:20 ` Sebastian Luther
2013-12-05 21:32 ` Mike Frysinger
0 siblings, 2 replies; 3+ messages in thread
From: SebastianLuther @ 2013-12-05 19:16 UTC (permalink / raw
To: gentoo-portage-dev
From: Sebastian Luther <SebastianLuther@gmx.de>
---
bin/misc-functions.sh | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index bd99def..0eb1b3f 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -642,16 +642,6 @@ install_qa_check() {
done
[[ ${abort} == "yes" ]] && die "add those ldscripts"
- # Make sure people don't store libtool files or static libs in /lib
- f=$(ls "${ED}"lib*/*.{a,la} 2>/dev/null)
- if [[ -n ${f} ]] ; then
- __vecho -ne '\n'
- eqawarn "QA Notice: Excessive files found in the / partition"
- eqawarn "${f}"
- __vecho -ne '\n'
- die "static archives (*.a) and libtool library files (*.la) belong in /usr/lib*, not /lib*"
- fi
-
# Verify that the libtool files don't contain bogus $D entries.
local abort=no gentoo_bug=no always_overflow=no
for a in "${ED}"usr/lib*/*.la ; do
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [gentoo-portage-dev] [PATCH] Remove ban on installing *.a and *.la files in / (bug 492542)
2013-12-05 19:16 [gentoo-portage-dev] [PATCH] Remove ban on installing *.a and *.la files in / (bug 492542) SebastianLuther
@ 2013-12-05 19:20 ` Sebastian Luther
2013-12-05 21:32 ` Mike Frysinger
1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Luther @ 2013-12-05 19:20 UTC (permalink / raw
To: gentoo-portage-dev
Note that I don't have an opinion if that makes sense or not. If you
don't agree, then I'd suggest to start a discussion on bugzi [1].
[1] https://bugs.gentoo.org/492542
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-portage-dev] [PATCH] Remove ban on installing *.a and *.la files in / (bug 492542)
2013-12-05 19:16 [gentoo-portage-dev] [PATCH] Remove ban on installing *.a and *.la files in / (bug 492542) SebastianLuther
2013-12-05 19:20 ` Sebastian Luther
@ 2013-12-05 21:32 ` Mike Frysinger
1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2013-12-05 21:32 UTC (permalink / raw
To: gentoo-portage-dev
[-- Attachment #1: Type: Text/Plain, Size: 64 bytes --]
i don't think we want this. i've followed up on the bug.
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-05 21:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05 19:16 [gentoo-portage-dev] [PATCH] Remove ban on installing *.a and *.la files in / (bug 492542) SebastianLuther
2013-12-05 19:20 ` Sebastian Luther
2013-12-05 21:32 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox