udisks
udisks copied to clipboard
core: Add Encrypted.Convert method
Can one of the admins verify this patch?
Cockpit tests failed for commit 433ed08644f82f323816738d6b260114c435340e. @martinpitt, @jelly, @mvollmer please check.
OK, that's not cockpit's bug :sweat_smile:
udiskslinuxencrypted.c:1301:9: error: implicit declaration of function 'bd_crypto_luks_convert'; did you mean 'bd_crypto_luks_close'? [-Werror=implicit-function-declaration]
1301 | if (! bd_crypto_luks_convert (udisks_block_get_device (block),
| ^~~~~~~~~~~~~~~~~~~~~~
| bd_crypto_luks_close
udiskslinuxencrypted.c:1301:9: warning: nested extern declaration of 'bd_crypto_luks_convert' [-Wnested-externs]
OK, that's not cockpit's bug 😅
udiskslinuxencrypted.c:1301:9: error: implicit declaration of function 'bd_crypto_luks_convert'; did you mean 'bd_crypto_luks_close'? [-Werror=implicit-function-declaration] 1301 | if (! bd_crypto_luks_convert (udisks_block_get_device (block), | ^~~~~~~~~~~~~~~~~~~~~~ | bd_crypto_luks_close udiskslinuxencrypted.c:1301:9: warning: nested extern declaration of 'bd_crypto_luks_convert' [-Wnested-externs]
We need libblockdev daily builds for this, the version with bd_crypto_luks_convert
is not yet released.
/packit build
Jenkins, ok to test.
Jenkins, test this please.
/packit build
We need libblockdev daily builds for this
Aren't these supposed to be in https://copr.fedorainfracloud.org/coprs/g/storage/udisks-daily/packages/ ? The last libblockdev build is from 4 days ago, much newer than this PR. What happened here?
/packit test
We need libblockdev daily builds for this
Aren't these supposed to be in https://copr.fedorainfracloud.org/coprs/g/storage/udisks-daily/packages/ ? The last libblockdev build is from 4 days ago, much newer than this PR. What happened here?
There was an issue with the libblockdev daily builds, the version in the udisks-daily repo was behind the version in Fedora for some time. That should be fixed now. (I originally thought that the revdeps test doesn't use the daily build repo and that was the reason for the failures.)