Bug 97933

Summary: unable to compile the port "mysql50-server"
Product: Ports & Packages Reporter: Ed <bsword>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ed 2006-05-25 22:40:13 UTC
Here a fragment of "make" outpu:

cc -DDBUG_OFF -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -o .libs/myisamchk myisamchk.o  libmyisam.a .
./mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a ../zlib/.libs/libz.so -lcrypt -lm -Wl
,--rpath -Wl,/usr/local/lib/mysql
libmyisam.a(mi_check.o): In function `mi_repair_parallel':
mi_check.o(.text+0x75de): undefined reference to `pthread_attr_init'
mi_check.o(.text+0x75f4): undefined reference to `pthread_attr_setdetachstate'
mi_check.o(.text+0x768e): undefined reference to `pthread_create'
mi_check.o(.text+0x76e5): undefined reference to `pthread_attr_destroy'
./mysys/libmysys.a(thr_lock.o): In function `wait_for_lock':
thr_lock.o(.text+0x21b): undefined reference to `pthread_cond_timedwait'
./mysys/libmysys.a(thr_lock.o): In function `thr_abort_locks_for_thread':
thr_lock.o(.text+0xc1e): undefined reference to `pthread_equal'
thr_lock.o(.text+0xc8e): undefined reference to `pthread_equal'

How-To-Repeat: Run a command:
cd /usr/ports/databases/mysql50-server && make
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-05-30 19:57:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer.
Comment 2 Xin LI freebsd_committer freebsd_triage 2006-08-18 18:02:44 UTC
State Changed
From-To: open->feedback

Dear submitter, 

Could you please confirm that the problem still persists after MySQL 5.0.24 
update? 

Note that because 5.2.1 is already EoL'ed, it is no longer officially 
supported, and we suggest that you upgrade to a newer release.  Please 
see http://www.freebsd.org/security/ for more details.
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2006-09-05 06:50:04 UTC
State Changed
From-To: feedback->closed

No feedback.