Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4497 - Ogle 0.8.4 ebuild mistake
Summary: Ogle 0.8.4 ebuild mistake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-03 15:21 UTC by Dave Nellans
Modified: 2003-02-04 19:42 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 Dave Nellans 2002-07-03 15:21:56 UTC
this ebuild fails to build OSS into ogle when "oss" is in USE, i haven't tested,
but i'm pretty sure that the same probobly happens for alsa and mmx.  if you
comment out these lines oss builds into ogle by default correctly.  don't quite
understand what "use oss"  means  assuming its a syntax error because its
executing the other half of the or always.

easy fix, thanks
dave
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-03 21:20:24 UTC
"use oss" means check USE settings to see if "oss" is enabled. so the line:

use oss || myconf="{myconf} --disable-oss"

checks if oss is in USE, and if it is NOT, then it disables it.  I have added an
&& clause in there.  Please emerge --clean rsync and try that again.