Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176852 - net-mail/vpopmail-5.4.16 has wrong mysql-libdir set in ebuild
Summary: net-mail/vpopmail-5.4.16 has wrong mysql-libdir set in ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
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: 2007-05-02 20:37 UTC by Michael Croes
Modified: 2007-07-29 23:02 UTC (History)
2 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 Michael Croes 2007-05-02 20:37:09 UTC
The ebuild for net-mail/vpopmail-5.4.16 has the mysql libdir hardcoded to /usr/lib/mysql. On every Gentoo system I have ever used mysql on this dir has been /var/lib/mysql, so I guess someone just mistyped the path here. This bug prevents vpopmail from building, changing the path to /var/lib/mysql fixes it again.

Reproducible: Always

Steps to Reproduce:
1. emerge sync
2. emerge -v net-mail/vpopmail

Actual Results:  
checks fail at finding mysql lib dir, emerge stops.

Expected Results:  
Checks pass, vpopmail gets compiled and installed correctly.
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2007-07-29 23:02:54 UTC
--with-libdir is not the mysql datadir where databases are stored, but the directory where mysql client libraries needed at link time are stored...