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

Bug 76820

Summary: bind-9.2.2-r4 failes to compile with mysql support, seemingly bc of errors in bind-9.2.2-mysql.patch.
Product: Gentoo Linux Reporter: Oskar Alexanderson <oskara>
Component: Current packagesAssignee: Jeffrey Forman (RETIRED) <jforman>
Status: RESOLVED FIXED    
Severity: normal CC: voxus
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Oskar Alexanderson 2005-01-05 14:40:17 UTC
The compilation failes with an error stating that -lmysqlclient wasn't found. When looking closer att the build command I saw that -L/usr/local/lib/mysql was in there (which is wrong). This part (as well as -I/usr/local/include found later) comes from the file bind-9.2.2-mysql.patch, and should either be changed to /usr/lib/mysql (-I/usr/include) or maybe the mysql_config command should be used?

Reproducible: Always
Steps to Reproduce:
1. Do USE="mysql" emerge bind

Actual Results:  
Compilation failes during linking, stating that -lmysqlclient wasn't found.

Expected Results:  
The compilation should have completed...
Comment 1 Konstantin Arkhipov (RETIRED) gentoo-dev 2005-03-25 14:30:17 UTC
unreproduceable with 9.2.5
please, reopen if problem is still exist