First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 15688
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux MySQL bugs team <mysql-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Sascha Herrmann <Sascha.Herrmann@web.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ebuild modified ebuild for mysql++-1.7.9 text/plain Sascha Herrmann 2003-02-14 06:16 0000 1.74 KB Details
patch patch for the mysql++-1.7.9 package (to be put in FILESDIR!) text/plain Sascha Herrmann 2003-02-14 06:18 0000 3.09 KB Details
mysql++-gcc_throw.patch patch for the mysql++-1.7.9 package (for FILESDIR) that eliminates warings and errors text/plain Sascha Herrmann 2003-02-20 07:45 0000 7.25 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 15688 depends on: Show dependency tree
Show dependency graph
Bug 15688 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-02-14 06:14 0000
Hmm, as I wasn't able to reopen bug #1307, and my additional comments didn't
get
recognized by anyone, I guess i had to fill in a new bug report!?!

During working with mysql++-1.7.9 i discovered some problems in the mysql++
package. I took a long time, but now i've made a patch the solves the problems,
so myqsl++-1.7.9 can be used on Gentoo Systems (compiling with gcc>=3.2.1!)

I'll append the patch and the modified ebuild.

bye Sascha

------- Comment #1 From Sascha Herrmann 2003-02-14 06:16:56 0000 -------
Created an attachment (id=8273) [edit]
modified ebuild for mysql++-1.7.9

------- Comment #2 From Sascha Herrmann 2003-02-14 06:18:57 0000 -------
Created an attachment (id=8274) [edit]
patch for the mysql++-1.7.9 package (to be put in FILESDIR!)

------- Comment #3 From Sascha Herrmann 2003-02-20 07:45:30 0000 -------
Created an attachment (id=8534) [edit]
patch for the mysql++-1.7.9 package (for FILESDIR) that eliminates warings and
errors

small cosmetic changes made, so now everything should work without even a
waring!

------- Comment #4 From matrixise 2003-03-13 06:26:49 0000 -------
your patch works on my gentoo box. 
 
thanks for these patches. 

------- Comment #5 From Kfir Ozer 2003-03-25 14:38:17 0000 -------
mysql is a pain in the ass to compile!! i created an ebuild but it's way
useless to upload cause of SANDBOX problem.
so lets start
EPATCH_SINGLE_MSG="Patching for gcc 3.0..."
        epatch ${DISTDIR}/mysql++-gcc-3.0.patch.gz
EPATCH_SINGLE_MSG="Patching for gcc 3.2..."
        epatch ${DISTDIR}/mysql++-gcc-3.2.patch.gz
EPATCH_SINGLE_MSG="fixing examples directory bug!"
        epatch ${FILESDIR}/mysql++-1.7.9_example.patch
EPATCH_SINGLE_MSG="fixing some warnings and errors!"
        epatch ${FILESDIR}/mysql++fix.patch

these are the patches that i used. the mysql++fix.patch is the patch that has
already been uploaded to this bug.

these patches are missing one thing -> 
in the sqlplusint/connection.cc line 112
char *i = mysql_info(&mysql);

compiler complains that mysql_info is const so char *i should be const as well
so:

const char *i = mysql_info(&mysql); <- fixes all up

besides that everything compiles fine but on installation i get
SANDBOX_VIOLATION on "mkdir /usr/lib/mysql++" and only setting
SANDBOX_DISABLED=1 fixes it as far as i know! :) that's all the new info i
have. have fun

------- Comment #6 From Robin Johnson 2003-05-08 17:17:11 0000 -------
I've merged this new stuff into 1.7.9-r1 now, thanks.

First Last Prev Next    No search results available      Search page      Enter new bug