Alexandros Theodotou writes: > Hi Marius, > >> Can you build with '--keep-failed', and then run: >> >> diffoscope /gnu/store/k22jfy6asbwsxbmmajgghcnnrz6dgaqi-carla- >> 2.0.0{,-check} >> >> and send the output? >> >> The updated patch LGTM, but does not apply any more. Can you rebase >> it >> on top of current 'master'? > > Attaching the diffoscope output and updated patch. The output from > diffoscope was 8.5MB so I compressed it. Note that the hash has > changed. Thanks. So it looks like resources_rc.py is not reproducible. It is not really possible to tell why from the diffoscope output though. It is generated by PyQt, so I opened a separate bug report about it: https://bugs.gnu.org/38283 [...] > From 879230335a8ef5b40d09f493f380ab310c6976b3 Mon Sep 17 00:00:00 2001 > From: Alexandros Theodotou > Date: Fri, 8 Nov 2019 23:56:58 +0000 > Subject: [PATCH] gnu: Add carla. > > * gnu/packages/audio.scm (carla): New variable. Applied (with indentation change), thanks!