Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux-tools: correct the functional detection
@ 2022-11-10  2:13 sgn
  2022-11-10  2:20 ` [PR PATCH] [Updated] " sgn
  2022-11-10  2:30 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: sgn @ 2022-11-10  2:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages linux-tools-fix
https://github.com/void-linux/void-packages/pull/40428

linux-tools: correct the functional detection
They're build as part of tools/build.
fixdep will be built by HOSTCC anyway.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux-tools-fix-40428.patch --]
[-- Type: text/x-diff, Size: 1011 bytes --]

From d5797cf2b83c66f5aa75285645799aa6953baeaa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 10 Nov 2022 09:11:38 +0700
Subject: [PATCH] linux-tools: correct the functional detection

They're build as part of tools/build.
fixdep will be built by HOSTCC anyway.
---
 srcpkgs/linux-tools/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index 3a921569ee66..88ea85b41d7b 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -65,9 +65,9 @@ do_build() {
 	esac
 
 	make -C tools/build V=1 \
-		CC=$CC_FOR_BUILD LD=$LD_FOR_BUILD \
-		CFLAGS="$CFLAGS_FOR_BUILD" EXTRA_CFLAGS="$CFLAGS_FOR_BUILD" \
-		LDFLAGS="$LDFLAGS_FOR_BUILD" \
+		CC=$CC LD=$LD \
+		CFLAGS="$CFLAGS" EXTRA_CFLAGS="$CFLAGS" \
+		LDFLAGS="$LDFLAGS" \
 		WERROR=0 NO_GTK2=1 NO_SDT=1 PYTHON=python3
 
 	make -C tools/perf ${makejobs} V=1 ARCH=$arch \

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

* Re: [PR PATCH] [Updated] linux-tools: correct the functional detection
  2022-11-10  2:13 [PR PATCH] linux-tools: correct the functional detection sgn
@ 2022-11-10  2:20 ` sgn
  2022-11-10  2:30 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2022-11-10  2:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages linux-tools-fix
https://github.com/void-linux/void-packages/pull/40428

linux-tools: correct the functional detection
They're build as part of tools/build.
fixdep will be built by HOSTCC anyway.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux-tools-fix-40428.patch --]
[-- Type: text/x-diff, Size: 1241 bytes --]

From cbf4af8f7eade7c5a3bfea6a12c2fae45137953a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 10 Nov 2022 09:11:38 +0700
Subject: [PATCH] linux-tools: correct the functional detection

They're build as part of tools/build.
fixdep will be built by HOSTCC anyway.
---
 srcpkgs/linux-tools/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index 3a921569ee66..8698e4fc73c9 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -48,7 +48,6 @@ post_extract() {
 pre_configure() {
 	echo "#define PERF_VERSION \"${version}_${revision}\"" \
 		>tools/perf/PERF-VERSION-FILE
-	vsed -i 's/usbip_bind_driver.8//' tools/usb/usbip/Makefile.am
 }
 
 do_build() {
@@ -65,9 +64,9 @@ do_build() {
 	esac
 
 	make -C tools/build V=1 \
-		CC=$CC_FOR_BUILD LD=$LD_FOR_BUILD \
-		CFLAGS="$CFLAGS_FOR_BUILD" EXTRA_CFLAGS="$CFLAGS_FOR_BUILD" \
-		LDFLAGS="$LDFLAGS_FOR_BUILD" \
+		CC=$CC LD=$LD \
+		CFLAGS="$CFLAGS" EXTRA_CFLAGS="$CFLAGS" \
+		LDFLAGS="$LDFLAGS" \
 		WERROR=0 NO_GTK2=1 NO_SDT=1 PYTHON=python3
 
 	make -C tools/perf ${makejobs} V=1 ARCH=$arch \

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

* Re: [PR PATCH] [Merged]: linux-tools: correct the functional detection
  2022-11-10  2:13 [PR PATCH] linux-tools: correct the functional detection sgn
  2022-11-10  2:20 ` [PR PATCH] [Updated] " sgn
@ 2022-11-10  2:30 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2022-11-10  2:30 UTC (permalink / raw)
  To: ml

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

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

linux-tools: correct the functional detection
https://github.com/void-linux/void-packages/pull/40428

Description:
They're build as part of tools/build.
fixdep will be built by HOSTCC anyway.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-11-10  2:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10  2:13 [PR PATCH] linux-tools: correct the functional detection sgn
2022-11-10  2:20 ` [PR PATCH] [Updated] " sgn
2022-11-10  2:30 ` [PR PATCH] [Merged]: " sgn

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).