Bug 1321338

Summary: [1.33.16] Compilation Error: Unbound value List.sort_uniq in v2v.ml line 988, characters 10-24:
Product: [Community] Virtualization Tools Reporter: jean-christophe manciot <actionmystique>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED UPSTREAM QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: ptoscano, rbalakri
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-25 17:15:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Whole log none

Description jean-christophe manciot 2016-03-25 16:09:33 UTC
Created attachment 1140322 [details]
Whole log

Description of problem:
----------------------
Cannot compile commit 6cdd20716c372d120af38c831c97e9ee17391850

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

How reproducible:
----------------
Checkout 6cdd20716c372d120af38c831c97e9ee17391850


Steps to Reproduce:
------------------
1. ./autogen.sh
2. ./configure --enable-fuse \
	    --prefix=/usr --sysconfdir=/etc --localstatedir=/var
3. make

Actual results:
--------------
...
Making all in v2v
make[2]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/v2v'
ocamlfind ocamlopt -g -annot -warn-error CDEFLMPSUVYZX-3 -package str,unix -I ../src/.libs -I ../gnulib/lib/.libs -I ../ocaml -I ../mllib -I ../customize -package gettext-stub -c v2v.ml -o v2v.cmx
File "v2v.ml", line 988, characters 10-24:
Error: Unbound value List.sort_uniq
Makefile:3020: recipe for target 'v2v.cmx' failed
make[2]: *** [v2v.cmx] Error 2
make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs/v2v'
Makefile:1854: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Libguestfs/git-libguestfs'
Makefile:1765: recipe for target 'all' failed
make: *** [all] Error 2

Additional info:
---------------
Ubuntu 15.10 server 4.2.0-34

Comment 1 Richard W.M. Jones 2016-03-25 17:15:35 UTC
Thanks - fixed upstream in 1.33.17:

https://github.com/libguestfs/libguestfs/commit/de669819173ee1beb629f60e83e5976564e154e2