Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48835 - mol-0.9.70.ebuild needs check for vnc use flag
Summary: mol-0.9.70.ebuild needs check for vnc use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High major
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-23 17:49 UTC by Florian Steinel
Modified: 2004-08-19 16:55 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 Florian Steinel 2004-04-23 17:49:51 UTC
in function src_compile()
...
use sheep    || sed -i "s:CONFIG_SHEEP=y:# CONFIG_SHEEP is not set:" .config
use X        || sed -i "s:CONFIG_X11=y:# CONFIG_X11 is not set:" .config
...
add
use vnc        || sed -i "s:CONFIG_VNC=y:# CONFIG_VNC is not set:" .config

that enables builds without vnc

Reproducible: Always
Steps to Reproduce:
1. emerge mol
2. compling starts
Actual Results:  
watch X_K error message while compiling (cause vnc enabled while not installed)

Expected Results:  
the mol should be installed
Comment 1 Pieter Van den Abeele (RETIRED) gentoo-dev 2004-08-19 16:55:40 UTC
fixed in cvs