Bug 485540

Summary: Regression: "swig -ocaml -co swig.mli" broken
Product: [Fedora] Fedora Reporter: John Ellson <john.ellson>
Component: swigAssignee: Adam Tkac <atkac>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: atkac, ovasik
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-16 15:42:27 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:

Description John Ellson 2009-02-14 01:04:40 UTC
Description of problem:
The behavior of:
   swig -ocaml -co swig.mli
and also
   swig -ocaml -co swig.ml
has changed and seems broken.   It used to drop a copy of the swig.mli
into the current directory.  Now I get an error message and no file.

This breaks graphviz builds. 

Version-Release number of selected component (if applicable):
swig-1.3.38-1.fc11

How reproducible:
100%

Steps to Reproduce:
1. rm -f swig.ml*
2. swig -ocaml -co swig.mli
3.
  
Actual results:
"File 'swig.mli' already exists. Checkout aborted."


Expected results:
Copy of swig.mli dropped into the current directory.
(Similarly for swig.ml)

Additional info:
Reverting to swig-1.3.36-2.fc11 from koji provides a workaround.

Comment 1 Adam Tkac 2009-02-16 15:42:15 UTC
Fixed in swig-1.3.38-2.fc11, thank you for report.