I have tried for hours and days to install LLGOon ubuntu 16.04 without success using the following link:
https://github.com/llvm-mirror/llgo
Each time got different error.
I went through the forum and tried several solutions.
The last phase I got was failing at 94% on the following error:
"
[ 94%] Performing configure step for 'libgo'
-- libgo configure command succeeded. See also /path/to/llvm-build/tools/llgo/libgo-prefix/src/libgo-stamp/libgo-configure-*.log
[ 94%] Performing build step for 'libgo'
CMake Error at /path/to/llvm-build/tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build-Debug.cmake:16 (message):
Command failed: 2
'make' '-j4'
See also
/path/to/llvm-build/tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build-*.log
tools/llgo/CMakeFiles/libgo.dir/build.make:116: recipe for target 'tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build' failed
make[2]: *** [tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build] Error 1
CMakeFiles/Makefile2:49223: recipe for target 'tools/llgo/CMakeFiles/libgo.dir/all' failed
make[1]: *** [tools/llgo/CMakeFiles/libgo.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
"
Is there any slight chance someone is willing to upload Virtaul Machine with working LLGO to my dropbox?
Thank you so much!!!!
Hi,I have tried for hours and days to install LLGOon ubuntu 16.04 without success using the following link:
https://github.com/llvm-mirror/llgo
Each time got different error.I went through the forum and tried several solutions.
The last phase I got was failing at 94% on the following error:
"
[ 94%] Performing configure step for 'libgo'
-- libgo configure command succeeded. See also /path/to/llvm-build/tools/llgo/libgo-prefix/src/libgo-stamp/libgo-configure-*.log
[ 94%] Performing build step for 'libgo'
CMake Error at /path/to/llvm-build/tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build-Debug.cmake:16 (message):
Command failed: 2'make' '-j4'
See also
/path/to/llvm-build/tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build-*.log
tools/llgo/CMakeFiles/libgo.dir/build.make:116: recipe for target 'tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build' failed
make[2]: *** [tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build] Error 1
CMakeFiles/Makefile2:49223: recipe for target 'tools/llgo/CMakeFiles/libgo.dir/all' failed
make[1]: *** [tools/llgo/CMakeFiles/libgo.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
"Is there any slight chance someone is willing to upload Virtaul Machine with working LLGO to my dropbox?
Thank you so much!!!!
On Thursday, 28 July 2016 05:01:26 UTC+8, mata...@gmail.com wrote:Hi,I have tried for hours and days to install LLGOon ubuntu 16.04 without success using the following link:
https://github.com/llvm-mirror/llgo
Each time got different error.I went through the forum and tried several solutions.
The last phase I got was failing at 94% on the following error:
"
[ 94%] Performing configure step for 'libgo'
-- libgo configure command succeeded. See also /path/to/llvm-build/tools/llgo/libgo-prefix/src/libgo-stamp/libgo-configure-*.log
[ 94%] Performing build step for 'libgo'
CMake Error at /path/to/llvm-build/tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build-Debug.cmake:16 (message):
Command failed: 2'make' '-j4'
See also
/path/to/llvm-build/tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build-*.log
I'm getting the same, looks like there's something wrong with debug info:inlinable function call in a function with debug info must have a !dbg locationcall void @"sync.init#1"(i8* nest undef)inlinable function call in a function with debug info must have a !dbg locationcall void @"sync.init#2"(i8* nest undef)LLVM ERROR: Broken function found, compilation aborted!make[2]: *** [sync.lo] Error 1I'll try to look into it soon.
tools/llgo/CMakeFiles/libgo.dir/build.make:116: recipe for target 'tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build' failed
make[2]: *** [tools/llgo/libgo-prefix/src/libgo-stamp/libgo-build] Error 1
CMakeFiles/Makefile2:49223: recipe for target 'tools/llgo/CMakeFiles/libgo.dir/all' failed
make[1]: *** [tools/llgo/CMakeFiles/libgo.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
"Is there any slight chance someone is willing to upload Virtaul Machine with working LLGO to my dropbox?
Thank you so much!!!!
I'm in the process of packaging llgo as a "snap" (http://snapcraft.io/). I'll mail the list when it's ready.Cheers,Andrew
--
You received this message because you are subscribed to the Google Groups "llgo-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to llgo-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The fix is here: https://reviews.llvm.org/D22905. You only need the change to debug.go, the other is just to help in debugging codegen.