Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125609 - mysql++-2.1.1 released (+ notes on Bakefiles)
Summary: mysql++-2.1.1 released (+ notes on Bakefiles)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Linux MySQL bugs team
URL: http://tangentsoft.net/mysql++/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-09 07:53 UTC by t35t0r
Modified: 2006-06-19 02:29 UTC (History)
2 users (show)

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


Attachments
Ebuild for Mysql++-2.1.1 (mysql++-2.1.1.ebuild,1.18 KB, text/plain)
2006-06-17 20:24 UTC, David Fannin
Details
ChangeLog File for ebuild 2.1.1 (ChangeLog,238 bytes, text/plain)
2006-06-17 20:25 UTC, David Fannin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description t35t0r 2006-03-09 07:53:29 UTC
mysql++-2.0.7 released
Comment 2 David Fannin 2006-06-17 20:21:30 UTC
Tired of waiting for this to be updated, so I made an ebuild for 2.1.1.

The attached files for the ebuild and ChangeLog are attached.

I successfully build it as a local portage overlay, and compiled some test code using the new interface - No problems or issues were observed.

enjoy.


Comment 3 David Fannin 2006-06-17 20:24:00 UTC
Created attachment 89438 [details]
Ebuild for Mysql++-2.1.1

ebuild file - create a directory in your local portage "/usr/local/portage/dev-db/mysql++", and add this file.
Comment 4 David Fannin 2006-06-17 20:25:40 UTC
Created attachment 89439 [details]
ChangeLog File for ebuild 2.1.1

ChangeLog file for 2.1.1 ebuild - add this to the portage directory.
Comment 5 Francesco R. (RETIRED) gentoo-dev 2006-06-19 02:29:53 UTC
It's in the tree now, thanks David Fannin for the patience, also a little note:
>> myconf="${myconf} --prefix=/usr" << this is not needed because econf take care of it.

For future reference:

- this package use Bakefiles to generate auto* files, the project is intended primarly for the wxWindows project and is still young, I had problems to regenerate the "configure" and "Makefile".

- this package will not build with "--as-needed" linker flag, also it need a "-soname" (QA check), problems in fix derive partly from previous point.