* [PR PATCH] New package: cpufetch-1.04
@ 2023-12-29 15:45 Clos3y
2023-12-29 15:51 ` [PR PATCH] [Updated] " Clos3y
` (14 more replies)
0 siblings, 15 replies; 16+ messages in thread
From: Clos3y @ 2023-12-29 15:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]
There is a new pull request by Clos3y against master on the void-packages repository
https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980
New package: cpufetch-1.04
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- 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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl (X)
- i686 (X)
- i686-musl (X)
Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.
A patch file from https://github.com/void-linux/void-packages/pull/47980.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cpufetch-1.04-47980.patch --]
[-- Type: text/x-diff, Size: 1028 bytes --]
From 7c40b4f490aafb9748fd946e0d60313c63dab5e1 Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH] New package: cpufetch-1.04
---
srcpkgs/cpufetch/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/cpufetch/template
diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 0000000000000..da4e6c1dd47b5
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,17 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.04
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v1.04.tar.gz"
+checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+
+do_install() {
+ vbin cpufetch
+ vman cpufetch.1
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: cpufetch-1.04
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
@ 2023-12-29 15:51 ` Clos3y
2023-12-29 15:57 ` Clos3y
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Clos3y @ 2023-12-29 15:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]
There is an updated pull request by Clos3y against master on the void-packages repository
https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980
New package: cpufetch-1.04
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- 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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl (X)
- i686 (X)
- i686-musl (X)
Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.
A patch file from https://github.com/void-linux/void-packages/pull/47980.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cpufetch-1.04-47980.patch --]
[-- Type: text/x-diff, Size: 1052 bytes --]
From 4addb05ad641934c311d7a48195156ddc9dad2e7 Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH] New package: cpufetch-1.04
---
srcpkgs/cpufetch/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/cpufetch/template
diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 0000000000000..322ba75729a31
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,18 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.04
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v1.04.tar.gz"
+checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+
+do_install() {
+ vbin cpufetch
+ vman cpufetch.1
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: cpufetch-1.04
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
2023-12-29 15:51 ` [PR PATCH] [Updated] " Clos3y
@ 2023-12-29 15:57 ` Clos3y
2024-02-13 16:18 ` melroy89
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Clos3y @ 2023-12-29 15:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]
There is an updated pull request by Clos3y against master on the void-packages repository
https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980
New package: cpufetch-1.04
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- 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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl (X)
- i686 (X)
- i686-musl (X)
Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.
A patch file from https://github.com/void-linux/void-packages/pull/47980.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cpufetch-1.04-47980.patch --]
[-- Type: text/x-diff, Size: 1058 bytes --]
From a68ec43b0c947fa20565c9323d8102a439c9b62f Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH] New package: cpufetch-1.04
---
srcpkgs/cpufetch/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/cpufetch/template
diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 0000000000000..544ae5185a49e
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,18 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.04
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
+checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+
+do_install() {
+ vbin cpufetch
+ vman cpufetch.1
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: cpufetch-1.04
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
2023-12-29 15:51 ` [PR PATCH] [Updated] " Clos3y
2023-12-29 15:57 ` Clos3y
@ 2024-02-13 16:18 ` melroy89
2024-02-13 22:36 ` [PR PATCH] [Updated] " Clos3y
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: melroy89 @ 2024-02-13 16:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 156 bytes --]
New comment by melroy89 on void-packages repository
https://github.com/void-linux/void-packages/pull/47980#issuecomment-1941932499
Comment:
v1.05 is out.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: cpufetch-1.04
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (2 preceding siblings ...)
2024-02-13 16:18 ` melroy89
@ 2024-02-13 22:36 ` Clos3y
2024-02-13 22:39 ` [PR PATCH] [Updated] New package: cpufetch-1.05 Clos3y
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Clos3y @ 2024-02-13 22:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]
There is an updated pull request by Clos3y against master on the void-packages repository
https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980
New package: cpufetch-1.04
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- 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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl (X)
- i686 (X)
- i686-musl (X)
Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.
A patch file from https://github.com/void-linux/void-packages/pull/47980.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cpufetch-1.04-47980.patch --]
[-- Type: text/x-diff, Size: 2091 bytes --]
From a68ec43b0c947fa20565c9323d8102a439c9b62f Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH 1/2] New package: cpufetch-1.04
---
srcpkgs/cpufetch/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/cpufetch/template
diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 00000000000000..544ae5185a49e9
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,18 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.04
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
+checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+
+do_install() {
+ vbin cpufetch
+ vman cpufetch.1
+}
From bcf483eed9696a5ae403045f01ea6ef40198330b Mon Sep 17 00:00:00 2001
From: Clos3y <sam.w.close@gmail.com>
Date: Tue, 13 Feb 2024 22:36:09 +0000
Subject: [PATCH 2/2] New package: cpufetch-1.05
---
srcpkgs/cpufetch/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
index 544ae5185a49e9..aca5fcd6686c26 100644
--- a/srcpkgs/cpufetch/template
+++ b/srcpkgs/cpufetch/template
@@ -1,6 +1,6 @@
# Template file for 'cpufetch'
pkgname=cpufetch
-version=1.04
+version=1.05
revision=1
archs="i686* x86_64*"
build_style=gnu-makefile
@@ -10,7 +10,7 @@ maintainer="Sam Close <sam.w.close@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/Dr-Noob/cpufetch"
distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
-checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+checksum=82c8195cc535ad468fa2e61fa9648bb09d55cbcc59f76a72b66bd99fd290a7e6
do_install() {
vbin cpufetch
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: cpufetch-1.05
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (3 preceding siblings ...)
2024-02-13 22:36 ` [PR PATCH] [Updated] " Clos3y
@ 2024-02-13 22:39 ` Clos3y
2024-02-13 22:41 ` Clos3y
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Clos3y @ 2024-02-13 22:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]
There is an updated pull request by Clos3y against master on the void-packages repository
https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980
New package: cpufetch-1.05
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- 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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl (X)
- i686 (X)
- i686-musl (X)
Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.
A patch file from https://github.com/void-linux/void-packages/pull/47980.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cpufetch-1.04-47980.patch --]
[-- Type: text/x-diff, Size: 1058 bytes --]
From 8c3fa3b17d0b80ba5121892c0dd1ec189564cd3e Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH] New package: cpufetch-1.05
---
srcpkgs/cpufetch/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/cpufetch/template
diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 0000000000000..aca5fcd6686c2
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,18 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.05
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
+checksum=82c8195cc535ad468fa2e61fa9648bb09d55cbcc59f76a72b66bd99fd290a7e6
+
+do_install() {
+ vbin cpufetch
+ vman cpufetch.1
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: cpufetch-1.05
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (4 preceding siblings ...)
2024-02-13 22:39 ` [PR PATCH] [Updated] New package: cpufetch-1.05 Clos3y
@ 2024-02-13 22:41 ` Clos3y
2024-05-14 1:46 ` github-actions
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Clos3y @ 2024-02-13 22:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
New comment by Clos3y on void-packages repository
https://github.com/void-linux/void-packages/pull/47980#issuecomment-1942758309
Comment:
> v1.05 is out.
Thanks! Have updated the template.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: cpufetch-1.05
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (5 preceding siblings ...)
2024-02-13 22:41 ` Clos3y
@ 2024-05-14 1:46 ` github-actions
2024-05-14 7:41 ` Clos3y
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2024-05-14 1:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/47980#issuecomment-2109122580
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: cpufetch-1.05
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (6 preceding siblings ...)
2024-05-14 1:46 ` github-actions
@ 2024-05-14 7:41 ` Clos3y
2024-07-23 15:15 ` [PR REVIEW] " classabbyamp
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Clos3y @ 2024-05-14 7:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 145 bytes --]
New comment by Clos3y on void-packages repository
https://github.com/void-linux/void-packages/pull/47980#issuecomment-2109498728
Comment:
Bump
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR REVIEW] New package: cpufetch-1.05
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (7 preceding siblings ...)
2024-05-14 7:41 ` Clos3y
@ 2024-07-23 15:15 ` classabbyamp
2024-07-23 15:55 ` Clos3y
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2024-07-23 15:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/47980#discussion_r1688249614
Comment:
https://github.com/Dr-Noob/cpufetch#1-support
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR REVIEW] New package: cpufetch-1.05
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (8 preceding siblings ...)
2024-07-23 15:15 ` [PR REVIEW] " classabbyamp
@ 2024-07-23 15:55 ` Clos3y
2024-07-23 16:01 ` classabbyamp
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Clos3y @ 2024-07-23 15:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 2035 bytes --]
New review comment by Clos3y on void-packages repository
https://github.com/void-linux/void-packages/pull/47980#discussion_r1688315096
Comment:
See comment:
> In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.
For example, `$ ./xbps-src -a armv7l pkg cpufetch`
```
armv7l-linux-gnueabihf-gcc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard -I/usr/armv7l-linux-gnueabihf/usr/include -ffile-prefix-map=/builddir/cpufetch-1.05=. -Wall -Wextra -pedantic -pthread -DARCH_X86 -std=c99 -fstack-protector-all -O2 -Wfloat-equal -Wshadow -Wpointer-arith -Wstrict-prototypes -c -pthread src/x86/freq/freq_nov.c -o freq_nov.o
armv7l-linux-gnueabihf-gcc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard -I/usr/armv7l-linux-gnueabihf/usr/include -ffile-prefix-map=/builddir/cpufetch-1.05=. -Wall -Wextra -pedantic -pthread -DARCH_X86 -std=c99 -fstack-protector-all -O2 -Wfloat-equal -Wshadow -Wpointer-arith -Wstrict-prototypes -c -mavx -pthread src/x86/freq/freq_avx.c -o freq_avx.o
armv7l-linux-gnueabihf-gcc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard -I/usr/armv7l-linux-gnueabihf/usr/include -ffile-prefix-map=/builddir/cpufetch-1.05=. -Wall -Wextra -pedantic -pthread -DARCH_X86 -std=c99 -fstack-protector-all -O2 -Wfloat-equal -Wshadow -Wpointer-arith -Wstrict-prototypes -c -mavx512f -pthread src/x86/freq/freq_avx512.c -o freq_avx512.o
armv7l-linux-gnueabihf-gcc: error: unrecognized command-line option '-mavx'
make: *** [Makefile:84: freq_avx.o] Error 1
make: *** Waiting for unfinished jobs....
armv7l-linux-gnueabihf-gcc: error: unrecognized command-line option '-mavx512f'
make: *** [Makefile:87: freq_avx512.o] Error 1
src/x86/freq/freq_nov.c:2:10: fatal error: immintrin.h: No such file or directory
2 | #include <immintrin.h>
| ^~~~~~~~~~~~~
compilation terminated.
```
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR REVIEW] New package: cpufetch-1.05
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (9 preceding siblings ...)
2024-07-23 15:55 ` Clos3y
@ 2024-07-23 16:01 ` classabbyamp
2024-07-23 16:01 ` classabbyamp
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2024-07-23 16:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 220 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/47980#discussion_r1688324443
Comment:
try adding `arch=${XBPS_TARGET_MACHINE%-musl}` to `make_build_args`
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR REVIEW] New package: cpufetch-1.05
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (10 preceding siblings ...)
2024-07-23 16:01 ` classabbyamp
@ 2024-07-23 16:01 ` classabbyamp
2024-07-23 16:44 ` Clos3y
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2024-07-23 16:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 282 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/47980#discussion_r1688324443
Comment:
try adding `arch=${XBPS_TARGET_MACHINE%-musl}` to `make_build_args`
https://github.com/Dr-Noob/cpufetch/blob/master/Makefile#L15
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR REVIEW] New package: cpufetch-1.05
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (11 preceding siblings ...)
2024-07-23 16:01 ` classabbyamp
@ 2024-07-23 16:44 ` Clos3y
2024-07-23 16:46 ` [PR PATCH] [Updated] " Clos3y
2024-07-23 16:51 ` [PR PATCH] [Merged]: " classabbyamp
14 siblings, 0 replies; 16+ messages in thread
From: Clos3y @ 2024-07-23 16:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
New review comment by Clos3y on void-packages repository
https://github.com/void-linux/void-packages/pull/47980#discussion_r1688386229
Comment:
That's fixed it, thanks! The only things it now won't build on are `armv5*` and `mips*` which are unsupported anyways. I'll push the change.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: cpufetch-1.05
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (12 preceding siblings ...)
2024-07-23 16:44 ` Clos3y
@ 2024-07-23 16:46 ` Clos3y
2024-07-23 16:51 ` [PR PATCH] [Merged]: " classabbyamp
14 siblings, 0 replies; 16+ messages in thread
From: Clos3y @ 2024-07-23 16:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]
There is an updated pull request by Clos3y against master on the void-packages repository
https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980
New package: cpufetch-1.05
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- 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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl (X)
- i686 (X)
- i686-musl (X)
Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.
A patch file from https://github.com/void-linux/void-packages/pull/47980.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cpufetch-1.04-47980.patch --]
[-- Type: text/x-diff, Size: 1115 bytes --]
From eae37856579f46e870f941b30c25974fb44c992f Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH] New package: cpufetch-1.05
---
srcpkgs/cpufetch/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/cpufetch/template
diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 00000000000000..b0569d7e38595f
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,19 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.05
+revision=1
+archs="~armv5* ~mips*"
+build_style=gnu-makefile
+make_build_args="arch=${XBPS_TARGET_MACHINE%-musl}"
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
+checksum=82c8195cc535ad468fa2e61fa9648bb09d55cbcc59f76a72b66bd99fd290a7e6
+
+do_install() {
+ vbin cpufetch
+ vman cpufetch.1
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Merged]: New package: cpufetch-1.05
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
` (13 preceding siblings ...)
2024-07-23 16:46 ` [PR PATCH] [Updated] " Clos3y
@ 2024-07-23 16:51 ` classabbyamp
14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2024-07-23 16:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1214 bytes --]
There's a merged pull request on the void-packages repository
New package: cpufetch-1.05
https://github.com/void-linux/void-packages/pull/47980
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- 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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl (X)
- i686 (X)
- i686-musl (X)
Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-07-23 16:51 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
2023-12-29 15:51 ` [PR PATCH] [Updated] " Clos3y
2023-12-29 15:57 ` Clos3y
2024-02-13 16:18 ` melroy89
2024-02-13 22:36 ` [PR PATCH] [Updated] " Clos3y
2024-02-13 22:39 ` [PR PATCH] [Updated] New package: cpufetch-1.05 Clos3y
2024-02-13 22:41 ` Clos3y
2024-05-14 1:46 ` github-actions
2024-05-14 7:41 ` Clos3y
2024-07-23 15:15 ` [PR REVIEW] " classabbyamp
2024-07-23 15:55 ` Clos3y
2024-07-23 16:01 ` classabbyamp
2024-07-23 16:01 ` classabbyamp
2024-07-23 16:44 ` Clos3y
2024-07-23 16:46 ` [PR PATCH] [Updated] " Clos3y
2024-07-23 16:51 ` [PR PATCH] [Merged]: " classabbyamp
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).