That loop happens when one or more files can't be found. The problem was that the path was wrong: bridges/source/cpp_uno/s5abi_macosx_x86_64 instead of: bridges/source/cpp_uno/s5abi_macosx_x86-64 (the last separator is a minus, not an underscore).
Fix committed in 1851285. Damjan On Mon, Jan 14, 2019 at 4:28 PM Jim Jagielski <[email protected]> wrote: > ============= > Building module bridges > ============= > > Entering /Users/jim/src/asf/trunk/main/bridges/prj > > cd .. && make -s -r -j6 && make -s -r deliverlog > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build CXX ] bridges/source/jni_uno/jni_bridge > [ build CXX ] bridges/source/jni_uno/jni_data > [ build CXX ] bridges/source/jni_uno/jni_info > [ build CXX ] bridges/source/jni_uno/jni_java2uno > [ build CXX ] bridges/source/jni_uno/jni_uno2java > [ build CXX ] bridges/source/jni_uno/nativethreadpool > [ build CXX ] bridges/source/cpp_uno/shared/bridge > [ build CXX ] bridges/source/cpp_uno/shared/component > [ build CXX ] bridges/source/cpp_uno/shared/cppinterfaceproxy > [ build CXX ] bridges/source/cpp_uno/shared/types > [ build CXX ] bridges/source/cpp_uno/shared/unointerfaceproxy > [ build CXX ] bridges/source/cpp_uno/shared/vtablefactory > [ build CXX ] bridges/source/cpp_uno/shared/vtables > [ build DEP ] LNK:Library/libjava_uno.dylib > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > [ build PVTUNOTYPES ] > [ build PVTUNOTYPES ] > [ build DEP ] LNK:Library/libs5abi_uno.dylib > > > > On Jan 9, 2019, at 10:20 AM, Damjan Jovanovic <[email protected]> wrote: > > > > Please attach the text printed out in this infinite loop. > > > > On Wed, Jan 9, 2019 at 3:47 PM Jim Jagielski <[email protected]> wrote: > > > >> FWIW, I'm having similar problems w/ bridges, which was ported to > >> gbuild... I get an infinite loop while linking. There's something wonky > >> with some edge cases here... > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > >
