Am Mittwoch, dem 04.10.2023 um 12:47 +0200 schrieb Vivien Kraus:
> According to
> https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3101, glib
> now searches for the session bus socket in runstatedir. The dbus
> service must thus have its socket in /run/dbus.
>
> For interoperability with the d
On 2023-10-04, Ludovic Courtès wrote:
> Hello,
>
> We’re getting this:
>
> --8<---cut here---start->8---
> $ guix build -S rust-trybuild@1.0.19
> The following derivation will be built:
> /gnu/store/jxgkdnfi81520hx65z4mknndsxb3ggfw-rust-trybuild-1.0.19.tar
Hi Ludovic,
Ludovic Courtès writes:
> Hi,
>
> Maxim Cournoyer skribis:
>
>> Attempting to use git-minimal in a --pure environment, I stumbled upon:
>>
>> /gnu/store/grc79ijx09nygvjh67cpk3g405nzr801-profile/libexec/git-core/git-submodule:
>> line 7: basename: command not found
>> /gnu/store/grc7
(let ((linux-package
(customize-linux
#:name name
#:linux linux
;; #:configs
;;'("CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y"
;; "CONFIG_DMA_PERNUMA_CMA=y"
;; "CONFIG_FONTS=y"
;;
According to https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3101, glib
now searches for the session bus socket in runstatedir. The dbus service must
thus have its socket in /run/dbus.
For interoperability with the dbus standard, /run/dbus is also symlinked to
/var/run/dbus.
* gnu/services/d
Hi,
python package currently does not build in a reproducible way:
/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7 contents differ:
local hash: 0iw988a0573bc7ag1c3da23cvcl0xp166l1zazi31i9cf1faprmh
https://ci.guix.gnu.org/nar/lzip/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-
On Wed, 04 Oct 2023 at 20:31, Simon Tournier wrote:
> On Tue, 02 Apr 2019 at 20:27, mikadoZero wrote:
> Well, that’s long time ago.
So long that I get back:
--8<---cut here---start->8---
Address not found
Your message wasn't delivered to mikadoz...@yandex
Hi,
Consider this:
--8<---cut here---start->8---
$ guix shell -C ghc-esqueleto ghc gcc-toolchain -- ghci
GHCi, version 9.2.5: https://www.haskell.org/ghc/ :? for help
ghci> import Data.ByteString.Base64.URL.Lazy
ghci> :t encode
encode
:: Data.ByteString.Lazy
Hi,
Sorry, it seems this report #34152 [1] ell into the cracks.
1: https://issues.guix.gnu.org/issue/34152
On Mon, 21 Jan 2019 at 06:26, Bradley Haggerty wrote:
> When trying to reload awesome window manager in-place, it restarts X and
> sends me back to the graphical login. It's
> only suppos
Hi,
Sorry, this report #35114 [1] fell into the cracks.
1: https://issues.guix.gnu.org/issue/35114
On Tue, 02 Apr 2019 at 20:27, mikadoZero wrote:
> I am trying to build an installation ISO so I can test the graphical
> installer. I am building an installation ISO on a x86_64 Guix System
> for
Am Mittwoch, dem 04.10.2023 um 12:47 +0200 schrieb Vivien Kraus:
> * gnu/services/dbus.scm (dbus-activation): Symlink /var/run/dbus to
> /run/dbus.
> ---
> gnu/services/dbus.scm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/gnu/services/dbus.scm b/gnu/services/dbus.scm
> index 5a0c6343
On Wed, 4 Oct 2023 at 20:16, Simon Tournier wrote:
> And I have tested with:
On foreign distro I mean :-)
Hi Ludo,
On Wed, 04 Oct 2023 at 18:25, Ludovic Courtès wrote:
> diff --git a/guix/scripts/perform-download.scm
> b/guix/scripts/perform-download.scm
> index 045dd84ad6..c869f19502 100644
> --- a/guix/scripts/perform-download.scm
> +++ b/guix/scripts/perform-download.scm
> @@ -108,6 +108,10 @@ (
Hi,
On Tue, 03 Oct 2023 at 23:29, cschumac
wrote:
> yes, the solution works!
Cool! I mark as done.
Cheers,
simon
Hi,
On Tue, 03 Oct 2023 at 22:20, Maxim Cournoyer wrote:
> I agree adding multiple outputs would make things complicated and messy,
> and should thus not be the approach pursued. I think this should be
> feasible via package rewriting procedures, like we had in the past for
> Python 2 with pack
Hi,
On Wed, 04 Oct 2023 at 18:14, Ludovic Courtès wrote:
> I think we should add coreutils-minimal and sed (or gash-utils?) to the
> ‘git-submodule’ wrapper that already exists.
Yes, for now it is seems the way forward for fixing the current #66305.
It is an increase of git-minimal about ~12%.
* gnu/services/dbus.scm (dbus-activation): Symlink /var/run/dbus to /run/dbus.
---
gnu/services/dbus.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/services/dbus.scm b/gnu/services/dbus.scm
index 5a0c634393..80968ac1a4 100644
--- a/gnu/services/dbus.scm
+++ b/gnu/services/dbus.scm
@@
Hello,
We’re getting this:
--8<---cut here---start->8---
$ guix build -S rust-trybuild@1.0.19
The following derivation will be built:
/gnu/store/jxgkdnfi81520hx65z4mknndsxb3ggfw-rust-trybuild-1.0.19.tar.gz.drv
building
/gnu/store/jxgkdnfi81520hx65z4mknndsxb
Hello,
Simon Tournier skribis:
> On Mon, 02 Oct 2023 at 11:17, Guillaume Le Vaillant wrote:
>
>> With Guix at 47d0346553fdad9795c9390a60944ccaad7e5255, I'm unable to
>> build a package (see attached patch) requiring a recursive git-fetch to
>> get the sources:
>
> [...]
>
>> HEAD is now at 41ef
Hi,
Maxim Cournoyer skribis:
> Attempting to use git-minimal in a --pure environment, I stumbled upon:
>
> /gnu/store/grc79ijx09nygvjh67cpk3g405nzr801-profile/libexec/git-core/git-submodule:
> line 7: basename: command not found
> /gnu/store/grc79ijx09nygvjh67cpk3g405nzr801-profile/libexec/git-
Hi Efraim,
Efraim Flashner writes:
> On Tue, Oct 03, 2023 at 11:30:15PM -0400, Maxim Cournoyer wrote:
>> Hello,
>>
>> Ludovic Courtès writes:
>>
>> > Hello!
>> >
>> > Efraim Flashner skribis:
>> >
>> >> I tried patching this a couple of ways, but it looks like the best
>> >> option is going
On Tue, Oct 03, 2023 at 11:30:15PM -0400, Maxim Cournoyer wrote:
> Hello,
>
> Ludovic Courtès writes:
>
> > Hello!
> >
> > Efraim Flashner skribis:
> >
> >> I tried patching this a couple of ways, but it looks like the best
> >> option is going to be a 'patch-and-repack phase after 'install. th
Hello,
The code snippets of the page 'Sending a patch series' look incorrect to
me: the snippets mention the email address
"guix-patc...@debbugs.gnu.org" but the text mentions
"guix-patc...@gnu.org".
For instance,
> We can now send just the cover letter to the guix-patc...@gnu.org
> address, whic
Dear Lars, dear Simon,
yes, the solution works!
And even better: compilation now also works without the -dynamic flag!
I tried my minimal example again, and both
guix shell --pure ghc ghc-comonad gcc-toolchain@10 -- ghc --make
-dynamic -v LinkMe.hs
as well as
guix shell --pure ghc ghc-comona
Hello,
Maxim Cournoyer writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Feng Shu writes:
>>
>>> Nicolas Goaziou writes:
>>
To properly fix this, as the next step, I'm leaning towards removing
emacs-nadvice package altogether. It is not useful in Guix since we
provide Emacs 2
25 matches
Mail list logo