Your message dated Fri, 31 Mar 2023 09:57:38 +0200
with message-id <[email protected]>
and subject line Re: dkms mkdeb makes dubious assumptions about permissions
has caused the Debian Bug report #763534,
regarding dkms mkdeb makes dubious assumptions about permissions
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
763534: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763534
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dkms
Version: 2.2.0.3-1.3
Severity: normal
The file /etc/dkms/template-dkms-mkdeb/Makefile, which I believe is
used by dkms mkdeb, makes rather dubious assumptions about permissions
in the module source. In particular, it contains the following rule:
ifeq ("$(wildcard $(NAME)-$(VERSION))", "$(NAME)-$(VERSION)")
install -d "$(SRC)"
cp -a $(NAME)-$(VERSION) $(SRC)
chmod 644 -R "$(SRC)/$(NAME)-$(VERSION)"
endif
That chmod will remove executability from any probe shell scripts,
configure scripts, or any other supporting infrastructure in the
package, which results in build failures.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dkms depends on:
ii build-essential 11.7
ii coreutils 8.23-2
ii dpkg-dev 1.17.13
ii gcc 4:4.9.1-4
ii kmod 18-3
ii make 4.0-8
ii patch 2.7.1-6
Versions of packages dkms recommends:
ii fakeroot 1.20.1-1.1
pn linux-headers-686-pae | linux-headers-amd64 | linux-headers-gen <none>
pn linux-image <none>
ii sudo 1.8.10p3-1
dkms suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.0.3-1
On Tue, 30 Sep 2014 11:06:45 -0700 Russ Allbery <[email protected]> wrote:
Package: dkms
Version: 2.2.0.3-1.3
The file /etc/dkms/template-dkms-mkdeb/Makefile, which I believe is
Was removed in upstream release 2.8.8.
Andreas
--- End Message ---