unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: 01/01: gnu: gstreamer: Skip failing test on 32-bit systems.
Date: Sun, 16 Jun 2019 10:00:41 +0200	[thread overview]
Message-ID: <877e9m3qom.fsf@devup.no> (raw)
In-Reply-To: <87imt95qtc.fsf@netris.org>

[-- Attachment #1: Type: text/plain, Size: 1674 bytes --]

Mark,

Mark H Weaver <mhw@netris.org> writes:

> Hi Marius,
>
> guix-commits@gnu.org writes:
>
>> mbakke pushed a commit to branch staging
>> in repository guix.
>>
>> commit 2a9d89afb6fb869dd2bdf1e9f710f487786930fc
>> Author: Marius Bakke <mbakke@fastmail.com>
>> Date:   Thu Jun 13 14:08:32 2019 +0200
>>
>>     gnu: gstreamer: Skip failing test on 32-bit systems.
>>     
>>     * gnu/packages/gstreamer.scm (gstreamer)[arguments]: When building for a
>>     32-bit system, add #:phases.
> [...]
>> +       ,@(if (not (target-64bit?))
>> +           ;; Skip test that fails on 32-bit systems:
>> +           ;; <https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/316>.
>> +           `(#:phases (modify-phases %standard-phases
>> +                        (add-before 'check 'disable-gstbufferpool-test
>> +                          (lambda _
>> +                            (substitute* "tests/check/Makefile"
>> +                              (("^[[:blank:]]+gst/gstbufferpool.*$")
>> +                               ""))
>> +                              #t))))
>> +           '())))
>
> This might be sweeping a critical bug under the rug.  Does
>
>   Unexpected critical/warning: gst_buffer_resize_range:
>     assertion 'bufmax >= bufoffs + offset + size' failed
>
> really sound like something we can safely ignore?

I think you are right to be concerned.  I found the upstream commit that
introduced the problem.  See
<https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/316#note_176773>.

Do you have a preference for reverting the faulty commits, or going back
to 1.14.5?

Thanks for noticing,
Marius

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2019-06-16  8:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20190613121214.23499.29535@vcs0.savannah.gnu.org>
     [not found] ` <20190613121215.EBF7320949@vcs0.savannah.gnu.org>
2019-06-13 17:37   ` 01/01: gnu: gstreamer: Skip failing test on 32-bit systems Mark H Weaver
2019-06-16  8:00     ` Marius Bakke [this message]
2019-06-16 21:31       ` Mark H Weaver
2019-06-27  6:01       ` Mark H Weaver
2019-06-28 18:55         ` Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877e9m3qom.fsf@devup.no \
    --to=mbakke@fastmail.com \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).