Giter Club home page Giter Club logo

Comments (9)

tsloughter avatar tsloughter commented on May 23, 2024 1

@Yuandong-Chen there is a gitter channel https://gitter.im/lasp-lang/lasp

from lasp.

cmeiklejohn avatar cmeiklejohn commented on May 23, 2024 1

Feel free to join the gitter: https://gitter.im/lasp-lang/lasp

from lasp.

cmeiklejohn avatar cmeiklejohn commented on May 23, 2024

Can you please paste the output of the failed build?

Also, regarding the fold, we're working on a brand new version that should be quite a bit more flexible, but it's still a few months out.

from lasp.

Yuandong-Chen avatar Yuandong-Chen commented on May 23, 2024
Last login: Sat Apr 28 13:28:51 on ttys000
macair:lasp-master YuandongChen$ make
/Users/YuandongChen/Desktop/lasp-master/rebar3 compile
===> Verifying dependencies...
===> Fetching gen_flow ({pkg,<<"gen_flow">>,<<"0.0.5">>})
===> Downloaded package, caching at /Users/YuandongChen/.cache/rebar3/hex/default/packages/gen_flow-0.0.5.tar
===> Fetching lager ({pkg,<<"lager">>,<<"3.5.2">>})
===> Downloaded package, caching at /Users/YuandongChen/.cache/rebar3/hex/default/packages/lager-3.5.2.tar
===> Fetching lasp_support ({pkg,<<"lasp_support">>,<<"0.0.3">>})
===> Downloaded package, caching at /Users/YuandongChen/.cache/rebar3/hex/default/packages/lasp_support-0.0.3.tar
===> Fetching partisan ({git,"https://github.com/lasp-lang/partisan",
                                   {ref,
                                       "7240dd573f4135291f365aecea8d00abc30bd672"}})
===> Fetching plumtree ({pkg,<<"plumtree">>,<<"0.5.0">>})
===> Downloaded package, caching at /Users/YuandongChen/.cache/rebar3/hex/default/packages/plumtree-0.5.0.tar
===> Fetching rand_compat ({pkg,<<"rand_compat">>,<<"0.0.3">>})
===> Downloaded package, caching at /Users/YuandongChen/.cache/rebar3/hex/default/packages/rand_compat-0.0.3.tar
===> Fetching time_compat ({pkg,<<"time_compat">>,<<"0.0.1">>})
===> Downloaded package, caching at /Users/YuandongChen/.cache/rebar3/hex/default/packages/time_compat-0.0.1.tar
===> Fetching types ({pkg,<<"types">>,<<"0.1.8">>})
===> Downloaded package, caching at /Users/YuandongChen/.cache/rebar3/hex/default/packages/types-0.1.8.tar
===> Fetching rebar3_proper ({pkg,<<"rebar3_proper">>,<<"0.8.0">>})
===> Downloaded package, caching at /Users/YuandongChen/.cache/rebar3/hex/default/packages/rebar3_proper-0.8.0.tar
===> Fetching proper ({pkg,<<"proper">>,<<"1.2.0">>})
===> Downloaded package, caching at /Users/YuandongChen/.cache/rebar3/hex/default/packages/proper-1.2.0.tar
===> Compiling proper
make[1]: `include/compile_flags.hrl' is up to date.
/Users/YuandongChen/Desktop/lasp-master/_build/default/plugins/proper/src/proper_typeserver.erl:553: Warning: erlang:get_stacktrace/0 used following a 'try' expression may stop working in a future release. (Use it inside 'try'.)
/Users/YuandongChen/Desktop/lasp-master/_build/default/plugins/proper/src/proper_typeserver.erl:556: Warning: erlang:get_stacktrace/0 used following a 'try' expression may stop working in a future release. (Use it inside 'try'.)
_build/default/plugins/proper/src/proper_typeserver.erl:553: Warning: erlang:get_stacktrace/0 used following a 'try' expression may stop working in a future release. (Use it inside 'try'.)
_build/default/plugins/proper/src/proper_typeserver.erl:556: Warning: erlang:get_stacktrace/0 used following a 'try' expression may stop working in a future release. (Use it inside 'try'.)

===> Compiling rebar3_proper
===> Fetching acceptor_pool ({pkg,<<"acceptor_pool">>,<<"1.0.0-rc.0">>})
===> Downloaded package, caching at /Users/YuandongChen/.cache/rebar3/hex/default/packages/acceptor_pool-1.0.0-rc.0.tar
===> Fetching goldrush ({pkg,<<"goldrush">>,<<"0.1.9">>})
===> Downloaded package, caching at /Users/YuandongChen/.cache/rebar3/hex/default/packages/goldrush-0.1.9.tar
===> Fetching uuid ({git,"https://github.com/okeuday/uuid.git",
                                {ref,"aadf1be200d318f2fdf2f996b58852a4a49244f0"}})
===> Fetching quickrand ({git,
                                 "https://github.com/okeuday/quickrand.git",
                                 {ref,
                                  "336c0d94a6a384f307183b3c14fc2112656dac37"}})
===> Compiling time_compat
===> Compiling rand_compat
===> Compiling quickrand
===> Compiling uuid
===> Compiling types
===> Compiling goldrush
===> Compiling lager
===> Compiling acceptor_pool
===> Compiling partisan
===> Compiling lasp_support
===> Compiling plumtree
===> Compiling gen_flow
===> Compiling lasp
===> Getting log of git dependency failed in /Users/YuandongChen/Desktop/lasp-master. Falling back to version 0.0.0
macair:lasp-master YuandongChen$ 

There is a file named "log" missing in lasp-master (download directly from github not from git clone command) when compared to the succeeded-built one (using git clone).

from lasp.

Yuandong-Chen avatar Yuandong-Chen commented on May 23, 2024

Another Question: Is there any Slack available for discussion? I'm trying to use partisan_hyparview_peer_service_manager backend, but it crashes by saying there is no process currently associated with this name.

from lasp.

cmeiklejohn avatar cmeiklejohn commented on May 23, 2024

Try mkdir log and build again?

from lasp.

Yuandong-Chen avatar Yuandong-Chen commented on May 23, 2024

mkdir log
Still fall back to version 0.0.0. The same output.

from lasp.

cmeiklejohn avatar cmeiklejohn commented on May 23, 2024

I'm not sure what's happening here. Can you just clone it and work that way? We know that works, because that's what everyone else is doing (as well as the CI system, too.)

from lasp.

Yuandong-Chen avatar Yuandong-Chen commented on May 23, 2024

alright, I will close the issue.

from lasp.

Related Issues (20)

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.