Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144942 - dev-libs/libgalago-0.3.3 failed running aclocal
Summary: dev-libs/libgalago-0.3.3 failed running aclocal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-24 00:10 UTC by Dimitur Kirov
Modified: 2006-08-27 12:06 UTC (History)
1 user (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 Dimitur Kirov 2006-08-24 00:10:53 UTC
* Applying libgalago-0.3.3-test-option.patch ...                         [ ok ]
 * Running eautoreconf in '/var/tmp/portage/libgalago-0.3.3/work/libgalago-0.3.3' ...
 * Running aclocal ...                                                    [ !! ]

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/libgalago-0.3.3/temp/aclocal-10235.out


!!! ERROR: dev-libs/libgalago-0.3.3 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_unpack
  ebuild.sh, line 709:   Called src_unpack
  libgalago-0.3.3.ebuild, line 31:   Called eautoreconf
  autotools.eclass, line 65:   Called eaclocal
  autotools.eclass, line 102:   Called autotools_run_tool 'aclocal'
  autotools.eclass, line 193:   Called die

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


_____

Contents of file: /var/tmp/portage/libgalago-0.3.3/temp/aclocal-10235.out
***** aclocal *****

aclocal: macro `AM_PROG_MKDIR_P' required but not defined
aclocal: macro `AM_PROG_MKDIR_P' required but not defined
Comment 1 Dimitur Kirov 2006-08-24 00:24:09 UTC
If I force using automake-1.9 libgalago is configured and installed properly:

WANT_AUTOMAKE=1.9 emerge libgalago
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-08-27 12:06:20 UTC
Added the WANT_AUTOMAKE to the ebuild.  Thanks for the report.