Vladimir Merzliakov
2004-Nov-10 17:55 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
>> All SingleSource and MultiSource tests failed in last run of FreeBSD >> nighttester (and in previous). >> Mostly with error: > > This looks like your crtend.a file did not get built correctly. Try doing > make clean/make install in llvm/runtime/ again. >gmake clean in llvm/runtime/ remove all build tree of nighttest starting with llvm/runtime/../.. And then i can't do gmake install :) Ok I will rebuld llvm and check build logs for crtend.a creating and installing Vladimir
Vladimir Merzliakov
2004-Nov-10 18:46 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
>> This looks like your crtend.a file did not get built correctly. Try >> doing >> make clean/make install in llvm/runtime/ again. >> > gmake clean in llvm/runtime/ remove all build tree of nighttest starting > with llvm/runtime/../.. > And then i can't do gmake install :) > > Ok > I will rebuld llvm and check build logs for crtend.a creating and > installing >Current CVS LLVM build without problems but gmake install failed with message: /home/wanderer/pkg/llvm/include/./llvm/Transforms/Utils/UnifyFunctionExitNodes.h /home/wanderer/pkg/llvm/include/./llvm/IntrinsicInst.h gmake[1]: Entering directory `/usr/home/wanderer/pkg/build/llvm/obj/lib/System' llvm[1]: Compiling MappedFile.cpp for Debug build /home/wanderer/pkg/build/llvm/src/llvm/lib/System/MappedFile.cpp:27:35: platform/MappedFile.cpp: No such file or directory gmake[1]: *** [/usr/home/wanderer/pkg/build/llvm/obj/lib/System/Debug/MappedFile.o] Error 1 gmake[1]: Leaving directory `/usr/home/wanderer/pkg/build/llvm/obj/lib/System' gmake: *** [install] Error 1 Vladimir
Vladimir Merzliakov
2004-Nov-10 19:06 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
> Current CVS LLVM build without problems but gmake install failed with > message: > > `/usr/home/wanderer/pkg/build/llvm/obj/lib/System' > llvm[1]: Compiling MappedFile.cpp for Debug build > /home/wanderer/pkg/build/llvm/src/llvm/lib/System/MappedFile.cpp:27:35: > platform/MappedFile.cpp: No such file or directoryAlso note: i find text in LLVM build log: config.status: executing tools/sample/Makefile commands gmake[1]: Entering directory `/usr/home/wanderer/pkg/build/llvm/obj/lib/System' llvm[1]: Compiling MappedFile.cpp for Debug build llvm[1]: Compiling Memory.cpp for Debug build And then MappedFile.o compiled but not found gmake install. Vladimir
Reid Spencer
2004-Nov-10 19:17 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
Vladimir, The MappedFile.cpp file exists in CVS for all platforms. You need to update in llvm/lib/System to restore MappedFile.cpp Reid. On Wed, 2004-11-10 at 10:46, Vladimir Merzliakov wrote:> >> This looks like your crtend.a file did not get built correctly. Try > >> doing > >> make clean/make install in llvm/runtime/ again. > >> > > gmake clean in llvm/runtime/ remove all build tree of nighttest starting > > with llvm/runtime/../.. > > And then i can't do gmake install :) > > > > Ok > > I will rebuld llvm and check build logs for crtend.a creating and > > installing > > > Current CVS LLVM build without problems but gmake install failed with > message: > > /home/wanderer/pkg/llvm/include/./llvm/Transforms/Utils/UnifyFunctionExitNodes.h > /home/wanderer/pkg/llvm/include/./llvm/IntrinsicInst.h > gmake[1]: Entering directory > `/usr/home/wanderer/pkg/build/llvm/obj/lib/System' > llvm[1]: Compiling MappedFile.cpp for Debug build > /home/wanderer/pkg/build/llvm/src/llvm/lib/System/MappedFile.cpp:27:35: > platform/MappedFile.cpp: No such file or directory > gmake[1]: *** > [/usr/home/wanderer/pkg/build/llvm/obj/lib/System/Debug/MappedFile.o] Error > 1 > gmake[1]: Leaving directory > `/usr/home/wanderer/pkg/build/llvm/obj/lib/System' > gmake: *** [install] Error 1 > > Vladimir > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041110/63e0b3cd/attachment.sig>
Reasonably Related Threads
- [LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
- [LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
- [LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
- [LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
- [LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD