View Issue Details

IDProjectCategoryView StatusLast Update
0011560Talerexchangepublic2026-06-26 04:46
Reporterapteryx Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformGNU/LinuxOSGuix SystemOS Versionlatest
Product Version1.5 
Summary0011560: build system does not check for libltdl
DescriptionThe Meson build system should make sure the libltdl headers are available, as it is required for the build to complete:

FAILED: [code=1] src/auditordb/libtalerauditordb.so.0.p/helper.c.o
gcc -Isrc/auditordb/libtalerauditordb.so.0.p -Isrc/auditordb -I../source/src/auditordb -Isrc/include -I../source/src/include -I. -I../source -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -Wall -Wno-address-of-packed-member -DHAVE_CONFIG_H -fPIC -MD -MQ src/auditordb/libtalerauditordb.so.0.p/helper.c.o -MF src/auditordb/libtalerauditordb.so.0.p/helper.c.o.d -o src/auditordb/libtalerauditordb.so.0.p/helper.c.o -c ../source/src/auditordb/helper.c
../source/src/auditordb/helper.c:23:10: fatal error: ltdl.h: No such file or directory
   23 | #include <ltdl.h>
      | ^~~~~~~~
compilation terminated.
Steps To ReproduceBuild exchange 1.6.5 in an environment lacking libltdl.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-06-26 04:46 apteryx New Issue