| Summary: | Cannot install devtodo2 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Maros Zatko <mzatko> |
| Component: | devtodo2 | Assignee: | Patrick Uiterwijk <puiterwijk> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | puiterwijk |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | devtodo2-2.1-8.20120711git8dee6.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-18 04:21:48 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: | |
Well, "yum provides libgo.so.3()(64bit)" returns libgo-4.8.1-1.fc19.x86_64 for me, and with that package installed, yum installed devtodo2 happily for me. But as I am having issues running it after that, I am currently rebuilding (the libgo library was updated in the Fedora release without rebuilding all the packages that depend on it). Could you try http://koji.fedoraproject.org/koji/buildinfo?buildID=477959 ? So I've tried it, it installed successfully but I got another error on launch. I suppose that's for another BZ :) Thank you for testing. I will test it myself when I have time, and will come back to it on this bug! Okay, looking back into it. It seems that the error (about no debug info) is because of a bug in gcc-go: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57194 . Currently building and testing a fix. devtodo2-2.1-8.20120711git8dee6.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/devtodo2-2.1-8.20120711git8dee6.fc20 devtodo2-2.1-8.20120711git8dee6.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/devtodo2-2.1-8.20120711git8dee6.fc19 Package devtodo2-2.1-8.20120711git8dee6.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing devtodo2-2.1-8.20120711git8dee6.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-0562/devtodo2-2.1-8.20120711git8dee6.fc20 then log in and leave karma (feedback). devtodo2-2.1-8.20120711git8dee6.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. devtodo2-2.1-8.20120711git8dee6.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: After relatively not-so-easy update I've tried to (re)install devtodo2 and all I got was: # yum install devtodo2 Loaded plugins: langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package devtodo2.x86_64 0:2.1-5.20120711git8dee6.fc19 will be installed --> Processing Dependency: libgo.so.3()(64bit) for package: devtodo2-2.1-5.20120711git8dee6.fc19.x86_64 --> Finished Dependency Resolution Error: Package: devtodo2-2.1-5.20120711git8dee6.fc19.x86_64 (updates) Requires: libgo.so.3()(64bit) Available: libgo-4.8.1-1.fc19.x86_64 (fedora) libgo.so.3()(64bit) Installed: libgo-4.8.2-1.fc19.x86_64 (@updates) ~libgo.so.4()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. yum update 2. yum install devtodo2 3. observe an error Actual results: devtodo2 does not install Expected results: installed & functional devtodo2 Additional info: