genwqe-user fails to build from source on ppc64el
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
genwqe-user (Debian) |
Fix Released
|
Unknown
|
|||
genwqe-user (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
gcc -c -Wdate-time -D_FORTIFY_SOURCE=3 -g -O3 -Werror=
ddcb_capi.c:53:10: fatal error: libcxl.h: No such file or directory
53 | #include <libcxl.h>
| ^~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:211: ddcb_capi.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR
make[2]: *** [Makefile:96: lib] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:24: override_
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2
-------
[1]
ppc64el failure is caused by the implicit declaration of cxl_afu_open_dev. Libcxl-dev is provided by the ndctl[6] package that does not declare this function. It is present in ibm-capi libcxl[7] which is not packaged.
tags: | added: ftbfs update-excuse |
description: | updated |
Changed in genwqe-user (Debian): | |
status: | Unknown → New |
Changed in genwqe-user (Debian): | |
status: | New → Fix Committed |
Changed in genwqe-user (Debian): | |
status: | Fix Committed → Fix Released |