| Bug#: 29840 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: mysql-bugs@gentoo.org | Reported By: stkn@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: mysql++-1.7.9-r2 is missing an include file | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2003-09-28 15:08 0000 | |||
| Description: | Opened: 2003-09-28 15:08 0000 |
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) [details]
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) [details]
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