Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2014 18:42:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194408] New: multimedia/mpv: respect -O level in CFLAGS
Message-ID:  <bug-194408-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194408

            Bug ID: 194408
           Summary: multimedia/mpv: respect -O level in CFLAGS
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gblach@FreeBSD.org
          Reporter: jbeich@vfemail.net
          Assignee: gblach@FreeBSD.org
             Flags: maintainer-feedback?(gblach@FreeBSD.org)

Created attachment 148378
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148378&action=edit
disable -O2 from vendor

There's an audio issue due to a compiler bug on 11.0-CURRENT i386. It took me a
while to figure out because the port ignores CFLAGS+=-O0 by passing -O2 later.
Let's drop vendor optimization in favor of system-specific (environ, make.conf,
Makefile.local).

Affects since v0.5.0 (r364818) or b0ff052.

$ mpv --no-config /path/to/foo.aac
...
AO: [oss] 44100Hz stereo 2ch s32
Unable to convert audio input format to output format.
Audio filter chain:
  [in] 44100Hz stereo 2ch floatp
  [out] 44100Hz stereo 2ch s32 <-
  [ao] 44100Hz stereo 2ch s32
Could not create audio filter chain.
Couldn't find matching filter/ao format!
Audio: no audio

To reproduce check the log for any -O after:

  $ make clean all WITH_DEBUG= _MAKE_JOBS=-v

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer gblach@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194408-13>