Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219249 - xfce-extra/xfce4-diskperf-2.1.0: Incompatible with autoconf 2.62
Summary: xfce-extra/xfce4-diskperf-2.1.0: Incompatible with autoconf 2.62
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autoconf-2.62
  Show dependency tree
 
Reported: 2008-04-25 08:56 UTC by Alexander Skwar
Modified: 2008-04-25 15:58 UTC (History)
0 users

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


Attachments
Patch to xfce4-diskperf-2.1.0.ebuild to make it use the autoconf-2.62 patch (xfce4-diskperf-2.1.0.ebuild_autoconf-2.62.patch,308 bytes, patch)
2008-04-25 08:57 UTC, Alexander Skwar
Details | Diff
Patched xfce4-diskperf-2.1.0.ebuild (xfce4-diskperf-2.1.0.ebuild,587 bytes, text/plain)
2008-04-25 08:58 UTC, Alexander Skwar
Details
xfce4-diskperf-2.1.0_autoconf-2.62.patch (xfce4-diskperf-2.1.0_autoconf-2.62.patch,755 bytes, text/plain)
2008-04-25 08:58 UTC, Alexander Skwar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Skwar 2008-04-25 08:56:33 UTC
* Messages for package xfce-extra/xfce4-diskperf-2.1.0:

 * Running autoconf ...
 * Failed Running autoconf !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /Gentoo/Portage/build/portage/xfce-extra/xfce4-diskperf-2.1.0/temp/autoconf-6953.out
 * 
 * ERROR: xfce-extra/xfce4-diskperf-2.1.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 2719:  Called eautoconf
 *             environment, line  832:  Called autotools_run_tool 'autoconf'
 *             environment, line  377:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 *  The die message:
 *   Failed Running autoconf !
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/Gentoo/Portage/logs/xfce-extra:xfce4-diskperf-2.1.0:20080425-084706.log'.
 * The ebuild environment file is located at '/Gentoo/Portage/build/portage/xfce-extra/xfce4-diskperf-2.1.0/temp/environment'.
 * 

winnb000488 xfce4-taskmanager # cat /Gentoo/Portage/build/portage/xfce-extra/xfce4-diskperf-2.1.0/temp/autoconf-6953.out
***** autoconf *****
***** autoconf

aclocal.m4:14: error: this file was generated for autoconf 2.61.
You have another version of autoconf.  If you want to use that,
you should regenerate the build system entirely.
aclocal.m4:14: the top level
autom4te-2.62: /usr/bin/m4 failed with exit status: 63


I'll attach a patch, which fixes (?) this problem. This patch will be like the fix proposed in bug #219124, attachment id #150809.
Comment 1 Alexander Skwar 2008-04-25 08:57:58 UTC
Created attachment 150908 [details, diff]
Patch to xfce4-diskperf-2.1.0.ebuild to make it use the autoconf-2.62 patch
Comment 2 Alexander Skwar 2008-04-25 08:58:26 UTC
Created attachment 150910 [details]
Patched xfce4-diskperf-2.1.0.ebuild
Comment 3 Alexander Skwar 2008-04-25 08:58:41 UTC
Created attachment 150911 [details]
xfce4-diskperf-2.1.0_autoconf-2.62.patch
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2008-04-25 15:58:51 UTC
thanks, fixed (by running full eautoreconf)