Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to fix the travis build #64

Merged
merged 4 commits into from
May 15, 2015
Merged

Conversation

johnelse
Copy link
Collaborator

No description provided.

Signed-off-by: John Else <john.else@citrix.com>
Signed-off-by: John Else <john.else@citrix.com>
Signed-off-by: John Else <john.else@citrix.com>
@euanh
Copy link
Collaborator

euanh commented May 14, 2015

#=== ERROR while installing xapi-idl.0.11.0 ===================================#
# opam-version 1.2.1
# os           linux
# command      make all
# path         /home/travis/.opam/system/build/xapi-idl.0.11.0
# compiler     system (4.02.1)
# exit-code    2
# env-file     /home/travis/.opam/system/build/xapi-idl.0.11.0/xapi-idl-7991-1872ec.env
# stdout-file  /home/travis/.opam/system/build/xapi-idl.0.11.0/xapi-idl-7991-1872ec.out
# stderr-file  /home/travis/.opam/system/build/xapi-idl.0.11.0/xapi-idl-7991-1872ec.err
### stderr ###
# W: Field 'pkg_message_switch_version_ge_0_11_0' is not set: Cannot satisfy version constraint on pkg_message_switch: >= 0.11.0 (version: 0.10.4)
# E: Cannot find findlib package message_switch (>= 0.11.0)
# E: Failure("1 configuration error")
# make: *** [setup.data] Error 1

Depends on the newer release of message-switch, which is also broken.

@johnelse johnelse changed the title CI Attempt to fix the CI build May 14, 2015
@johnelse
Copy link
Collaborator Author

@xen-git test this please

@johnelse johnelse changed the title Attempt to fix the CI build Attempt to fix the travis build May 15, 2015
@djs55
Copy link
Collaborator

djs55 commented May 15, 2015

# File "xen/xenops_interface.ml", line 277, characters 20-37:
# Error: Unbound value Rpc.struct_extend
# Command exited with code 2.
### stderr ###
# E: Failure("Command ''/usr/bin/ocamlbuild' lib/libxcp_stubs.a lib/dllxcp_stubs.so lib/xcp.cma lib/xcp.cmxa lib/xcp.a lib/xcp.cmxs storage/xcp_storage.cma storage/xcp_storage.cmxa storage/xcp_storage.a storage/xcp_storage.cmxs storage/storage_test.native network/xcp_network.cma network/xcp_network.cmxa network/xcp_network.a network/xcp_network.cmxs rrd/xcp_rrd.cma rrd/xcp_rrd.cmxa rrd/xcp_rrd.a rrd/xcp_rrd.cmxs xen/xcp_xen.cma xen/xcp_xen.cmxa xen/xcp_xen.a xen/xcp_xen.cmxs xen/xen_test.native memory/xcp_memory.cma memory/xcp_memory.cmxa memory/xcp_memory.a memory/xcp_memory.cmxs lib/channel_helper.native lib_test/test.native example/example.native -tag debug -tag tests -j 4' terminated with error code 10")
# make: *** [build] Error 1

1 similar comment
@euanh
Copy link
Collaborator

euanh commented May 15, 2015

# File "xen/xenops_interface.ml", line 277, characters 20-37:
# Error: Unbound value Rpc.struct_extend
# Command exited with code 2.
### stderr ###
# E: Failure("Command ''/usr/bin/ocamlbuild' lib/libxcp_stubs.a lib/dllxcp_stubs.so lib/xcp.cma lib/xcp.cmxa lib/xcp.a lib/xcp.cmxs storage/xcp_storage.cma storage/xcp_storage.cmxa storage/xcp_storage.a storage/xcp_storage.cmxs storage/storage_test.native network/xcp_network.cma network/xcp_network.cmxa network/xcp_network.a network/xcp_network.cmxs rrd/xcp_rrd.cma rrd/xcp_rrd.cmxa rrd/xcp_rrd.a rrd/xcp_rrd.cmxs xen/xcp_xen.cma xen/xcp_xen.cmxa xen/xcp_xen.a xen/xcp_xen.cmxs xen/xen_test.native memory/xcp_memory.cma memory/xcp_memory.cmxa memory/xcp_memory.a memory/xcp_memory.cmxs lib/channel_helper.native lib_test/test.native example/example.native -tag debug -tag tests -j 4' terminated with error code 10")
# make: *** [build] Error 1

@euanh
Copy link
Collaborator

euanh commented May 15, 2015

@djs55: Snap!

@djs55
Copy link
Collaborator

djs55 commented May 15, 2015

See [ocaml/opam-repository#4097]

@djs55
Copy link
Collaborator

djs55 commented May 15, 2015

I think it needs a version constraint on rpc >= 1.5.3

@johnelse
Copy link
Collaborator Author

Good idea!

Signed-off-by: John Else <john.else@citrix.com>
johnelse added a commit that referenced this pull request May 15, 2015
Attempt to fix the travis build
@johnelse johnelse merged commit 5cd59b8 into xapi-project:master May 15, 2015
@djs55
Copy link
Collaborator

djs55 commented May 15, 2015

You beat me to it ;)

@robhoes
Copy link
Member

robhoes commented May 15, 2015

You snooze you lose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants