Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143967 - app-accessibility/yasr installs into /aclocal
Summary: app-accessibility/yasr installs into /aclocal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-14 21:56 UTC by Ryan Hill (RETIRED)
Modified: 2007-06-17 22:06 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 Ryan Hill (RETIRED) gentoo-dev 2006-08-14 21:56:38 UTC
>>> Merging app-accessibility/yasr-0.6.5 to /
--- /aclocal/
>>> /aclocal/intdiv0.m4
>>> /aclocal/progtest.m4
>>> /aclocal/glibc21.m4
>>> /aclocal/inttypes-pri.m4
>>> /aclocal/lcmessage.m4
>>> /aclocal/ulonglong.m4
>>> /aclocal/iconv.m4
>>> /aclocal/isc-posix.m4
>>> /aclocal/stdint_h.m4
>>> /aclocal/lib-link.m4
>>> /aclocal/uintmax_t.m4
>>> /aclocal/codeset.m4
>>> /aclocal/lib-prefix.m4
>>> /aclocal/inttypes.m4
>>> /aclocal/gettext.m4
>>> /aclocal/inttypes_h.m4
>>> /aclocal/lib-ld.m4
--- /usr/
--- /usr/share/
--- /usr/share/man/
--- /usr/share/man/man1/
>>> /usr/share/man/man1/yasr.1.gz
--- /usr/share/doc/
--- /usr/share/doc/yasr-0.6.5/
>>> /usr/share/doc/yasr-0.6.5/AUTHORS.gz
>>> /usr/share/doc/yasr-0.6.5/INSTALL.gz
>>> /usr/share/doc/yasr-0.6.5/ChangeLog.gz
>>> /usr/share/doc/yasr-0.6.5/BUGS.gz
>>> /usr/share/doc/yasr-0.6.5/README.gz
>>> /usr/share/doc/yasr-0.6.5/CREDITS.gz
--- /usr/bin/
>>> /usr/bin/yasr
--- /etc/
--- /etc/yasr/
>>> /etc/yasr/yasr.conf
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-15 00:21:08 UTC
AFAICS this comes from wrong fix for Bug 44982 (!), must have been broken for ages... 

0.6.7 (latest version) still has broken Makefiles and $(destdir) in the sed expression has no effect, hardcoding /usr/share/aclocal there works.
Comment 2 William Hubbs gentoo-dev 2006-09-30 15:12:19 UTC
I will look at this one also.
Comment 3 William Hubbs gentoo-dev 2006-10-01 12:28:27 UTC
I am working on a version bump and fixing this at the same time.

I was able to fix the sed expression so that it wants to install in /usr/share/aclocal.  But, now, running an emerge with colission-protect gives the following results:

* checking 26 files for package collisions
existing file /usr/share/aclocal/codeset.m4 is not owned by this package
existing file /usr/share/aclocal/gettext.m4 is not owned by this package
existing file /usr/share/aclocal/glibc21.m4 is not owned by this package
existing file /usr/share/aclocal/iconv.m4 is not owned by this package
existing file /usr/share/aclocal/intdiv0.m4 is not owned by this package
existing file /usr/share/aclocal/inttypes.m4 is not owned by this package
existing file /usr/share/aclocal/inttypes_h.m4 is not owned by this package
existing file /usr/share/aclocal/inttypes-pri.m4 is not owned by this package
existing file /usr/share/aclocal/isc-posix.m4 is not owned by this package
existing file /usr/share/aclocal/lib-ld.m4 is not owned by this package
existing file /usr/share/aclocal/lib-link.m4 is not owned by this package
existing file /usr/share/aclocal/lib-prefix.m4 is not owned by this package
existing file /usr/share/aclocal/lcmessage.m4 is not owned by this package
existing file /usr/share/aclocal/progtest.m4 is not owned by this package
existing file /usr/share/aclocal/stdint_h.m4 is not owned by this package
existing file /usr/share/aclocal/uintmax_t.m4 is not owned by this package
existing file /usr/share/aclocal/ulonglong.m4 is not owned by this package
* spent 0.0526812076569 seconds checking for file collisions
* This package is blocked because it wants to overwrite
* files belonging to other packages (see messages above).
* If you have no clue what this is all about report it 
* as a bug for this package on http://bugs.gentoo.org

Does any one who is familiar with autotools have any suggestions?

Comment 4 William Hubbs gentoo-dev 2007-06-17 22:06:47 UTC
The ebuild for the new version is in portage, and it also fixes this issue.