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

compilation fails on openbsd #47

Closed
avsm opened this issue Jun 26, 2013 · 4 comments
Closed

compilation fails on openbsd #47

avsm opened this issue Jun 26, 2013 · 4 comments

Comments

@avsm
Copy link
Member

avsm commented Jun 26, 2013

Fairly minor error in the install target due to a missing -d flag in the OpenBSD install command.

==== ERROR [while installing merlin.1.1] ====
# opam-version    1.0.1 (df84b0565f0709578c581c1dea82246688d2804f)
# os              openbsd
# command         gmake install
# path            /tmp/ocamlot/ocamlot.work.2013-06-25.74/opam-install/system/build/merlin.1.1
# compiler        system (4.01.0)
# exit-code       2
# env-file        /tmp/ocamlot/ocamlot.work.2013-06-25.74/opam-install/system/build/merlin.1.1/merlin-11568-d4902a.env
# stdout-file     /tmp/ocamlot/ocamlot.work.2013-06-25.74/opam-install/system/build/merlin.1.1/merlin-11568-d4902a.out
# stderr-file     /tmp/ocamlot/ocamlot.work.2013-06-25.74/opam-install/system/build/merlin.1.1/merlin-11568-d4902a.err
### stdout ###
ocamlbuild -Is src,src/typing,src/parsing,src/utils -use-ocamlfind ocamlmerlin.native
install -dv /tmp/ocamlot/ocamlot.work.2013-06-25.74/opam-install/system/bin
### stderr ###
install: unknown option -- v
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]
           source ... target ...
gmake: *** [install] Error 64

'opam install --verbose --yes merlin.1.1' failed.

OCAMLOT After 814.23s Opam_task.run "opam install --verbose --yes merlin.1.1" failed (4) in 334.80s
@let-def
Copy link
Contributor

let-def commented Jun 30, 2013

Should be fixed in current master, I removed the "-v" flag.
Can you try?

@let-def
Copy link
Contributor

let-def commented Aug 16, 2013

Can you retry merlin 1.3 on openbsd (with ocaml <= 4.00.1 :))? Thanks.

@avsm
Copy link
Member Author

avsm commented Aug 16, 2013

Builds fine on OpenBSD 5.3 and OCaml 4.00.1

On 16 Aug 2013, at 15:07, def-lkb notifications@github.com wrote:

Can you retry merlin 1.3 on openbsd (with ocaml <= 4.00.1 :))? Thanks.


Reply to this email directly or view it on GitHub.

@let-def
Copy link
Contributor

let-def commented Aug 16, 2013

Thanks, i'll close the issue therefore!

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

2 participants