On Tue, 2019-05-28 at 12:02 +0200, L.P.H. van Belle via samba wrote:> krb5-kdc needed in debian?For the MIT KDC build yes. As it says, this the full list needed for our CI, it will include more packages, but not less packages, than a production install will need. Improvements to the bootstrap system are welcome, perhaps finding a way to tag some packages as for CI only, while somehow still verifying the 'production' sub-list. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
In the meanwhile, Andrew, I've noticed something that looks odd in the "verified" list. Namely, that for Ubuntu 18.04 the list includes: libgpgme11-dev. Can this be correct and not causing any issue in the CI system? I am (fairly) certain that the package does not exist in Ubuntu 18.04, and was replaced there by libgpgme-dev, which is said to "break" libgpgme11-dev. Perhaps this should be looked at by someone better equipped than myself to know?> On Tue, 2019-05-28 at 12:02 +0200, L.P.H. van Belle via samba wrote: > > krb5-kdc needed in debian? > > For the MIT KDC build yes. > > As it says, this the full list needed for our CI, it will include more > packages, but not less packages, than a production install will need. > > Improvements to the bootstrap system are welcome, perhaps finding a way > to tag some packages as for CI only, while somehow still verifying the > 'production' sub-list. > > Andrew Bartlett
On Mon, 2019-06-03 at 23:10 +0000, Billy Bob via samba wrote:> In the meanwhile, Andrew, I've noticed something that looks odd in > the "verified" list. Namely, that for Ubuntu 18.04 the list includes: > libgpgme11-dev. Can this be correct and not causing any issue in the > CI system? I am (fairly) certain that the package does not exist in > Ubuntu 18.04, and was replaced there by libgpgme-dev, which is said > to "break" libgpgme11-dev. Perhaps this should be looked at by > someone better equipped than myself to know? >Looks like it is an alias (essentially): abartlet at abartlet-lp:~$ sudo apt-get install libgpgme11-dev Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libgpgme-dev' instead of 'libgpgme11-dev' The following NEW packages will be installed: libgpgme-dev 0 upgraded, 1 newly installed, 0 to remove and 55 not upgraded. We could either leave this as-is or add an exception for Ubuntu 16.04 as this is the platform that needs the libgpgme11-dev name. https://packages.ubuntu.com/xenial/libgpgme11-dev Merge requests welcome! Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba