Bug 1671692
| Summary: | abiword FTBFS, has broken deps and that blocks compose | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | abiword | Assignee: | Marc Maurer <uwog> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 31 | CC: | besser82, dsd, herrold, klember, pbrobinson, uwog |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | abiword-3.0.2-17.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-18 15:51:32 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: | 1601051 | ||
| Bug Blocks: | |||
|
Description
Miro Hrončok
2019-02-01 10:32:36 UTC
It's erroring out because gcc-c++ is not installed and it fails to build the boost test program. I've pushed a fix for that and kicked off a new build; let's see if that works: https://koji.fedoraproject.org/koji/taskinfo?taskID=32414174 Even once that sorted, here's another:
Processing files: python2-abiword-3.0.2-17.fc30.x86_64
RPM build errors:
error: File not found: /builddir/build/BUILDROOT/abiword-3.0.2-17.fc30.x86_64/usr/lib64/python2.7/site-packages/*
File not found: /builddir/build/BUILDROOT/abiword-3.0.2-17.fc30.x86_64/usr/lib64/python2.7/site-packages/*
Seems like an ambiguous python usage. I'm trying to find a fix and will BR python-unversioned-command as a workaround if that doesn't work out. Please let me know when this is fixed in Rawhide, so I can merge that to f29 branch, run a build for fc29, and add that to the libwmf update to fix the broken deps there. here's a build https://koji.fedoraproject.org/koji/taskinfo?taskID=32416113 it passed my mock build on x86_64 Björn, the libwmf update needed a number of other rebuilds as well, not just abiword. I'd say it's better to avoid doing the soname bump in stable Fedora releases. Looks like the libwmf update has been unpushed from F28 and F29 so there's no need for you to do the rebuilds there any more. Björn, your failing abiword build is blocking this, could you please `koji cancel 32415272`? cancelled. here's another one https://koji.fedoraproject.org/koji/taskinfo?taskID=32416510 Miro, just canceled the build. (In reply to Miro Hrončok from comment #5) > here's a build https://koji.fedoraproject.org/koji/taskinfo?taskID=32416113 > > it passed my mock build on x86_64 I've found a solution (simple patch to a Makefile) that doesn't BR python-unversioned-command. I'll revert your changes, Miro, if you don't mind and bump release. Index: abiword-3.0.2/src/gi-overrides/Makefile.am =================================================================== --- abiword-3.0.2.orig/src/gi-overrides/Makefile.am +++ abiword-3.0.2/src/gi-overrides/Makefile.am @@ -1,2 +1,2 @@ -overridesdir = `python -c "import gi; print gi._overridesdir"` +overridesdir = `$(PYTHON) -c "import gi; print gi._overridesdir"` overrides_PYTHON = Abi.py just do it after we have a successful build please. abiword built. This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to '31'. |