Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739658 - dev-haskell/mysql-0.1.7 fails to compile
Summary: dev-haskell/mysql-0.1.7 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-30 17:47 UTC by Agostino Sarubbo
Modified: 2020-08-31 09:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,9.44 KB, text/plain)
2020-08-30 17:47 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-08-30 17:47:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-haskell/mysql-0.1.7 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-30 17:47:40 UTC
Created attachment 657532 [details]
build.log

build log and emerge --info
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-08-31 09:01:28 UTC
> setup: The program 'mysql_config' is required but it could not be found

Missing dependency:

$ qfile $(which mysql_config)
dev-db/mysql-connector-c: /usr/bin/mysql_config
Comment 3 Larry the Git Cow gentoo-dev 2020-08-31 09:06:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc6487d914d71a7c2aa4af721fb1492833a98f5

commit 6fc6487d914d71a7c2aa4af721fb1492833a98f5
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-08-31 09:05:46 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-08-31 09:05:46 +0000

    dev-haskell/mysql: add missig dev-db/mysql-connector-c depend
    
    Reported-by: Agostino Sarubbo
    Closes: https://bugs.gentoo.org/739658
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-haskell/mysql/mysql-0.1.7.ebuild | 3 +++
 1 file changed, 3 insertions(+)