Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #64243 > unrolled thread
| Started by | Fab Stz <fabstz-it@yahoo.fr> |
|---|---|
| First post | 2019-06-11 17:10 +0200 |
| Last post | 2019-06-11 23:40 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.debian.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Bug#771339: linux: linux-headers 3.16 Makefile contains VERSION=2 PATCHLEVEL=6 Fab Stz <fabstz-it@yahoo.fr> - 2019-06-11 17:10 +0200
Bug#771339: linux: linux-headers 3.16 Makefile contains VERSION=2 PATCHLEVEL=6 Ben Hutchings <ben@decadent.org.uk> - 2019-06-11 22:50 +0200
Bug#771339: linux: linux-headers 3.16 Makefile contains VERSION=2 PATCHLEVEL=6 Fab Stz <fabstz-it@yahoo.fr> - 2019-06-11 23:40 +0200
| From | Fab Stz <fabstz-it@yahoo.fr> |
|---|---|
| Date | 2019-06-11 17:10 +0200 |
| Subject | Bug#771339: linux: linux-headers 3.16 Makefile contains VERSION=2 PATCHLEVEL=6 |
| Message-ID | <y7Qzn-3Ko-3@gated-at.bofh.it> |
Source: linux Version: 4.9.0 or 4.19... probably any Followup-For: Bug #771339 Dear Maintainer, This bug still exists in linux 4.9 and 4.19 (stretch, stretch-backports and also buster) Like the first reporter, I tried compiling the amdgpu driver provided by AMD (through DKMS) and it is searching for the kernel version in that file. As a workaroung in the meantime, I manually set VERSION to 4 and PATCHLEVEL to 19 in /usr/src/linux-headers-4.9.0-9-amd64/Makefile or the equivalent for 4.19 -- System Information: Debian Release: 9.9 APT prefers stable-updates APT policy: (991, 'stable-updates'), (991, 'stable'), (95, 'testing'), (90, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-0.bpo.5-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
[toc] | [next] | [standalone]
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Date | 2019-06-11 22:50 +0200 |
| Message-ID | <y7VSp-6NE-1@gated-at.bofh.it> |
| In reply to | #64243 |
[Multipart message — attachments visible in raw view] — view raw
On Tue, 2019-06-11 at 17:01 +0200, Fab Stz wrote: > Source: linux > Version: 4.9.0 or 4.19... probably any > Followup-For: Bug #771339 > > Dear Maintainer, > > This bug still exists in linux 4.9 and 4.19 (stretch, stretch-backports and > also buster) > > Like the first reporter, I tried compiling the amdgpu driver provided by AMD > (through DKMS) and it is searching for the kernel version in that file. > > As a workaroung in the meantime, I manually set VERSION to 4 and PATCHLEVEL to > 19 in /usr/src/linux-headers-4.9.0-9-amd64/Makefile > or the equivalent for 4.19 They should be using "make kernelversion" instead of looking for variable assignments the Makefile. This is not even a Debian-specific problem any more. Looking for variable assignments in the Makefile will break whenever the kernel is built out-of-tree (since Linux 4.20). Ben. -- Ben Hutchings For every complex problem there is a solution that is simple, neat, and wrong.
[toc] | [prev] | [next] | [standalone]
| From | Fab Stz <fabstz-it@yahoo.fr> |
|---|---|
| Date | 2019-06-11 23:40 +0200 |
| Message-ID | <y7WEN-7j5-1@gated-at.bofh.it> |
| In reply to | #64248 |
Le mardi 11 juin 2019, 21:41:25 CEST Ben Hutchings a écrit : > They should be using "make kernelversion" instead of looking for > variable assignments the Makefile. > > This is not even a Debian-specific problem any more. Looking for > variable assignments in the Makefile will break whenever the kernel is > built out-of-tree (since Linux 4.20). Oh, ok. Thank you for the tip.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web