Bug 1512883
| Summary: | scala FTBFS in rawhide and f27 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paulo Andrade <paulo.cesar.pereira.de.andrade> | ||||
| Component: | scala | Assignee: | Mikolaj Izdebski <mizdebsk> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | rawhide | CC: | geoff+fedora, jochen, kdudka, mizdebsk, willb | ||||
| Target Milestone: | --- | Keywords: | Patch, Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 2.10.6-6 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-12-07 07:37:37 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: | 1516916 | ||||||
| Attachments: |
|
||||||
Not sure if it is directly related to this bug or not ... but I had to add BR for javapackages-local to be able to build scala-2.10.6-3.fc26 in the f27 build root because /usr/bin/abs2rel is no longer installed by javapackages-tools. It is related, but only one of several changes required to fix this FTBFS. When can we expect an f27 build that can be rebuild in Fedora 27 build root? Fixed in scala-2.10.6-6 It turned out that adding BR on javapackages-local was enough. Built in rawhide, https://koji.fedoraproject.org/koji/buildinfo?buildID=1007876 f27 branch is buildable too (but not built), https://koji.fedoraproject.org/koji/taskinfo?taskID=23562032 Thanks! When can we expect an f27 build that can be rebuild in Fedora 27 build root? I've just submitted f27 build to Koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=23562542 I am able to rebuild scala-2.10.6-6.fc28 in the Fedora 27 build root, which is sufficient for me. Still it can save some time to others if builds tagged f27 are reproducible in up2date Fedora 27 buildroot. (In reply to Mikolaj Izdebski from comment #8) > I've just submitted f27 build to Koji: > https://koji.fedoraproject.org/koji/taskinfo?taskID=23562542 Thanks! (In reply to Mikolaj Izdebski from comment #8) > I've just submitted f27 build to Koji: > https://koji.fedoraproject.org/koji/taskinfo?taskID=23562542 Unfortunately, the above build failed because of an internal documenter error: https://koji.fedoraproject.org/koji/getfile?taskID=23562561&volume=DEFAULT&name=build.log&offset=-4000 Resubmitted on x86_64, https://koji.fedoraproject.org/koji/taskinfo?taskID=23679796 |
Created attachment 1351910 [details] scala-ftbfs-rawhide.patch While attempting to correct the jacop FTBFS package, that depends on scala, I believe I found a patch to rebuild scala. $ dnf repoquery scala scala-0:2.10.6-3.fc26.noarch $ rpm -q scala scala-2.10.6-5.fc28.noarch While it did not fix my issue, I believe I should share my attempt fix, that appears to be correct, and is attached.