Bug #1410 make_win_src_distribution unix2dos to failed
Submitted: 26 Sep 2003 10:18 Modified: 8 Dec 2003 4:03
Reporter: Meng Wang Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:4.0 4.1 5.0 BK-Tree OS:Linux (Linux, Windows 2000 With Cygwin)
Assigned to: MySQL Verification Team CPU Architecture:Any

[26 Sep 2003 10:18] Meng Wang
Description:
used the recode (i used v3.6) can't work return failed conversion msg, and or used the sed can't conversion all files too.
@@"

How to repeat:
Please in Linux or Cygwin try,

./scripts/make_win_src_distribution

and to try compile bdb source.
[2 Oct 2003 21:20] MySQL Verification Team
I verified the today BK tree and doing: ./scripts/make_win_src_distribution

miguel@hegel:~/build/mysql-4.0> ls *.*zip
mysql-4.0.16-win-src.zip

and compiling on Windows:

e:\servers\scripts>e:/servers/mysql-4.0.15/bin/mysql -uroot --port=3306
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 4.0.16-max-debug

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show variables like "%bdb_version%"\G
*************************** 1. row ***************************
Variable_name: bdb_version
        Value: Sleepycat Software: Berkeley DB 3.2.9a: (September 29, 2003)
1 row in set (0.01 sec)

So this issue seems to be fixed.