Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607166 - dev-cpp/ctemplate - add subslot support
Summary: dev-cpp/ctemplate - add subslot support
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-25 10:38 UTC by bitozoid
Modified: 2021-02-07 01:03 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 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.