Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161824 - autoconf stops when building courier-authlib
Summary: autoconf stops when building courier-authlib
Status: RESOLVED DUPLICATE of bug 160286
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-12 21:42 UTC by sapran
Modified: 2007-01-12 21:47 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 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 ***