Comment 7 for bug 2036253

Revision history for this message
Miriam EspaƱa Acebal (mirespace) wrote :

Testing the rebuilding of openafs for the possible-not-SRU (but at least is resulting in a lot of polishing for Noble :), because openafs tools is FTBFS in Noble for other causes [1] ), getting the list of binaries (not only shared libraries):

for d in $(apt-cache rdepends libroken19-heimdal | cut -d':' -f2 | xargs); do for b in $(apt-file list ${d} | grep bin | cut -d' ' -f2); do objdump -T ${b}| grep ROKEN | grep strlc && echo ${b} && echo ${d} && apt-cache show ${d} | grep ^Source ; done; done

So, needed action:

* those have to be added to the Breaks.
* hitting an unmet dependencies when installing openafs-krb5, because the Depends: ${shlibs:Depends}, ${misc:Depends} is converted on Depends: libroken19-heimdal (= 1.8.10-1ubuntu2.1) but that version number is from openafs version, not from heimdal: need to check if that comes from the following change in symbols file (it looks like it, to me):
     - libroken.so.19 #PACKAGE# #MINVER#
     + libroken.so.19 #PACKAGE# (= ${binary:Version})

[1] https://bugs.launchpad.net/ubuntu/+source/openafs/+bug/2033754 , and unsuccessful build on ppa [2]
[2] https://launchpad.net/~mirespace/+archive/ubuntu/heimdal-ftbfs-lp2036253/+sourcepub/15537670/+listing-archive-extra