Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7797 - xmysqladmin-1.0 cannot compile
Summary: xmysqladmin-1.0 cannot compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-11 07:16 UTC by David Morel
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Morel 2002-09-11 07:16:56 UTC
xmysqladmin-1.0.ebuild looks for xforms.h in /usr/X11R6/include
and it resides in /usr/X11R6/include/X11

--- /usr/portage/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild.old  2002-09-11
14:15:49.000000000 +0200
+++ /usr/portage/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild      2002-09-11
14:16:35.000000000 +0200
@@ -18,6 +18,7 @@
        cd ${S}
        sed -e 's:^INSTALLPATH.*:INSTALLPATH = /usr/bin:g' -e \
        's:^PIXMAPPATH.*:PIXMAPPATH = /usr/share/pixmaps:g' -e \
+       's:-I/usr/X11R6/include:-I/usr/X11R6/include/X11:g' -e \
        's:^MYSQLINC.*:MYSQLINC = -I/usr/include/mysql:g' -e \
        's:^MYSQLDBDIR.*:MYSQLDBDIR = -DMYSQLDBDIR=\\\"/var/mysql\\\":g' -e \
        's:^MYSQLLOAD.*:MYSQLLOAD = \-Wl\,\-R/usr/lib/mysql \-L/usr/lib/mysql
\-lmysqlclient:g' -e \
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-09-13 00:34:21 UTC
Thanks. Committed.