bug#38500: Ruby is built against libruby-static.a

2019-12-12 Thread Brett Gilio
Pushed to core-updates with fd248cb815d571043c3a0c52a01c9b3e368a069e. Closing -- Brett M. Gilio Homepage -- https://scm.pw/ GNU Guix -- https://guix.gnu.org/

bug#38568: Org Mode (as a dependency) is borked

2019-12-12 Thread T460s laptop
Hello Jelle, Jelle Licht writes: > Hey Guix, > > Org-mode seems to still have some byte compilation issues when used as a > dependency for other packages. The specific symptom is extremely similar > to the one reported and fixed at [http://issues.guix.info/issue/38479]. > > To reproduce: > 1)

bug#30961: Byte compilation problem with emacs-org

2019-12-12 Thread T460s laptop
Hello Konrad, Konrad Hinsen writes: > Hi Maxim, > >> Does this still occur on latest master? > > No, the bug disappeared with the update to Emacs 26.3, which comes with > org-mode 9. So this bug report can be closed (which I'd have done > already if I knew how to do it). > > Cheers, > Konrad

bug#38568: Org Mode (as a dependency) is borked

2019-12-12 Thread Brett Gilio
Cc'ing Maxim since he is tasking the emacs-build-system changes. Sorry for duplicate I accidentally replied off list. Brett Gilio Dec 12, 2019 3:30:16 AM Konrad Hinsen : > Hi Jelle, > > > > Byte-compiling the org-jira.el file manually gives an .elc file without > > a reference to `org-outli

bug#38585: Installation script fails to import gpg keys

2019-12-12 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
dalanicolai, Actually, try this instead of ‘sudo -i’: $ sudo --preserve-env ./guix-install.sh Kind regards, T G-R Source: https://debbugs.gnu.org/db/37/37939.html signature.asc Description: PGP signature

bug#38585: Installation script fails to import gpg keys

2019-12-12 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
dalanicolai 写道: I try to install guix in Ubuntu using the installation script but it fails to import the gpg keys (see picture below) [image: image.png] Thanks for attaching the detailed output, by the way. It's really helpful :-) This sounds vaguely familiar. Does the following command w

bug#38586: Can not obtain gpg keys for binary install

2019-12-12 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
dalanicolai 写道: Also when trying to install via binary, I am not able to obtain the gpg keys (see picture below) [image: image.png] I assume you copy and pasted these URLs from the ‘Binary Installation’ section of the manual. And the text explicitly states: 1. Download the binary tarball

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-12 Thread Gábor Boskovits
Hello, zimoun ezt írta (időpont: 2019. dec. 12., Csü 17:47): > Hi Gábor, > > Thank you for summarizing the discussion on IRC that I missed. > > Maybe I miss a point. Is the aim to conserve the "--ad-hoc" option > with a different effect? Or why do we want to conserve this option > name? > It app

bug#38529: Make --pure the default for `guix environment'?

2019-12-12 Thread zimoun
Hi, On Mon, 9 Dec 2019 at 18:38, Jesse Gibbons wrote: > for example, "guix environment --pure --ad-hoc pavucontrol -- pavucontrol" > gives me an error: > No protocol specified > Unable to init server: Could not connect: Connection > refused I do not experiment this error. > Similarly, "guix e

bug#35621: [bug#38518] [PATCH 0/7] 'guix challenge' can diff archives directly

2019-12-12 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > serialization: Add 'fold-archive'. > guix archive: Add '--list'. > challenge: Report the best narinfo URI. > serialization: Remove unused procedure. > progress: Add 'progress-report-port'. > challenge: Add "--diff". > challenge: Support "--diff=diffos

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-12 Thread zimoun
Hi Gábor, Thank you for summarizing the discussion on IRC that I missed. Maybe I miss a point. Is the aim to conserve the "--ad-hoc" option with a different effect? Or why do we want to conserve this option name? It appears to me simpler to give another name, for example "--inputs-of". And it is

bug#38528: Add test for `guix pull'

2019-12-12 Thread zimoun
Hi Pierre, On Wed, 11 Dec 2019 at 01:12, Pierre Neidhardt wrote: > > Ludovic Courtès writes: > > > “make as-derivation” achieves more or less the same. > > Is this be good enough to test guix pull? Have you tried to run the current test suite on the commit you recently sent breaking "guix pull"

bug#38320: Cuirass: Allow to use authenticated Git repositories as inputs

2019-12-12 Thread Ludovic Courtès
Hey ho! Clément Lassieur skribis: > Whoo, nice, thank you so much Mathieu! I'll test everything this > week-end probably, and start working on the (guix git) / Cuirass > counterpart (which is 1% of the work :D). Neat! >> So "latest-repository-commit" could be call with ssh authentication >> p

bug#38528: Add test for `guix pull'

2019-12-12 Thread Ludovic Courtès
Hi, Pierre Neidhardt skribis: > Ludovic Courtès writes: > >> “make as-derivation” achieves more or less the same. > > Is this be good enough to test guix pull? It should be, though I noticed that Mark reported a bug recently so we need to check. Ludo’.

bug#38524: 'dhcp-client-service' crash when non-libre networking interface is present

2019-12-12 Thread Ludovic Courtès
Hello, Brice Waegeneire skribis: > On 2019-12-10 18:11, Ludovic Courtès wrote: >> So here the problem is that Linux-libre fails to load the non-free >> firmware. Could you bring it up on the Linux-libre development mailing >> list? > Doing some research on how linux-libre behave it seems normal

bug#38498: Fontconfig does not find fonts in non-default profiles

2019-12-12 Thread Ludovic Courtès
Hi! Pierre Neidhardt skribis: > Ludovic Courtès writes: > >> We could fix that by adding a patch so that Fontconfig would honor >> $FONTCONFIG_FONT_PATH or similar. > > Have we ever asked upstream? Maybe they would consider adding it. > If they don't, I'm in favour of a patch! :) I don’t thin

bug#38320: Cuirass: Allow to use authenticated Git repositories as inputs

2019-12-12 Thread Ludovic Courtès
Hi Erik, Erik Edrosa skribis: >> >> Speaking of which, we really need to push a release at some point. >> Erik, would you be available to do that, or would you like to delegate? >> >> Thanks, >> Ludo’. >> > > Sure, I was planning on creating a release soon. So once this is in I > can start te

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-12 Thread Gábor Boskovits
Hello guix, Based on discussion on IRC the following plan for deprecation might work. Comments are welcome: 1. Make guix environment aware of an environment variable: GUIX_ENVIRONMENT_DEPRECATED_AD_HOC if this is defined, then fall back to the current behaviour. Motivation: this would enable mos

bug#38568: Org Mode (as a dependency) is borked

2019-12-12 Thread Konrad Hinsen
Hi Jelle, > Byte-compiling the org-jira.el file manually gives an .elc file without > a reference to `org-outline-overlay-data'. This leads me to believe that > the previously posted fix for #38479 could be extended to make sure > Emacs' built-in packages are at the trailing end of EMACSLOADPATH,