Comment 3 for bug 1951779

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

We all wanted to have a look, this is what I found:

boost/boost1.74-1.74.0/tools/quickbook/build/warning-check:5:tmpfile=$(tempfile)
That is in jammy's current 1.74.0-13ubuntu1 but only referenced for travis runs (of the doc build).
Worth a task to check in detail, but unlikely to need a fix.

ceph/ceph/src/boost/tools/quickbook/build/warning-check:5:tmpfile=$(tempfile)
^^ That is the same as above as embedded source, worth a check if it is used indirectly anywhere (unlikely).

get-docker-images/ubuntu-layer/bin/bzexe:123:tmpfile=`tempfile -p gztmp -d /tmp` || exit 1
I found it here but it is actually part of src:bzip2
Fixed by
https://salsa.debian.org/debian/bzip2/-/commit/aff0bec9ea82646baf6d9d824022bc6f3cf46514
This is not yet uploaded to Debian and therefore missing in Jammy as well