Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 20:15:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256873] [exp-run] without PROFILE
Message-ID:  <bug-256873-7788-iqD7gufjCt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256873-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256873-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=3D256873

--- Comment #2 from Ed Maste <emaste@freebsd.org> ---
Looking at the first one textproc/nunnimcax:

pkg-static: Unable to access file
/wrkdirs/usr/ports/textproc/nunnimcax/work/stage/usr/local/lib/libNunniMCAX=
_p.a:No
such file or directory

Makefile has:

.if defined(NOPROFILE) || defined(NO_PROFILE)
PLIST_SUB+=3D     PROFILE=3D"@comment "
.else
PLIST_SUB+=3D     PROFILE=3D""
.endif

so it looks like the port inherits the base system default and attempts to
detect whether it builds with -pg or not but using an obsolete mechanism

--=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-256873-7788-iqD7gufjCt>