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
Description:   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)

------- Comment #1 From Rickard Olsson 2003-01-01 13:28:48 0000 -------
Please also see the thread at http://forums.gentoo.org/viewtopic.php?p=160939
for possibly more information.

------- Comment #2 From Martin Schlemmer (RETIRED) 2003-01-02 15:52:40 0000 -------
Try it like so:  FEATURES="-sandbox" emerge autoconf

------- Comment #3 From Rickard Olsson 2003-01-02 16:19:34 0000 -------
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 From Martin Schlemmer (RETIRED) 2003-01-02 18:26:39 0000 -------
What version of portage ?

------- Comment #5 From Rickard Olsson 2003-01-02 18:28:32 0000 -------
portage 2.0.46-r4

------- Comment #6 From Martin Schlemmer (RETIRED) 2003-01-05 10:28:22 0000 -------
*** Bug 13137 has been marked as a duplicate of this bug. ***

------- Comment #7 From Martin Schlemmer (RETIRED) 2003-01-05 10:32:12 0000 -------
What version of texinfo ?

  # makeinfo --version

------- Comment #8 From Rickard Olsson 2003-01-05 11:20:12 0000 -------
makeinfo (GNU textinfo) 4.0

------- Comment #9 From Rickard Olsson 2003-01-05 11:50:51 0000 -------
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 From Martin Schlemmer (RETIRED) 2003-01-07 12:09:25 0000 -------
Yep, just marked it stable, thanks :)

------- Comment #11 From SpanKY 2003-01-16 17:33:05 0000 -------
*** Bug 14052 has been marked as a duplicate of this bug. ***

------- Comment #12 From Martin Schlemmer (RETIRED) 2003-01-17 05:35:21 0000 -------
Fixed autoconf to depend on texinfo-4.3 or later.