Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jan 2015 23:19:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 196629] Fix multimedia/mjpegtools with libc++ r224926
Message-ID:  <bug-196629-12827-IXJ2RBEbUW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196629-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196629-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Dimitry Andric <dim@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
multimedia@FreeBSD.org:
Bug 196629: Fix multimedia/mjpegtools with libc++ r224926
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196629



--- Description ---
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_20h1
0m47s/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@FreeBSD.org> ---
Auto-assigned to maintainer multimedia@FreeBSD.org



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