Date: Sat, 13 Feb 2016 19:21:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 206998] databases/mysql57-{server,client}: Update to 5.7.11 Message-ID: <bug-206998-13-5LEEmAZ1xB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-206998-13@https.bugs.freebsd.org/bugzilla/> References: <bug-206998-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206998 --- Comment #17 from Thomas Zander <riggs@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: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D>> 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] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase= : deinstall >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Deinstalling for mysql57-client =3D=3D=3D> 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=20 ldd: /usr/local/bin/mysql_config: not a dynamic executable # So far, it seems poudriere was right. Build log also does not indicate a st= atic link to libevent.a. I did not check whether it dlopen()s libevent.so during runtime, but I do n= ot see it compile-time-linking to system libevent here. I am happy to continue testing if you have any hints, of course. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206998-13-5LEEmAZ1xB>