Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pinebookpro-kernel: add missing header files
@ 2020-10-25 18:32 the-antz
  2020-10-25 19:05 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: the-antz @ 2020-10-25 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

There is a new pull request by the-antz against master on the void-packages repository

https://github.com/the-antz/void-packages pbp-dkms
https://github.com/void-linux/void-packages/pull/25882

pinebookpro-kernel: add missing header files
The missing vdso header files prevented dkms from building zfs (and
probably other modules).

They're also included in the upstream 5.8 package https://github.com/void-linux/void-packages/blob/6d11ea5f69d561753a77854017e660a9deb8080d/srcpkgs/linux5.8/template#L182

I successfully cross compiled it on ppc64le (compiles successfully, result untested) and native on aarch64 (compiles successfully, result seems to work fine).
I'm currently building it on aarch64-musl but I'm not sure if that's relevant for a kernel package.

A patch file from https://github.com/void-linux/void-packages/pull/25882.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pbp-dkms-25882.patch --]
[-- Type: text/x-diff, Size: 1284 bytes --]

From cf8da04984bc16d5ff7e4629a852b3884404c320 Mon Sep 17 00:00:00 2001
From: Antz <antzz@protonmail.ch>
Date: Sat, 24 Oct 2020 21:11:44 +0000
Subject: [PATCH] pinebookpro-kernel: add missing header files

The missing vdso header files prevented dkms from building zfs (and
probably other modules).
---
 srcpkgs/pinebookpro-kernel/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pinebookpro-kernel/template b/srcpkgs/pinebookpro-kernel/template
index 2cfdd54a23b2..97187d41d5e0 100644
--- a/srcpkgs/pinebookpro-kernel/template
+++ b/srcpkgs/pinebookpro-kernel/template
@@ -1,7 +1,7 @@
 # Template file for 'pinebookpro-kernel'
 pkgname=pinebookpro-kernel
 version=5.7.0
-revision=1
+revision=2
 archs="aarch64*"
 _commit=a8f4db8a726e5e4552e61333dcd9ea1ff35f39f9
 wrksrc="linux-pinebook-pro-${_commit}"
@@ -117,7 +117,7 @@ do_install() {
 	# Remove firmware stuff provided by the "linux-firmware" pkg.
 	rm -rf ${DESTDIR}/usr/lib/firmware
 
-	for i in acpi asm-generic clocksource config crypto drm generated linux \
+	for i in acpi asm-generic clocksource config crypto drm generated linux vdso \
 		math-emu media net pcmcia scsi sound trace uapi video xen dt-bindings; do
 		if [ -d include/$i ]; then
 			cp -a include/$i ${hdrdest}/include

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pinebookpro-kernel: add missing header files
  2020-10-25 18:32 [PR PATCH] pinebookpro-kernel: add missing header files the-antz
@ 2020-10-25 19:05 ` ericonr
  2020-10-25 22:36 ` the-antz
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-10-25 19:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25882#issuecomment-716195639

Comment:
> I'm currently building it on aarch64-musl but I'm not sure if that's relevant for a kernel package. 

Surprisingly, it can be. But since you're only moving the additional header, probably isn't.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pinebookpro-kernel: add missing header files
  2020-10-25 18:32 [PR PATCH] pinebookpro-kernel: add missing header files the-antz
  2020-10-25 19:05 ` ericonr
@ 2020-10-25 22:36 ` the-antz
  2020-10-26  4:07 ` CameronNemo
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: the-antz @ 2020-10-25 22:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

New comment by the-antz on void-packages repository

https://github.com/void-linux/void-packages/pull/25882#issuecomment-716223897

Comment:
aarch64-musl build complete, didn't notice any issues.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pinebookpro-kernel: add missing header files
  2020-10-25 18:32 [PR PATCH] pinebookpro-kernel: add missing header files the-antz
  2020-10-25 19:05 ` ericonr
  2020-10-25 22:36 ` the-antz
@ 2020-10-26  4:07 ` CameronNemo
  2020-10-26 14:50 ` [PR PATCH] [Updated] " the-antz
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: CameronNemo @ 2020-10-26  4:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/25882#issuecomment-716291098

Comment:
Please ALWAYS specify `[ci skip]` in the commit message for changes to large packages like kernels or web browsers.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] pinebookpro-kernel: add missing header files
  2020-10-25 18:32 [PR PATCH] pinebookpro-kernel: add missing header files the-antz
                   ` (2 preceding siblings ...)
  2020-10-26  4:07 ` CameronNemo
@ 2020-10-26 14:50 ` the-antz
  2020-10-26 14:51 ` the-antz
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: the-antz @ 2020-10-26 14:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 867 bytes --]

There is an updated pull request by the-antz against master on the void-packages repository

https://github.com/the-antz/void-packages pbp-dkms
https://github.com/void-linux/void-packages/pull/25882

pinebookpro-kernel: add missing header files
The missing vdso header files prevented dkms from building zfs (and
probably other modules).

They're also included in the upstream 5.8 package https://github.com/void-linux/void-packages/blob/6d11ea5f69d561753a77854017e660a9deb8080d/srcpkgs/linux5.8/template#L182

I successfully cross compiled it on ppc64le (compiles successfully, result untested) and native on aarch64 (compiles successfully, result seems to work fine).
I'm currently building it on aarch64-musl but I'm not sure if that's relevant for a kernel package.

A patch file from https://github.com/void-linux/void-packages/pull/25882.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pbp-dkms-25882.patch --]
[-- Type: text/x-diff, Size: 1292 bytes --]

From eb4c424233f5d4b19a21c36837eec66beb241662 Mon Sep 17 00:00:00 2001
From: Antz <antzz@protonmail.ch>
Date: Sat, 24 Oct 2020 21:11:44 +0000
Subject: [PATCH] pinebookpro-kernel: add missing header files

The missing vdso header files prevented dkms from building zfs (and
probably other modules).
[ci skip]
---
 srcpkgs/pinebookpro-kernel/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pinebookpro-kernel/template b/srcpkgs/pinebookpro-kernel/template
index 2cfdd54a23b..97187d41d5e 100644
--- a/srcpkgs/pinebookpro-kernel/template
+++ b/srcpkgs/pinebookpro-kernel/template
@@ -1,7 +1,7 @@
 # Template file for 'pinebookpro-kernel'
 pkgname=pinebookpro-kernel
 version=5.7.0
-revision=1
+revision=2
 archs="aarch64*"
 _commit=a8f4db8a726e5e4552e61333dcd9ea1ff35f39f9
 wrksrc="linux-pinebook-pro-${_commit}"
@@ -117,7 +117,7 @@ do_install() {
 	# Remove firmware stuff provided by the "linux-firmware" pkg.
 	rm -rf ${DESTDIR}/usr/lib/firmware
 
-	for i in acpi asm-generic clocksource config crypto drm generated linux \
+	for i in acpi asm-generic clocksource config crypto drm generated linux vdso \
 		math-emu media net pcmcia scsi sound trace uapi video xen dt-bindings; do
 		if [ -d include/$i ]; then
 			cp -a include/$i ${hdrdest}/include

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pinebookpro-kernel: add missing header files
  2020-10-25 18:32 [PR PATCH] pinebookpro-kernel: add missing header files the-antz
                   ` (3 preceding siblings ...)
  2020-10-26 14:50 ` [PR PATCH] [Updated] " the-antz
@ 2020-10-26 14:51 ` the-antz
  2020-12-03 21:24 ` the-antz
  2020-12-03 21:24 ` [PR PATCH] [Closed]: " the-antz
  6 siblings, 0 replies; 8+ messages in thread
From: the-antz @ 2020-10-26 14:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

New comment by the-antz on void-packages repository

https://github.com/void-linux/void-packages/pull/25882#issuecomment-716598821

Comment:
> Please ALWAYS specify `[ci skip]` in the commit message for changes to large packages like kernels or web browsers.

Whops, sry I forgot, will do.

Force-pushed for proper git history.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pinebookpro-kernel: add missing header files
  2020-10-25 18:32 [PR PATCH] pinebookpro-kernel: add missing header files the-antz
                   ` (4 preceding siblings ...)
  2020-10-26 14:51 ` the-antz
@ 2020-12-03 21:24 ` the-antz
  2020-12-03 21:24 ` [PR PATCH] [Closed]: " the-antz
  6 siblings, 0 replies; 8+ messages in thread
From: the-antz @ 2020-12-03 21:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

New comment by the-antz on void-packages repository

https://github.com/void-linux/void-packages/pull/25882#issuecomment-738328548

Comment:
Closing this because it's obsolete due to https://github.com/void-linux/void-packages/commit/3c65add1b27078eb49d866479685b766a697aee5 and https://github.com/void-linux/void-packages/pull/25546#issuecomment-716276925

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: pinebookpro-kernel: add missing header files
  2020-10-25 18:32 [PR PATCH] pinebookpro-kernel: add missing header files the-antz
                   ` (5 preceding siblings ...)
  2020-12-03 21:24 ` the-antz
@ 2020-12-03 21:24 ` the-antz
  6 siblings, 0 replies; 8+ messages in thread
From: the-antz @ 2020-12-03 21:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 708 bytes --]

There's a closed pull request on the void-packages repository

pinebookpro-kernel: add missing header files
https://github.com/void-linux/void-packages/pull/25882

Description:
The missing vdso header files prevented dkms from building zfs (and
probably other modules).

They're also included in the upstream 5.8 package https://github.com/void-linux/void-packages/blob/6d11ea5f69d561753a77854017e660a9deb8080d/srcpkgs/linux5.8/template#L182

I successfully cross compiled it on ppc64le (compiles successfully, result untested) and native on aarch64 (compiles successfully, result seems to work fine).
I'm currently building it on aarch64-musl but I'm not sure if that's relevant for a kernel package.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-12-03 21:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-25 18:32 [PR PATCH] pinebookpro-kernel: add missing header files the-antz
2020-10-25 19:05 ` ericonr
2020-10-25 22:36 ` the-antz
2020-10-26  4:07 ` CameronNemo
2020-10-26 14:50 ` [PR PATCH] [Updated] " the-antz
2020-10-26 14:51 ` the-antz
2020-12-03 21:24 ` the-antz
2020-12-03 21:24 ` [PR PATCH] [Closed]: " the-antz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).