bug#66339: [PATCH gnome-team v2] gnu: dbus-service: make the session available under /run/dbus

2023-10-04 Thread Liliana Marie Prikler
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

bug#66345: Invalid hash for rust-trybuild@1.0.19

2023-10-04 Thread Distopico
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

bug#65924: git searches coreutils and util-linux commands in PATH

2023-10-04 Thread Maxim Cournoyer
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

bug#66355: guix_defconfig options cannot be overridden in customize-linux function

2023-10-04 Thread Nathan Dehnel
(let ((linux-package (customize-linux #:name name #:linux linux ;; #:configs ;;'("CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y" ;; "CONFIG_DMA_PERNUMA_CMA=y" ;; "CONFIG_FONTS=y" ;;

bug#66339: [PATCH gnome-team v2] gnu: dbus-service: make the session available under /run/dbus

2023-10-04 Thread Vivien Kraus via Bug reports for GNU Guix
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

bug#66351: Python build is not reproducible

2023-10-04 Thread wolf
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-

bug#35114: Error building installation ISO

2023-10-04 Thread Simon Tournier
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

bug#66347: GHC packages inputs leak in guix shell

2023-10-04 Thread Simon Tournier
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

bug#34152: awesome crashes on reload

2023-10-04 Thread Simon Tournier
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

bug#35114: Error building installation ISO

2023-10-04 Thread Simon Tournier
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

bug#66339: [WIP PATCH gnome-team] gnu: dbus-service: make the session available under /run/dbus

2023-10-04 Thread Liliana Marie Prikler
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

bug#66305: Error with recursive git checkout

2023-10-04 Thread Simon Tournier
On Wed, 4 Oct 2023 at 20:16, Simon Tournier wrote: > And I have tested with: On foreign distro I mean :-)

bug#66305: Error with recursive git checkout

2023-10-04 Thread Simon Tournier
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 @@ (

bug#55178: ghc cannot find libraries of ghc-comonad

2023-10-04 Thread Simon Tournier
Hi, On Tue, 03 Oct 2023 at 23:29, cschumac wrote: > yes, the solution works! Cool! I mark as done. Cheers, simon

bug#63920: Allow for easily rewriting Emacs packages to use emacs-next

2023-10-04 Thread Simon Tournier
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

bug#65924: git searches coreutils and util-linux commands in PATH

2023-10-04 Thread Simon Tournier
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%.

bug#66339: [WIP PATCH gnome-team] gnu: dbus-service: make the session available under /run/dbus

2023-10-04 Thread Vivien Kraus via Bug reports for GNU Guix
* 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 @@

bug#66345: Invalid hash for rust-trybuild@1.0.19

2023-10-04 Thread Ludovic Courtès
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

bug#66305: Error with recursive git checkout

2023-10-04 Thread Ludovic Courtès
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

bug#65924: git searches coreutils and util-linux commands in PATH

2023-10-04 Thread Ludovic Courtès
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-

bug#50015: Rust packages are not reproducible

2023-10-04 Thread Maxim Cournoyer
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

bug#50015: Rust packages are not reproducible

2023-10-04 Thread Efraim Flashner
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

bug#66319: Incorrect code snippet in manual

2023-10-04 Thread Gabriel Hondet via Bug reports for GNU Guix
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

bug#55178: ghc cannot find libraries of ghc-comonad

2023-10-04 Thread cschumac
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

bug#60627: emacs-nadvice package do not generate autoload file.

2023-10-04 Thread Nicolas Goaziou
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