Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71338 Details for
Bug 68635
dev-db/mysql-administrator error *** glibc detected *** free(): invalid pointer: 0x081d90e0 ***
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-db/mysql-administrator/mysql-administrator-1.1.4.ebuild
mysql-administrator-1.1.4.ebuild (text/plain), 1.22 KB, created by
Andy Dustman
on 2005-10-24 09:04:48 UTC
(
hide
)
Description:
dev-db/mysql-administrator/mysql-administrator-1.1.4.ebuild
Filename:
MIME Type:
Creator:
Andy Dustman
Created:
2005-10-24 09:04:48 UTC
Size:
1.22 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-administrator/mysql-administrator-1.1.2.ebuild,v 1.1 2005/09/06 19:20:08 swegener Exp $ > >inherit gnome2 eutils > >DESCRIPTION="MySQL Administrator" >HOMEPAGE="http://www.mysql.com/products/administrator/" >SRC_URI="mirror://mysql/Downloads/MySQLAdministrationSuite/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~amd64" >IUSE="" > >RDEPEND="dev-db/mysql > >=dev-libs/libpcre-4.4 > >=dev-libs/libxml2-2.6.2 > >=gnome-base/libglade-2 > >=dev-libs/glib-2 > >=dev-cpp/gtkmm-2.4*" > >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.12.0 > >=app-text/scrollkeeper-0.3.11" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > cd "${S}"/mysql-gui-common > econf --with-commondirname=common/administrator || die "econf failed" > emake -j1 || die "emake failed" > > cd "${S}"/mysql-administrator > econf --with-commondirname=common/administrator || die "econf failed" > emake -j1 || die "emake failed" >} > >src_install() { > USE_DESTDIR=1 > > cd "${S}"/mysql-gui-common > gnome2_src_install || die "gnome2_src_install failed" > > cd "${S}"/mysql-administrator > gnome2_src_install || die "gnome2_src_install failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 68635
:
42456
|
43196
|
59407
| 71338 |
71340