bug#42523: ‘Latest’ ISO download link broken

2020-07-25 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Mathieu, Mathieu Othacehe 写道: I fixed the issue in Cuirass with 17395e85d2793ec4cb47e53bcbdb5b06187147bd. I'll reconfigure berlin later-on. In the meantime I ran: --8<---cut here---start->8--- insert into BuildProducts values (3016488, "ISO-9660",

bug#41280: guix package -i artanis failed

2020-07-25 Thread Marius Bakke
Wensheng Xie writes: > wxie@guix ~$ guix package -i artanis > Das folgende Paket wird installiert: >artanis 0.4.1 [...] > /gnu/store/7xvqivphdln1ks6pwzy5q3ysws16pvk4-artanis-0.4.1.drv wird erstellt … > \ „build“-Phasebuilder for >

bug#42420: git-fetch origins produce same store output when set recursive is set to true or false

2020-07-25 Thread Marius Bakke
pkill9 writes: > I built a source that uses git-fetch - by default (recursive? #f) - and > the package failed to build, then I remembered it uses submodules, so I > set (recursive? #t) but it failed with the same error. The problem is > that the store path of the source is the same for both, so

bug#42512: "guix refresh --list-updaters" fails

2020-07-25 Thread Danny Milosavljevic
Hi Ludo, > That suggests one of the packages in the ‘heads-guix’ channel has an > invalid URL (one for which ‘string->uri’ returns #f). > > If you set COLUMNS=200 you should see the name of the package in the > backtrace. :-) That is correct. I had a URL with content "FIXME" with url-fetch.

bug#42523: ‘Latest’ ISO download link broken

2020-07-25 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Brett, Brett Gilio 写道: The latest run of the CI for some reason didn't produce an ISO build output. Strange. Who is in charge of our CI? These peeps[0]. Kind regards, T G-R [0]: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/berlin.scm#n15 signature.asc Description:

bug#41743: gst123

2020-07-25 Thread Marius Bakke
Kyle Andrews writes: > Marius Bakke writes: > >> Kyle Andrews writes: >> >>> Tobias Geerinckx-Rice writes: >>> Kyle, Kyle Andrews 写道: > I tried adding all the gst packages I could think of to the > environment, > but it still did not work. Here is what I ran: >

bug#42523: ‘Latest’ ISO download link broken

2020-07-25 Thread Mathieu Othacehe
Hey Tobias, Thanks for the report. >> {"error":"Could not find the request build product."} > > There are plenty[2] to choose from. The issue here is that, due to a bug when handling restarted builds in Cuirass, the ISO build product for build 3016488 was not created. I fixed the issue in

bug#40029: Preventing automatic python2 transformation of some packages

2020-07-25 Thread Marius Bakke
Ludovic Courtès writes: > Hi! > > Marius Bakke skribis: > >> 'python2-sphinx' is obsolete and increasingly a maintenance burden, >> because we need to keep special versions around just to make it build. >> >> The only reason we have this package is because it gets pulled in >> automatically

bug#42392: GCC includes ordering issue? g++: error: 'round' is not a member of 'std'

2020-07-25 Thread Maxim Cournoyer
Hello Ludovic! Thank you for the investigation, and sorry for not having been able to reply earlier! Ludovic Courtès writes: [...] >> >> __cplusplus >= 201103L and _GLIBCXX_USE_C99_MATH_TR1 and not >> _GLIBCXX_NO_C99_ROUNDING_FUNCS Thanks for pointing out this configuration time problem!

bug#42543: lint failure for packages on load path specified with -L

2020-07-25 Thread Jack Hill
Hi Guix, I'm running guix from commit 30aa5dd7e7180d163d409b080bf89e8a15a5ba4d. I've created a package in local directory lint-test. `guix lint` errors when processing this package, but other guix commands like build and show work as expected. A session with these commands: ```

bug#42544: openvpn service requires cert and key configuration

2020-07-25 Thread david larsson
Hi, I have a vpn configuration that doesn't use cert and key configuration lines so I receive errors like the following in /var/log/messages when trying to start the vpn-client service: localhost openvpn[1660]: Options error: --cert fails with 'disabled': No such file or directory (errno=2)