From f05311e77521056e758c7724c33fb6b2c5d361f9 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Wed, 27 Nov 2019 19:22:54 +0000 Subject: Document Warning: no debug-info --- share/man/man5/bsd.port.mk.5 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index e3d48870b07..06ded404664 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.517 2019/11/12 16:38:44 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.518 2019/11/27 19:22:53 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 12 2019 $ +.Dd $Mdocdate: November 27 2019 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -3433,6 +3433,14 @@ but no value of .Ev FULLPKGPATH-sub has been given. This is often an error. +.It "Warning: no debug-info in ..." +Port uses +.Ev DEBUG_PACKAGES +so the +.Xr build-debug-info 1 +script excepts debug information on all binaries and libraries. +Most probably, the build machinery for that specific port omitted -g +somewhere, or it runs strips during fake anyway. .It "Warning: symlink(s) point to non existent file." Warning message comes from .Xr pkg_create 1 . -- cgit v1.2.3