Package: checkinstall Version: 1.6.2-4 Severity: important If a make install step does a mkdir -p that needs to create multiple directories, it fails, every time. This breaks using checkinstall with quite a lot of packages.
Demonstrating this needs only a 2 line Makefile as a "package": install: mkdir -p /usr/local/bug/bug/bug The resulting error: ========================= Installation results =========================== mkdir -p /usr/local/bug/bug/bug mkdir: cannot create directory `/usr/local/bug': No such file or directory make: *** [install] Error 1 As with prior instances of similar bugs (at least similar symptomatically), this can be worked around by using --fstrans=no. -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.9.2 (SMP w/12 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages checkinstall depends on: ii dpkg-dev 1.16.10 ii file 1:5.14-2 ii libc6 2.17-7 Versions of packages checkinstall recommends: ii make 3.81-8.2 Versions of packages checkinstall suggests: ii gettext 0.18.2.1-1 -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org