summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2019-11-27 19:22:54 +0000
committerMarc Espie <espie@cvs.openbsd.org>2019-11-27 19:22:54 +0000
commitf05311e77521056e758c7724c33fb6b2c5d361f9 (patch)
treed7520cd85adaeca16c819977c14407c7666cf7e5
parent97a8504e9c54009d2f92ea4543900181267094b2 (diff)
Document Warning: no debug-info
-rw-r--r--share/man/man5/bsd.port.mk.512
1 files 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 .