Bug 68537

Summary: missing dependency: wdiff
Product: [Fedora] Fedora Reporter: Ulrich Drepper <drepper>
Component: a2psAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact: Bill Nottingham <notting>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: neal, rvokal, twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 4.13b-46 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-23 16:15:55 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: 136451    

Description Ulrich Drepper 2002-07-11 00:31:34 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a+) Gecko/20020628

Description of problem:
pdiff, part of a2ps, uses wdiff when not used with the -l option.  The wdiff is
no dependency for a2ps, though.  This leads to errors for all uses of pdiff
except when -l is used.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.pdiff /dev/null /dev/null -- -Pdisplay
2.
3.
	

Actual Results:  /usr/bin/pdiff: wdiff: command not found


Expected Results:  If wdiff would be available the correct output would be used.

Additional info:

If wdiff cannot be provided (and I know it has some problems) the -l should be
made the default and maybe the -w option should be disabled.

Comment 1 Neal McBurnett 2003-09-09 21:35:22 UTC
This bug is still a problem in redhat 9 - please change the version number.

debian has a package for wdiff:

 http://packages.debian.org/stable/text/wdiff.html

which patches the tar.gz from gnu.org to keep it from
dumping core at least.

Wouldn't it make sense to add the patched wdiff to diffutils?
It is a nice program.


Comment 2 Tim Waugh 2004-12-10 14:19:35 UTC
*** Bug 104107 has been marked as a duplicate of this bug. ***

Comment 3 Bill Nottingham 2004-12-10 21:51:06 UTC
It's ok with me to add it.

Comment 4 Tim Waugh 2004-12-13 15:44:33 UTC
Extras or Core though?

Comment 5 Bill Nottingham 2004-12-14 01:28:30 UTC
If a2ps is trying to call it, I suppose it should be in Core.