[pulseaudio-tickets] [Bug 89135] New: Build of v5.99.3 is broken since v6.0 was tagged due to unexpected git-version-gen output
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Feb 13 03:44:07 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89135
Bug ID: 89135
Summary: Build of v5.99.3 is broken since v6.0 was tagged due
to unexpected git-version-gen output
Product: PulseAudio
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: build-system
Assignee: pulseaudio-bugs at lists.freedesktop.org
Reporter: ssssam at gmail.com
QA Contact: pulseaudio-bugs at lists.freedesktop.org
CC: lennart at poettering.net
Hello
I found gstreamer-plugins-good failing to build due to this:
pulseutil.c: In function 'gst_pulse_fill_format_info':
pulseutil.c:167:5: error: missing binary operator before token "~"
#if PA_CHECK_VERSION(3,99,0)
^
Looking at /usr/include/pulse/version.h, I saw this:
/** The major version of PA. \since 0.9.15 */
#define PA_MAJOR 6
/** The minor version of PA. \since 0.9.15 */
#define PA_MINOR 0~8
/** The micro version of PA (will always be 0 from v1.0 onwards). \since 0.9.15
*/
#define PA_MICRO 0
The reason seems to be that the `git-version-gen` script is returning this when
tag v5.99.3 is checked out:
./git-version-gen .
6.0~8
Seems like this is a bug in the git-version-gen script (or at least, unexpected
behaviour that causes 'configure' to come up with an invalid version number).
I'm afraid I don't have time to look at this now and have just upgraded to 6.0
instead, which currently doesn't suffer this issue.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150213/38a55f5b/attachment.html>
More information about the pulseaudio-bugs
mailing list