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
*** This bug has been marked as a duplicate of bug 170675 ***