Date: Mon, 14 May 2018 19:16:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228046] [patch] Use "service ldconfig restart" for USE_LDCONFIG Message-ID: <bug-228046-7788-73Ds7SR77J@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-228046-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-228046-7788@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=3D228046 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: tijl Date: Mon May 14 19:15:38 UTC 2018 New revision: 469956 URL: https://svnweb.freebsd.org/changeset/ports/469956 Log: Run "/usr/sbin/service ldconfig restart" for USE_LDCONFIG instead of "ldconfig -m <path>" so the order of ldconfig search directories after package installation is the same as after a reboot. The original command simply appends the path to the list of directories while the ldconfig rc.d script uses "sort -u". Bump lang/gcc* which are known to install libraries with exactly the same name so the library loaded at runtime depends on the order of the search directories. PR: 228046 Approved by: portmgr (antoine) Changes: head/Mk/bsd.port.mk head/lang/gcc47/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/gcc5/Makefile head/lang/gcc6/Makefile head/lang/gcc6-devel/Makefile head/lang/gcc7/Makefile head/lang/gcc7-devel/Makefile head/lang/gcc8-devel/Makefile head/lang/gcc9-devel/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228046-7788-73Ds7SR77J>