Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46843 - DO_NOT_COMPILE not working (kdegraphics)
Summary: DO_NOT_COMPILE not working (kdegraphics)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-05 05:07 UTC by Thilo Bangert (RETIRED) (RETIRED)
Modified: 2004-09-03 07:40 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 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2004-04-05 05:07:19 UTC
Hi,

when trying to troubleshoot bug #41467 i tried to add ksvg to DO_NOT_COMPILE...

   use scanner || DO_NOT_COMPILE="$DO_NOT_COMPILE kooka libkscan ksvg"

that didn't work - ie. the ebuild still wanted to compile ksvg. i found the reason it didn't compile kooka and libkscan was due to missing deps (libsane or the like)

when i changed it to:

   use scanner || export DO_NOT_COMPILE="$DO_NOT_COMPILE kooka libkscan ksvg"

kvsg was not compiled...
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-04-06 10:44:25 UTC
It's possible that during your debugging, portage cached a value of that variable that was later used instead of the default, but a fresh install should pick it up just fine.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-09-03 07:40:12 UTC
should be better now.