Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95067 - guarddog depends on arts even when it shouldn't.
Summary: guarddog depends on arts even when it shouldn't.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-04 14:23 UTC by Rusty Phillips
Modified: 2005-06-30 06:01 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 Rusty Phillips 2005-06-04 14:23:12 UTC
The configure phase of guarddog checks for mcopidl - a configuration program
that comes with arts, and crashes if it doesn't find it.

Reproducible: Always
Steps to Reproduce:
1.  Remove (or never install) arts from your system
2.  USE="-arts" emerge guarddog


Actual Results:  
Compile fails.

Expected Results:  
This check should never be performed if you're not using Arts.  Otherwise, arts
should be listed as a requirement for this (but it's a firewall program, so it
actually shouldn't).
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-06-12 17:06:01 UTC
Well, the configure script checks if it should search for mcopidl or not and
`USE="-arts" emerge guarddog` runs fine here.
Comment 2 Dan Armak (RETIRED) gentoo-dev 2005-06-29 13:52:27 UTC
Rusty, how exactly does it crash? Can you provide relevant output, and the 
config.log file from the workdir? 
Comment 3 Rusty Phillips 2005-06-29 16:40:51 UTC
Actually, it was failing during the check for mcopidl during the configure run.

After a massive number of system changes, however, I can no longer reproduce
this bug.

It configures fine now without arts, and I have no idea why.
Comment 4 Dan Armak (RETIRED) gentoo-dev 2005-06-30 06:01:14 UTC
Neither do we :-) Please reopen if it appears again.