Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3050 - automake build fails
Summary: automake build fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-26 13:07 UTC by Sascha Silbe
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 Sascha Silbe 2002-05-26 13:07:02 UTC
The current automake ebuild fails:

hybrid root # emerge --update sys-devel/automake
Calculating dependencies ...done!
>>> emerge sys-devel/automake-1.6.1-r4 to /
>>> md5 ;-) automake-1.6.1.tar.gz
>>> md5 ;-) automake-1.5.tar.gz
>>> md5 ;-) automake-1.4-p5.tar.gz
>>> Unpacking source...
>>> Unpacking automake-1.6.1.tar.gz
>>> Unpacking automake-1.5.tar.gz
>>> Unpacking automake-1.4-p5.tar.gz
patch unexpectedly ends in middle of line
patch: **** Only garbage was found in the patch input.

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_unpack, Line -24, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/sys-devel/automake/automake-1.6.1-r4.ebuild .
hybrid root #
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-05-28 13:44:54 UTC
It seems like the patches got corrupted.  Try to emerge --clean rsync,
or maybe delete the whole /usr/portage/sys-devel/automake/ directory,
and rsync again.

If you still have this problem, and specified a static rsync mirror, try
another, as it could be local corruption to that server.
Comment 2 Sascha Silbe 2002-05-31 09:29:56 UTC
I've tried again after "emerge --clean rsync" from both rsync.gentoo.org and 
rsync.us.gentoo.org (I'm normally using rsync.nl.gentoo.org), but both times
without success (same error again). :(
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-05 14:37:52 UTC
Hmm, wierd.  Did you maybe try to 

# rm -rf /usr/portage/sys-devel/automake

Maybe you struck on some wierd rsync bug.  Ill test it on a few more boxes.
Comment 4 Sascha Silbe 2002-06-05 14:47:34 UTC
 bd> # rm -rf /usr/portage/sys-devel/automake
This solves it. Thanks!
Unfortunately, I did exactly the above, instead of thinking first and just moving it away. So I cannot reproduce the bug anymore. :(
Anyhow, it is obviously not the fault of automake, so you may close the bug.
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-05 15:13:30 UTC
No problem, just glad its solved for you :)