Bug 182993

Summary: r328885 breaks building devel/apr1 on freebsd<10 using WITH_MYSQL_VER=55m
Product: Ports & Packages Reporter: Vincent Hoffman-Kazlauskas <vince>
Component: Individual Port(s)Assignee: freebsd-apache (Nobody) <apache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vincent Hoffman-Kazlauskas 2013-10-15 11:40:00 UTC
Hi I'm building for 8.4 9.2 and 10-beta using poudriere on a 10-beta box. 
Since r328885 devel/apr1 wont build for < 10. I opened a PR for apr1 which has been closed as the conclusion is that its a mariadb bug as it builds fine with mysql55 and percona55 
The pr is http://www.freebsd.org/cgi/query-pr.cgi?pr=182565&cat=
and has the error namely that the output of 
/usr/local/bin/mysql_config
has 
--libs           [-L/usr/local/lib/mysql -lmysqlclient -pthread -lz -lm lexecinfo]

and --libs should include -L/usr/local/lib as that's where execinfo

How-To-Repeat: add WITH_MYSQL_VER=55m  to /etc/make.conf
build devel/apr1 with mysql support.

py27-MySQLdb also seems to fail due to this 
build log available at 
http://unsane.co.uk/fbsd/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-15 11:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 vhoffman 2013-10-15 12:21:06 UTC
This should be a Mariadb55 bug not an apache bug. Sorry I should have
specified this. Can it be reclassified?
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2013-12-15 23:03:17 UTC
State Changed
From-To: open->closed

Closed since issue was related to PR 182993