Ludovic Courtès (2018-05-28 11:34 +0200) wrote:
> Alex Kost skribis:
>
>> Highlighting? Sorry, I don't understand what you mean: highlighting
>> will not be effected in any way. The problem is that those
>> 'modify-syntax-entry' lines in ".dir-locals.el" break the default syntax
>> table of sch
Alex Kost writes:
> Now I understand why this problem should be fixed, but my opinion is
> that ".dir-locals.el" *should not* break the default syntax table of
> scheme-mode just to make one emacs package work as desired.
Agreed.
--
Pierre Neidhardt
signature.asc
Description: PGP signature
Ricardo Wurmus (2018-05-28 21:25 +0200) wrote:
[...]
> The update did break “emacs-minimal” and thus all Emacs packages, but
> that can be fixed by passing “--with-gnutls=no” to emacs-minimal:
I like it! I think '*-minimal' packages should be as minimal as possible.
--
Alex
Alex Kost writes:
> Ricardo Wurmus (2018-05-28 21:25 +0200) wrote:
>
> [...]
>> The update did break “emacs-minimal” and thus all Emacs packages, but
>> that can be fixed by passing “--with-gnutls=no” to emacs-minimal:
>
> I like it! I think '*-minimal' packages should be as minimal as possibl
Hello,
Here is a serie to update emacs and the broken dependencies I found,
what do you think?
Thanks,
Mathieu
>From d81c7664d0064b3d3586b0c8120dc81439bbb093 Mon Sep 17 00:00:00 2001
From: Mathieu Othacehe
Date: Mon, 28 May 2018 18:23:07 +0200
Subject: [PATCH 1/4] gnu: emacs: Update to 26.1.
Hi Mathieu,
> Here is a serie to update emacs and the broken dependencies I found,
> what do you think?
Heh, I *just* finished the update myself and came up with very similar
patches to yours.
> Subject: [PATCH 1/4] gnu: emacs: Update to 26.1.
>
> * gnu/packages/emacs.scm (emacs): Update to 26
> I’ll push a mix of our patches to master in the next few minutes.
Just saw your patches upsteam, it seems fine!
Thank you,
Mathieu
Hello Ludovic,
>
> So it looks like the right-hand size of the ‘libc_undefs’ assignment
>
> expands to the empty string.
>
> Could you check the value of $NM in there? Could it be that it got it
>
> wrong?
>
In the config.log file the $NM value is: NM='nm'
Thank you
2018-05-28 13:28 GMT+02:00 Ricardo Wurmus :
>
> Pierre Neidhardt writes:
>
> > This kind of "tutorials" is useful enough it probably deserves a
> > mention in the Guix manual. What do you think?
>
> The manual is mostly a reference. I wouldn’t mind having a separate
> Texinfo document as part o
Hi Catonano,
> In this regard, I'd lie to suggest this talk, I think it's relevant
> https://archive.fosdem.org/2017/schedule/event/legacy_docs/
>
> It'd be very useful for Guile too and God knows for how many more GNU
> projects
Could you please summarize the key points and how they apply to t
2018-05-29 15:42 GMT+02:00 Ricardo Wurmus :
>
> Hi Catonano,
>
> > In this regard, I'd lie to suggest this talk, I think it's relevant
> > https://archive.fosdem.org/2017/schedule/event/legacy_docs/
> >
> > It'd be very useful for Guile too and God knows for how many more GNU
> > projects
>
> Coul
I'm trying to package ndctl:
--8<---cut here---start->8---
(define-public ndctl
(package
(name "ndctl")
(version "60.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.co
Hi Catonano,
>> > In this regard, I'd lie to suggest this talk, I think it's relevant
>> > https://archive.fosdem.org/2017/schedule/event/legacy_docs/
>> >
>> > It'd be very useful for Guile too and God knows for how many more GNU
>> > projects
>>
>> Could you please summarize the key points and
2018-05-29 16:57 GMT+02:00 Ricardo Wurmus :
>
> Hi Catonano,
>
> >> > In this regard, I'd lie to suggest this talk, I think it's relevant
> >> > https://archive.fosdem.org/2017/schedule/event/legacy_docs/
> >> >
> >> > It'd be very useful for Guile too and God knows for how many more GNU
> >> > pr
How to begin, though…? :)
The step 0 could be to copy and paste this post by Chris in a Texinfo
document
The step 1 could be to add a "post" about how to configure a desktop
environment based on openbox along the lines of what this post
proposes
https://fedoramagazine.org/openbox-fedora/
And t
Julien Lepiller writes:
> Isn't the contributing section of the manual already a user story?
It’s a meta story. We have no stories about the use of Guix itself.
--
Ricardo
Hi Guix,
I’d like us to produce a series of short videos (< 4 mins each) that
introduce functional package management with Guix.
This is supposed to be aimed at people who are intimidated by the manual
and wouldn’t know where to begin reading. Each of the videos should
focus on a single feature
make[2]: 进入目录“/home/feng/project/guix”
Compiling Scheme modules...
LOAD guix/http-client.scm
LOAD guix/scripts/pack.scm
LOAD guix/scripts/system.scm
LOAD gnu/bootloader/grub.scm
LOAD gnu/bootloader/u-boot.scm
LOAD gnu/packages/algebra.scm
LOAD gnu/package
Hi Feng,
I had a similar issue, I did "make clean" and then it worked again.
Clément
Feng Shu writes:
> make[2]: 进入目录“/home/feng/project/guix”
> Compiling Scheme modules...
> LOAD guix/http-client.scm
> LOAD guix/scripts/pack.scm
> LOAD guix/scripts/system.scm
> LOAD gn
Le 2018-05-29 16:48, Ricardo Wurmus a écrit :
Hi Guix,
I’d like us to produce a series of short videos (< 4 mins each) that
introduce functional package management with Guix.
This is supposed to be aimed at people who are intimidated by the
manual
and wouldn’t know where to begin reading. Ea
2018-05-29 17:45 GMT+02:00 Julien Lepiller :
> Le 2018-05-29 16:48, Ricardo Wurmus a écrit :
>
>> Hi Guix,
>>
>> I’d like us to produce a series of short videos (< 4 mins each) that
>> introduce functional package management with Guix.
>>
>> This is supposed to be aimed at people who are intimidat
Hello Tatiana & all,
Ricardo Wurmus skribis:
>> I am a bit confused about the database structure. As far as I understand,
>> there are project_name (project) and branch_name (jobset) properties, but
>> project_name is a primary key, so a project can't have several branches?
>
> I share your conf
On 2018-05-29 16:48, Ricardo Wurmus wrote:
Hi Guix,
I’d like us to produce a series of short videos (< 4 mins each) that
introduce functional package management with Guix.
This is supposed to be aimed at people who are intimidated by the
manual
and wouldn’t know where to begin reading. Each
2018-05-29 18:07 GMT+02:00 Ludovic Courtès :
> Hello Tatiana & all,
>
> Ricardo Wurmus skribis:
>
> >> I am a bit confused about the database structure. As far as I
> understand,
> >> there are project_name (project) and branch_name (jobset) properties,
> but
> >> project_name is a primary key, s
Hello Guix!
Tobias Geerinckx-Rice skribis:
> Leo Famulari wrote:
>> On Wed, May 16, 2018 at 11:26:07PM -0700, Chris Marusich wrote:
>>> These all seem like good improvements to me. I think we should upgrade
>>> to 1.4!
>>
>> +1
>
> Oh, is this still under review? +1!
I was waiting for Ricardo’
Ricardo Wurmus (2018-05-29 13:32 +0200) wrote:
> Alex Kost writes:
>
>> Ricardo Wurmus (2018-05-28 21:25 +0200) wrote:
>>
>> [...]
>>> The update did break “emacs-minimal” and thus all Emacs packages, but
>>> that can be fixed by passing “--with-gnutls=no” to emacs-minimal:
>>
>> I like it! I th
Howdy!
Nils Gillmann skribis:
> Pierre Neidhardt transcribed 1.3K bytes:
>>
>> I'm working on updating udisks from the "old legacy" version (which is
>> currently packaged in Guix) to version 2.7.6.
>>
>> https://github.com/storaged-project/udisks
>>
>> It turns out to be much harder tha
Hi Alex,
Alex Kost skribis:
> Ludovic Courtès (2018-05-28 11:34 +0200) wrote:
>
>> Alex Kost skribis:
>>
>>> Highlighting? Sorry, I don't understand what you mean: highlighting
>>> will not be effected in any way. The problem is that those
>>> 'modify-syntax-entry' lines in ".dir-locals.el" b
Hello!
Ricardo Wurmus skribis:
> It would be great to have both! I’d like the existing reference manual
> to remain as the canonical description of all features of Guix, so that
> an additional story-centered document (whether that be a dedicated
> section or a separate file) can guide readers
Hello uniq10,
Thanks for the update!
Sandeep Subramanian skribis:
> `build-derivation` is now using `call-with-container`
> and it seems to work well. `build-derivation` assumes
> that all the inputs needed for the derivation is already
> built and ready. As a next step I wanted to try and buil
Hello,
Pierre Neidhardt skribis:
> GEN ndctl-wait-scrub.1
> I/O error : Attempt to load network entity
> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
> warning: failed to load external entity
> "http://docbook.sourceforge.net/release/xsl/current/manpages/docbo
On Tue, May 29, 2018 at 04:56:31PM +0200, Pierre Neidhardt wrote:
[...]
> compilation error: file /tmp/guix-build-ndctl-60.3.drv-0/xmlto-xsl.1OgxRr
> line 4 element import
> xsl:import : unable to load
> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
[...]
> --8<-
Hello,
Ricardo Wurmus skribis:
> I’d like us to produce a series of short videos (< 4 mins each) that
> introduce functional package management with Guix.
That’s a good idea!
> Who would like to be involved in the planning and production of the
> videos? There are many tasks such as:
>
> * co
Hello,
"Feng Shu" skribis:
> In gnu/system/linux-initrd.scm:
> 335:4 3 (base-initrd (#< device: "TAGjoptajej2…> …) …)
>233:10 2 (file-system-packages (#< device: "TAG…> …) …)
> In unknown file:
>1 (find # …)
>0 (string-prefix? "ext" (read-only) # # …)
>
> ERROR:
I just pushed commit b50196c3a4275bc51a614f6c1945b2272c595ab8 which
updates Git to 2.17.1, fixing some serious security vulnerabilities:
https://blogs.msdn.microsoft.com/devops/2018/05/29/announcing-the-may-2018-git-security-vulnerability/
https://marc.info/?l=git&m=152761328506724&w=2
https://cve
Ludovic Courtès writes:
> BTW, regarding patch sets, please make sure to send the first message to
> guix-patc...@gnu.org (the cover letter), and then to send the other
> patches of that series to n...@debbugs.gnu.org, where NNN is the number
> assigned as a result of sending your first message.
Leo,
Leo Famulari wrote:
The summary is that a malicious Git remote can execute arbitrary
code on
your machine when you clone from the remote, so please update
ASAP.
Thanks for this explicit heads-up!
Kind regards,
T G-R
On Tue, May 29, 2018 at 04:07:48PM -0400, Leo Famulari wrote:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11234
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11235
For anyone who is confused, the original announcement on MSDN mistakenly
mentioned CVE-2018-11234, which is
Ludovic Courtès writes:
> Hello!
>
> Ricardo Wurmus skribis:
>
>> It would be great to have both! I’d like the existing reference manual
>> to remain as the canonical description of all features of Guix, so that
>> an additional story-centered document (whether that be a dedicated
>> section
Catonano writes:
> Also, I wouldn't know how to mix audio/video. What software could we
> use ? I don't know.
In the past I have used the sequence editor in Blender for processing
videos.
I would use that if the video needs to be cut and the audio needs to be
carefully aligned. For simpler
Hello Guix,
I just pushed a major VLC update to the 'core-updates' branch, commit
76277052939524d1ea3394f83739f06efd0dd8ae. I pushed it to 'core-updates'
because I've been living on that branch for months, and so it's the only
branch that I can easily test for.
However, I strongly suspect that t
kkebr...@posteo.net (Kei Kebreau) writes:
> kkebreau pushed a commit to branch master
> in repository guix.
>
> commit 3771000f893d4b53e302f5bca07afeba69e76cd4
> Author: Kei Kebreau
> Date: Fri May 25 22:25:21 2018 -0400
>
> gnu: swig: Patch for Octave 4.4.
On the core-updates branch, "gui
42 matches
Mail list logo