Bug #56864 mysql5.5 CONFIGURE_LINE in mysqlbug in null
Submitted: 20 Sep 2010 2:18 Modified: 2 Nov 2010 10:55
Reporter: li mohao Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Packaging Severity:S4 (Feature request)
Version:mysql5.5.6 OS:Linux
Assigned to: CPU Architecture:Any
Tags: CONFIGURE_LINE, regression

[20 Sep 2010 2:18] li mohao
Description:
mysql 5.1.50
VERSION="5.1.50"
COMPILATION_COMMENT="MySQL Community Server (GPL)"
BUGmysql="mysql@lists.mysql.com"
# This is set by configure
COMP_CALL_INFO="CC='ccache /usr/local/gcc-4.3.2/bin/gcc -static-libgcc'  CFLAGS='-g -O3'  CXX='ccache /usr/local/gcc-4.3.2/bin/gcc -static-libgcc'  CXXFLAGS='-g -O3'  LDFLAGS=''  ASFLAGS=''"
COMP_RUN_INFO="CC='ccache /usr/local/gcc-4.3.2/bin/gcc -static-libgcc'  CFLAGS=' -g -O3   -DUNIV_LINUX -DUNIV_LINUX'  CXX='ccache /usr/local/gcc-4.3.2/bin/gcc -static-libgcc'  CXXFLAGS=' -g -O3   -fno-implicit-templates -fno-exceptions -fno-rtti'  LDFLAGS=' -rdynamic '  ASFLAGS=''"
CONFIGURE_LINE="./configure  '--prefix=/usr/local/mysql' '--localstatedir=/usr/local/mysql/data' '--libexecdir=/usr/local/mysql/bin' '--with-comment=MySQL Community Server (GPL)' '--with-server-suffix=' '--enable-thread-safe-client' '--enable-local-infile' '--with-pic' '--with-fast-mutexes' '--with-client-ldflags=-static' '--with-mysqld-ldflags=-static' '--with-zlib-dir=bundled' '--with-big-tables' '--with-ssl' '--with-readline' '--with-embedded-server' '--with-partition' '--with-innodb' '--without-ndbcluster' '--with-archive-storage-engine' '--with-blackhole-storage-engine' '--with-csv-storage-engine' '--without-example-storage-engine' '--with-federated-storage-engine' '--with-extra-charsets=complex' 'CC=ccache /usr/local/gcc-4.3.2/bin/gcc -static-libgcc' 'CFLAGS=-g -O3' 'CXX=ccache /usr/local/gcc-4.3.2/bin/gcc -static-libgcc' 'CXXFLAGS=-g -O3'"

but mysql5.5.6
COMP_CALL_INFO="CC='/usr/local/gcc-4.3.4/bin/gcc'  CFLAGS=' -fPIC -Wall -O3 -g -static-libgcc -fno-omit-frame-pointer -DDBUG_OFF'  CXX='/usr/local/gcc-4.3.4/bin/gcc'  CXXFLAGS='-fno-exceptions  -fPIC -Wall -Wno-unused-parameter -fno-implicit-templates -fno-exceptions -fno-rtti -O3 -g -static-libgcc -fno-omit-frame-pointer -DDBUG_OFF'  LDFLAGS=''  ASFLAGS=''"
COMP_RUN_INFO="CC='/usr/local/gcc-4.3.4/bin/gcc'  CFLAGS=' -fPIC -Wall -O3 -g -static-libgcc -fno-omit-frame-pointer -DDBUG_OFF'  CXX='/usr/local/gcc-4.3.4/bin/gcc'  CXXFLAGS='-fno-exceptions  -fPIC -Wall -Wno-unused-parameter -fno-implicit-templates -fno-exceptions -fno-rtti -O3 -g -static-libgcc -fno-omit-frame-pointer -DDBUG_OFF'  LDFLAGS=''  ASFLAGS=''"
CONFIGURE_LINE=""

How to repeat:
tar zxvf mysql-5.5.6-rc-linux2.6-x86_64.tar.gz

more mysqlbug view
[20 Sep 2010 8:30] Valeriy Kravchuk
Looks like the problem is related to the fact that cmake is used now to build MySQL 5.5.x.

It would be still nice to see a "feature set" included, similar to configure options in older versions.
[2 Nov 2010 10:07] Axel Schwenke
For cmake builds, mysqlbug should contain some information that this is a cmake build and it should contain the list of effective cmake parameters (cmake . -LA ?) used for the build.
[2 Nov 2010 10:16] Axel Schwenke
related bug #42969 asks to put build information into a separate MANIFEST
[2 Nov 2010 10:55] Jonathan Perkin
Close this as a duplicate (effectively) of bug#42969 - will address the problem there.