Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219260 - xfce-extra/xfce4-quicklauncher-1.9.4: Incompatible with autoconf 2.62
Summary: xfce-extra/xfce4-quicklauncher-1.9.4: 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 11:35 UTC by Alexander Skwar
Modified: 2008-04-25 16:07 UTC (History)
0 users

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


Attachments
xfce4-quicklauncher-1.9.4_autoconf-2.62.patch (xfce4-quicklauncher-1.9.4_autoconf-2.62.patch,755 bytes, patch)
2008-04-25 11:39 UTC, Alexander Skwar
Details | Diff
xfce4-quicklauncher-1.9.4.ebuild_autoconf-2.62.patch (xfce4-quicklauncher-1.9.4.ebuild_autoconf-2.62.patch,340 bytes, patch)
2008-04-25 11:40 UTC, Alexander Skwar
Details | Diff
xfce4-quicklauncher-1.9.4.ebuild (xfce4-quicklauncher-1.9.4.ebuild,650 bytes, text/plain)
2008-04-25 11:40 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 11:35:52 UTC
Another bug which is like bug #219124.

>>> Emerging (2 of 6) xfce-extra/xfce4-quicklauncher-1.9.4 to /
Adjusting permissions recursively: '/Gentoo/Portage/tree/distfiles/'
Adjusting permissions recursively: '/Gentoo/Portage/tree/distfiles/.locks'
 * xfce4-quicklauncher-plugin-1.9.4.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                       [ ok ]
 * checking ebuild checksums ;-) ...                                                                                              [ ok ]
 * checking auxfile checksums ;-) ...                                                                                             [ ok ]
 * checking miscfile checksums ;-) ...                                                                                            [ ok ]
 * checking xfce4-quicklauncher-plugin-1.9.4.tar.bz2 ;-) ...                                                                      [ ok ]
>>> Unpacking source...
>>> Unpacking xfce4-quicklauncher-plugin-1.9.4.tar.bz2 to /Gentoo/Portage/build/portage/xfce-extra/xfce4-quicklauncher-1.9.4/work
 * Running autoconf ...                                                                                                           [ !! ]

 * Failed Running autoconf !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /Gentoo/Portage/build/portage/xfce-extra/xfce4-quicklauncher-1.9.4/temp/autoconf-28150.out

 * 
 * ERROR: xfce-extra/xfce4-quicklauncher-1.9.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 2721:  Called eautoconf
 *             environment, line  834:  Called autotools_run_tool 'autoconf'
 *             environment, line  379:  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-quicklauncher-1.9.4:20080425-113429.log'.
 * The ebuild environment file is located at '/Gentoo/Portage/build/portage/xfce-extra/xfce4-quicklauncher-1.9.4/temp/environment'.
 * 

winnb000488 xfce4-battery # cat /Gentoo/Portage/build/portage/xfce-extra/xfce4-quicklauncher-1.9.4/temp/autoconf-28150.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

Patch upcoming.
Comment 1 Alexander Skwar 2008-04-25 11:39:39 UTC
Created attachment 150929 [details, diff]
xfce4-quicklauncher-1.9.4_autoconf-2.62.patch

As with the other packages, this patch removes the autoconf 2.61 check completely.
Comment 2 Alexander Skwar 2008-04-25 11:40:25 UTC
Created attachment 150931 [details, diff]
xfce4-quicklauncher-1.9.4.ebuild_autoconf-2.62.patch

Patch against the ebuild to enable use of the autoconf patch.
Comment 3 Alexander Skwar 2008-04-25 11:40:51 UTC
Created attachment 150933 [details]
xfce4-quicklauncher-1.9.4.ebuild

Ebuild which uses the patch.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2008-04-25 16:07:09 UTC
fix0red