Heikki Kultala
2011-Sep-29 07:06 UTC
[LLVMdev] r140697 broke building with shared library enabled
make[1]: Entering directory `/home/hkultala26/src/llvm-trunk/llvm/tools/llvm-config' llvm[1]: Regenerating LibDeps.txt.tmp llvm[1]: Checking for cyclic dependencies between LLVM libraries. find-cycles.pl: Circular dependency between *.a files: find-cycles.pl: libLLVMPTXAsmPrinter.a libLLVMPTXCodeGen.a libLLVMPTXDesc.a llvm[1]: Building llvm-config script. cat: /home/hkultala26/src/llvm-trunk/llvm/tools/llvm-config/FinalLibDeps.txt: No such file or directory make[1]: *** [/home/hkultala26/src/llvm-trunk/llvm/Debug+Asserts/bin/llvm-config] Error 1 make[1]: Leaving directory `/home/hkultala26/src/llvm-trunk/llvm/tools/llvm-config'
Justin Holewinski
2011-Sep-29 12:54 UTC
[LLVMdev] r140697 broke building with shared library enabled
On Thu, Sep 29, 2011 at 3:06 AM, Heikki Kultala <hkultala at iki.fi> wrote:> > > make[1]: Entering directory > `/home/hkultala26/src/llvm-trunk/llvm/tools/llvm-config' > llvm[1]: Regenerating LibDeps.txt.tmp > llvm[1]: Checking for cyclic dependencies between LLVM libraries. > find-cycles.pl: Circular dependency between *.a files: > find-cycles.pl: libLLVMPTXAsmPrinter.a libLLVMPTXCodeGen.a > libLLVMPTXDesc.a > llvm[1]: Building llvm-config script. > cat: > /home/hkultala26/src/llvm-trunk/llvm/tools/llvm-config/FinalLibDeps.txt: No > such file or directory > make[1]: *** > [/home/hkultala26/src/llvm-trunk/llvm/Debug+Asserts/bin/llvm-config] Error 1 > make[1]: Leaving directory > `/home/hkultala26/src/llvm-trunk/llvm/tools/llvm-config' > >Did you try to re-run configure after pulling that commit? I just tried a shared build with: ../configure --enable-optimized --enable-assertions --enable-targets=host,ptx --enable-shared And the build is successful. What is your configure line, and system OS?> > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110929/a5ae6b8a/attachment.html>
Renato Golin
2011-Sep-29 13:39 UTC
[LLVMdev] r140697 broke building with shared library enabled
On 29 September 2011 13:54, Justin Holewinski <justin.holewinski at gmail.com> wrote:> Did you try to re-run configure after pulling that commit? > I just tried a shared build with: > ../configure --enable-optimized --enable-assertions > --enable-targets=host,ptx --enable-shared > And the build is successful. > What is your configure line, and system OS?Not sure it's relevant, but I had the same error from clean GIT repo. SVN clean repo at the same time gave me no errors. On both cases, Linux Ubuntu 11.04: $ cmake ../src $ make -j12 -- cheers, --renato http://systemcall.org/
Possibly Parallel Threads
- [LLVMdev] r140697 broke building with shared library enabled
- [LLVMdev] r140697 broke building with shared library enabled
- [LLVMdev] r140697 broke building with shared library enabled
- [LLVMdev] floating point immediate problem
- [LLVMdev] Release build failure (FinalLibDeps.txt: No such file or directory)