Bug #22417 plug.in files not part of source distribution
Submitted: 16 Sep 2006 20:07 Modified: 21 Sep 2006 1:41
Reporter: Mikael Ronstrom Email Updates:
Status: Closed
Category:Server: Compiling Severity:S2 (Serious)
Version:5.1.12 OS:
Assigned to: Antony Curtis Target Version:

[16 Sep 2006 20:07] Mikael Ronstrom
Description:
A new plugin feature is to add some new files
plug.in for each storage engine.
However this file is not made part of source distribution which leads
to that a compile of a source distribution fails since 
@NDB_SCI_LIBS@ isn't translated which leads to link failure.

How to repeat:
cd directory_where_5.1_clone_is_placed
BUILD/compile-dist
make dist
tar xvfz mysql-5.1.12-beta.tar.gz
cd mysql-5.1.12-beta
BUILD/compile-pentium-debug-max

The last command will fail

Suggested fix:
Ensure that all plug.in are made part of source distributions
[17 Sep 2006 21:50] Miguel Solorzano
Thank you for the bug report.

gmake[1]: Leaving directory `/home/miguel/test/mysql-5.1/mysql-5.1.12-beta'
gmake: *** [all] Error 2
miguel@hegel:~/test/mysql-5.1/mysql-5.1.12-beta>
[19 Sep 2006 2:31] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/12179

ChangeSet@1.2332, 2006-09-18 19:31:08-07:00, acurtis@xiphis.org +10 -0
  Bug#22417
    "plug.in not included in dist source"
[20 Sep 2006 21:25] Antony Curtis
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 bug fix. More information about accessing the source trees is
available at

    http://dev.mysql.com/doc/en/installing-source.html
[21 Sep 2006 1:41] Paul DuBois
No changelog entry needed.