Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 161824

Summary: autoconf stops when building courier-authlib
Product: Gentoo Linux Reporter: sapran <sapran>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description sapran 2007-01-12 21:42:42 UTC
while trying to emerge courier-authlib an error occurs when autoconf runs on /var/tmp/portage/net-libs/courier-authlib-0.58/work/courier-authlib-0.58/. here is the output:

 * Running aclocal ...                                                                                     [ ok ]
 * Running libtoolize --copy --force --automake ...                                                        [ ok ]
 * Running aclocal ...                                                                                     [ ok ]
 * Running autoconf ...                                                                                    [ ok ]
 * Running autoheader ...                                                                                  [ ok ]
 * Running automake --add-missing --copy --foreign ...                                                     [ ok ]
 * Running eautoreconf in '/var/tmp/portage/net-libs/courier-authlib-0.58/work/courier-authlib-0.58' ...
 * Running aclocal ...                                                                                     [ ok ]
 * Running libtoolize --copy --force --automake ...                                                        [ ok ]
 * Running aclocal ...                                                                                     [ ok ]
 * Running autoconf ...                                                                                    [ !! ]

 * Failed Running autoconf !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/net-libs/courier-authlib-0.58/temp/autoconf-20227.out


!!! ERROR: net-libs/courier-authlib-0.58 failed.
Call stack:
  ebuild.sh, line 1610:   Called dyn_unpack
  ebuild.sh, line 750:   Called qa_call 'src_unpack'
  environment, line 3683:   Called src_unpack
  courier-authlib-0.58.ebuild, line 56:   Called eautoreconf
  autotools.eclass, line 92:   Called eautoconf
  autotools.eclass, line 165:   Called autotools_run_tool 'autoconf'
  autotools.eclass, line 256:   Called die

!!! Failed Running autoconf !
!!! If you need support, post the topmost build error, and the call stack if relevant.

and cat /var/tmp/portage/net-libs/courier-authlib-0.58/temp/autoconf-20227.out
***** autoconf *****

configure.in:26: error: possibly undefined macro: AC_PROG_SYSCONFTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-12 21:47:16 UTC
Please search.


*** This bug has been marked as a duplicate of bug 160286 ***