Ilario Gelmetti
Ilario Gelmetti
In short what happens is that the definition of two variables is evolving through the Makefile (as implemented in https://github.com/openwrt/openwrt/commit/3838b16943c6021e3ff06d5733df890408ad7158 by @mkresin) and this creates an asymmetry that ends up...
Another message revealing this issue: menuconfig says: ``` tmp/.config-package.in:139918:error: recursive dependency detected! For a resolution refer to Documentation/kbuild/kconfig-language.txt subsection "Kconfig recursive dependency limitations" tmp/.config-package.in:139918: symbol PACKAGE_wpad-mesh-wolfssl is selected by PACKAGE_wpad-mesh-wolfssl...
Wait... Pirania package Makefile is in the lime-packages repository and it will automagically pull the sources from this repository. So there is no need to add also this repository in...
Yes, it interrups in an unclean way as soon as it tries to read that old WMF file. I am not sure if this should be fixed in GraphicsMagick or...
Just checked the latest code from GraphicsMagick and effectively it closes down way more gracefully than before. See the comment here: https://sourceforge.net/p/graphicsmagick/bugs/724/#ca22 Trying what you suggested, using the installed GraphicsMagick...
Thanks! It is actually possible that the issue is triggered by some compilation flags used in the packaging on Arch.
Nice! In the process, did you understand why on Ubuntu has a different behaviour than on Arch? If we get this, maybe we can fix the [Arch PKGBUILD](https://gitlab.archlinux.org/archlinux/packaging/packages/graphicsmagick/-/blob/main/PKGBUILD?ref_type=heads) script or...
Thanks! Should this be included in the release candidate branch? https://github.com/libremesh/lime-packages/tree/2024.1
Done! https://github.com/libremesh/lime-packages/commit/5cd8833b84499e484512153eeed407e442cc6de5 Please tell me if any other recent commit has to be included, or include it yourselves :)
> Can you provide details on the commits/versions of the python bindings and c library you are using? I am not sure I got the versions right... Here you are:...