Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13041 - Emerge autoconf barfs
Summary: Emerge autoconf barfs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
: 13137 14052 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-01-01 13:26 UTC by Rickard Olsson
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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 Rickard Olsson 2003-01-01 13:26:42 UTC
This is a new install from 1.2: While doing an emerge -u world, autoconf failed:

Making all in doc
make[1]: Entering directory `/var/tmp/portage/autoconf-2.54/work/autoconf-2.54/doc'
Updating version.texi
/bin/sh /var/tmp/portage/autoconf-2.54/work/autoconf-2.54/config/missing --run
makeinfo --no-split -I . \
`test -f 'autoconf25.texi' || echo './'`autoconf25.texi -o autoconf25.info
autoconf25.texi:70: Unknown command `copying'.
autoconf25.texi:93: Unmatched `@end'.
autoconf25.texi:144: Unknown command `insertcopying'.
autoconf25.texi:3792: Unknown command `verbatim'.
autoconf25.texi:3807: Misplaced {.
autoconf25.texi:3811: Misplaced }.
autoconf25.texi:3813: Bad argument to `end', `verbatim', using `defmac'.
autoconf25.texi:3813: Unmatched `@end'.
makeinfo: Removing output file `autoconf25.info' due to errors; use --force to
preserve.
make[1]: *** [autoconf25.info] Error 1
make[1]: Leaving directory `/var/tmp/portage/autoconf-2.54/work/autoconf-2.54/doc'
make: *** [all-recursive] Error 1

!!! ERROR: sys-devel/autoconf-2.54 failed.
!!! Function src_compile, Line 11, Exitcode 2
!!! (no error message)
Comment 1 Rickard Olsson 2003-01-01 13:28:48 UTC
Please also see the thread at http://forums.gentoo.org/viewtopic.php?p=160939
for possibly more information.
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-02 15:52:40 UTC
Try it like so:  FEATURES="-sandbox" emerge autoconf
Comment 3 Rickard Olsson 2003-01-02 16:19:34 UTC
Exact same error. I thought sandbox errors came up as a red box with access
violations? (The one I saw before, in newt, was like that, anyway. :-)

Like I mentioned, this started out as a 1.2, could there be a version mismatch
somewhere? Should I try to emerge -u something else first? (That said, I did
almost the same thing just over a week ago on another machine with no errors,
this is a HP Omnibook 4100 that I'm prepping for a life as a picture frame. ;-)
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-02 18:26:39 UTC
What version of portage ?
Comment 5 Rickard Olsson 2003-01-02 18:28:32 UTC
portage 2.0.46-r4
Comment 6 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-05 10:28:22 UTC
*** Bug 13137 has been marked as a duplicate of this bug. ***
Comment 7 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-05 10:32:12 UTC
What version of texinfo ?

  # makeinfo --version
Comment 8 Rickard Olsson 2003-01-05 11:20:12 UTC
makeinfo (GNU textinfo) 4.0
Comment 9 Rickard Olsson 2003-01-05 11:50:51 UTC
Anticipating your next suggestion, I did an <i>emerge texinfo</I> to upgrade it
to the current version (4.3) and after that, <I>emerge autoconf</I> worked too.
Thanks! :-)

However, I'm leaving the bug as ASSIGNED since it's probably a good idea to do
something about autoconf's and groff's emerge dependencies.
Comment 10 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-07 12:09:25 UTC
Yep, just marked it stable, thanks :)
Comment 11 SpanKY gentoo-dev 2003-01-16 17:33:05 UTC
*** Bug 14052 has been marked as a duplicate of this bug. ***
Comment 12 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-17 05:35:21 UTC
Fixed autoconf to depend on texinfo-4.3 or later.