Bug 1124390
Summary: | opensips-1.10.1-2.fc22 FTBFS: array_del.c:29:23: fatal error: json/json.h: No such file or directory | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
Component: | opensips | Assignee: | John Khvatov <ivaxer> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | ivaxer, jersonjunior, lemenkov |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://koji.fedoraproject.org/koji/taskinfo?taskID=7209530 | ||
Whiteboard: | |||
Fixed In Version: | opensips-1.10.3-1.fc20 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-11-10 06:42:18 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Petr Pisar
2014-07-29 12:02:46 UTC
This is caused by upgrading json-c from 0.11 to 0.12. It renamed /usr/include/json directory to /usr/include/json-c. Please also note that there is another package provided json/json.h and that's jsoncpp-devel with /usr/include/jsoncpp/json/json.h. The same error in RHEL 7: make[2]: Entering directory `/usr/src/opensips-1.11.2-tls/modules/json' Compiling array_del.c Compiling json.c array_del.c:29:18: fatal error: json.h: No such file or directory #include <json.h> ^ compilation terminated. make[2]: *** [array_del.o] Error 1 make[2]: *** Waiting for unfinished jobs.... json.c:50:18: fatal error: json.h: No such file or directory #include <json.h> ^ compilation terminated. make[2]: *** [json.o] Error 1 make[2]: Leaving directory `/usr/src/opensips-1.11.2-tls/modules/json' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/usr/src/opensips-1.11.2-tls' opensips-1.10.3-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/opensips-1.10.3-1.fc21 opensips-1.10.3-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/opensips-1.10.3-1.fc20 Package opensips-1.10.3-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing opensips-1.10.3-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-14242/opensips-1.10.3-1.fc20 then log in and leave karma (feedback). opensips-1.10.3-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. opensips-1.10.3-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |