Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144136 - media-sound/musicman fails to build without arts
Summary: media-sound/musicman fails to build without arts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-16 11:02 UTC by Matthias Schwarzott
Modified: 2006-10-01 22:56 UTC (History)
0 users

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 Matthias Schwarzott gentoo-dev 2006-08-16 11:02:54 UTC
media-sound/musicman-0.15 fails to build without arts.

checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/kde/3.5/lib, headers /usr/kde/3.5/include
checking if UIC has KDE plugins available... yes
checking for KDE paths... defaults
checking for dcopidl... /usr/kde/3.5/bin/dcopidl
checking for dcopidl2cpp... /usr/kde/3.5/bin/dcopidl2cpp
checking for mcopidl... not found
configure: error: The important program mcopidl was not found!
Please check whether you installed aRts correctly.

Sure it is not there, arts is not there!
And arts should not be required!

This is caused by too old autoconf-rules. Or from source tarball-view: Too old admin-directory.
When replacing the admin-directory with one from a new kde-tarball and calling
make -f admin/Makefile.common

a new configure-script is created which can work also without arts.

This problem is the same as with kvdr, bug #112177. There updating admin/, recreating configure and repacking has helped.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-10-01 22:56:21 UTC
No need for repacking, I leave an admindir package around for cases like this :)

Fixed now, thanks for reporting!