* [PR PATCH] corectrl: update to 1.4.3
@ 2025-01-02 23:46 tstraus13
2025-01-02 23:58 ` tstraus13
2025-01-11 22:53 ` [PR PATCH] [Merged]: " Johnnynator
0 siblings, 2 replies; 3+ messages in thread
From: tstraus13 @ 2025-01-02 23:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1446 bytes --]
There is a new pull request by tstraus13 against master on the void-packages repository
https://github.com/tstraus13/void-packages CoreCtrl-1.4.3
https://github.com/void-linux/void-packages/pull/53818
corectrl: update to 1.4.3
Just a version bump. Although I was able to build for x86_64, aarch64, and aarch64-musl but x86_64-musl would not build with this error.
```
CMake Error: AUTOMOC for target corectrl_lib: Test run of "moc" executable "/usr/x86_64-linux-musl/usr/lib/qt5/bin/moc" failed.
/usr/x86_64-linux-musl/usr/lib/qt5/bin/moc -h
no such file or directory
CMake Generate step failed. Build files cannot be regenerated correctly.
=> ERROR: corectrl-1.4.3_1: do_configure: 'CFLAGS="-DNDEBUG ${CFLAGS/ -pipe / }" CXXFLAGS="-DNDEBUG ${CXXFLAGS/ -pipe / }" cmake ${cmake_args} ${configure_args} ${LIBS:+-DCMAKE_C_STANDARD_LIBRARIES="$LIBS"} ${LIBS:+-DCMAKE_CXX_STANDARD_LIBRARIES="$LIBS"} ${wrksrc}/${build_wrksrc}' exited with 1
=> ERROR: in do_configure() at common/build-style/cmake.sh:77
```
I was able to run the application fine on x86_64.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64
- aarch64-musl
A patch file from https://github.com/void-linux/void-packages/pull/53818.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-CoreCtrl-1.4.3-53818.patch --]
[-- Type: text/x-diff, Size: 1130 bytes --]
From 5df13dc18899b87d0c2c308b53d81d95a619b194 Mon Sep 17 00:00:00 2001
From: Tom Strausbaugh <tstrausbaugh@straustech.net>
Date: Thu, 2 Jan 2025 18:27:30 -0500
Subject: [PATCH] corectrl: update to 1.4.3
---
srcpkgs/corectrl/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/corectrl/template b/srcpkgs/corectrl/template
index 69c35c0049817e..b245a70f6bcc39 100644
--- a/srcpkgs/corectrl/template
+++ b/srcpkgs/corectrl/template
@@ -1,6 +1,6 @@
# Template file for 'corectrl'
pkgname=corectrl
-version=1.4.1
+version=1.4.3
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF" # requires https://github.com/rollbear/trompeloeil which isn't packaged
@@ -16,4 +16,4 @@ license="GPL-3.0-or-later"
homepage="https://gitlab.com/corectrl/corectrl"
changelog="https://gitlab.com/corectrl/corectrl/-/raw/master/CHANGELOG.md"
distfiles="https://gitlab.com/corectrl/corectrl/-/archive/v${version}/corectrl-v${version}.tar.gz"
-checksum="dec3471142884e1940daa85bec7dbd4df1bc5a33cf1c523048031d4916fa9acd"
+checksum="33e5ab55eff77868a0fdf34d3a0d2b434ff7defd03e2997a2d36eae82230c7f4"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: corectrl: update to 1.4.3
2025-01-02 23:46 [PR PATCH] corectrl: update to 1.4.3 tstraus13
@ 2025-01-02 23:58 ` tstraus13
2025-01-11 22:53 ` [PR PATCH] [Merged]: " Johnnynator
1 sibling, 0 replies; 3+ messages in thread
From: tstraus13 @ 2025-01-02 23:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 243 bytes --]
New comment by tstraus13 on void-packages repository
https://github.com/void-linux/void-packages/pull/53818#issuecomment-2568535405
Comment:
Even though I couldn't build x86_64-musl locally it looks like the github builder ran successfully.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: corectrl: update to 1.4.3
2025-01-02 23:46 [PR PATCH] corectrl: update to 1.4.3 tstraus13
2025-01-02 23:58 ` tstraus13
@ 2025-01-11 22:53 ` Johnnynator
1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2025-01-11 22:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]
There's a merged pull request on the void-packages repository
corectrl: update to 1.4.3
https://github.com/void-linux/void-packages/pull/53818
Description:
Just a version bump. Although I was able to build for x86_64, aarch64, and aarch64-musl but x86_64-musl would not build with this error.
```
CMake Error: AUTOMOC for target corectrl_lib: Test run of "moc" executable "/usr/x86_64-linux-musl/usr/lib/qt5/bin/moc" failed.
/usr/x86_64-linux-musl/usr/lib/qt5/bin/moc -h
no such file or directory
CMake Generate step failed. Build files cannot be regenerated correctly.
=> ERROR: corectrl-1.4.3_1: do_configure: 'CFLAGS="-DNDEBUG ${CFLAGS/ -pipe / }" CXXFLAGS="-DNDEBUG ${CXXFLAGS/ -pipe / }" cmake ${cmake_args} ${configure_args} ${LIBS:+-DCMAKE_C_STANDARD_LIBRARIES="$LIBS"} ${LIBS:+-DCMAKE_CXX_STANDARD_LIBRARIES="$LIBS"} ${wrksrc}/${build_wrksrc}' exited with 1
=> ERROR: in do_configure() at common/build-style/cmake.sh:77
```
I was able to run the application fine on x86_64.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64
- aarch64-musl
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-11 22:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-02 23:46 [PR PATCH] corectrl: update to 1.4.3 tstraus13
2025-01-02 23:58 ` tstraus13
2025-01-11 22:53 ` [PR PATCH] [Merged]: " Johnnynator
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).