Summary: | dev-db/mysql-workbench-8.0.34 failed to emerge | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Hans de Graaff <graaff> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | atoth, harrisl, jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
revdep-rebuild |
Description
Leonid Kopylov
2023-10-14 12:13:10 UTC
Created attachment 872777 [details]
build.log
Which version of mysql-connector-c++ do you have installed? The problem appears to be that it can't be found by the build system. (In reply to Hans de Graaff from comment #2) > Which version of mysql-connector-c++ do you have installed? The problem > appears to be that it can't be found by the build system. # emerge mysql-connector-c++ -pvq [ebuild R ] dev-db/mysql-connector-c++-8.0.33 (In reply to Leonid Kopylov from comment #3) > (In reply to Hans de Graaff from comment #2) > > Which version of mysql-connector-c++ do you have installed? The problem > > appears to be that it can't be found by the build system. > > # emerge mysql-connector-c++ -pvq > [ebuild R ] dev-db/mysql-connector-c++-8.0.33 have same issue on 2 different machines Created attachment 872957 [details]
revdep-rebuild
I also have the same issue on my machine.
See the logs
I can reproduce this. This is an incompatibility with mysql-connector-c++-8.0.33. This version dropped the legacy USE flag which mysql-workbench appears to need (but does not depend on). The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec1b8955cc29d761cb6adc76916ee288d155f89 commit 8ec1b8955cc29d761cb6adc76916ee288d155f89 Author: Hans de Graaff <graaff@gentoo.org> AuthorDate: 2023-10-17 13:53:49 +0000 Commit: Hans de Graaff <graaff@gentoo.org> CommitDate: 2023-10-17 15:00:22 +0000 dev-db/mysql-workbench: require legacy USE flag for mysql-connector-c++ Closes: https://bugs.gentoo.org/915721 Signed-off-by: Hans de Graaff <graaff@gentoo.org> .../mysql-workbench-8.0.34-r1.ebuild | 116 +++++++++++++++++++++ 1 file changed, 116 insertions(+) |