Checking if outside the package these symbols are being used by other
shared libraries:

* For libkafs0-heimdal: None

libroken19-heimdal: /usr/lib/x86_64-linux-gnu/libroken.so.19.0.0
root@Nheimdal:~# for s in $(for p in $(apt-cache rdepends libkafs0-heimdal | 
grep -v heimdal | cut -d':' -f2 | xargs); do for l in $(apt-file list ${p} | 
grep '.so' | grep lib | cut -d':' -f2| xargs); do readlink -f ${l} ; done; done 
| sort -u); do nm -D ${s} | grep strlc && apt-file search ${s}; done
root@Nheimdal:~# 

* For libroken19-heimdal: libafsauthent2 and libafsrpc2, both form
src:openafs

root@Nheimdal:~# for s in $(for p in $(apt-cache rdepends libroken19-heimdal | 
grep -v heimdal | cut -d':' -f2 | xargs); do for l in $(apt-file list ${p} | 
grep '.so' | grep lib | cut -d':' -f2| xargs); do readlink -f ${l} ; done; done 
| sort -u); do nm -D ${s} | grep strlc && apt-file search ${s}; done
                 U rk_strlcat@HEIMDAL_ROKEN_1.0
                 U rk_strlcpy@HEIMDAL_ROKEN_1.0
libafsauthent2: /usr/lib/libafsauthent.so.2.0.0
                 U rk_strlcat@HEIMDAL_ROKEN_1.0
                 U rk_strlcpy@HEIMDAL_ROKEN_1.0
libafsrpc2: /usr/lib/libafsrpc.so.2.0.0 


I will follow the same approach that in [1], for krb5.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043184#30

P.S. Sorry for the ugly and no-efficient inline bash, but for the
purpose of the fixing I think is OK, and I promise I'll do a pretty
script after Xmas (in case that doesn't exist yet, which I couldn't
say). for sure).

** Bug watch added: Debian Bug tracker #1043184
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043184

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to heimdal in Ubuntu.
https://bugs.launchpad.net/bugs/2036253

Title:
  FTBFS: missing strl* symbols fail the build

Status in heimdal package in Ubuntu:
  In Progress
Status in heimdal package in Debian:
  New

Bug description:
  See ubuntu-devel thread[1] and mantic rebuild report[2].

  dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
  dpkg-gensymbols: warning: debian/libkafs0-heimdal/DEBIAN/symbols doesn't 
match completely debian/libkafs0-heimdal.symbols
  --- debian/libkafs0-heimdal.symbols 
(libkafs0-heimdal_7.8.git20221117.28daf24+dfsg-3ubuntu1_amd64)
  +++ dpkg-gensymbolshoPgEa     2023-09-05 02:37:15.654111977 +0000
  @@ -12,7 +12,7 @@
    _kafs_get_cred@Base 1.4.0+git20110226
    _kafs_realm_of_cell@Base 1.4.0+git20110226
    _kafs_resolve_debug@Base 1.4.0+git20110226
  - _kafs_strlcpy@Base 1.4.0+git20110226
  +#MISSING: 7.8.git20221117.28daf24+dfsg-3ubuntu1# _kafs_strlcpy@Base 
1.4.0+git20110226
    k_afs_cell_of_file@Base 1.4.0+git20110226
    k_hasafs@Base 1.4.0+git20110226
    k_hasafs_recheck@Base 1.4.0+git20110226
  dh_makeshlibs: error: failing due to earlier errors
  make[1]: *** [debian/rules:18: override_dh_makeshlibs] Error 25

  
  This one might need a fix similar to the krb5 one[3].

  
  1. https://lists.ubuntu.com/archives/ubuntu-devel/2023-September/042784.html
  2. 
https://people.canonical.com/~ginggs/ftbfs-report/test-rebuild-20230830-mantic-mantic.html#ubuntu-server-team
  3. https://launchpad.net/ubuntu/+source/krb5/1.20.1-3ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heimdal/+bug/2036253/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to