pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/58966: mk: REQUIRES/PROVIDES analysis is wrong for self-libraries



The following reply was made to PR pkg/58966; it has been noted by GNATS.

From: Taylor R Campbell <campbell%mumble.net@localhost>
To: gnats-bugs%NetBSD.org@localhost, pkgsrc-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/58966: mk: REQUIRES/PROVIDES analysis is wrong for self-libraries
Date: Tue, 7 Jan 2025 02:47:07 +0000

 > 	Workaround:
 > 
 > CHECK_SHLIBS_SKIP+=	${LIBGCC_PREFIX}/${GCC_TARGET_MACHINE}/lib
 
 Correction: This doesn't work even if I add `/*' at the end, because
 although the REQUIRES/PROVIDES logic in mk/pkgformat/pkg/metadata.mk
 uses CHECK_SHLIBS_SKIP, it only conditions the executable bit test and
 set on that.
 
 So maybe the workaround is:
 
 CHECK_SHLIBS_SUPPORTED=	no
 
 in lang/gccN-libs/Makefile.
 


Home | Main Index | Thread Index | Old Index