Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 167867

Summary: dev-db/mysql-gui-tools-5.0_p9 fails without USE=nls
Product: Gentoo Linux Reporter: Max <bugzillas>
Component: Current packagesAssignee: Sven Wegener <swegener>
Status: RESOLVED FIXED    
Severity: normal CC: markphipps
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Log containing build output for mysql-gui-tools
Output of emerge --info
mysql-gui-tools-5.0_p10.ebuild

Description Max 2007-02-21 11:42:57 UTC
mysql-gui-tools-p9 fails make all in po: when make all command is given in po directory, that target does not seem to exists.

Tried with USE="nls" and build isn't successful then.

Reproducible: Always

Steps to Reproduce:
1. try and build mysql-gui-tool without nls useflag
2.
3.

Actual Results:  
 compile fails on make all command in po directory

Expected Results:  
clean compile

ebuild does succeed when nls flag is enabled. Attached emerge.fail.log as example of failure on make all in po.
Comment 1 Max 2007-02-21 11:44:01 UTC
Created attachment 110818 [details]
Log containing build output for mysql-gui-tools
Comment 2 Max 2007-02-21 11:44:35 UTC
Created attachment 110820 [details]
Output of emerge --info
Comment 3 Max 2007-02-21 13:45:53 UTC
Ah, I seem to have made a little mistake in my initial post. Where it says "ISN'T successful then", it should have said "IS successful then". 

I edited the title of the bug to read 'without' instead of 'w/'. 

Summarizing: WITHOUT USE="nls" mysql-gui-tools does NOT build
Comment 4 Rick Harris 2007-03-08 08:38:23 UTC
Created attachment 112525 [details]
mysql-gui-tools-5.0_p10.ebuild

An updated mysql-gui-tools-5.0_p10.ebuild

Have posted the full ebuild rather than a diff. as there are many additions and
changes.

This should fix the '-nls' USE flag issue by stripping /po from the list of 'make' directories if USE="-nls".

Ebuild also includes the mysql-workbench fix as discussed in bug #159957
Comment 5 Sven Wegener gentoo-dev 2007-03-12 19:45:59 UTC
This should be fixed with dev-db/mysql-gui-tools-5.0_p10-r1, thanks for reporting!