Member Site Forums Rosetta 3 Rosetta 3 – Build/Install test/run.py errors Reply To: test/run.py errors

#5506
Anonymous

    Hi,thank you for your quick reply by email and forum,this is my intall steps after you suggested,
    1.scons bin -j8 #debug version
    2.scons mode=release cat=test -j8
    3.python test/run.py -d /rosetta/rosetta_database
    4.scons bin mode=release -j8 #release version
    but in 2,I also got some errors:
    [root@localhost rosetta_source]# scons mode=release cat=test -j8
    scons: Reading SConscript files …
    svn: “.”Not working copy

    scons: warning: The build_dir keyword has been deprecated; use the variant_dir keyword instead.
    File “/rosetta/rosetta_source/SConscript”, line 40, in

    scons: warning: The build_dir keyword has been deprecated; use the variant_dir keyword instead.
    File “/rosetta/rosetta_source/SConscript”, line 40, in

    scons: warning: The build_dir keyword has been deprecated; use the variant_dir keyword instead.
    File “/rosetta/rosetta_source/SConscript”, line 40, in

    scons: warning: The build_dir keyword has been deprecated; use the variant_dir keyword instead.
    File “/rosetta/rosetta_source/SConscript”, line 40, in

    scons: warning: The build_dir keyword has been deprecated; use the variant_dir keyword instead.
    File “/rosetta/rosetta_source/SConscript”, line 40, in

    scons: warning: The build_dir keyword has been deprecated; use the variant_dir keyword instead.
    File “/rosetta/rosetta_source/SConscript”, line 40, in

    scons: warning: The build_dir keyword has been deprecated; use the variant_dir keyword instead.
    File “/rosetta/rosetta_source/SConscript”, line 40, in
    scons: done reading SConscript files.
    scons: Building targets …
    g++ -o build/test/release/linux/2.6/64/x86/gcc/ObjexxFCL.test -Wl,-rpath=/rosetta/rosetta_source/build/src/release/linux/2.6/64/x86/gcc/ build/test/release/linux/2.6/64/x86/gcc/ObjexxFCL/ObjexxFCL.cxxtest.o -Llib -Lexternal/lib -Lbuild/src/release/linux/2.6/64/x86/gcc -L/usr/local/lib -L/usr/lib -lObjexxFCL
    /usr/bin/ld: cannot find -lObjexxFCL
    collect2: ld returned 1 exit status
    g++ -o build/test/release/linux/2.6/64/x86/gcc/apps.test -Wl,-rpath=/rosetta/rosetta_source/build/src/release/linux/2.6/64/x86/gcc/ build/test/release/linux/2.6/64/x86/gcc/apps/public/ligand_docking/ligand_dock.cxxtest.o build/test/release/linux/2.6/64/x86/gcc/apps/apps.cxxtest.o -Llib -Lexternal/lib -Lbuild/src/release/linux/2.6/64/x86/gcc -L/usr/local/lib -L/usr/lib -lprotocols -lcore -lutility -lnumeric -lObjexxFCL -lz
    /usr/bin/ld: cannot find -lprotocols
    collect2: ld returned 1 exit status
    external/cxxtest/cxxtestgen.py –have-std –part -o build/test/release/linux/2.6/64/x86/gcc/core/fragment/OrderedFragSet.cxxtest.cpp test/core/fragment/OrderedFragSet.cxxtest.hh
    external/cxxtest/cxxtestgen.py –have-std –part -o build/test/release/linux/2.6/64/x86/gcc/core/fragment/picking/FragmentCandidatesTests.cxxtest.cpp test/core/fragment/picking/FragmentCandidatesTests.cxxtest.hh
    external/cxxtest/cxxtestgen.py –have-std –part -o build/test/release/linux/2.6/64/x86/gcc/core/fragment/picking/TorsionBinIO.cxxtest.cpp test/core/fragment/picking/TorsionBinIO.cxxtest.hh
    external/cxxtest/cxxtestgen.py –have-std –part -o build/test/release/linux/2.6/64/x86/gcc/core/fragment/picking/vall/vall.cxxtest.cpp test/core/fragment/picking/vall/vall.cxxtest.hh
    external/cxxtest/cxxtestgen.py –have-std –part -o build/test/release/linux/2.6/64/x86/gcc/core/graph/ArrayPool.cxxtest.cpp test/core/graph/ArrayPool.cxxtest.hh
    scons: *** [build/test/release/linux/2.6/64/x86/gcc/ObjexxFCL.test] Error 1
    external/cxxtest/cxxtestgen.py –have-std –part -o build/test/release/linux/2.6/64/x86/gcc/core/graph/DisjointSets.cxxtest.cpp test/core/graph/DisjointSets.cxxtest.hh
    scons: *** [build/test/release/linux/2.6/64/x86/gcc/apps.test] Error 1
    scons: building terminated because of errors.