pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/devel/cmake



> Date: Sun, 26 Jan 2025 12:37:21 +0100
> From: Adam <adam%viamedium.pl@localhost>
> 
> > Sorry about that!  Can you please try the attached patch?
> > 
> > If it doesn't work, can you please build some of the affected packages
> > with
> > 
> > CMAKE_CONFIGURE_ARGS+= --debug-find
> > 
> > and send me the output?  (And in the meantime, if the patch doesn't
> > work, we can disable it for macOS.)
> > <cmakeprefix-darwin.patch>
> 
> The correct fix to find system frameworks would be:
> 
> [...]
> +.if ${OPSYS} == "Darwin"
> +CMAKE_PREFIX_PATH+= /System/Library/Frameworks
> +.endif

OK, sounds plausible!  I thought we were supposed to limit things to
the SDK path -- whatever specific path is selected -- but my
understanding of macOS development is limited.

> But I still couldn't figure out why wireshark fails to configure.
> This is the full error message (in red):

Can you run with

CMAKE_CONFIGURE_ARGS+=  --debug-find
CMAKE_CONFIGURE_ARGS+=  --debug-find-pkg=Qt6Gui
CMAKE_CONFIGURE_ARGS+=  -DQT_DEBUG_FIND_PACKAGE=ON

and share the full output?



Home | Main Index | Thread Index | Old Index