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

Filename Description Type Creator Created Size Actions
mysql++-2.0.4.ebuild mysql++-2.0.4.ebuild text/plain Matthias Jansen 2005-09-10 17:24 0000 1.55 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 105554 depends on: Show dependency tree
Bug 105554 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: 2005-09-10 17:21 0000
I created a new ebuild for the mysql++ 2.x libraries.
Also they now look stable on AMD64 but the last stable version in portage
(1.7.26) is not, so please remove the amd64 flag. It does not return all values
of a query so it is broken.

Here is a diff and as attachment the complete ebuild:

server mysql++ # diff /usr/portage/dev-db/mysql++/mysql++-1.7.26.ebuild
mysql++-2.0.4.ebuild 
3c3
< # $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-1.7.26.ebuild,v 1.7
2005/05/17 19:15:01 robbat2 Exp $
---
> # $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.0.4.ebuild,v 1.1
2005/09/11 2:19:13 anarcho Exp $
14c14
< KEYWORDS="x86 alpha ~hppa ~mips sparc ppc amd64"
---
> KEYWORDS="~x86 ~alpha ~hppa ~mips ~sparc ~ppc ~amd64"
29,33c29,30
< 	# We do this because of the large number of header files installed to
< 	# the include directory
< 	# This is a breakage compared to previous versions that installed
< 	# straight to /usr/include
< 	myconf="${myconf} --includedir=/usr/include/mysql++"
---
> 	# the new makefile already creates the subdir "mysql++"
> 	myconf="${myconf} --includedir=/usr/include"
46c43
< 	make DESTDIR=${D} install || die
---
> 	make DESTDIR="${D}" install || die

------- Comment #1 From Matthias Jansen 2005-09-10 17:24:45 0000 -------
Created an attachment (id=68147) [details]
mysql++-2.0.4.ebuild

------- Comment #2 From Robin Johnson 2005-09-13 07:28:33 0000 -------
in cvs.
thanks.

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