[Slackbuilds-users] Updates - 20240210.1

Willy Sudiarto Raharjo willysr at slackbuilds.org
Mon Feb 12 23:50:21 UTC 2024


> My diagnosis is that the configure script from filezilla found an
> incompatible version when running wx-config. It has found a version 3.0
> "config" (actually, I'm not sure what this component really is) which
> belongs to wxGTK3 (3.0.5), when it should get the version 3.2.4 from
> wxWidgets (3.2.4).
> 
> I could work around this applying the patch below to
> filezilla.Slackbuild, which makes the configure script grab the correct
> "config":
> 
> diff --git a/network/filezilla/filezilla.SlackBuild b/network/filezilla/filezilla.SlackBuild
> index b986f14f0a..639e14ff78 100644
> --- a/network/filezilla/filezilla.SlackBuild
> +++ b/network/filezilla/filezilla.SlackBuild
> @@ -86,7 +86,7 @@ find -L . \
>   # Needed for gcc >= 10.x
>   patch -p1 < $CWD/interface_Mainfrm_h_include_list.patch
> 
> -WX_CONFIG_NAME=/usr/lib${LIBDIRSUFFIX}/wx/config/gtk3-unicode-3.0 \
> +WX_CONFIG_NAME=/usr/lib${LIBDIRSUFFIX}/wx/config/gtk3-unicode-3.2 \
>   ./configure \
>     --prefix=/usr \
>     --libdir=/usr/lib${LIBDIRSUFFIX} \

did you recently rebuild any other wx* package besides wxWidgets?
that could explain why wx-config point you to the incorrect location as 
those packages have race condition. Whoever comes last will be the one 
pointed whenever any packages are locating wx-config.

-- 
Willy Sudiarto Raharjo

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20240213/28f72ce2/attachment-0001.asc>


More information about the SlackBuilds-users mailing list