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

linking against the socket stack is broken in 3.4.0 #355

Closed
yomimono opened this issue Mar 2, 2018 · 0 comments
Closed

linking against the socket stack is broken in 3.4.0 #355

yomimono opened this issue Mar 2, 2018 · 0 comments

Comments

@yomimono
Copy link
Contributor

yomimono commented Mar 2, 2018

See mirage/ocaml-git#280 (comment) for the original report (thanks @dinosaure ).

After mirage configure -t unix --net=socket and make depend:

~/mirage-skeleton/device-usage/network$ make
mirage build
ocamlfind: Package `tcp_socket_options' not found - required by `tcpip.tcpv4-socket'
ocamlfind ocamldep -package tcpip.unix -package tcpip.udpv4-socket -package tcpip.tcpv4-socket -package tcpip.stack-socket -package tcpip -package mirage-unix -package mirage-types-lwt -package mirage-types -package mirage-runtime -package mirage-logs -package mirage-clock-unix -package lwt -package functoria-runtime -predicates mirage_unix -modules main.ml > main.ml.depends
+ ocamlfind ocamldep -package tcpip.unix -package tcpip.udpv4-socket -package tcpip.tcpv4-socket -package tcpip.stack-socket -package tcpip -package mirage-unix -package mirage-types-lwt -package mirage-types -package mirage-runtime -package mirage-logs -package mirage-clock-unix -package lwt -package functoria-runtime -predicates mirage_unix -modules main.ml > main.ml.depends
ocamlfind: Package `tcp_socket_options' not found - required by `tcpip.tcpv4-socket'
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

No branches or pull requests

1 participant