Bug 1684245
| Summary: | Unable to install qemu-system-x86-core-2:3.1.0-4.fc30.1.x86_64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Randy Barlow <rbarlow> |
| Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | amit, berrange, cfergeau, crobinso, dwmw2, itamar, mhroncok, pbonzini, rjones, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-11 14:53:50 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: | 1684250 | ||
|
Description
Randy Barlow
2019-02-28 19:23:57 UTC
Yeah qemu just needs a rebuild, but build attempts are failing with new glusterfs: https://bugzilla.redhat.com/show_bug.cgi?id=1684298 This blocks the compose. I'm trying a build now with qemu gluster bits temporarily disabled, hopefully that fixes things Build still failing, now with lots of: BUILDSTDERR: /builddir/build/BUILD/qemu-3.1.0/linux-user/syscall.c:253:16: error: static declaration of 'gettid' follows non-static declaration BUILDSTDERR: 253 | _syscall0(int, gettid) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: /builddir/build/BUILD/qemu-3.1.0/linux-user/syscall.c:184:13: note: in definition of macro '_syscall0' BUILDSTDERR: 184 | static type name (void) \ BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/unistd.h:1170, BUILDSTDERR: from /builddir/build/BUILD/qemu-3.1.0/include/qemu/osdep.h:90, BUILDSTDERR: from /builddir/build/BUILD/qemu-3.1.0/linux-user/syscall.c:20: BUILDSTDERR: /usr/include/bits/unistd_ext.h:34:16: note: previous declaration of 'gettid' was here BUILDSTDERR: 34 | extern __pid_t gettid (void) __THROW; This seems to be fixed now, thanks! |