Bug 817237
| Summary: | mosh-debuginfo 1.2 contains no sources | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> |
| Component: | mosh | Assignee: | Alex Chernyakhovsky <achernya> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | achernya |
| Target Milestone: | --- | Keywords: | Patch |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | mosh-1.2-2.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-08 04:24:12 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: | 496968 | ||
mosh-1.2-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/mosh-1.2-2.fc17 mosh-1.2-2.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/mosh-1.2-2.fc16 mosh-1.2-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/mosh-1.2-2.fc15 mosh-1.2-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/mosh-1.2-2.el6 mosh-1.2-2.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/mosh-1.2-2.el5 Hi Ville, Thanks for catching this, applied. I've already built the updated mosh packages. Package mosh-1.2-2.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mosh-1.2-2.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-6903/mosh-1.2-2.fc15 then log in and leave karma (feedback). mosh-1.2-2.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. mosh-1.2-2.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. mosh-1.2-2.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. mosh-1.2-2.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. mosh-1.2-2.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |
mosh-debuginfo 1.2 contains no sources and is quite probably useless as -g is not being used to build. One way to fix it (note also the lack of any -O flags fixed by this): --- a/mosh.spec +++ b/mosh.spec @@ -32,4 +32,5 @@ Mosh is a remote terminal application that supports: # Use upstream's more aggressive hardening instead of Fedora's defaults +export CFLAGS="-O2 -g" CXXFLAGS="-O2 -g" %configure --enable-compile-warnings=error -make %{?_smp_mflags} CFLAGS="" CXXFLAGS="" +make %{?_smp_mflags}