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 1307965

Summary: qjson: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: qjsonAssignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jgrulich, projects.rg, rdieter
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-14 14:16: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: 1305208    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2016-02-13 22:12:24 UTC
Your package qjson failed to build from source in current rawhide.

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

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

Comment 1 Fedora Release Engineering 2016-02-13 22:12:27 UTC
Created attachment 1125956 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 22:12:29 UTC
Created attachment 1125957 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-13 22:12:30 UTC
Created attachment 1125958 [details]
state.log

Comment 4 Rex Dieter 2016-02-14 14:16:57 UTC
%changelog
* Sun Feb 14 2016 Rex Dieter <rdieter> 0.8.1-16
- %%check: make tests non-fatal xvfb-run isn't working "cannot connect to X server" (#1307965)

Comment 5 Raphael Groner 2016-02-15 15:06:41 UTC
Hmm, does xvfb-run set $DISPLAY properly?
For instance, trojita.spec can not use xvfb-run. It may need a direct call to Xvfb with a parameter for $DISPLAY, see
http://pkgs.fedoraproject.org/cgit/rpms/trojita.git/commit/?id=8a5cc9e0425bbfa9be7edfb9c27cdffaba070aaf

Comment 6 Rex Dieter 2016-02-15 15:21:46 UTC
xvfb-run -a

is supposed to automatically find (and use) a free DISPLAY

In short, you're working around the fact that xvfb-run doesn't run properly either.

I guess I should file a bug

Comment 7 Rex Dieter 2016-02-15 15:45:57 UTC
Heh, turns out that on my rebuild to make the check non-fatal, the xvfb-run -a call ran properly (without error)