Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #77766 > unrolled thread
| Started by | Thorsten Glaser <tg@mirbsd.de> |
|---|---|
| First post | 2022-12-30 12:50 +0100 |
| Last post | 2023-01-25 21:00 +0100 |
| Articles | 4 — 4 participants |
Back to article view | Back to linux.debian.kernel
Bug#1027325: /usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: inaccessible or not found Thorsten Glaser <tg@mirbsd.de> - 2022-12-30 12:50 +0100
Bug#1027325: /usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: inaccessible or not found Diederik de Haas <didi.debian@cknow.org> - 2022-12-30 13:10 +0100
Bug#1027325: /usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: inaccessible or not found Salvatore Bonaccorso <carnil@debian.org> - 2022-12-30 14:10 +0100
Bug#1027325: marked as done (/usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: inaccessible or not found) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2023-01-25 21:00 +0100
| From | Thorsten Glaser <tg@mirbsd.de> |
|---|---|
| Date | 2022-12-30 12:50 +0100 |
| Subject | Bug#1027325: /usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: inaccessible or not found |
| Message-ID | <FIm3E-ejL5-7@gated-at.bofh.it> |
Package: linux-headers-5.10.0-20-common Version: 5.10.158-2 Severity: normal X-Debbugs-Cc: tg@mirbsd.de I think I reported the same thing against experimental some time ago, but it now is a regression in stable. Building kernel modules shows: tglase@tglase-edge:~/lnx/master/janz $ make make -C '/lib/modules/5.10.0-20-amd64/build' M='/home/tglase/lnx/master/janz' modules make[1]: Entering directory '/usr/src/linux-headers-5.10.0-20-amd64' W: /bin/sh: /usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: inaccessible or not found W: /bin/sh: /usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: inaccessible or not found CC [M] /home/tglase/lnx/master/janz/sch_janz.o CC [M] /home/tglase/lnx/master/janz/sch_janzdbg.o W: /bin/sh: /usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: inaccessible or not found MODPOST /home/tglase/lnx/master/janz/Module.symvers CC [M] /home/tglase/lnx/master/janz/sch_janz.mod.o LD [M] /home/tglase/lnx/master/janz/sch_janz.ko CC [M] /home/tglase/lnx/master/janz/sch_janzdbg.mod.o LD [M] /home/tglase/lnx/master/janz/sch_janzdbg.ko make[1]: Leaving directory '/usr/src/linux-headers-5.10.0-20-amd64' -- System Information: Debian Release: 11.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 5.10.0-20-amd64 (SMP w/3 CPU threads) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/lksh Init: sysvinit (via /sbin/init) -- no debconf information
[toc] | [next] | [standalone]
| From | Diederik de Haas <didi.debian@cknow.org> |
|---|---|
| Date | 2022-12-30 13:10 +0100 |
| Message-ID | <FImmZ-ek6X-1@gated-at.bofh.it> |
| In reply to | #77766 |
[Multipart message — attachments visible in raw view] — view raw
On Friday, 30 December 2022 12:42:53 CET Thorsten Glaser wrote: > I think I reported the same thing against experimental some time ago, > but it now is a regression in stable. Building kernel modules shows: > > tglase@tglase-edge:~/lnx/master/janz $ make > make -C '/lib/modules/5.10.0-20-amd64/build' > M='/home/tglase/lnx/master/janz' modules make[1]: Entering directory > '/usr/src/linux-headers-5.10.0-20-amd64' W: /bin/sh: > /usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: > inaccessible or not found That's likely https://bugs.debian.org/1008501 that was fixed here: https://salsa.debian.org/kernel-team/linux/-/commit/ee29a5e231886d26cef901285bf46a1f929ad4eb
[toc] | [prev] | [next] | [standalone]
| From | Salvatore Bonaccorso <carnil@debian.org> |
|---|---|
| Date | 2022-12-30 14:10 +0100 |
| Message-ID | <FInj4-ekHr-3@gated-at.bofh.it> |
| In reply to | #77768 |
Hi,
Thanks Diederik.
On Fri, Dec 30, 2022 at 01:01:55PM +0100, Diederik de Haas wrote:
> On Friday, 30 December 2022 12:42:53 CET Thorsten Glaser wrote:
> > I think I reported the same thing against experimental some time ago,
> > but it now is a regression in stable. Building kernel modules shows:
> >
> > tglase@tglase-edge:~/lnx/master/janz $ make
> > make -C '/lib/modules/5.10.0-20-amd64/build'
> > M='/home/tglase/lnx/master/janz' modules make[1]: Entering directory
> > '/usr/src/linux-headers-5.10.0-20-amd64' W: /bin/sh:
> > /usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh:
> > inaccessible or not found
>
> That's likely https://bugs.debian.org/1008501 that was fixed here:
> https://salsa.debian.org/kernel-team/linux/-/commit/ee29a5e231886d26cef901285bf46a1f929ad4eb
Upstream commit c5006abb80e2 ("kbuild: Unify options for BTF
generation for vmlinux and modules") was as well backported in the
last rounds to 5.10.151, so yes we need the same fix for bullseye as
well.
Have added it to the bullseye branch for the next upload.
Regards,
Salvatore
[toc] | [prev] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2023-01-25 21:00 +0100 |
| Subject | Bug#1027325: marked as done (/usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: inaccessible or not found) |
| Message-ID | <FRU66-17aI-31@gated-at.bofh.it> |
| In reply to | #77766 |
[Multipart message — attachments visible in raw view] — view raw
Your message dated Wed, 25 Jan 2023 19:47:08 +0000 with message-id <E1pKljg-005WN1-QQ@fasolo.debian.org> and subject line Bug#1008501: fixed in linux 5.10.162-1 has caused the Debian Bug report #1008501, regarding /usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: inaccessible or not found 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 owner@bugs.debian.org immediately.) -- 1008501: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008501 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web