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

Bug 96392

Summary: MYSQL_OPT_USE_EMBEDDED_CONNECTION no longer defined
Product: Gentoo Linux Reporter: Starling <gentoo-bugs>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Starling 2005-06-17 10:20:54 UTC
The ebuild for today's portage tree's dev-db/mysql-administrator failed on
compile stage, complaining that some symbols were left undefined.  I'm not
familiar with the program, but hopefully someone who is knows how to
find/replace/define the following symbols?

Reproducible: Always
Steps to Reproduce:
1. emerge mysql
2. emerge =dev-db/mysql-administrator-1.0.22a


Actual Results:  
myx_library.c: In function `myx_connect_to_instance':
myx_library.c:585: error: `MYSQL_OPT_USE_EMBEDDED_CONNECTION' undeclared (first
use in this function)
myx_library.c:585: error: (Each undeclared identifier is reported only once
myx_library.c:585: error: for each function it appears in.)
myx_library.c:587: error: `MYSQL_OPT_USE_REMOTE_CONNECTION' undeclared (first
use in this function)

Expected Results:  
nothing.

I am using hardened gentoo, with all the kernel patches etc.  I'm also using
distcc, though I think all the cpp defines are completed before a program even
gets shipped out to other distccd servers.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-17 10:23:10 UTC
Should be already fixed.

*** This bug has been marked as a duplicate of 96347 ***