John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> (2024-01-12):
> I just ran into a new FTBFS with d-i which seems to be related to usrmerge:
> 
> sort -u < ./tmp/cdrom/built-using.txt > ./tmp/cdrom/built-using.txt.new && \
>         mv ./tmp/cdrom/built-using.txt.new ./tmp/cdrom/built-using.txt
> sort -n < ./tmp/cdrom/diskusage.txt > ./tmp/cdrom/diskusage.txt.new && \
>         mv ./tmp/cdrom/diskusage.txt.new ./tmp/cdrom/diskusage.txt
> grep-dctrl -nsPackage,Version,Architecture '' 
> ./tmp/cdrom/tree/var/lib/dpkg/status | \
>         perl -nle '$p = $_; $v = <>; chomp $v; $a = <>; chomp $a; <>; print 
> "$p $v $a"' | \
>         sort > ./tmp/cdrom/udeb.list
> merge-usr "./tmp/cdrom/tree"
> error: merge target 'usr//sbin/depmod' is a symlink
> 
> Has anyone seen this yet?

On this list:
  https://lists.debian.org/debian-boot/2024/01/msg00046.html

and #1060134.

I haven't made up my mind yet.


Cheers,
-- 
Cyril Brulebois (k...@debian.org)            <https://debamax.com/>
D-I release manager -- Release team member -- Freelance Consultant

Attachment: signature.asc
Description: PGP signature

Reply via email to