Bug 1718278
| Summary: | dee fails to build in rawhide (Fedora 31) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Viktorin (pviktori) <pviktori> |
| Component: | dee | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | awilliam, jspaleta, lbalhar, mhroncok, tcallawa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-30 14:44:11 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1700317, 1686977, 1718302, 1732841 | ||
|
Description
Petr Viktorin (pviktori)
2019-06-07 11:59:43 UTC
It seems that the error is the same with Python 3.7 (rawhide): Making all in tools make[2]: Entering directory '/builddir/build/BUILD/dee-1.2.7/tools' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -Wall -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -pthread -Werror -Wall -Wcast-align -Wno-uninitialized -Wempty-body -Wformat-security -Winit-self -Wno-error=deprecated-declarations -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error=maybe-uninitialized -c dee-tool.c BUILDSTDERR: /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSerror: construct properties not supported for specified property type BUILDSTDERR: error: construct properties not supported for specified property type BUILDSTDERR: make[2]: *** [Makefile:549: dee-1.0.vapi] Error 1 BUILDSTDERR: make[1]: *** [Makefile:512: all-recursive] Error 1 BUILDSTDERR: make: *** [Makefile:417: all] Error 2 BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.ymawou (%build) Full log: https://copr-be.cloud.fedoraproject.org/results/lbalhar/test.support_change/fedora-rawhide-x86_64/00945264-dee/build.log.gz Comparison with https://github.com/elementary/applications-menu/issues/210 suggests these may be related to the version of vala rather than Python... Renamed. Still, it blocks the Python 3.8 rebuild. It now builds in the Python 3.8 COPR! https://copr.fedorainfracloud.org/coprs/g/python/python3.8/build/978242/ Thanks! clearing needinfo. |