packages
packages copied to clipboard
manaplus does not build
Please confirm there isn't an existing open bug report
- [X] I have searched open bugs for this issue
Summary
manaplus does not build. I get the below error:
utils/dumplibs.cpp: In function ‘void dumpLibs()’: utils/dumplibs.cpp:142:49: error: invalid conversion from ‘const char* const*’ to ‘const char**’ [-fpermissive] 142 | const char xmlVersion = __xmlParserVersion(); | ~~~~~~~~~~~~~~~~~~^~ | | | const char const make[1]: *** [Makefile:19531: utils/manaplus-dumplibs.o] Error 1 make[1]: *** Waiting for unfinished jobs.... mv -f resources/.deps/manaplus-wallpaper.Tpo resources/.deps/manaplus-wallpaper.Po mv -f utils/.deps/manaplus-fuzzer.Tpo utils/.deps/manaplus-fuzzer.Po mv -f utils/.deps/manaplus-env.Tpo utils/.deps/manaplus-env.Po make[1]: Leaving directory '/home/build/YPKG/root/manaplus/build/manaplus-v1.9.3.23/src' make: *** [Makefile:480: all-recursive] Error 1 Command '['/bin/bash', '--norc', '--noprofile', '/tmp/ypkg-build_2hn6gnz']' returned non-zero exit status 2. [Build] build failed for manaplus ✗ Failed to build packages err="Failed to start build of package, reason: exit status 1\n" task: Failed to run task "build": exit status 1
Steps to reproduce
- Try to build the package
Expected result
It would build.
Actual result
It does not build.
Environment
- [X] Is system up to date?
Repo
Unstable
Desktop Environment
Budgie
System details
System:
Host: solus-dev Kernel: 6.8.9-289.current arch: x86_64 bits: 64
Desktop: Xfce v: 4.18.1 Distro: Solus 4.5 resilience
Machine:
Type: Virtualbox System: innotek GmbH product: VirtualBox v: 1.2
serial:
Other comments
First this patch is needed to get to this error: https://gitlab.archlinux.org/archlinux/packaging/packages/manaplus/-/blob/main/fix-missing-ctime-include.patch?ref_type=heads
So there are at least two issues. I have tried to add libxml2-devel as a build dependency but it does not help.