summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2019-11-27 19:22:53 +0000
committerespie <espie@openbsd.org>2019-11-27 19:22:53 +0000
commit393a3e450a9fa30bb38c1bb62cec6ab4196d5f89 (patch)
treee24a3784795df67043ed26bdac711289096c1a36
parentMake error messages look like other test cases. (diff)
downloadwireguard-openbsd-393a3e450a9fa30bb38c1bb62cec6ab4196d5f89.tar.xz
wireguard-openbsd-393a3e450a9fa30bb38c1bb62cec6ab4196d5f89.zip
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 .