[Bug 196629] Fix multimedia/mjpegtools with libc++ r224926

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 8 23:19:34 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196629

            Bug ID: 196629
           Summary: Fix multimedia/mjpegtools with libc++ r224926
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia at FreeBSD.org
          Reporter: dim at FreeBSD.org
             Flags: maintainer-feedback?(multimedia at FreeBSD.org)
          Assignee: multimedia at FreeBSD.org

Created attachment 151516
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151516&action=edit
Fix multimedia/mjpegtools with libc++ r224926

Bug 196535 shows that multimedia/mjpegtools fails to compile when libc++
r224926 is imported:

http://package18.nyi.freebsd.org/data/headamd64PR196535-default/2015-01-07_20h10m47s/logs/errors/mjpegtools-2.1.0_7.log

This is because one of the submodules tries to redefine 'errno' as a local
variable, and the new version of libc++ pulls in <errno.h> now, leading to a
conflict.

The fix is to rename the local variable to 'error'.

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

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


More information about the freebsd-multimedia mailing list