GNU bug report logs -
#67505
[PATCH] build/go: Don't use set!
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Tue, 28 Nov 2023 10:28:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Mon, Dec 04, 2023 at 11:53:58AM +0200, Efraim Flashner wrote:
> On Sun, Dec 03, 2023 at 11:49:03PM +0100, Ludovic Courtès wrote:
> > Efraim Flashner <efraim <at> flashner.co.il> skribis:
> >
> > > This causes build failures on powerpc-linux.
> > >
> > > * guix/build/go-build-system.scm (unpack): When the unpack-path is unset
> > > use the import-path but don't redefine the unpack-path.
> > >
> > > Change-Id: I2b5a36eb738abb14307941d388038139dbaf2bdf
> >
> > [...]
> >
> > > - (when (string-null? unpack-path)
> > > - (set! unpack-path import-path))
> > > - (let ((dest (string-append (getenv "GOPATH") "/src/" unpack-path)))
> > > + (let ((dest (string-append (getenv "GOPATH") "/src/"
> > > + (if (string-null? unpack-path)
> > > + import-path
> > > + unpack-path))))
> >
> > Could you adjust indentation of the ‘if’ arms?
> >
> > Otherwise LGTM, thanks!
>
> Done. Patch pushed!
Patch re-opened. I reverted it since it caused ~4800 package builds on
Berlin. I'll probably carry it locally for now (I'm almost certainly
the only one affected) and we can apply it another time something
touches go.
--
Efraim Flashner <efraim <at> flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.