Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176919 - dev-db/mysql-gui-tools 5.0_p11 has typo in Makefile.in
Summary: dev-db/mysql-gui-tools 5.0_p11 has typo in Makefile.in
Status: RESOLVED DUPLICATE of bug 170675
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-03 14:30 UTC by Lucas van Staden
Modified: 2007-05-03 14:40 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 Lucas van Staden 2007-05-03 14:30:04 UTC
Mysal-gui-tools 5.0_p11 ebuild has a typo in file /tools/grtsh/Makefile.in.

on row 242 @SLANG_LIB@-lncurses  should be @SLANG_LIB@ -lncurses



Reproducible: Always

Steps to Reproduce:
1. emerge mysql-gui-tools-5.0_p11




I corrected the problem with the following steps which allowed compile to complete

1. ebuild  ./mysql-gui-tools-5.0_p11.ebuild unpack
2. sed 's/@SLANG_LIB@-lncurses/@SLANG_LIB@ -lncurses/' \
/var/tmp/portage/dev-db/mysql-gui-tools-5.0_p11/work/mysql-gui-tools-5.0r11/\
mysql-gui-common/tools/grtsh/Makefile.in> TMPFILE && mv TMPFILE \
/var/tmp/portage/dev-db/mysql-gui-tools-5.0_p11/\
work/mysql-gui-tools-5.0r11/mysql-gui-common/tools/grtsh/Makefile.in
3. ebuild  ./mysql-gui-tools-5.0_p11.ebuild compile
4. ebuild  ./mysql-gui-tools-5.0_p11.ebuild install
5. ebuild  ./mysql-gui-tools-5.0_p11.ebuild qmerge
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-03 14:40:58 UTC

*** This bug has been marked as a duplicate of bug 170675 ***