GithubHelp home page GithubHelp logo

Compile again about openr HOT 6 CLOSED

facebook avatar facebook commented on April 27, 2024
Compile again

from openr.

Comments (6)

jstrizich avatar jstrizich commented on April 27, 2024 2

Hi @bodleytunes , @cmpt-mnt: addressing this now. should have a fix by tomorrow

from openr.

cmpt-mnt avatar cmpt-mnt commented on April 27, 2024 1

I had same issue and error messages on Ubuntu16.04...

from openr.

bodleytunes avatar bodleytunes commented on April 27, 2024

OK cheers :)

from openr.

jstrizich avatar jstrizich commented on April 27, 2024

The fix is landed here and build_openr.sh should build with this version or later of fbthrift

from openr.

bodleytunes avatar bodleytunes commented on April 27, 2024

Hi

I just updated the repo with a git pull and tried install again but now get this :(

`Install the project...
-- Install configuration: "Release"
-- Up-to-date: /usr/local/lib/libmstch.a
-- Up-to-date: /usr/local/include/mstch/mstch.hpp
-- Up-to-date: /usr/local/lib/cmake/mstch/mstch-targets.cmake
-- Installing: /usr/local/lib/cmake/mstch/mstch-targets-release.cmake
-- Up-to-date: /usr/local/lib/cmake/mstch/mstch-config.cmake
-- Up-to-date: /usr/local/lib/cmake/mstch/mstch-config-version.cmake

  • ldconfig
  • popd
    /home/jon/openr/build/deps
  • install_zstd
  • pushd .
    /home/jon/openr/build/deps /home/jon/openr/build/deps
  • [[ ! -e zstd ]]
  • cd zstd
  • make
    make[1]: Entering directory '/home/jon/openr/build/deps/zstd/lib'
    make[1]: Nothing to be done for 'default'.
    make[1]: Leaving directory '/home/jon/openr/build/deps/zstd/lib'
    make[1]: Entering directory '/home/jon/openr/build/deps/zstd/programs'
    make[1]: Nothing to be done for 'default'.
    make[1]: Leaving directory '/home/jon/openr/build/deps/zstd/programs'
    cp programs/zstd .
  • make install
    make[1]: Entering directory '/home/jon/openr/build/deps/zstd/lib'
    Installing libraries
    Installing includes
    zstd static and shared library installed
    make[1]: Leaving directory '/home/jon/openr/build/deps/zstd/lib'
    make[1]: Entering directory '/home/jon/openr/build/deps/zstd/programs'
    Installing binaries
    Installing man pages
    zstd installation completed
    make[1]: Leaving directory '/home/jon/openr/build/deps/zstd/programs'
  • ldconfig
  • popd
    /home/jon/openr/build/deps
  • install_folly
  • pushd .
    /home/jon/openr/build/deps /home/jon/openr/build/deps
  • [[ ! -e folly ]]
    ++ find_github_hash facebook/folly
    ++ [[ 1 -eq 1 ]]
    ++ rev_file=github_hashes/facebook/folly-rev.txt
    ++ [[ -f github_hashes/facebook/folly-rev.txt ]]
    ++ head -1 github_hashes/facebook/folly-rev.txt
    ++ awk '{ print $3 }'
  • rev=ee207f19892790e091082cc7c7ab8c5df0398061
  • cd folly/folly
  • [[ ! -z ee207f19892790e091082cc7c7ab8c5df0398061 ]]
  • git checkout ee207f19892790e091082cc7c7ab8c5df0398061
    fatal: reference is not a tree: ee207f19892790e091082cc7c7ab8c5df0398061`

image

from openr.

bodleytunes avatar bodleytunes commented on April 27, 2024

Sorry it works, re-cloned again from scratch and is perfect.

Running tests...
Test project /home/jon/openr/build
Start 1: OpenrSystemTest
1/19 Test #1: OpenrSystemTest .................. Passed 80.68 sec
Start 2: PrefixAllocatorTest
2/19 Test #2: PrefixAllocatorTest .............. Passed 2.28 sec
Start 3: RangeAllocatorTest
3/19 Test #3: RangeAllocatorTest ............... Passed 2.42 sec
Start 4: ExponentialBackoffTest
4/19 Test #4: ExponentialBackoffTest ........... Passed 0.02 sec
Start 5: KnownKeysStoreTest
5/19 Test #5: KnownKeysStoreTest ............... Passed 0.05 sec
Start 6: UtilTest
6/19 Test #6: UtilTest ......................... Passed 0.03 sec
Start 7: PersistentStoreTest
7/19 Test #7: PersistentStoreTest .............. Passed 0.02 sec
Start 8: DecisionTest
8/19 Test #8: DecisionTest ..................... Passed 41.84 sec
Start 9: HealthCheckerTest
9/19 Test #9: HealthCheckerTest ................ Passed 10.02 sec
Start 10: KvStoreTest
10/19 Test #10: KvStoreTest ...................... Passed 6.76 sec
Start 11: KvStoreClientTest
11/19 Test #11: KvStoreClientTest ................ Passed 1.67 sec
Start 12: LinkMonitorTest
12/19 Test #12: LinkMonitorTest .................. Passed 39.09 sec
Start 13: FibTest
13/19 Test #13: FibTest .......................... Passed 11.12 sec
Start 14: NetlinkIfSocketTest
14/19 Test #14: NetlinkIfSocketTest .............. Passed 0.11 sec
Start 15: NetlinkRouteSocketTest
15/19 Test #15: NetlinkRouteSocketTest ........... Passed 28.53 sec
Start 16: NetlinkSubscriberTest
16/19 Test #16: NetlinkSubscriberTest ............ Passed 0.33 sec
Start 17: PrefixManagerTest
17/19 Test #17: PrefixManagerTest ................ Passed 0.47 sec
Start 18: SparkTest
18/19 Test #18: SparkTest ........................ Passed 13.98 sec
Start 19: MockIoProviderTest
19/19 Test #19: MockIoProviderTest ............... Passed 0.25 sec

100% tests passed, 0 tests failed out of 19

Total Test time (real) = 239.67 sec

  • popd
    /home/jon/openr/build/deps
  • echo 'OpenR built and installed successfully'
    OpenR built and installed successfully

Cheers!

Jon.

from openr.

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.