Bug 1321338 - [1.33.16] Compilation Error: Unbound value List.sort_uniq in v2v.ml line 988, characters 10-24:
Summary: [1.33.16] Compilation Error: Unbound value List.sort_uniq in v2v.ml line 988,...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libguestfs
Version: unspecified
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-25 16:09 UTC by jean-christophe manciot
Modified: 2016-03-25 17:15 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-25 17:15:35 UTC
Embargoed:


Attachments (Terms of Use)
Whole log (502.50 KB, text/plain)
2016-03-25 16:09 UTC, jean-christophe manciot
no flags Details

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


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