Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 446456

Summary: app-office/libreoffice-3.6.4.3[mysql] requires dev-db/mysql-connector-c++-1.1.1
Product: Gentoo Linux Reporter: Arttu Valo <arttuv69>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arttu Valo 2012-12-08 13:22:39 UTC
Libreoffice has apparently bumped their libmysqlcppconn version check from 5 to 6. mysql-connector-c++-1.1.1 provides libmysqlcppcon-[1.0.]6 while current stable 1,1.0-r1 only provides 5 (nvm the (upstream?) numbering blooper there), so the real dependency would be nice to be put in place.


Result with 1.1.0-r1:

(snip)
checking for main in -lmysqlcppconn... yes
checking version... configure: error: not suitable, we need >= 1.0.6
(/snip)

Result with 1.1.1:

(snip)
checking for main in -lmysqlcppconn... yes
checking version... OK
(/snip)


Naturally this only affects those of us running a mixture of stable and testing graded packages, but might go unnoticed when stabilizing libreoffice later on.
Comment 1 Arttu Valo 2012-12-08 16:05:08 UTC
Box had other dynamic library issues. After fixing them this was no longer an issue. Sorry for the noise.