Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 319151 - aclocal fails during emerge of app-editors/emacs-23.2
Summary: aclocal fails during emerge of app-editors/emacs-23.2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-10 13:57 UTC by Johannes Rauh
Modified: 2010-05-11 16:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
the build.log (build.log,2.16 KB, text/plain)
2010-05-10 13:58 UTC, Johannes Rauh
Details
The output of: emerge --info \=app-editors/emacs-23.2 (emerge.info.emacs,10.76 KB, text/plain)
2010-05-10 14:00 UTC, Johannes Rauh
Details
the build environment (environment,128.35 KB, text/plain)
2010-05-10 14:01 UTC, Johannes Rauh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Rauh 2010-05-10 13:57:50 UTC
Emergeing emacs-23.2 fails while running aclocal:

Reproducible: Always

Steps to Reproduce:

Actual Results:  
>>> Emerging (1 of 1) app-editors/emacs-23.2
 * emacs-23.2.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                 [ ok ]
 * emacs-23.2-patches-1.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                       [ ok ]
 * checking ebuild checksums ;-) ...                                                                                  [ ok ]
 * checking auxfile checksums ;-) ...                                                                                 [ ok ]
 * checking miscfile checksums ;-) ...                                                                                [ ok ]
 * CPV:  app-editors/emacs-23.2
 * REPO: gentoo
 * USE:  X Xaw3d alsa dbus elibc_glibc gif gpm gtk jpeg kerberos kernel_linux motif png sound svg tiff toolkit-scroll-bars userland_GNU x86 xft xpm
>>> Unpacking source...
>>> Unpacking emacs-23.2.tar.bz2 to /var/tmp/portage/app-editors/emacs-23.2/work
>>> Unpacking emacs-23.2-patches-1.tar.bz2 to /var/tmp/portage/app-editors/emacs-23.2/work
>>> Source unpacked in /var/tmp/portage/app-editors/emacs-23.2/work
>>> Preparing source in /var/tmp/portage/app-editors/emacs-23.2/work/emacs-23.2 ...
 * Applying various patches (bugfixes/updates) ...
 *   01_all_crt-dir.patch ...                                                                                          [ ok ]
 * Done with patching
 * Running eautoreconf in '/var/tmp/portage/app-editors/emacs-23.2/work/emacs-23.2' ...
 * Running aclocal ...                                                                                                 [ !! ]

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/app-editors/emacs-23.2/temp/aclocal.out

 * ERROR: app-editors/emacs-23.2 failed:
 *   Failed Running aclocal !
 * 
 * Call stack:
 *     ebuild.sh, line   54:  Called src_prepare
 *   environment, line 3547:  Called eautoreconf
 *   environment, line 1079:  Called eaclocal
 *   environment, line 1014:  Called autotools_run_tool 'aclocal'
 *   environment, line  564:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 * 
 * If you need support, post the output of 'emerge --info =app-editors/emacs-23.2',
 * the complete build log and the output of 'emerge -pqv =app-editors/emacs-23.2'.
 * The complete build log is located at '/var/tmp/portage/app-editors/emacs-23.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-editors/emacs-23.2/temp/environment'.
 * S: '/var/tmp/portage/app-editors/emacs-23.2/work/emacs-23.2'
Comment 1 Johannes Rauh 2010-05-10 13:58:48 UTC
Created attachment 230955 [details]
the build.log
Comment 2 Johannes Rauh 2010-05-10 14:00:47 UTC
Created attachment 230957 [details]
The output of: emerge --info \=app-editors/emacs-23.2
Comment 3 Johannes Rauh 2010-05-10 14:01:50 UTC
Created attachment 230959 [details]
the build environment
Comment 4 Rafał Mużyło 2010-05-10 16:15:55 UTC
What about that aclocal.out ?
Comment 5 Johannes Rauh 2010-05-11 08:33:13 UTC
The content of /var/tmp/portage/app-editors/emacs-23.2/temp/aclocal.out:

------------------------

***** aclocal *****
***** PWD: /var/tmp/portage/app-editors/emacs-23.2/work/emacs-23.2
***** aclocal

autom4te-2.65: need GNU m4 1.4 or later: /usr/bin/m4
aclocal-1.10: autom4te failed with exit status: 1

------------------------

I have sys-devel/m4-1.4.12 installed.
Comment 6 Panagiotis Christopoulos (RETIRED) gentoo-dev 2010-05-11 14:44:56 UTC
Please, paste your "m4 --version" output.
Comment 7 Johannes Rauh 2010-05-11 16:52:40 UTC
Ok, thanks for the quick help. I found out that I forgot a revdep-rebuild after a libsigsegv-update. Now aclocal works fine.