Bug 756766 - version number variable isn't substituted correctly
Summary: version number variable isn't substituted correctly
Keywords:
Status: CLOSED DUPLICATE of bug 714659
Alias: None
Product: Fedora
Classification: Fedora
Component: yajl
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Daniel Berrangé
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-24 13:40 UTC by Don Zickus
Modified: 2012-01-30 12:14 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-30 12:14:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Don Zickus 2011-11-24 13:40:25 UTC
Description of problem:

I was trying to compile xbmc and it needed yajl-devel for whatever reason.  The compile failed because in /usr/include/yajl/yajl_version.h the #defines


YAJL_MAJOR
YAJL_MINOR
YAJL_MICRO

were not set to 1, 0, 11 respectively but instead ${YAJL_MAJOR}, ...

It seems the substitution for ${YAJL_MAJOR} to 1  (and the others) failed for whatever reason.  It seems fine in F16.

Changing the header file manually to reflect the correct numbers allowed the compile to continue.

Just being pro-active in case someone else stumbles upon this.


Version-Release number of selected component (if applicable):
yajl-devel-1.0.11-1.fc15.i686

Comment 1 Daniel Berrangé 2012-01-30 12:14:12 UTC

*** This bug has been marked as a duplicate of bug 714659 ***


Note You need to log in before you can comment on or make changes to this bug.