bug#53591: [PATCH] gnu: audacity: Add fallback to locate ffmpeg via pkg-config.

2022-01-29 Thread Liliana Marie Prikler
Am Samstag, dem 29.01.2022 um 14:53 -0500 schrieb Leo Famulari: > On Sat, Jan 29, 2022 at 06:54:54PM +0100, Liliana Marie Prikler > wrote: > > * gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it here. > > * gnu/packages/audio.scm (audacity)[

bug#53214: Release 1.4.0 progress

2022-01-29 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Hello, Em sábado, 29 de janeiro de 2022, às 21:22:21 -03, Vagrant Cascadian escreveu: > On 2022-01-29, Leo Famulari wrote: > > The build farm is having trouble building Guix for i686-linux. In fact, > > it hasn't successfully completed the 'guix' job in weeks: > > > > https://issues.guix.gnu.org

bug#53561: Failing: guix package -i gtkmm@3

2022-01-29 Thread Leo Famulari
On Sun, Jan 30, 2022 at 12:37:06AM +, Dale Mellor wrote: > > > The following package will be installed: > > >    gtkmm 3.24.5 > > > > > > guix package: error: profile contains conflicting entries for libsigc++ > > > guix package: error:   first entry: libsigc++@3.0.6  > > > /gnu/store/ng4k2yl9

bug#53214: Release 1.4.0 progress

2022-01-29 Thread Vagrant Cascadian
On 2022-01-29, Leo Famulari wrote: > The build farm is having trouble building Guix for i686-linux. In fact, > it hasn't successfully completed the 'guix' job in weeks: > > https://issues.guix.gnu.org/53463 > > And building the guix package does not work on aarch64, also for weeks: > > https://issu

bug#53197: [PATCH 0/3] Update WPEWebkit to 2.34.3

2022-01-29 Thread Leo Famulari
I pushed these patches as 07f45615c3600dd1405349a4f7c775394fbfd40d Normally I don't push patches for other committers but this is security sensitive. On Sun, Jan 16, 2022 at 08:29:03PM +0100, Liliana Marie Prikler wrote: > I'm fine with turning the wpebackend-fdo patch into a graft, I just > didn

bug#52943: Cannot build guix as part of guix system reconfigure after commit 224d437fb4 on aarch64

2022-01-29 Thread Pierre Langlois
Leo Famulari writes: > On Sat, Jan 29, 2022 at 08:54:24PM +, Pierre Langlois wrote: >> > Since the 'guix' package still does not build on aarch64, I'm reopening >> > this bug. >> >> Oh it doesn't? What hash are you on? > > I'm not using aarch64, so I can't give a commit hash. I am observing

bug#53214: Release 1.4.0 progress

2022-01-29 Thread Leo Famulari
The build farm is having trouble building Guix for i686-linux. In fact, it hasn't successfully completed the 'guix' job in weeks: https://issues.guix.gnu.org/53463 And building the guix package does not work on aarch64, also for weeks: https://issues.guix.gnu.org/52943 Finally, should we consid

bug#52943: Cannot build guix as part of guix system reconfigure after commit 224d437fb4 on aarch64

2022-01-29 Thread Leo Famulari
On Sat, Jan 29, 2022 at 08:54:24PM +, Pierre Langlois wrote: > > Since the 'guix' package still does not build on aarch64, I'm reopening > > this bug. > > Oh it doesn't? What hash are you on? I'm not using aarch64, so I can't give a commit hash. I am observing the build farm's support for aar

bug#52943: Cannot build guix as part of guix system reconfigure after commit 224d437fb4 on aarch64

2022-01-29 Thread Pierre Langlois
Hi Leo, Leo Famulari writes: > On Wed, Jan 19, 2022 at 11:28:28AM -0800, Vagrant Cascadian wrote: >> I tried building a newer version, but there were new test suite failures >> on both aarch64 and x86_64 :/ > > Since the 'guix' package still does not build on aarch64, I'm reopening > this bug.

bug#53591: [PATCH] gnu: audacity: Add fallback to locate ffmpeg via pkg-config.

2022-01-29 Thread Leo Famulari
On Sat, Jan 29, 2022 at 06:54:54PM +0100, Liliana Marie Prikler wrote: > * gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it here. > * gnu/packages/audio.scm (audacity)[patches]: Use it here. > [inputs]: Add back ffmpeg. Well, this is fantast

bug#53561: Failing: guix package -i gtkmm@3

2022-01-29 Thread Leo Famulari
On Wed, Jan 26, 2022 at 10:24:01PM +, Dale Mellor wrote: > The above command produces > > The following package will be installed: >gtkmm 3.24.5 > > guix package: error: profile contains conflicting entries for libsigc++ > guix package: error: first entry: libsigc++@3.0.6 > /gnu/store/

bug#53616: build error k14i8vsbnihnghg9xhavs9p3yrxsa431-compute-guix-derivation

2022-01-29 Thread Leo Famulari
On Fri, Jan 28, 2022 at 07:56:46PM +0100, liberty4us--- via Bug reports for GNU Guix wrote: > Haven't pulled in almost a month.  Tried and failed. > > Any idea what I can do besides start over? > > Guix told me to report it like this, so here goes: > > $ guix pull [...] > / 'build' phas-guix

bug#52943: Cannot build guix as part of guix system reconfigure after commit 224d437fb4 on aarch64

2022-01-29 Thread Leo Famulari
On Wed, Jan 19, 2022 at 11:28:28AM -0800, Vagrant Cascadian wrote: > I tried building a newer version, but there were new test suite failures > on both aarch64 and x86_64 :/ Since the 'guix' package still does not build on aarch64, I'm reopening this bug.

bug#53624: pinebook pro barebones image does not include atheros drivers/firmware

2022-01-29 Thread Andrew WW
Hi, I have a pinebook pro and I've been playing around with the image provided on the guix website. One big limitation of the image is that it does not seem to include the firmware and drivers for free WiFi modules, such as the dongles using atheros 802.11n chips. With the atheros firmware and t

bug#53591: [PATCH] gnu: audacity: Add fallback to locate ffmpeg via pkg-config.

2022-01-29 Thread Liliana Marie Prikler
* gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/audio.scm (audacity)[patches]: Use it here. [inputs]: Add back ffmpeg. --- gnu/local.mk | 1 + gnu/packages/audio.scm

bug#53621: i18n guix module error when opening shell after guix home reconfigure

2022-01-29 Thread Holger Peters
Hi, An error message about guix i18n has appeared for a while now when using guix with guix home: Backtrace: 9 (primitive-load "/home/holger/.guix-home/on-first-login") In ice-9/eval.scm: 721:20 8 (primitive-eval (begin (use-modules (guix i18n)) (# …) …)) In ice-9/psyntax.scm: 1

bug#53620: Guix installation failed

2022-01-29 Thread Er V P Singh,
Greatings, I try to install Guix on my raspberry pi bulls eye OS , it takes about 36 hours to complie these file and last 3000 line output is attached with. host version: "1.3.0"; pull-version: 1). Please report the COMPLETE output above by email to . pi@raspberrypi:~ $ pi@raspberrypi:~ $ lscpu

bug#53616: build error k14i8vsbnihnghg9xhavs9p3yrxsa431-compute-guix-derivation

2022-01-29 Thread liberty4us--- via Bug reports for GNU Guix
Haven't pulled in almost a month.  Tried and failed. Any idea what I can do besides start over? Guix told me to report it like this, so here goes: $ guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9ed