Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 525852 - app-misc/pax-utils-0.9: wrongly installs /usr/bin/autogen
Summary: app-misc/pax-utils-0.9: wrongly installs /usr/bin/autogen
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
: 525854 525874 525888 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-10-19 10:24 UTC by Andrei Slavoiu
Modified: 2014-10-19 18:22 UTC (History)
8 users (show)

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


Attachments
build.log (build.log,5.97 KB, text/plain)
2014-10-19 10:25 UTC, Andrei Slavoiu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Slavoiu 2014-10-19 10:24:32 UTC
* Detected file collision(s):
 * 
 *      /usr/bin/autogen
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * sys-devel/autogen-5.18.4:0::gentoo
 *      /usr/bin/autogen

Reproducible: Always
Comment 1 Andrei Slavoiu 2014-10-19 10:25:49 UTC
Created attachment 386936 [details]
build.log
Comment 2 Mikael Magnusson 2014-10-19 11:56:43 UTC
The autogen pax-utils attempts to install seems to just be some autotools leftover script.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-19 14:09:22 UTC
*** Bug 525854 has been marked as a duplicate of this bug. ***
Comment 4 Anthony Basile gentoo-dev 2014-10-19 14:52:46 UTC
(In reply to Mikael Magnusson from comment #2)
> The autogen pax-utils attempts to install seems to just be some autotools
> leftover script.

Yeah this is wierd.  Its installing autogen.sh at /usr/bin/autogen.
Comment 5 Anthony Basile gentoo-dev 2014-10-19 15:14:41 UTC
(In reply to Anthony Basile from comment #4)
> (In reply to Mikael Magnusson from comment #2)
> > The autogen pax-utils attempts to install seems to just be some autotools
> > leftover script.
> 
> Yeah this is wierd.  Its installing autogen.sh at /usr/bin/autogen.

its this:

for sh in *.sh ; do install -m755 $sh /var/tmp/portage/app-misc/pax-utils-0.9/image//usr/bin/${sh%.sh} || exit $? ; done

in the Makefile.  You need to skip autogen.sh.
Comment 6 Mike Gilbert gentoo-dev 2014-10-19 16:29:17 UTC
*** Bug 525874 has been marked as a duplicate of this bug. ***
Comment 7 Mike Gilbert gentoo-dev 2014-10-19 16:35:56 UTC
+*pax-utils-0.9-r1 (19 Oct 2014)
+
+  19 Oct 2014; Mike Gilbert <floppym@gentoo.org> +pax-utils-0.9-r1.ebuild,
+  -pax-utils-0.9.ebuild:
+  Temporary fix for file collison on /usr/bin/autogen, bug 525852.
Comment 9 SpanKY gentoo-dev 2014-10-19 17:13:41 UTC
should be all set now in the tree; thanks for the report!

Commit message: Version bump to not install autogen
http://sources.gentoo.org/app-misc/pax-utils/pax-utils-0.9.1.ebuild?rev=1.1
Comment 10 Mike Gilbert gentoo-dev 2014-10-19 18:22:57 UTC
*** Bug 525888 has been marked as a duplicate of this bug. ***