On Fri, 20 Jul 2018 14:44:19 -0400 Leo Famulari wrote: > On Wed, Jun 20, 2018 at 12:36:18PM -0400, Leo Famulari wrote: > > Okay, are you able to send a patch to disable the test and report > > this issue upstream? > > Did this bug ever get reported upstream? At least there is a 1.14.2 out: https://gstreamer.freedesktop.org/releases/1.14/#1.14.2 Bit I don't get this problem: Hydra can build: https://hydra.gnu.org/job/gnu/master/gst-plugins-base-1.14.1.x86_64-linux/all Locally I can build: $>guix --version guix (GNU Guix) 208df8ba8ab1999525310e8f2bf82b03350523c2 $>guix build gst-plugins-base --check [..] phase `reset-gzip-timestamps' succeeded after 0.0 seconds starting phase `compress-documentation' compressing documentation in '/gnu/store/g3iwkhs7sjrhsaqq3bwmj81mxsa5c3d1-gst-plugins-base-1.14.1/share/man' with "gzip" and flags ("--best" "--no-name") phase `compress-documentation' succeeded after 0.0 seconds /gnu/store/58i3gmidcbksf7cxwhfjrp2w22k6glqa-gst-plugins-base-1.14.1-doc /gnu/store/g3iwkhs7sjrhsaqq3bwmj81mxsa5c3d1-gst-plugins-base-1.14.1 But this one fails: $>guix packge -i wine FAIL: elements/opus =================== Running suite(s): opus 33%: Checks: 6, Failures: 0, Errors: 4 gstcheck.c:596:E:general:test_opus_encode_nothing:0: (after this point) Received signal 11 (Segmentation fault) gstcheck.c:596:E:general:test_opus_encode_samples:0: (after this point) Received signal 11 (Segmentation fault) gstcheck.c:596:E:general:test_opus_encode_properties:0: (after this point) Received signal 11 (Segmentation fault) elements/opus.c:429:E:general:test_opus_decode_plc_timestamps_with_fec:0: (after this point) Received signal 11 (Segmentation fault) Check suite opus ran in 1.356s (tests failed: 4) FAIL elements/opus (exit status: 4) Backtrace: 4 (primitive-load "/gnu/store/ki3kvmzipvf8baabfyaw1ncf4ax…") In ice-9/eval.scm: 191:35 3 (_ _) In srfi/srfi-1.scm: 640:9 2 (for-each # …) In /gnu/store/cgnrsi20mwcm1s3z9ab8qw125m73l4qd-module-import/guix/build/gnu-build-system.scm: 799:31 1 (_ _) 369:6 0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # _) /gnu/store/cgnrsi20mwcm1s3z9ab8qw125m73l4qd-module-import/guix/build/gnu-build-system.scm:369:6: In procedure check: Throw to key `srfi-34' with args `(#)'. builder for `/gnu/store/yrk539har2g5pw1rw5b9k8nq9p0w3c1h-gst-plugins-base-1.14.1.drv' failed with exit code 1 cannot build derivation `/gnu/store/h1m3fdqr7igb0k94zxlf9kw5rwhkmdyc-wine-3.0.2.drv': 1 dependencies couldn't be built guix package: error: build failed: build of `/gnu/store/h1m3fdqr7igb0k94zxlf9kw5rwhkmdyc-wine-3.0.2.drv' failed Björn