Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 30436
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Perl Devs @ Gentoo <perl@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Haroon Rafique <corporate_gadfly@hotmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 30436 depends on: Show dependency tree
Bug 30436 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2003-10-05 15:21 0000
During the installation of bins-1.1.23, we see the following banner flash by:

This will install BINS program and configuration files in the following paths :
PREFIX = /var/tmp/portage/bins-1.1.23/image/usr
BIN    = /var/tmp/portage/bins-1.1.23/image/usr/bin
SHARE  = /var/tmp/portage/bins-1.1.23/image/usr/share/bins
MAN    = /var/tmp/portage/bins-1.1.23/image/usr/man/man1
LOCALE = /var/tmp/portage/bins-1.1.23/image/usr/share/locale
RC     = /var/tmp/portage/bins-1.1.23/image/etc/bins

Unfortunately, the last line with the RC value makes it into /usr/bin/bins in tact, as follows:

337    globalConfigDir => "/var/tmp/portage/bins-1.1.23/image/etc/bins",#system wide

Here's a diff for a fix which performs a sed after the ./install.sh line.

diff -u /usr/portage/app-misc/bins/bins-1.1.23.ebuild.orig /usr/portage/app-misc/bins/bins-1.1.23.ebuild
--- /usr/portage/app-misc/bins/bins-1.1.23.ebuild.orig  2003-10-05 18:12:06.000000000 -0400
+++ /usr/portage/app-misc/bins/bins-1.1.23.ebuild       2003-10-05 18:12:15.000000000 -0400
@@ -47,4 +47,5 @@

 src_install() {
        env DESTDIR=${D} PREFIX="/usr" ./install.sh || die
+       dosed "s:${D}:/:g" /usr/bin/bins
 }

------- Comment #1 From Robert Coie (RETIRED) 2003-12-21 23:57:53 0000 -------
Fixed in a slightly different way in 1.1.23-r1. Thanks for finding the problem.

------- Comment #2 From Rene Schneider 2003-12-22 10:56:21 0000 -------
*** Bug 35892 has been marked as a duplicate of this bug. ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug