FS#55260 - Impossible to build with iscsi modules support
Attached to Project:
Arch Linux
Opened by eric vidal (obarun) - Wednesday, 23 August 2017, 23:00 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 24 August 2017, 15:11 GMT
Opened by eric vidal (obarun) - Wednesday, 23 August 2017, 23:00 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 24 August 2017, 15:11 GMT
|
Details
Description:
The iscsi modules cannot build correctly cause of the false dependency. Udisks upstream (https://github.com/storaged-project/udisks/issues/388) use open-iscsi instead of libiscsi. This is cause a crash during the build progress because it look after libiscsi.h instead of iscsi.h provided by libiscsi package. Futhermore, the open-iscsi package do not provide the libiscsi.so0 and the libiscsi.h at all. Additional info: * package version(s) * config and/or log files etc. checking libiscsi.h usability... no checking libiscsi.h presence... no checking for libiscsi.h... no checking for libiscsi_init in -liscsi... no configure: error: iSCSI support requested but libraries not found Steps to reproduce: just add in the config section : --enable-iscsi |
This task depends upon