Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
mysql++-1.7.9-r2 is missing an include file during installation, the file ${S}/sqlplusint/undef_short is not installed into /usr/include/mysql++ found out while writing new ebuild which depends on mysql++ (gnugk) Reproducible: Always Steps to Reproduce: 1. emerge mysql++ 2. qpkg -l -nc mysql++ | grep "undef_short" shows nothing 3. Actual Results: compiling gnugk failed with: /usr/include/mysql++/mysql++:80:23: undef_short: No such file or directory Expected Results: compile gnugk ...
Created an attachment (id=18962) [edit] adds undef_short to list of include files this patch adds undef_short to the list of include files undef_short is installed now
Created an attachment (id=18964) [edit] patch for the ebuild to include the previous patch please bump ebuild version to -r3 so i can set the depends right in the gnugk ebuild
fixed in CVS now.