Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76412 - pikdev-0.6.6a fails to build if arts not installed
Summary: pikdev-0.6.6a fails to build if arts not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
: 89401 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-02 07:47 UTC by bruno
Modified: 2005-05-01 16:15 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 bruno 2005-01-02 07:47:33 UTC
USE=-arts -debug +xinerama.


Reproducible: Always
Steps to Reproduce:
1.(emerge -C arts)
2.emerge pikdev

Actual Results:  
  End of configure log:

checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/kde/3.3/lib, headers /usr/kde/3.3/include
checking for KDE paths... defaults
checking for dcopidl... /usr/kde/3.3/bin/dcopidl
checking for dcopidl2cpp... /usr/kde/3.3/bin/dcopidl2cpp
checking for mcopidl... not found
configure: error: The important program mcopidl was not found!
Please check whether you installed KDE correctly.


!!! ERROR: dev-embedded/pikdev-0.6.6a failed.
!!! Function kde_src_compile, Line 130, Exitcode 1
!!! died running ./configure, kde_src_compile:configure
!!! If you need support, post the topmost build error, NOT this status message.




emerging arts solves the problem.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-01-02 08:20:45 UTC
The kde herd wants to get arts optional for all packages. If you're not fond to patch, please reassign.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-01-02 15:00:58 UTC
added to dependancies. Made newer versions stable too. Please report any problems.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-05-01 13:05:35 UTC
*** Bug 89401 has been marked as a duplicate of this bug. ***
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2005-05-01 13:09:12 UTC
Daniel, just adding arts as dependency isn't valid.

a) kdelibs would need to be compiled with arts

b) pikdev doesn't need arts


I have a fixed pikdev-0.7.1-r2.ebuild on hold, just need your o.k. to commit.
Comment 5 Daniel Black (RETIRED) gentoo-dev 2005-05-01 15:06:51 UTC
you have an "Ok to commit"
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2005-05-01 16:15:24 UTC
<<< pikdev-0.7.1-r2.ebuild

Daniel: fyi, KDEDIR is deprecated (and already removed) in favor of KDEDIRS, you need to provide it via kde-config --prefix for older build scripts, which rely on it.