First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 57227
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Perl Devs @ Gentoo <perl@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Renat Golubchyk <RAGermany@gmx.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 57227 depends on: 52088 Show dependency tree
Show dependency graph
Bug 57227 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-07-15 14:29 0000
While looking at my /usr/local I found out that app-misc/bins installed its
templates and locale into /usr/local/share instead of /usr/share. Looking at
the ebuild shows that the files were put there intentionally althogh /usr/local
should never be touched by ebuilds in the portage tree (except baselayout).
Here is the relevant section:

src_install() {
        echo "" |env DESTDIR=${D} PREFIX="/usr" ./install.sh || die
        # Fix for pathing
        for i in `grep -l portage ${D}/usr/bin/*`; do
                sed -i -e  "s:${D}:/:" ${i}
        done

        mkdir ${D}/usr/local
        mv ${D}/usr/share ${D}/usr/local/

        sed -i -e "s:/usr/share:/usr/local/share:" ${D}/usr/bin/bins

}


Reproducible: Always
Steps to Reproduce:
1. emerge app-misc/bins

Actual Results:  
The bins templates and locale are installed into /usr/local/share

Expected Results:  
Templates and locale should be under /usr/share

------- Comment #1 From Seemant Kulleen (RETIRED) 2004-07-15 14:31:52 0000 -------
wow, the maintainer's a surprise

------- Comment #2 From Renat Golubchyk 2004-07-15 14:35:22 0000 -------
I thought the same thing. Never seen Aron make mistakes like this...

------- Comment #3 From SpanKY 2004-07-15 15:32:10 0000 -------
has nothing to do with Aron

was introduced with 1.1.26 and Bug 52088

------- Comment #4 From Haroon Rafique 2004-07-16 05:51:00 0000 -------
I am the original reporter of bug 52088. Note, that I tried to pursuade Michael
to use /usr/share instead of /usr/local/share (see bug 52088 comment 2 point
#2). To which Michael replied that /usr/local came from upstream (see bug 52088
comment 3). Sorry if I caused any problems (sheephish grin).

------- Comment #5 From Michael Cummings (RETIRED) 2004-12-21 07:10:37 0000 -------
my head on a platter is now committed.

First Last Prev Next    No search results available      Search page      Enter new bug