Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214702 - sci-mathematics/glpk-4.27 needs dev-db/libiodbc
Summary: sci-mathematics/glpk-4.27 needs dev-db/libiodbc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-25 14:38 UTC by Michelangelo Scopelliti
Modified: 2008-03-26 13:51 UTC (History)
3 users (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 Michelangelo Scopelliti 2008-03-25 14:38:56 UTC
glpk-4.27 complains about ld not able to find -liodbc. Solved installing libiodbc.
libiodbc should be added as dependency

Reproducible: Always

Steps to Reproduce:
1. upgrade to glpk-4.27

Actual Results:  
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-linux-gnu/bin/ld: c
annot find -liodbc
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-03-25 15:16:25 UTC
It also definitely does not need stuff like >=sys-devel/gcc-3.2 or virtual/libc in (R)DEPEND.
Comment 2 Sébastien Fabbro (RETIRED) gentoo-dev 2008-03-25 19:16:20 UTC
Should be fixed after a re-sync . Re-open if not.
Thanks.
Comment 3 Michelangelo Scopelliti 2008-03-26 13:51:04 UTC
(In reply to comment #2)
> Should be fixed after a re-sync . Re-open if not.
> Thanks.
> 
i've found two typos in the ebuild:

DEPEND="odbc? ( dev-db/libiodbc )

should be

DEPEND="iodbc? ( dev-db/libiodbc )

and

doins memo/gomory.djvu || "failed to instal memo"

should be

doins memo/gomory.djvu || "failed to install memo"