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

Bug 607166

Summary: dev-cpp/ctemplate - add subslot support
Product: Gentoo Linux Reporter: bitozoid
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal CC: cpp+disabled, kensington, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description bitozoid 2017-01-25 10:38:52 UTC
After upgrading dev-cpp/ctemplate from 2.2 to 2.3, mysql-workbench does not work. It tries to find libctemplate.so.2 but that library does not exist anymore (now libctemplate.so.3).

/usr/bin/mysql-workbench-bin: error while loading shared libraries: libctemplate.so.2: cannot open shared object file: No such file or directory

I think ctemplate should be slotted.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2017-01-25 11:32:59 UTC
dev-db/mysql-workbench likely just needs rebuilding due to ctemplate's soname change. Portage should catch this automatically with preserved-rebuild, or it could be located manually with revdep-rebuild.

I'm turning this into a subslot support bug so that we could trigger this sort of rebuild automatically in the future.