Giter Site home page Giter Site logo

bisect-starter-esy's People

Contributors

aantron avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bisect-starter-esy's Issues

What OCaml version is this compatible with?

Checked out the esy example, and that's fine.
But changing to "ocaml": "4.06.1" in package.json I get:

$ BISECT_ENABLE=yes esy dune build ./tester.exe
info building @opam/ocamlfind-secondary@opam:1.8.1@9b0e1546
error: build failed with exit code: 1
  build log:
    # esy-build-package: building: @opam/ocamlfind-secondary@opam:1.8.1
    # esy-build-package: pwd: /Users/cristianoc/.esy/3/b/opam__s__ocamlfind_secondary-opam__c__1.8.1-97e5323e
    # esy-build-package: running: 'substs' 'META.in'
    # esy-build-package: running: 'substs' 'ocaml-secondary-compiler.conf.in'
    # esy-build-package: running: './configure' '-sitelib' '/Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib' '-no-camlp4'
    Welcome to findlib version 1.8.1
    Configuring core...
    Checking for #remove_directory...
    Testing threading model...
    systhread_supported: true
    Testing DLLs...
    Testing whether ppxopt can be supported...
    Checking for ocamlc -opaque...
    Configuring libraries...
    native dynlink: found
    labltk: not present
    ocamlbuild: not present
    camlp4: disabled
    compiler-libs: found
    dbm: not present (normal since OCaml-4.00)
    num: not present (normal since OCaml-4.06)
    bytes: found, installing fake library
    spacetime: found
    graphics: not found
    Configuration for dynlink written to site-lib-src/dynlink/META
    Configuration for str written to site-lib-src/str/META
    Configuration for threads written to site-lib-src/threads/META
    Configuration for unix written to site-lib-src/unix/META
    Configuration for stdlib written to site-lib-src/stdlib/META
    Configuration for bigarray written to site-lib-src/bigarray/META
    Configuration for ocamldoc written to site-lib-src/ocamldoc/META
    Configuration for compiler-libs written to site-lib-src/compiler-libs/META
    Configuration for bytes written to site-lib-src/bytes/META
    Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META
    Detecting compiler arguments: (extractor built) ok
    
    About the OCAML core installation:
        Standard library:      /Users/cristianoc/.esy/3______________________________________________________________/i/ocaml-4.6.1-b99c2cea/lib/ocaml
        Binaries:              /Users/cristianoc/.esy/3______________________________________________________________/i/ocaml-4.6.1-b99c2cea/bin
        Manual pages:          /Users/cristianoc/.esy/3______________________________________________________________/i/ocaml-4.6.1-b99c2cea/man
        Multi-threading type:  posix
    The directory of site-specific packages will be
        site-lib:              /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib
    The configuration file is written to:
        findlib config file:   /Users/cristianoc/.esy/3______________________________________________________________/i/ocaml-4.6.1-b99c2cea/etc/findlib.conf
    Software will be installed:
        Libraries:             in <site-lib>/findlib
        Binaries:              /Users/cristianoc/.esy/3______________________________________________________________/i/ocaml-4.6.1-b99c2cea/bin
        Manual pages:          /Users/cristianoc/.esy/3______________________________________________________________/i/ocaml-4.6.1-b99c2cea/man
        topfind script:        /Users/cristianoc/.esy/3______________________________________________________________/i/ocaml-4.6.1-b99c2cea/lib/ocaml
    Topfind ppxopt support:    yes
    Toolbox:                   no
    Link custom runtime:       yes
    Need bytes compatibility:  no
    
    Configuration has been written to Makefile.config
    
    You can now do 'make all', and optionally 'make opt', to build ocamlfind.
    # esy-build-package: running: 'make' 'install-meta'
    for x in `ls site-lib-src`; do if [ -f "site-lib-src/$x/META" ]; then mkdir -p "/Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/$x"; cp site-lib-src/$x/META "/Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/$x"; fi; done
    mkdir: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/bigarray: Operation not permitted
    cp: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/bigarray: Operation not permitted
    mkdir: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/bytes: Operation not permitted
    cp: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/bytes: Operation not permitted
    cp: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/compiler-libs/META: Operation not permitted
    mkdir: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/dynlink: Operation not permitted
    cp: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/dynlink: Operation not permitted
    cp: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/ocamldoc/META: Operation not permitted
    mkdir: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/raw_spacetime: Operation not permitted
    cp: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/raw_spacetime: Operation not permitted
    mkdir: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/stdlib: Operation not permitted
    cp: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/stdlib: Operation not permitted
    mkdir: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/str: Operation not permitted
    cp: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/str: Operation not permitted
    cp: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/threads/META: Operation not permitted
    mkdir: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/unix: Operation not permitted
    cp: /Users/cristianoc/.esy/3______________________________________________________________/i/opam__s__ocaml_secondary_compiler-opam__c__4.08.1-071830cd/share/ocaml-secondary-compiler/lib/unix: Operation not permitted
    make: *** [install-meta] Error 1
    error: command failed: 'make' 'install-meta' (exited with 2)
    esy-build-package: exiting with errors above...
    
  building @opam/ocamlfind-secondary@opam:1.8.1
esy: exiting due to errors above
cristianoc-mbp1:bisect-starter-esy cristianoc$ 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.