Bug #21689 There is not `udf_example.cc', in 5.0 BK
Submitted: 17 Aug 2006 6:37 Modified: 23 Aug 2006 14:22
Reporter: Sveta Smirnova Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.1-BK OS:Linux (Linux)
Assigned to: CPU Architecture:Any

[17 Aug 2006 6:37] Sveta Smirnova
Description:
When I compile last 5.0 BK sources I get error:

make[4]: *** No rule to make target `udf_example.cc', needed by `udf_example.lo'.  Stop.

How to repeat:
BUILD/autorun.sh && ./configure && make

Suggested fix:
Rewrite configure?
[17 Aug 2006 6:37] Sveta Smirnova
Workaround:

ln sql/udf_example.c sql/udf_example.cc
[23 Aug 2006 11:56] Valeriy Kravchuk
I've got the same bug with 5.1-BK of today (ChangeSet@1.2280, 2006-08-22 14:16:39+02:00):

make[4]: *** No rule to make target `udf_example.cc', needed by `udf_example.lo'
.  Stop.
[23 Aug 2006 14:22] Sergei Golubchik
Thank you for taking the time to write to us, but this is not a bug.

A file was renamed, but dependencies in .deps/ still list the old file. Just do a clean build and the problem will go away.