First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 114946
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Text-Markup Team <text-markup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Philippe Troin <phil@fifi.org>
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 114946 depends on: Show dependency tree
Bug 114946 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: 2005-12-08 19:09 0000
The culprit is this stanza in pkg_postinst():

        if [ -x "/usr/bin/install-catalog" ] && [ "$ROOT" = "/" ]
        then
                einfo "Installing Catalogs..."
                ...
        else
                ewarn "install-catalog not found! Something went wrong!"
                die
        fi

------- Comment #1 From Leonardo Boshell (RETIRED) 2006-01-13 01:48:31 0000 -------
*** Bug 116757 has been marked as a duplicate of this bug. ***

------- Comment #2 From Leonardo Boshell (RETIRED) 2006-01-14 06:06:05 0000 -------
This required some changes in sgml-common's ebuild and the install-catalog
script, which hopefully take into account multiple $ROOT values correctly now.
Please re-sync your trees and re-emerge sgml-common to test it. Thanks.

agaffney,
I would be glad to hear how it goes in your case using the installer.

------- Comment #3 From Andrew Gaffney 2006-01-17 12:53:05 0000 -------
I ended up switching to chroot'ing before running each 'ebuild' step simply
because I figured I would run into this problem with many other packages. I'd
rather take the slight speed hit of chroot'ing 4 times per package than filing
a ton of bugs for proper ROOT support :P

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