Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127609 - x11-misc/klineakconfig-0.9.0_pre2 won't compile w/o arts
Summary: x11-misc/klineakconfig-0.9.0_pre2 won't compile w/o arts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-26 02:07 UTC by Jakub Moc (RETIRED)
Modified: 2007-03-07 13:25 UTC (History)
2 users (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 Jakub Moc (RETIRED) gentoo-dev 2006-03-26 02:07:03 UTC
checking for dcopidl... /usr/kde/3.4/bin/dcopidl
checking for dcopidl2cpp... /usr/kde/3.4/bin/dcopidl2cpp
checking for mcopidl... not found
configure: error: The important program mcopidl was not found!
Please check whether you installed aRts correctly.

!!! ERROR: x11-misc/klineakconfig-0.9.0_pre2 failed.
Call stack:
  ebuild.sh, line 1526:   Called dyn_compile
  ebuild.sh, line 923:   Called src_compile
  ebuild.sh, line 1236:   Called kde_src_compile
  kde.eclass, line 111:   Called kde_src_compile 'all'
  kde.eclass, line 228:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 211:   Called econf '--with-x' '--enable-mitshm' '--with-xinerama' '--with-qt-dir=/usr/qt/3' '--enable-mt' '--with-qt-libraries=/usr/qt/3/lib' '--disable-dependency-tracking' '--disable-debug' '--without-debug' '--without-arts' '--with-extra-includes=/usr/kde/3.4/include' '--with-extra-libs=/usr/kde/3.4/lib'
  ebuild.sh, line 527:   Called die
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2006-04-01 03:25:19 UTC
I added an arts  DEPEND to the ebuild
Comment 2 Sheldon Hearn 2007-03-07 13:02:55 UTC
Can't this be made an RDEPEND instead, so that arts can be easily depcleaned after install?
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-03-07 13:08:05 UTC
(In reply to comment #2)
> Can't this be made an RDEPEND instead, so that arts can be easily depcleaned
> after install?

RDEPEND? I guess not... :) 

@genstef - can you check if sticking mirror://gentoo/kde-admindir-3.5.5.tar.bz2 into SRC_URI and using kde_src_unpack fixes this damned dependency?
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2007-03-07 13:25:45 UTC
Yes, it removes the bogus depend. Thanks jakub & sheldon