Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2903 - Newest automake brakes at least one ebuild (PAM)
Summary: Newest automake brakes at least one ebuild (PAM)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-21 23:10 UTC by Matt Keadle
Modified: 2003-02-04 19:42 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 Matt Keadle 2002-05-21 23:10:11 UTC
Automake 1.6x seems to leave out the generic /usr/share/automake directory in
favor of seperate directories for 1.4, 1.5, and 1.6. Some packages may depend
on the /usr/share/automake directory and will die. Only known package at this
time is PAM, which can be verified on line 27 in it's latest (r6) ebuild:

  cp /usr/share/automake/install-sh . || die
                    ^
                    |
            No longer available

This may be an issue with PAM, or a more general issue with Automake 1.6
Comment 1 Tom Ribbens 2002-05-22 12:24:03 UTC
I made a /usr/share/automake symlink linking to /usr/share/automake-1.6 and 
then PAM compiled and all, so i believe that is the only thing that has to be 
fixed.
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-05-22 14:31:39 UTC
Fixed in -r3, thanks.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-05-22 17:51:25 UTC
Fixed in 1.6.1-r3, but rather install -r4.