Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29840 - mysql++-1.7.9-r2 is missing an include file
Summary: mysql++-1.7.9-r2 is missing an include file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 28814
  Show dependency tree
 
Reported: 2003-09-28 15:08 UTC by Stefan Knoblich (RETIRED)
Modified: 2003-10-26 15:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
adds undef_short to list of include files (mysql++-1.7.9-missing.patch,2.85 KB, patch)
2003-10-08 14:32 UTC, Stefan Knoblich (RETIRED)
Details | Diff
patch for the ebuild to include the previous patch (mysql++-1.7.9-r3.ebuild.diff,448 bytes, patch)
2003-10-08 14:35 UTC, Stefan Knoblich (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Knoblich (RETIRED) gentoo-dev 2003-09-28 15:08:32 UTC
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 ...
Comment 1 Stefan Knoblich (RETIRED) gentoo-dev 2003-10-08 14:32:04 UTC
Created attachment 18962 [details, diff]
adds undef_short to list of include files

this patch adds undef_short to the list of include files
undef_short is installed now
Comment 2 Stefan Knoblich (RETIRED) gentoo-dev 2003-10-08 14:35:20 UTC
Created attachment 18964 [details, diff]
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
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-10-26 15:59:22 UTC
fixed in CVS now.