Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300798 - app-text/sablotron-1.0.3 ebuild fails to run aclocal
Summary: app-text/sablotron-1.0.3 ebuild fails to run aclocal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo SGML project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-13 01:45 UTC by Christian Schwinn
Modified: 2010-02-06 14:20 UTC (History)
6 users (show)

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


Attachments
aclocal.out (aclocal.out,152 bytes, text/plain)
2010-01-13 01:46 UTC, Christian Schwinn
Details
emerge --info =app-text/sablotron-1.0.3 (emergeinfo,4.18 KB, text/plain)
2010-01-13 01:48 UTC, Christian Schwinn
Details
emerge -pqv =app-text/sablotron-1.0.3 (emergepqv,54 bytes, text/plain)
2010-01-13 01:50 UTC, Christian Schwinn
Details
build.log (build.log,1.77 KB, text/plain)
2010-01-13 01:51 UTC, Christian Schwinn
Details
environment (environment,102.97 KB, text/plain)
2010-01-13 01:54 UTC, Christian Schwinn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Schwinn 2010-01-13 01:45:17 UTC
When trying to build app-text/sablotron-1.0.3 an error occurs when trying to run aclocal:

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/app-text/sablotron-1.0.3/temp/aclocal.out

 * ERROR: app-text/sablotron-1.0.3 failed:
 *   Failed Running aclocal !
 * 
 * Call stack:
 *     ebuild.sh, line   48:  Called src_unpack
 *   environment, line 2898:  Called eautoreconf
 *   environment, line  985:  Called eaclocal
 *   environment, line  924:  Called autotools_run_tool 'aclocal'
 *   environment, line  390:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";


Reproducible: Always
Comment 1 Christian Schwinn 2010-01-13 01:46:48 UTC
Created attachment 216323 [details]
aclocal.out
Comment 2 Christian Schwinn 2010-01-13 01:48:46 UTC
Created attachment 216324 [details]
emerge --info =app-text/sablotron-1.0.3
Comment 3 Christian Schwinn 2010-01-13 01:50:08 UTC
Created attachment 216326 [details]
emerge -pqv =app-text/sablotron-1.0.3
Comment 4 Christian Schwinn 2010-01-13 01:51:15 UTC
Created attachment 216328 [details]
build.log
Comment 5 Christian Schwinn 2010-01-13 01:54:16 UTC
Created attachment 216329 [details]
environment
Comment 6 Juergen Rose 2010-01-14 07:33:01 UTC
I have the same problem at an i686 system.
Comment 7 Joakim Lindblad 2010-01-22 18:15:19 UTC
Seems aclocal is run in the wrong directory.

A bugfix is to add the line
   cd "${S}"         
before
   eautoreconf    
in src_unpack() of the sablotron-1.0.3.ebuild
Comment 8 Sean P 2010-02-04 04:32:17 UTC
Followed  Joakim Lindblad's instructions & got it to work.
Thanks Joakim
Comment 9 Torsten Veller (RETIRED) gentoo-dev 2010-02-06 14:20:42 UTC
Thanks. Fixed.

This was broken by a recent change in base.eclass.