Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2012 11:41:05 -0500
From:      "Gene" <fbsd@brightstar.bomgardner.net>
To:        "Freebsd  Questions" <FreeBSD-questions@FreeBSD.org>
Subject:   unable to upgrade to mysql55-server
Message-ID:  <20120530163021.M44194@brightstar.bomgardner.net>

next in thread | raw e-mail | index | archive | help
Greetings:

ZRunning 8.1 amd64. Ports are up to date (via portsnap).

I've been trying to install the port databases/mysql55-server from the older 
5.4 version. mysql55-client installed just fine. However, when I "make" the 
port I get the shown in the first listing below. So I tried 
"portmanager databases/mysql55-server -l -u"  (latest version - -0.4.1_9). 
Attempts to update produce multiple looping errors as in second listing 
below. I've found references to this error, but the latest version of 
portmanager (I thought) was supposed to fix this (or did it just eliminate 
infinite loops?).

Does anyone have an idea what might be going on here?

Thanks in advance...


===============================================
<snip>

/usr/bin/c++   -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused-parameter -
fno-implicit-templates -fno-exceptions -fno-rtti -O2 -fno-strict-aliasing -
pipe -DDBUG_OFF  -Wl,--export-dynamic CMakeFiles/mysqld.dir/main.cc.o  -o 
mysqld  -pthread libsql.a ../mysys/libmysys.a ../storage/perfschema/
libperfschema.a ../storage/myisam/libmyisam.a ../storage/csv/libcsv.a ../
storage/myisammrg/libmyisammrg.a ../storage/heap/libheap.a ../storage/
innobase/libinnobase.a libpartition.a ../mysys/libmysys.a ../dbug/libdbug.a 
../mysys/libmysys.a ../dbug/libdbug.a -lz -lm ../strings/libstrings.a ../vio/
libvio.a ../regex/libregex.a -lwrap -lcrypt ../extra/yassl/libyassl.a ../
extra/yassl/taocrypt/libtaocrypt.a -pthread 

libsql.a(sql_yacc.cc.o)(.text+0xb696): In function `MYSQLparse(void*)':
: undefined reference to `vtable for Alter_table_truncate_partition_statement'

libsql.a(sql_yacc.cc.o)(.text+0xb72a): In function `MYSQLparse(void*)':
: undefined reference to `vtable for Alter_table_repair_partition_statement'

libsql.a(sql_yacc.cc.o)(.text+0xb77a): In function `MYSQLparse(void*)':
: undefined reference to `vtable for Alter_table_check_partition_statement'

libsql.a(sql_yacc.cc.o)(.text+0xb7de): In function `MYSQLparse(void*)':
: undefined reference to `vtable for Alter_table_analyze_partition_statement'

libsql.a(sql_yacc.cc.o)(.text+0xb842): In function `MYSQLparse(void*)':
: undefined reference to `vtable for Alter_table_optimize_partition_statement'



*** Error code 1
1 error
===========================================================



--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120530163021.M44194>