Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73347 - libticalcs-4.5.5 doesn't force update of libtifiles
Summary: libticalcs-4.5.5 doesn't force update of libtifiles
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
: 73357 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-04 08:29 UTC by Benjamin Greiner
Modified: 2004-12-07 03:12 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 Benjamin Greiner 2004-12-04 08:29:04 UTC
updating to tilp-6.67 depends on the three texas instrument calculator libraries
libticalcs, libticables and libtifiles

libticalcs-4.5.5 depends on libtifiles >= 0.6.1 which isn't specified in the ebuild.

Reproducible: Always
Steps to Reproduce:
1. emerge <libtifiles-0.6.1
2. emerge =libticalcs-4.5.5
3. watch unmet dependency

Actual Results:  
...
checking for tifiles >= 0.6.1... Requested 'tifiles >= 0.6.1' but version of TiFiles is 0.5.7

configure: error: Library requirements (tifiles >= 0.6.1) not met; consider adsting the 
PKG_CONFIG_PATH environment variable if your libraries are in a nonsndard prefix so pkg-config 
can find them.

!!! ERROR: dev-libs/libticalcs-4.5.5 failed.


Expected Results:  
dependency-tree forces merging >=libtifles-0.6.1
successful merge

same would occur with <libticables-3.6.1 (mine was already newer)

changing RDEPEND in libticalcs-4.5.5.ebuild to
 
RDEPEND=">=dev-libs/libticables-3.6.1
        >=dev-libs/libtifiles-0.6.1
        virtual/libc
        nls? sys-devel/gettext"

fixes bug
Comment 1 Benjamin Greiner 2004-12-04 10:33:23 UTC
*** Bug 73357 has been marked as a duplicate of this bug. ***
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2004-12-07 03:12:00 UTC
Ooops. Thanks for the hint, fixed.