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:28 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
On Wed, 2004-11-10 at 11:06, Vladimir Merzliakov wrote:> > 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 directory > Also 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. >I don't know what to tell you. This works for me on Linux and Solaris. The install target has nothing to do with MappedFile.cpp unless MappedFile.o is out of date in which case it needs to be rebuilt before installing. All these dependencies have worked well on multiple platforms for a couple weeks now. Only thing I can think of is that your "platform" link is missing. make sure "platform is a symbolic link to your platform's subdirectory in the llvm/lib/System directory. If you're on FreeBSD then: ln -s FreeBSD platform this should have been done for you when you configured. Reid.> 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/f679840f/attachment.sig>
Vladimir Merzliakov
2004-Nov-10 21:23 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
> Only thing I can think of is that your "platform" link is missing. > make sure "platform is a symbolic link to your platform's subdirectory > in the llvm/lib/System directory. If you're on FreeBSD then: > > ln -s FreeBSD platform > > this should have been done for you when you configured.My fault. I make cvs update llvm and AFTER remove build directory using samba access. Samba interpret softlinks as plain directories and remove all files from System/FreeBSD dir in LLVM sources. Rebuild LLVM with updated CVS sources and install without errors. Back to nighttest failures problem.> This looks like your crtend.a file did not get built correctly. Try doing > make clean/make install in llvm/runtime/ again.lib\Debug\libcrtend.a builded. But i not found it in LLVM installation dir after install. Vladimir
Apparently Analagous 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