Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22472 - Slight syntax error in the dev-db/hk_classes-0.6 ebuild
Summary: Slight syntax error in the dev-db/hk_classes-0.6 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Caleb Tennis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-08 21:16 UTC by Edward Duffy
Modified: 2003-06-17 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 Edward Duffy 2003-06-08 21:16:13 UTC
The DEPEND variable starts off with a "||" for some reason.  I tried doing a
--pretend on dev-db/knoda and that would fail because it couldn't resolve the
dependencies for dev-db/hk-classes.  Using the --debug flag returns:
ebuild: dev-db/hk_classes-0.6                                                  \
Parent:    ebuild / dev-db/hk_classes-0.6 merge
Depstring: || ( mysql? ( >=dev-db/mysql-3.23.54a ) postgres? (
>=dev-db/postgresql-7.3 ) odbc? ( >=dev-db/unixODBC-2.0.6 ) ) || ( mysql? (
>=dev-db/mysql-3.23.54a ) postgres? ( >=dev-db/postgresql-7.3 ) odbc? (
>=dev-db/unixODBC-2.0.6 ) )

!!! Problem in dev-db/knoda dependencies.
!!! list index out of range

Removing the pipes fixes the problem.

Reproducible: Always
Steps to Reproduce:
1. emerge -pd knoda
Actual Results:  
The above error message.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-06-09 07:25:37 UTC
yeah, that's definitely illegal syntax for depend
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2003-06-17 06:01:46 UTC
Dunno how that happened - it seemed to work for me when I first put it in. 
 
Anyway, it's fixed now.  Thanks for the report.