Bug 1481205
| Summary: | libreport: Do not redefine log | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mikhail <mikhail.v.gavrilov> |
| Component: | libreport | Assignee: | abrt <abrt-devel-list> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 27 | CC: | abrt-devel-list, arjun, codonell, dj, fweimer, jakub, law, mfabian, mhabrnal, michal.toman, mizdebsk, mkutlak, mmarusak, pfrankli, phelia, ptisnovs, siddhesh, wallacehermano |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | glibc-2.26.90-5.fc28 glibc-2.26-3.fc27 libreport-2.9.1-3.fc26 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-09-21 23:52:53 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
Mikhail
2017-08-14 11:14:47 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 27 development cycle. Changing version to '27'. [root@jupiter wallace]# cat /etc/fedora-release Fedora release 26 (Twenty Six) [root@jupiter wallace]# dnf clean all 30 files removed [root@jupiter wallace]# dnf install dnf-plugin-system-upgrade Fedora 26 - x86_64 - Updates 3.9 MB/s | 10 MB 00:02 Fedora 26 - x86_64 4.8 MB/s | 53 MB 00:11 Last metadata expiration check: 0:00:02 ago on Sun 20 Aug 2017 05:28:42 PM -03. Package python3-dnf-plugin-system-upgrade-2.0.2-1.fc26.noarch is already installed, skipping. Dependencies resolved. Nothing to do. Complete! [root@jupiter wallace]# dnf -v system-upgrade download --refresh --releasever=rawhide Loaded plugins: builddep, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, needs-restarting, playground, repoclosure, repograph, repomanage, reposync, system-upgrade DNF version: 2.6.3 cachedir: /var/cache/dnf Before you continue ensure that your system is fully upgraded by running "dnf --refresh upgrade". Do you want to continue [y/N]: y Fedora rawhide - x86_64 - Updates 4.4 MB/s | 65 MB 00:14 not found updateinfo for: Fedora rawhide - x86_64 - Updates updates: using metadata from Sat 19 Aug 2017 08:56:51 AM -03. Fedora rawhide - x86_64 4.5 MB/s | 65 MB 00:14 not found updateinfo for: Fedora rawhide - x86_64 fedora: using metadata from Sat 19 Aug 2017 08:56:51 AM -03. Last metadata expiration check: 0:00:26 ago on Sun 20 Aug 2017 05:30:02 PM -03. Completion plugin: Generating completion cache... --> Starting dependency resolution --> Finished dependency resolution Error: Problem: problem with installed package abrt-java-connector-1.1.0-8.fc24.x86_64 - package abrt-java-connector-1.1.0-8.fc24.x86_64 requires librpm.so.7()(64bit), but none of the providers can be installed - rpm-libs-4.13.0.1-5.fc26.x86_64 does not belong to a distupgrade repository [root@jupiter wallace]# Error from build logs:
In file included from /usr/include/abrt/libabrt.h:17:0,
from /builddir/build/BUILD/abrt-java-connector-230b72697c7c43db747b2644b17cb2685d1539de/src/internal_libabrt.h:26,
from /builddir/build/BUILD/abrt-java-connector-230b72697c7c43db747b2644b17cb2685d1539de/test/unittests/check_abrt_java_connector.c:2:
/usr/include/bits/mathcalls.h:104:1: error: expected declaration specifiers or '...' before numeric constant
__MATHCALL_VEC (log,, (_Mdouble_ __x));
^
/usr/include/bits/mathcalls.h:104:1: error: expected declaration specifiers or '...' before string constant
__MATHCALL_VEC (log,, (_Mdouble_ __x));
^
/usr/include/bits/mathcalls.h:104:1: error: expected declaration specifiers or '...' before numeric constant
__MATHCALL_VEC (log,, (_Mdouble_ __x));
^
/usr/include/bits/mathcalls.h:104:1: error: expected declaration specifiers or '...' before '__func__'
__MATHCALL_VEC (log,, (_Mdouble_ __x));
^
In file included from /usr/include/libreport/libreport_types.h:22:0,
from /usr/include/libreport/global_configuration.h:23,
from /usr/include/libreport/internal_libreport.h:93,
from /usr/include/abrt/libabrt.h:17,
from /builddir/build/BUILD/abrt-java-connector-230b72697c7c43db747b2644b17cb2685d1539de/src/internal_libabrt.h:26,
from /builddir/build/BUILD/abrt-java-connector-230b72697c7c43db747b2644b17cb2685d1539de/test/unittests/check_abrt_java_connector.c:2:
/usr/include/bits/mathcalls.h:104:1: error: expected declaration specifiers or '...' before numeric constant
__MATHCALL_VEC (log,, (_Mdouble_ __x));
^
/usr/include/bits/mathcalls.h:104:1: error: expected declaration specifiers or '...' before numeric constant
__MATHCALL_VEC (log,, (_Mdouble_ __x));
^
Sorry, I misread the build log. The root cause is this: /usr/include/libreport/internal_libreport.h:#define log(...) log_standard(LOG_WARNING, __FILE__, __LINE__, __func__, __VA_ARGS__) This should be fixed in libreport. abrt-2.10.3-2.fc26 libreport-2.9.1-3.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-3f68f150f6 abrt-2.10.3-2.fc26, libreport-2.9.1-3.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-3f68f150f6 abrt-2.10.3-3.fc26 libreport-2.9.1-3.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-3f68f150f6 abrt-2.10.3-3.fc26, libreport-2.9.1-3.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-3f68f150f6 abrt-2.10.3-3.fc26, libreport-2.9.1-3.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |