Package Details: libmatheval 1.1.11-2

Git Clone URL: https://aur.archlinux.org/libmatheval.git (read-only, click to copy)
Package Base: libmatheval
Description: A C/Fortran library to parse and evaluate symbolic expressions input as text.
Upstream URL: https://www.gnu.org/software/libmatheval/
Licenses: GPL-3.0-or-later
Submitter: WorMzy
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 5
Popularity: 0.000000
First Submitted: 2016-03-24 15:39 (UTC)
Last Updated: 2024-04-18 18:24 (UTC)

Latest Comments

mmtung commented on 2024-04-25 10:46 (UTC) (edited on 2024-04-25 10:47 (UTC) by mmtung)

Thanks for your speedy reply. I tried the previous debian patchset 1.1.11+dfsg-4 and still get the same error while compiling:

sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,pack-relative-relocs -flto=auto -o .libs/matheval matheval-matheval.o  -lguile-3.0 -lgc -lpthread -ldl ../lib/.libs/libmatheval.so -lm
/usr/bin/ld: ../lib/.libs/libmatheval.so: undefined reference to `yywrap'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:306: matheval] Error 1
make[2]: Leaving directory '/home/mike/.cache/yay/libmatheval/src/libmatheval-1.1.11/tests'
make[1]: *** [Makefile:415: all-recursive] Error 1
make[1]: Leaving directory '/home/mike/.cache/yay/libmatheval/src/libmatheval-1.1.11'
make: *** [Makefile:323: all] Error 2

WorMzy commented on 2024-04-25 09:29 (UTC)

Builds fine in a clean chroot, but are you saying switching to the Debian patchset has broken the build for you? Can you try with the older patchset (git checkout 0f2cceb041a9d443cfa6f10212f334c41888c901) and see if the build succeeds?

mmtung commented on 2024-04-25 08:58 (UTC)

The latest release of libmatheval gives compile error due to undefined reference to `yywrap'. Please set compiler flags accordingly: https://bugs.archlinux.org/task/79780