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 1239387

Summary: blobby: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: blobbyAssignee: Ankur Sinha (FranciscoD) <sanjay.ankur>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: bruno, jwakely, sanjay.ankur
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: 2015-07-26 23:27:20 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: 1239338    
Attachments:
Description Flags
build.log
none
root.log
none
state.log
none
update spec file with patch to fix build failure none

Description Dennis Gilmore 2015-07-05 20:50:31 UTC
Your package blobby failed to build from source in current rawhide.

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

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

Comment 1 Dennis Gilmore 2015-07-05 20:50:34 UTC
Created attachment 1046482 [details]
build.log

Comment 2 Dennis Gilmore 2015-07-05 20:50:34 UTC
Created attachment 1046483 [details]
root.log

Comment 3 Dennis Gilmore 2015-07-05 20:50:35 UTC
Created attachment 1046484 [details]
state.log

Comment 4 Jan Kurik 2015-07-15 13:48:48 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 5 Bruno Wolff III 2015-07-24 19:49:38 UTC
The following is from the devel list and suggests a patch to fix some of the problem (unfortunately that machine is private):
>> blobby

blobby needs this patch to build:

http://git.engineering.redhat.com/git/users/jwakely/fedora/blobby/commit/?h=ostream

(I've sent the patch to one of the upstream project maintainers).

But it still fails anyway with:

/usr/bin/ld: CMakeFiles/blobby.dir/BlobbyDebug.cpp.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
CMakeFiles/blobby.dir/BlobbyDebug.cpp.o: error adding symbols: Bad value

which doesn't seem to be a Boost problem.

Comment 6 Jonathan Wakely 2015-07-25 15:38:29 UTC
Created attachment 1056089 [details]
update spec file with patch to fix build failure

Here's the fix, I didn't realise git.engineering.redhat.com isn't public, sorry.

Comment 7 Bruno Wolff III 2015-07-26 15:39:45 UTC
Thanks for the patch, For the other issue it looks like Fedora's options for building aren't getting used. That's a problem even if the package does build. I'll look to see if I can figure this out and hopefully that will fix the build problem.