bug#32448: commit fac39b9 (update libx264) broke VLC

2018-08-16 Thread Clément Lassieur
Clément Lassieur writes: > Hi, > > Commit fac39b9 (update libx264) broke VLC. > > Clément The end of the log: --8<---cut here---start->8--- audio_output/pulse.c: In function ‘stream_start_now’: audio_output/pulse.c:174:60: warning: unused parameter ‘aout’ [-

bug#32448: commit fac39b9 (update libx264) broke VLC

2018-08-16 Thread Ricardo Wurmus
Clément Lassieur writes: > codec/x264.c: In function ‘Open’: > codec/x264.c:849:26: error: ‘x264_bit_depth’ undeclared (first use in this > function) > const int mask = x264_bit_depth > 8 ? X264_CSP_HIGH_DEPTH : 0; Looks like an API change. Is there an upstream patch we can apply to

bug#32058: [PATCH] gnu: mysql: Fix build.

2018-08-16 Thread Marius Bakke
Tobias Geerinckx-Rice writes: > MySQL demands boost@1.59.0, and lying about it no longer works: > > sql/item_geofunc_internal.cc: In function ‘void handle_gis_exception(const > char*)’: > sql/item_geofunc_internal.cc:37:81: error: expected unqualified-id before ‘&’ > token >catch (const >

bug#32349: argon2 doesn't install pkg-config file

2018-08-16 Thread Clément Lassieur
Hi Amirouche, Amirouche Boubekki writes: > $ guix package -i argon2 > > Should install .pc file to make it possible to discover the version of > argon2 on the host. > > https://github.com/P-H-C/phc-winner-argon2/blob/master/libargon2.pc Pushed with the following minor changes: - adapt the co

bug#32456: Guile failed to call package-derivation without pre-inst-env

2018-08-16 Thread Oleg Pykhalov
Hello Guix, I have an issue with ‘package-derivation’ procedure. When I use Guile from my user's profile I get an error but not when I use ‘pre-inst-env’. The %load-path is differ only in /home/natsu/src/guix when pre-inst-env. guix (GNU Guix) 689aacc12f1d9c0b511e2010185b2e7a80de5201 --8<-

bug#32330: Cuirass: 'reboot' wipes the database

2018-08-16 Thread Clément Lassieur
Clément Lassieur writes: > 'herd stop cuirass && herd start cuirass' works fine, but 'reboot' > totally wipes the database. Fixed by commits 8d4805ba2934e492524512aac8a95662f2cf97c7 in Guix, and 31a398f8a30ac35aa29c64112622e25cc4e5ce8c in Cuirass.

bug#32458: SDL SEGFAULTs on foreign distro

2018-08-16 Thread Tim Gesthuizen
Hi, since a few days now SDL2 and SDL-1.2 are broken for me through Guix. Running any kind of application that uses SDLs rendering mechanisms crashes immediately while initializing window and renderer. I tried tracking down the bug using GDB and found out that the bug occurs while compiling/loadin

bug#32459: Strace 4.24 doesn't build

2018-08-16 Thread Clément Lassieur
Hi, Strace 4.24 doesn't build (on my machine). Once I had: FAIL: trace_personality_32.gen.test And another time: FAIL: trace_personality_regex_32.gen.test FAIL: trace_stat_like.gen.test FAIL: trace_stat.gen.test FAIL: trace_statfs_like.gen.test FAIL: trace_question.gen.

bug#32459: Strace 4.24 doesn't build

2018-08-16 Thread Tobias Geerinckx-Rice
Clément, Clément Lassieur wrote: Strace 4.24 doesn't build (on my machine). Once I had: FAIL: trace_personality_32.gen.test And another time: FAIL: trace_personality_regex_32.gen.test FAIL: trace_stat_like.gen.test FAIL: trace_stat.gen.test FAIL: trace_statfs_like.gen.tes

bug#32459: Strace 4.24 doesn't build

2018-08-16 Thread Clément Lassieur
Tobias Geerinckx-Rice writes: > Clément, > > Clément Lassieur wrote: >> Strace 4.24 doesn't build (on my machine). >> >> Once I had: >> >> FAIL: trace_personality_32.gen.test >> >> And another time: >> >> FAIL: trace_personality_regex_32.gen.test >> FAIL: trace_stat_like.gen.test >>

bug#32300: [PATCH] database: Fix the builds limit issue.

2018-08-16 Thread Clément Lassieur
> Hi, > > On Sat, 04 Aug 2018 18:10:51 +0200 > Clément Lassieur wrote: > >> Clément Lassieur writes: >> >> > Fixes . >> > >> > * src/cuirass/database.scm (filters->order): New procedure. >> > (db-get-builds): Remove FORMAT-OUTPUT, CONS-OUTPUT, COLLECT-OUTPUTS, >> > FI

bug#32190: [PATCH] database: Merge Derivations into Builds table.

2018-08-16 Thread Clément Lassieur
Pushed, thank you for the review! Clément Ricardo Wurmus writes: > Hi Clément, > >> Fixes . > > Woo! Thank you for this patch. > >> * src/cuirass/base.scm (evaluate): Don't add jobs to the Derivations table. > > I see that you’ve mentioned your changes to “build-pac

bug#32439: guix pull as root generates too many errors.

2018-08-16 Thread Leo Famulari
On Tue, Aug 14, 2018 at 09:07:04PM +, fis trivial wrote: > As root user, it's guile@2.0.14. Indeed, installing guile@2.2.4 from Guix > fixes > the problem. Thanks for your insight. :) Great! By the way, Guix *does* work with Guile 2.0. The messages you saw should not prevent using Guix. Gui