Bug #11637 Cloning 5.0 from mysql.bkbits.net is broken
Submitted: 29 Jun 2005 12:02 Modified: 13 Aug 2007 22:03
Reporter: Jani Tolonen Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Installing Severity:S2 (Serious)
Version:5.0 OS:Novell NetWare (Netware)
Assigned to: Lenz Grimmer CPU Architecture:Any

[29 Jun 2005 12:02] Jani Tolonen
Description:
The 5.0 clone from mysql.bkbits.net is broken.

Two problems:

1)

Cloning from the parent works fine, but cloning again from the clone does not. It complains
about a missing key in bk internal files. The clone from clone is needed by nwbootstrap
script in netware/BUILD/ subdirectory, which is used to make Netware builds.

2)

The workaround to problem 1) above is to run 'bk -R rmgone' on the cloned directory.
However, it will also remove files mysql-test/r/slave-running.result and
mysql-test/r/slave-stopped.result, which will make some tests fail. These files should
not be removed.

How to repeat:
shell> bk clone bk://mysql.bkbits.net/mysql-5.0 mysql-5.0-build
shell> cd mysql-5.0-build
shell> ./netware/BUILD/nwbootstrap --build=standard
starting build...
exporting /home/jani/mydev/mysql-5.0-web...
ERROR: rset: Can't find key 'reggie@mdk10.(none)|BitKeeper/deleted/.del-reserved_win_names-master.opt~e56da049a7ce9a5b|20050523193219|41081'
        in mysql-test/t/SCCS/s.reserved_win_names-master.opt, run 'bk -r check -a'
./netware/BUILD/nwbootstrap: line 1: /home/jani/mydev/mysql-32241.tmp/configure.in: No such file or directory
version:
creating ChangeLog...
making files writable...
updating the mwenv environment file...
mv: cannot stat `./netware/BUILD/mwenv': No such file or directory

shell> bk -R rmgone
shell> ls -l mysql-test/r/slave-*.result

Suggested fix:
Fix the parent directory on mysql.bkbits.net so that bk -R rmgone command
is not needed.
[29 Jun 2005 12:16] Lenz Grimmer
I have now filed a request to the BitMover support people to resolve this issue, sorry for the delay.
[1 Jul 2005 9:09] Lenz Grimmer
BitMover now fixed the trees on bkbits.net. Please let me know if it works now.
[1 Aug 2005 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[13 Aug 2007 22:03] Sveta Smirnova
Bug is not repeatable with current version.