Bug 13041 - Emerge autoconf barfs
|
Bug#:
13041
|
Product: Gentoo Linux
|
Version: 1.2
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: azarah@gentoo.org
|
Reported By: gentoo@webhackande.se
|
|
Component: Core system
|
|
|
URL:
|
|
Summary: Emerge autoconf barfs
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-01-01 13:26 0000
|
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)
Try it like so: FEATURES="-sandbox" emerge autoconf
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. ;-)
What version of portage ?
*** Bug 13137 has been marked as a duplicate of this bug. ***
What version of texinfo ?
# makeinfo --version
makeinfo (GNU textinfo) 4.0
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.
Yep, just marked it stable, thanks :)
*** Bug 14052 has been marked as a duplicate of this bug. ***
Fixed autoconf to depend on texinfo-4.3 or later.