Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3225 - Unable to emerge app-cdr/arson
Summary: Unable to emerge app-cdr/arson
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-30 10:51 UTC by Andrzej
Modified: 2003-02-04 19:42 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 Andrzej 2002-05-30 10:51:04 UTC
cd . && aclocal
cd . && automake --gnu ./Makefile
cd . && perl admin/am_edit Makefile.in
cd . \
&& CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
fast creating Makefile
config.status: executing default-1 commands
cd . && autoconf
configure.in:105: error: m4_popdef: undefined macro: AC_Dest
../autoconf/status.m4:831: AC_CONFIG_FILES is expanded from...
configure.in:105: the top level
make: *** [configure] Error 1
cd . && autoconf
configure.in:105: error: m4_popdef: undefined macro: AC_Dest
../autoconf/status.m4:831: AC_CONFIG_FILES is expanded from...
configure.in:105: the top level
make: *** [configure] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -3694, Exitcode 2
!!! died running emake, kde_src_compile:make

!!! emerge aborting on  /usr/portage/app-cdr/arson/arson-0.9.5.ebuild
Comment 1 Arcady Genkin (RETIRED) gentoo-dev 2002-05-30 23:22:54 UTC
This seems to be a KDE app, and I am not a KDE user.  I'd rather not have to
install kde libs and/or kde itself just to have a look at this bug.

[re-assigning back to bug-wranglers]
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-05-31 13:23:05 UTC
Your change from r0 to r1 added "./util kde3" which might be responsible for  this. You might want to try autoconf 2.1 - add "need-autoconf 2.1" to the  ebuild's main section anywhere after the need-kde line.  
Comment 3 Bart Verwilst 2002-06-01 04:54:10 UTC
change to r1?? i don't have r1?? and in r0, it says export WANT_AUTOCONF_2_5=1 .. 
Comment 4 Dan Armak (RETIRED) gentoo-dev 2002-06-01 05:02:48 UTC
Opps! sorry :-) I made the r1 some time ago but didn't commit. I'm not even sure what I wanted to fix with it. And now I thought it was yours because of some cvs mixup. I'll fix this bug then :-) 
Comment 5 Dan Armak (RETIRED) gentoo-dev 2002-06-01 14:56:16 UTC
Committing a new rebvision which fixes this. 
Comment 6 Andrzej 2002-06-01 19:26:42 UTC
thank you 
r1 works