Bug 641940 - xorg-x11-server-Xvfb should require xorg-x11-xauth
Summary: xorg-x11-server-Xvfb should require xorg-x11-xauth
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-server
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 633752
TreeView+ depends on / blocked
 
Reported: 2010-10-11 15:05 UTC by Petr Šabata
Modified: 2018-04-11 17:52 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-02 11:54:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Petr Šabata 2010-10-11 15:05:56 UTC
Description of problem:
Installing xorg-x11-server-Xvfb alone doesn't pull xorg-x11-xauth in. Running xvfb-run fails on line 139:

139 if ! which xauth >/dev/null; then
140     error "xauth command not found"
141     exit 3
142 fi

Version-Release number of selected component (if applicable):
1:1.0.2-8.fc15

How reproducible:
Always.

Steps to Reproduce:
1. Run mockbuild of any package requiring xorg-x11-server-Xvfb and running xvfb-run.
  
Actual results:
xvfb-run fails, not finding xauth

Expected results:
xvfb-run runs okay

Comment 1 Matěj Cepl 2010-10-12 13:46:42 UTC
Right you are.

Comment 2 Adam Jackson 2010-10-20 21:24:39 UTC
I'm inclined to implement this by deleting xvfb-run. I was never very happy with including it.

Comment 3 Petr Šabata 2010-10-21 07:27:42 UTC
(In reply to comment #2)
> I'm inclined to implement this by deleting xvfb-run. I was never very happy
> with including it.

New perl-Test-NeedsDisplay upstream tests require it.

Comment 4 Tom "spot" Callaway 2011-10-02 11:54:40 UTC
This was fixed in 1.10.99.1-10.2011051 (for f16+)


Note You need to log in before you can comment on or make changes to this bug.