Dave,

do you really consider it helpful to do "reply all" to a release
announcement, trying to send it to the "announce" and "packagers" list,
including a full quote of the announcement text, and using the original
subject line,
when you are asking for help about a compile problem?


Dave Shariff Yadallee - System Administrator a.k.a. The Root of the
Problem wrote:
> [[...]]
> 
> 
> Error in compiling:
> 
> mv -f .deps/liboptions_la-priv.Tpo .deps/liboptions_la-priv.Plo
> /bin/sh ../../libtool --preserve-dup-deps --tag=CXX   --mode=link g++ -O3    
> -fno-implicit-templates -fno-exceptions -fno-rtti 
> -DDEFAULT_PID_FILE_NAME="/usr/contrib/mysqld/mysqlmanager.pid" 
> -DDEFAULT_LOG_FILE_NAME="/usr/contrib/mysqld/mysqlmanager.log" 
> -DDEFAULT_SOCKET_FILE_NAME="/tmp/mysqlmanager.sock" 
> -DDEFAULT_PASSWORD_FILE_NAME="/etc/mysqlmanager.passwd" 
> -DDEFAULT_MYSQLD_PATH="/usr/contrib/libexec/mysqld" 
> -DDEFAULT_CONFIG_FILE="my.cnf" -DPROTOCOL_VERSION=10 -O3    
> -fno-implicit-templates -fno-exceptions -fno-rtti   -o liboptions.la  
> liboptions_la-options.lo liboptions_la-priv.lo ../../libmysql/get_password.lo 
> -lm
> test: unrecognized integer ` ar cru .libs/liboptions.a 
> .libs/liboptions_la-options.o .libs/liboptions_la-priv.o 
> ../../libmysql/.libs/get_password.o ~ranlib .libs/liboptions.a/liboption'
> ../../libtool: arith: syntax error: " 47 + 
> .libs/liboptions_la-options.o~RANLI "
> 
> gmake[2]: *** [liboptions.la] Error 2
> gmake[2]: Leaving directory 
> `/usr/src/contrib/mysql/mysql-5.1.35/server-tools/instance-manager'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/src/contrib/mysql/mysql-5.1.35/server-tools'
> gmake: *** [all-recursive] Error 1
> *** Error code 2
> 
> Stop.   
> 
> Help!!
> 

I can't.
I cannot even try to help you, if you do not provide the necessary
information.

All I can do is give you the corresponding line from my log,
split into several lines for better readability:

/bin/sh ../../libtool --preserve-dup-deps --tag=CXX   --mode=link gcc
  -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W
  -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare
  -Wwrite-strings -Wunused-function -Wunused-label -Wunused-value
  -Wunused-variable -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor
  -felide-constructors -fno-exceptions -fno-rtti -mtune=native -O3
  -fno-omit-frame-pointer -g   -fno-implicit-templates -fno-exceptions
  -fno-rtti
  -DDEFAULT_PID_FILE_NAME="/usr/local/mysql/var/mysqlmanager.pid"
  -DDEFAULT_LOG_FILE_NAME="/usr/local/mysql/var/mysqlmanager.log"
  -DDEFAULT_SOCKET_FILE_NAME="/tmp/mysqlmanager.sock"
  -DDEFAULT_PASSWORD_FILE_NAME="/etc/mysqlmanager.passwd"
  -DDEFAULT_MYSQLD_PATH="/usr/local/mysql/libexec/mysqld"
  -DDEFAULT_CONFIG_FILE="my.cnf" -DPROTOCOL_VERSION=10
  -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W
  -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare
  -Wwrite-strings -Wunused-function -Wunused-label -Wunused-value
  -Wunused-variable -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor
  -felide-constructors -fno-exceptions -fno-rtti -mtune=native -O3
  -fno-omit-frame-pointer -g   -fno-implicit-templates -fno-exceptions
  -fno-rtti
  -rdynamic  -o liboptions.la
  liboptions_la-options.lo liboptions_la-priv.lo
  ../../libmysql/get_password.lo
  -lpthread -lcrypt -lnsl -lm  -lpthread

This was running on Linux (SuSE 10.3) running on an Athlon,
using libtool 1.5.24 and gcc 4.2.1.

Looking at the text you quote, it seems the commands executed by
"libtool" got garbled:
A command starting with "ar cru" suddenly continues with "~ranlib" which
doesn't make any sense to me.

I suspect some problem around your "libtool" installation, or with your
file system (affecting some generated files).


Jörg

-- 
Joerg Bruehe, MySQL Build Team, joerg.bru...@sun.com (+49 30) 417 01 487
Sun Microsystems GmbH,   Sonnenallee 1,   D-85551 Kirchheim-Heimstetten
Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Dr. Roland Boemer
Vorsitzender des Aufsichtsrates: Martin Haering     Muenchen: HRB161028


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

  • ... Timothy Smith
    • ... Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
      • ... Joerg Bruehe

Reply via email to