Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263050 - gnome-base/libglade-2.6 isn't prefix aware
Summary: gnome-base/libglade-2.6 isn't prefix aware
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All IRIX
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-19 15:16 UTC by Stuart Shelton
Modified: 2009-03-22 09:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Shelton 2009-03-19 15:16:56 UTC
The libglade ebuild contains:

pkg_postinst() {                                                                    echo ">>> Updating XML catalog"
    /usr/bin/xmlcatalog --noout --add "system" \                                        "http://glade.gnome.org/glade-2.0.dtd" \
        /usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog                      gnome2_pkg_postinst
}
                                                                                pkg_postrm() {
    gnome2_pkg_postrm                                                               echo ">>> removing entries from the XML catalog"
    /usr/bin/xmlcatalog --noout --del \                                                 /usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog
}

... these paths should have "${EPREFIX}" (or equivalent) pre-pended.
Comment 1 Fabian Groffen gentoo-dev 2009-03-22 09:16:32 UTC
nice catch!  Should be fixed now, thanks!