Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177012 - www-client/seamonkey-1.1.1 autoconf fails on amd64/ps3 ppc64
Summary: www-client/seamonkey-1.1.1 autoconf fails on amd64/ps3 ppc64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
: 178326 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-05-04 09:31 UTC by Agamemnon
Modified: 2007-05-13 14:21 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 Agamemnon 2007-05-04 09:31:37 UTC
* Failed Running autoconf !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/www-client/seamonkey-1.1.1/temp/autoconf-17052.out


!!! ERROR: www-client/seamonkey-1.1.1 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_unpack
  ebuild.sh, line 751:   Called qa_call 'src_unpack'
  environment, line 3965:   Called src_unpack
  seamonkey-1.1.1.ebuild, line 76:   Called eautoreconf
  autotools.eclass, line 95:   Called eautoconf
  autotools.eclass, line 165:   Called autotools_run_tool 'autoconf'
  autotools.eclass, line 218:   Called die





***autoconf***

ac-wrapper: warning: invalid WANT_AUTOCONF '2.1'; ignoring.
build/autoconf/altoptions.m4:156: error: m4_defn: undefined macro: _m4_divert_di
version
build/autoconf/altoptions.m4:156: the top level
autom4te-2.61: /usr/bin/m4 failed with exit status: 1


Reproducible: Always
Comment 1 Agamemnon 2007-05-04 22:52:59 UTC
(In reply to comment #0)
> * Failed Running autoconf !
>  * 
>  * Include in your bugreport the contents of:
>  * 
>  *   /var/tmp/portage/www-client/seamonkey-1.1.1/temp/autoconf-17052.out
> 
> 
> !!! ERROR: www-client/seamonkey-1.1.1 failed.
> Call stack:
>   ebuild.sh, line 1614:   Called dyn_unpack
>   ebuild.sh, line 751:   Called qa_call 'src_unpack'
>   environment, line 3965:   Called src_unpack
>   seamonkey-1.1.1.ebuild, line 76:   Called eautoreconf
>   autotools.eclass, line 95:   Called eautoconf
>   autotools.eclass, line 165:   Called autotools_run_tool 'autoconf'
>   autotools.eclass, line 218:   Called die
> 
> 
> 
> 
> 
> ***autoconf***
> 
> ac-wrapper: warning: invalid WANT_AUTOCONF '2.1'; ignoring.
> build/autoconf/altoptions.m4:156: error: m4_defn: undefined macro:
> _m4_divert_di
> version
> build/autoconf/altoptions.m4:156: the top level
> autom4te-2.61: /usr/bin/m4 failed with exit status: 1
> 
> 
> Reproducible: Always
> 

I interred autoconf 2.13,  i roxr i thinkauto should be rewritten
Comment 2 Stefan Richter 2007-05-13 12:16:36 UTC
Same on AMD64: bug 178326
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-05-13 12:18:17 UTC
*** Bug 178326 has been marked as a duplicate of this bug. ***
Comment 4 Stefan Richter 2007-05-13 12:20:37 UTC
I built seamonkey-1.1.1 successfully on i386 a while ago, with:
# equery l m4
[ Searching for package 'm4' in all categories among: ]
 * installed packages
[I--] [  ] sys-devel/m4-1.4.9 (0)


The AMD64 box has:
# equery l m4
[ Searching for package 'm4' in all categories among: ]
 * installed packages
[I--] [  ] sys-devel/m4-1.4.8 (0)
Comment 5 Stefan Richter 2007-05-13 12:29:54 UTC
Update to m4-1.4.9 did not help.  Autoconf?

i386 box:
# equery l autoconf
[ Searching for package 'autoconf' in all categories among: ]
 * installed packages
[I--] [  ] sys-devel/autoconf-2.13 (2.1)
[I--] [  ] sys-devel/autoconf-2.61 (2.5)
[I--] [  ] sys-devel/autoconf-wrapper-4-r3 (0)

AMD64 box:
# equery l autoconf
[ Searching for package 'autoconf' in all categories among: ]
 * installed packages
[I--] [  ] sys-devel/autoconf-2.61 (2.5)
[I--] [  ] sys-devel/autoconf-wrapper-4-r3 (0)

I'll try to install sys-devel/autoconf-2.13.
Comment 6 Stefan Richter 2007-05-13 13:08:38 UTC
I could build seamonkey after "emerge -av =sys-devel/autoconf-2.13".

This is apparently a general bug on all platforms.  I got autoconf 2.1x on the i386 box because of an unrelated package:
# equery d autoconf
...
media-sound/cdparanoia-3.9.8-r5 (=sys-devel/autoconf-2.1*)
...
Comment 7 Raúl Porcel (RETIRED) gentoo-dev 2007-05-13 14:21:36 UTC
Right, sorry about that. I removed the autoconf dep, but i didn't know the ebuild was missing WANT_AUTOCONF.

Fixed, thanks.