Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142864 - x11-plugins/enigmail-0.94.0-r{4,5} fails to emerge due to autoconf error
Summary: x11-plugins/enigmail-0.94.0-r{4,5} fails to emerge due to autoconf error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-05 02:28 UTC by Kieran Simpson
Modified: 2006-09-27 08:46 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 Kieran Simpson 2006-08-05 02:28:22 UTC
x11-plugins/enigmail-0.94.0-r4 fails to emerge due to an autoconf error.

emerge output:

 * Failed Running autoconf !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/enigmail-0.94.0-r4/temp/autoconf-15662.out

!!! ERROR: x11-plugins/enigmail-0.94.0-r5 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_unpack
  ebuild.sh, line 711:   Called src_unpack
  enigmail-0.94.0-r5.ebuild, line 63:   Called eautoreconf
  autotools.eclass, line 67:   Called eautoconf
  autotools.eclass, line 137:   Called autotools_run_tool 'autoconf'
  autotools.eclass, line 193:   Called die

output from /var/tmp/portage/enigmail-0.94.0-r4/temp/autoconf-15662.out:
***** autoconf *****

build/autoconf/altoptions.m4:156: error: m4_defn: undefined macro: _m4_divert_diversion
build/autoconf/altoptions.m4:153: MOZ_READ_MOZCONFIG is expanded from...
build/autoconf/altoptions.m4:156: the top level
autom4te-2.59: /usr/bin/m4 failed with exit status: 1

The same error occurs when trying to emerge enigmail-0.94.0-r5, (the output from the autoconf files are identical).
Comment 1 Walter Meinl 2006-09-24 01:27:49 UTC
(In reply to comment #0)
Not sure if the problem still exists. However, it comes from using autoconf-2.59, but mozilla products need autoconf-2.13 to recreate configure properly. I attached a patch for the current enigmail ebuild in http://bugs.gentoo.org/show_bug.cgi?id=144628
you'll have to put the original ebuild in an overlay and patch it, if you rename it after patching to enigmail-0.94.1.ebuild you'll also will have an update to the current version, try if it works for you.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2006-09-27 08:46:06 UTC
Fixed.