bug#68439: [PATCH v2] gnu: icewm: Update to 3.4.6

2024-03-25 Thread Andy Tai
* gnu/packages/wm.scm (icewm): Update to 3.4.6 [arguments]: Remove the deletion of gmo files as they are not regenerated correctly. Change-Id: Ieff1fc5417cfe164fa7886774e8855fd95248c8f --- gnu/packages/wm.scm | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git

bug#68439: icewm do not install MO files.

2024-01-14 Thread Andy Tai
I remember that was left over and kept from previous patches. If they are not rebuilt there is a bug I will remove these lines in the next update to the next version, unless there is objection. On Sat, Jan 13, 2024 at 7:08 PM Feng Shu wrote: > > > Hello: > > At the moment: icewm do not install

bug#65391: People need to report failing builds even

2023-08-27 Thread Andy Tai
On 2023-08-27 02:13, 宋文武 wrote: > Maybe we can automatically report the failures as bugs, say every 7 > days, and remove a package if it still fail to build in 90 days? Hi, maybe build failures should be limited to certain platforms that can cause this treatment, such as (32-bit) x86, x86-64 and

bug#63526: ping on a build fix for a build failure (main branch)

2023-06-09 Thread Andy Tai
I did contact upstream, no response On Fri, Jun 9, 2023 at 4:07 AM Andreas Enge wrote: > > Hello Andy, > > Am Tue, May 30, 2023 at 10:54:20AM -0700 schrieb Andy Tai: > > Hi, following previous comments (thanks) I have submitted a patch to > > correctly fix a build

bug#63526: [PATCH v2] gnu (hubbub): Fix build

2023-05-27 Thread Andy Tai
v/null +++ b/gnu/packages/patches/hubbub-prevent-Werror-maybe-uninitialized-build-failure-wit.patch @@ -0,0 +1,40 @@ +From 69d81a8a4d4c223aad67cde0fdf64d64351b9802 Mon Sep 17 00:00:00 2001 +From: Andy Tai +Date: Sat, 27 May 2023 00:01:34 -0700 +Subject: [PATCH] prevent -Werror=maybe-uninitialized

bug#63526: [PATCH] gnu: hubbub: Disable building tests

2023-05-25 Thread Andy Tai
Will do. Thanks On Thu, May 25, 2023 at 6:35 AM Bruno Victal wrote: > > On 2023-05-25 14:02, Greg Hogan wrote: > > > Based on the error, can we instead add > > "-Wno-error=maybe-uninitialized" to the configure-flags? > > I'd report this upstream first, it can be the case that the error > (which

bug#63526: [PATCH] gnu: hubbub: Disable building tests

2023-05-22 Thread Andy Tai
Fix for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63526 * gnu/packages/web.scm (hubbub): [arguments] (tests): Set to #f to disable test build --- gnu/packages/web.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index

bug#63526: hubbub build failure when doing guix package -u

2023-05-15 Thread Andy Tai
key lines: COMPILE: test/tokeniser2.c COMPILE: test/tokeniser3.c COMPILE: test/tree.c COMPILE: test/tree2.c COMPILE: test/tree-buf.c test/tokeniser2.c: In function ‘token_handler’: test/tokeniser2.c:444:46: error: ‘t.data.character.ptr’ may be used uninitialized [-Werror=maybe-uninitialized]

bug#63456: [PATCH] gnu: mesa-opencl: Remove reference to patch

2023-05-12 Thread Andy Tai
Fixes . * gnu/packages/patches/mesa-opencl-all-targets.patch: Removed * gnu/local.mk: Remove reference to mesa-opencl-all-targets.patch * gnu/packages/gl.scm (mesa-opencl)[source]::Remove patch application of mesa-opencl-all-targets.patch --- gnu/local.mk

bug#63456: Acknowledgement (mesa build failure at guix package -u)

2023-05-12 Thread Andy Tai
the actual package failing to build is mesa-opencl, not mesa itself

bug#63456: mesa build failure at guix package -u

2023-05-12 Thread Andy Tai
When I do guix package -u from the current guix repo, mesa build fails at mesa, key parts of build log: mesa-23.0.3/subprojects/expat.wrap mesa-23.0.3/subprojects/perfetto.wrap mesa-23.0.3/subprojects/zlib.wrap patching file meson.build Hunk #1 FAILED at 1479. 1 out of 1 hunk FAILED -- saving

bug#63156: Acknowledgement (guix package -u failure on pyopengl-accelerate-3.1.5)

2023-04-29 Thread Andy Tai
may be fixed by patch in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63168

bug#63156: Acknowledgement (guix package -u failure on pyopengl-accelerate-3.1.5)

2023-04-29 Thread Andy Tai
These may be the key error lines: gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fno-semantic-interposition -fPIC -I/tmp/guix-build-python-pyopengl-accelerate-3.1.5.drv-0/PyOpenGL-accelerate-3.1.5/..

bug#63156: guix package -u failure on pyopengl-accelerate-3.1.5

2023-04-28 Thread Andy Tai
doing guix package -u with the guix post merge of core-updates (thus using the main branch, gux package -u fails with | 'build' phase2023-04-28 12:02:50,512 Error: cannot execute signal listener 2023-04-28 12:02:50,512 [Errno 2] No such file or directory: 'python3.9' \ 'build' phasebuilder for

bug#62533: Gnucash: help window cannot show manual or content

2023-04-15 Thread Andy Tai
OK, that resolved it. Thanks On Fri, Apr 14, 2023 at 10:35 PM Maxim Cournoyer wrote: > > Hi, > > Andy Tai writes: > > > guix install, and then run Gnucash (4.11 as the current version). > > Select "help" from the drop down menu. > > > > the help

bug#62533: Gnucash: help window cannot show manual or content

2023-03-29 Thread Andy Tai
guix install, and then run Gnucash (4.11 as the current version). Select "help" from the drop down menu. the help window opens but shows an error that its content cannot be found

bug#52591: downloading from software archives as default even if version is wrong

2021-12-17 Thread Andy Tai
On Fri, Dec 17, 2021 at 4:10 PM Tobias Geerinckx-Rice wrote: > OK to close as NOTABUG? sure

bug#52591: downloading from software archives as default even if version is wrong

2021-12-17 Thread Andy Tai
I was trying to update a package. I updated the package definition: ---patch-- diff --git a/gnu/packages/mono.scm b/gnu/packages/mono.scm index 6a7afbafbf..9eeb46ef16 100644 --- a/gnu/packages/mono.scm +++ b/gnu/packages/mono.scm @@ -38,7 +38,7 @@ (define-module (gnu packages mono)

bug#49427: Acknowledgement (grpc build failure)

2021-07-06 Thread Andy Tai
guix --version guix (GNU Guix) f7e14782025bf87aaef694a21f34010b1a95f7f6 On Mon, Jul 5, 2021 at 5:25 PM GNU bug Tracking System wrote: > > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > >

bug#49427: grpc build failure

2021-07-06 Thread Andy Tai
on an x86-64 virtual machine (kvm-qemu) running the current Guix, guix package -u fails at gprc. The build log of grpc shows failure: /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DPB_FIELD_16BIT -Dgrpc___cronet_EXPORTS -I/tmp/guix-build-grpc-1.16.1.drv-0/source/include

bug#49427: Acknowledgement (grpc build failure)

2021-07-06 Thread Andy Tai
Never mind; after a new guix pull this no longer happens. Please close this bug On Mon, Jul 5, 2021 at 5:26 PM Andy Tai wrote: > > guix --version > guix (GNU Guix) f7e14782025bf87aaef694a21f34010b1a95f7f6 > > On Mon, Jul 5, 2021 at 5:25 PM GNU bug Tracking System > wrote:

bug#46666: package addition/update patch submissions

2021-02-20 Thread Andy Tai
be applied more quickly to make Guix more "up to date" as a GNU/Linux distribution. Just curious if there is any guideline to make package addition or update patches easier for the reviewers to process, thus speeding up submission application. Thanks -- Andy Tai, a...@atai.org Year 2021

bug#35872: messages that are redundant can be eliminated?

2020-03-24 Thread Andy Tai
opagated inputs leads ‘guix > > upgrade’ to assume something would be upgraded, even when that’s not the > > case. This can be reproduced with: > > > > guix install -p foo guile > > guix upgrade -p foo > > With commit 3e5ab0a7a9399bb098b9ced46bf3c

bug#35872: messages that are redundant can be eliminated?

2019-05-23 Thread Andy Tai
on my guix installation (on an Ubuntu system but that detail should not matter) after running %guix pull && guix package -u these were printed: ... New in this revision: ... hint: Run `guix pull --news' to view the complete list of package changes. hint: After setting `PATH', run `hash

bug#35537: GUIX VM image not found

2019-05-02 Thread Andy Tai
)... 209.51.188.20, 2001:470:142:3::b Connecting to ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2019-05-02 22:20:33 ERROR 404: Not Found. -- Andy Tai, a...@atai.org, Skype: licheng.tai, Line: andy_tai, WeChat: andytai1010 Year 2019

bug#15193: OStree

2013-08-26 Thread Andy Tai
This may be of interest here https://lwn.net/Articles/564793/ -- Andy Tai, a...@atai.org, Skype: licheng.tai Year 2013 民國102年 自動的精神力是信仰與覺悟 自動的行為力是勞動與技能

goal of Guix

2013-02-05 Thread Andy Tai
Hi, just curious is Guix eventually becoming a GNU/Linux distribution in the manner of Debian, Fedora, etc. (with its unique package frameworks and other infrastructures, of course) -- Andy Tai, a...@atai.org, Skype: licheng.tai Year 2013 民國102年 自動的精神力是信仰與覺悟 自動的行為力是勞動與技能