bug#43779: tbb: test_global_control failure

2024-03-07 Thread Greg Hogan
On Fri, Oct 9, 2020 at 5:48 PM Ludovic Courtès wrote: > > Hi Greg, > > Greg Hogan skribis: > > > I am also successfully building tbb-2020.3 and octave-5.2.0 locally. Is it > > possible to retry the build on ci.guix.gnu.org? > > I retried and it succeeded this ti

bug#67973: [PATCH core-updates 0/1] gnu: docbook2x: Fix build.

2024-03-06 Thread Greg Hogan
On Fri, Dec 29, 2023 at 5:14 PM Bruno Victal wrote: > > Hi Greg, > > Thanks for noticing, it turned out to be a regression introduced in v3. > > Bruno Victal (1): > gnu: docbook2x: Fix build. > > gnu/packages/docbook.scm | 17 - > 1 file changed, 8 insertions(+), 9 deletions(-)

bug#67973: docbook2x build failure

2023-12-22 Thread Greg Hogan
Build log attached. Am building from the most recent upstream commit to core-updates (eff2e20688). bug#65479 "Docbook & XML/SGML improvements" was merged to core-updates on October 10. --8<---cut here---start->8--- Making all in documentation make[2]: Entering

bug#67632: [PATCH 1/2] gnu: Add static-abseil-cpp-20220623.1.

2023-12-05 Thread Greg Hogan
* gnu/packages/cpp.scm (static-abseil-cpp-20220623.1): New variable. (make-static-abseil-cpp): Parameterize base. Change-Id: I9667914de031f431524bf195818e8d2f316e8553 --- gnu/packages/cpp.scm | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git

bug#67632: [PATCH 2/2] gnu: python-dm-tree: Pin abseil-cpp version.

2023-12-05 Thread Greg Hogan
* gnu/packages/python-xyz.scm (python-dm-tree)[inputs]: Replace static-abseil-cpp with static-abseil-cpp-20220623.1. Change-Id: Ia83175c266eeea5bab9dac4282e39d9f71b06052 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

bug#66703: Broken link to Debbugs User Guide

2023-10-23 Thread Greg Hogan
The page https://guix.gnu.org/devel/manual/en/html_node/Debbugs-User-Interfaces.html has a broken link "Debbugs User Guide" to the page https://guix.gnu.org/devel/manual/en/debbugs-ug/index.html#Top.

bug#65208: etc/teams.scm regexp

2023-08-10 Thread Greg Hogan
Hi, I am seeing unapplied "#" in some team scopes when running `./etc/teams.scm list-teams`. Greg

bug#63068: [PATCH] gnu: apache mirror URLs substituted by CDN URL

2023-08-07 Thread Greg Hogan
On Thu, May 4, 2023 at 4:23 AM Julian Flake wrote: > > * guix/download.scm (Apache mirrors are substituted by CDN): > --- > guix/download.scm | 13 ++--- > 1 file changed, 2 insertions(+), 11 deletions(-) > > diff --git a/guix/download.scm b/guix/download.scm > index

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

2023-05-25 Thread Greg Hogan
On Mon, May 22, 2023 at 2:46 AM Andy Tai wrote: > > 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(-) > >

bug#61938: No console messages with offload inferior

2023-04-18 Thread Greg Hogan
On Fri, Mar 3, 2023 at 10:47 AM Greg Hogan wrote: > > I see no console messages when running an offload build from a > manifest containing an inferior. It's only when the inferior is > included that the logging disappears. A sample manifest exhibiting the > issue: I am also se

bug#62335: Exception when showing version-control packages

2023-03-21 Thread Greg Hogan
I have not installed the guix package so I believe that I am running an unmodified Guix. Testing on my manifest, only packages from version-control.scm (cvs, diffstat, git, subversion, ...) are generating the exception. --8<---cut here---start->8--- $ guix

bug#62334: Network is unreachable only for recursive pypi import

2023-03-21 Thread Greg Hogan
The following package import fails when importing the dependency, but succeeds when directly importing that dependency. I can also manually download the tar without issue. --8<---cut here---start->8--- $ guix describe Generation 38 Mar 21 2023 13:38:52

bug#62192: Test failures in binfmt emulated builds

2023-03-14 Thread Greg Hogan
The following emulated build using binfmt should work according to the documentation example at https://guix.gnu.org/manual/en/html_node/Native-Builds.html $ uname -m x86_64 The package was previously built on an aarch64 offload machine: $ file $(guix build --system=aarch64-linux

bug#62064: Why is only rust-1.60 exported when 1.65 is defined?

2023-03-13 Thread Greg Hogan
On Sun, Mar 12, 2023 at 8:12 AM Jonas Møller via Bug reports for GNU Guix wrote: > > Hi Guix! The rust.scm file says > > ;;; Note: Only the latest versions of Rust are supported and tested. The > ;;; intermediate rusts are built for bootstrapping purposes and should not > ;;; be relied upon.

bug#61938: No console messages with offload inferior

2023-03-03 Thread Greg Hogan
I see no console messages when running an offload build from a manifest containing an inferior. It's only when the inferior is included that the logging disappears. A sample manifest exhibiting the issue: $ guix build --system=aarch64-linux --manifest=test.scm --8<---cut

bug#61554: guix refresh update missing option for no-offload

2023-02-16 Thread Greg Hogan
`guix refresh --update ` attempts to compute the file hash on an offload machine, but provides no option to disable the offload as with `guix build --no-offload `.

bug#60584: Broken graft on clang-toolchain

2023-01-05 Thread Greg Hogan
The recent zlib graft (from 1.2.11 to 1.2.12) is broken when grafting clang-toolchain. The symbolic link points to the correct directory but the incorrect file version. --8<---cut here---start->8--- $ guix package -m development.scm ... build of

bug#59002: Bug from profile path name?

2022-11-03 Thread Greg Hogan
With an '@' character in the profile path I see the following error. (the reason for using the full package@version in the profile path is to preserve successfully built packages when garbage collecting during testing of updates to dependent packages) Greg $ guix install -p ~/profile/llvm@14

bug#55848: [cuirass] workers stalled

2022-06-08 Thread Greg Hogan
On Wed, Jun 8, 2022 at 11:32 AM Mathieu Othacehe wrote: > > > Hello, > > The aarch64 workers were all idle whereas 70k builds were > available. Once restarted, they started building again. > > The problem might be that when the server is unavailable for a while the > worker connections expire and

bug#55480: Search sort order

2022-05-17 Thread Greg Hogan
'guix search' should sort by score, name, and version so that, for example, 'guix search llvm' returns llvm@14.0.1 before llvm@9.0.1. Currently the versions are sorted lexicographically rather than by numerical value. Greg

bug#54424: closed (Re: bug#54424: Broken links in cookbook)

2022-05-06 Thread Greg Hogan
> > -- Forwarded message -- > From: "Ludovic Courtès" > To: Greg Hogan > Cc: 54424-d...@debbugs.gnu.org > Bcc: > Date: Fri, 08 Apr 2022 20:20:17 +0200 > Subject: Re: bug#54424: Broken links in cookbook > Hi, > > Greg Hogan skribis: >

bug#55290: Broken link to Geiser User Manual

2022-05-06 Thread Greg Hogan
At [1] the link in "see Introduction in Geiser User Manual" points to [2] but should link to [3]. [1] https://guix.gnu.org/manual/en/html_node/The-Perfect-Setup.html [2] http://geiser.nongnu.org/Introduction.html#Introduction [3] https://geiser.nongnu.org/geiser_1.html#Introduction

bug#54942: Can't run guix upgrade when a package is installed with the --with-git-url transformation

2022-04-18 Thread Greg Hogan
Hi, The manual page Defining Package Variants [0] gives an example translating command-line options into a Guix manifest. The full list of options is found in the source [1] (including with-git-url). [0] https://guix.gnu.org/manual/en/html_node/Defining-Package-Variants.html [1]

bug#54350: Profile collisions are ignored, installing multiple versions of the same package is silently broken

2022-03-16 Thread Greg Hogan
On Tue, Mar 15, 2022 at 9:51 AM Ludovic Courtès wrote: > What we could do, as a mitigation, is to enable collision checks unless > there’s at least one ‘-D’ flag. We’d also need to introduce > ‘--allow-collisions’ for ‘guix shell’. > Also 'guix pack'.

bug#54424: Broken links in cookbook

2022-03-16 Thread Greg Hogan
1) I noticed that the following link (diff below) to "Package Reference" looks to have changed to lowercase "package Reference" but not updated (there is a working link closely following). Then I scanned the page and found additional broken links: 2) The link at the end of "Go ahead, run guix

bug#54397: Packages CI link

2022-03-15 Thread Greg Hogan
Hi, At https://guix.gnu.org/en/packages/ the "continuous integration system" link to https://ci.guix.gnu.org/jobset/guix-master looks like it should instead reference the "master" jobset. The "available as pre-built binaries" link references the same, though this could point instead to

bug#50203: Unable to bootstrap Guix without substitutes

2022-02-17 Thread Greg Hogan
On Wed, Feb 16, 2022 at 4:28 PM Greg Hogan wrote: > I then saw the error building binutils-mesboot0 as in bug #41264, for > which Mathieu proposed an idea for fixing Mes, still awaiting > implementation. > > As a temporary fix the same tmpfs trick works when bind mounting /gnu

bug#43779: tbb: test_global_control failure

2020-10-09 Thread Greg Hogan
Courtès wrote: > Hi, > > Greg Hogan skribis: > > > I don’t see any build failures on ci.guix.gnu.org < > http://ci.guix.gnu.org/>, only two successes. Where is x86_64, should it > not at least show as pending? > > > > Builds matching tbb-2020.3 > > ID

bug#43779: tbb: test_global_control failure

2020-10-05 Thread Greg Hogan
I don’t see any build failures on ci.guix.gnu.org , only two successes. Where is x86_64, should it not at least show as pending? Builds matching tbb-2020.3 ID Specification Completion time Job NameSystem Log 3253827 guix-master 2 Oct 10:51 +0200