Bug 1604884
| Summary: | mosh: FTBFS in Fedora rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mohan Boddu <mboddu> | ||||||||
| Component: | mosh | Assignee: | Alex Chernyakhovsky <achernya> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 29 | CC: | achernya, athmanem, bugzilla.redhat.com | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2019-09-22 15:01:57 UTC | Type: | --- | ||||||||
| 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: | 1551327, 1602938 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Mohan Boddu
2018-07-20 00:58:09 UTC
Created attachment 1464448 [details]
build.log
Created attachment 1464449 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1464450 [details]
state.log
This bug appears to have been reported against 'rawhide' during the Fedora 29 development cycle. Changing version to '29'. I tried to run mosh-1.3.0-1.el7.x86_64.rpm but I kept getting this error: mosh-server: symbol lookup error: mosh-server: undefined symbol: _ZNK6google8protobuf11MessageLite25InitializationErrorStringEv Connection to 11.11.22.33 closed. /usr/bin/mosh: Did not find mosh server startup message. (Have you installed mosh on your server?) Signature : RSA/SHA256, Sun 26 Mar 2017 02:28:23 PM PDT, Key ID 6a2faea2352c64e5 Source RPM : mosh-1.3.0-1.el7.src.rpm Build Date : Sun 26 Mar 2017 02:25:46 PM PDT Build Host : buildhw-10.phx2.fedoraproject.org I downloaded the source package and tried to build it, and it failed in the configuration step, with 'cpp failed sanity check'. By installing gcc-g++, (yum install -y gcc-c++), I was able to rebuild the package and get mosh running. The mosh spec file needs to specify a build dependency on gcc-g++, I think. Cheers! |