Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1307711

Summary: lftp: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: lftpAssignee: Luboš Uhliarik <luhliari>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jaskalnik, luhliari, rc040203, thozza
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-19 16:00:48 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: 1305208    
Attachments:
Description Flags
build.log
none
root.log
none
state.log
none
Patch to fix the FTBFS none

Description Fedora Release Engineering 2016-02-13 21:45:38 UTC
Your package lftp failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12829415

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Comment 1 Fedora Release Engineering 2016-02-13 21:45:41 UTC
Created attachment 1125194 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 21:45:43 UTC
Created attachment 1125195 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-13 21:45:45 UTC
Created attachment 1125196 [details]
state.log

Comment 4 Ralf Corsepius 2016-02-19 08:22:01 UTC
Created attachment 1128487 [details]
Patch to fix the FTBFS

lftp apparently is not c++11/14 compatible.

A quickfix/work-around to this FTBFS would be the patch in the attachment (against Fedora's git/master) which switches compilation to "-std=gnu++03".

Comment 5 Upstream Release Monitoring 2016-02-19 15:54:45 UTC
thozza's lftp-4.6.5-3.fc24 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=737017

Comment 6 Tomáš Hozza 2016-02-19 16:00:48 UTC
Reported upstream:
https://github.com/lavv17/lftp/issues/212

For the moment I applied your patch.
koji.fedoraproject.org/koji/taskinfo?taskID=13049403

Thank you.