[Bug 206998] databases/mysql57-{server,client}: Update to 5.7.11

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 13 19:21:36 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206998

--- Comment #17 from Thomas Zander <riggs at FreeBSD.org> ---
(In reply to Mahdi Mokhtari from comment #16)

Regarding the libevent issue, I was not referring to it not being mentioned
during configure. I noticed this when building it in poudriere:

===========================================================================
====>> Checking shared library dependencies
 0x0000000000000001 (NEEDED)             Shared library: [libc++.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.7]
 0x0000000000000001 (NEEDED)             Shared library: [libcxxrt.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libedit.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libgcc_s.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libm.so.5]
 0x0000000000000001 (NEEDED)             Shared library: [librt.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libthr.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libz.so.6]
=======================<phase: deinstall      >============================
===>  Deinstalling for mysql57-client
===>   Deinstalling mysql57-client-5.7.11

So, poudriere believes it does use libz.so and libedit.so, but not libevent.so.

I quickly checked the installed package for dynamic link to libevent.so:

# pkg info -l mysql57-client | egrep "/local/bin|lib*.so" | xargs ldd | grep
event 
ldd: /usr/local/bin/mysql_config: not a dynamic executable
#

So far, it seems poudriere was right. Build log also does not indicate a static
link to libevent.a.

I did not check whether it dlopen()s libevent.so during runtime, but I do not
see it compile-time-linking to system libevent here.

I am happy to continue testing if you have any hints, of course.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list