Bug #13045 Please update config.guess and config.sub files
Submitted: 7 Sep 2005 18:31 Modified: 19 Sep 2005 8:57
Reporter: [ name withheld ] Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.14 OS:
Assigned to: Vladimir Kolesnikov CPU Architecture:Any

[7 Sep 2005 18:31] [ name withheld ]
Description:
NOTE: The timestamp I'm talking about below is the timestamp value name IN the actual file, not the file modification time.

While most .guess and .sub files were updated to modern ones (2005), the
following from 3rd party sources were not,

mysql-query-browser/source/linux/gtksourceview/config.guess
mysql-query-browser/source/linux/gtksourceview/config.sub

Could you please update these as well for the next release? The current
timestamp for these is 2003-02-22.

Use of these old .guess and .sub files prevents mysql-query-browser from
building cleanly "out of the box" on some architectures.

I had to file a new bug since the previous http://bugs.mysql.com/bug.php?id=11508 got closed and apparently no one at MySQL AB reads additions to closed bugs even though it says otherwise. *Sigh*

How to repeat:
grep ^timestamp= mysql-query-browser/source/linux/gtksourceview/config.{guess,sub}

Suggested fix:
Update the above two files. You can copy the newer versions from elsewhere in
the source or even just symlink to the newer versions elsewhere in the source
tree.
[7 Sep 2005 23:33] MySQL Verification Team
miguel@hegel:~/mysql-query-browser-1.1.14> grep ^timestamp= mysql-query-browser/source/linux/gtksourceview/config.{guess,sub}
mysql-query-browser/source/linux/gtksourceview/config.guess:timestamp='2003-02-22'
mysql-query-browser/source/linux/gtksourceview/config.sub:timestamp='2003-02-22'
[19 Sep 2005 8:57] Vladimir Kolesnikov
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html