$(go env CC) --version
gcc (GCC) 7.1.1 20170630
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I want to add that I think that original issue was related to the fact that 
I had packaged "gcc-multilib" (not "gcc") installed.
After I switched to "gcc" problem was gone.

Also after  commit

commit b63db76c4ae4e154ed40b4ec3c782d7fe9c0d3b6                            
Author: Ian Lance Taylor <i...@golang.org>                                 
Date:   Wed Aug 2 10:49:20 2017 -0700                                      
                                                                           
    testsanitizers: check that tsan program runs, skip tsan10 on gcc       
                                                                           
    Check not only that a tsan program can be built, but also that it runs.
    This fails with some installations of GCC 7.                           
                                                                           
    Skip the tsan10 program when using GCC, as it reportedly hangs.        
                                                                           
    This is a patch to help people build 1.9; we may be able to do a       
    better fix for 1.10.                                                   
                                                                           
    Updates #21196                                                         
                                                                           
    Change-Id: Icd1ffbd018dc65a97ff45cab1264b9b0c7fa0ab2                   
    Reviewed-on: https://go-review.googlesource.com/52790                  
    Run-TryBot: Ian Lance Taylor <i...@golang.org>                         
    Run-TryBot: Bryan Mills <bcmi...@google.com>                           
    Reviewed-by: Bryan Mills <bcmi...@google.com>                          
    TryBot-Result: Gobot Gobot <go...@golang.org>                          


problem is gone and with "gcc-multilib" too.

On Wednesday, August 2, 2017 at 9:30:49 PM UTC+3, Bryan C. Mills wrote:
>
> What is the output of `$(go env CC) --version` on your machine?`
>
> On Wednesday, August 2, 2017 at 8:31:37 AM UTC-4, SauliusGurklys wrote:
>>
>> Hi,
>>
>> while building go from source:
>>
>> cd /usr/local/src/go
>> ./clean.bash
>> ./all.bash
>>
>> build succeeds without any problem and then when tests are started then 
>> they just "hangs"
>>
>> ...
>> ##### ../misc/cgo/testplugin
>> PASS
>> something
>>
>> ##### ../misc/cgo/testasan
>>
>> ##### ../misc/cgo/testsanitizers
>>
>> after this point nothing happens (tried to wait for a couple of days).
>> I tried many times, but "hanging" happens at this test(s).
>>
>> I building go, the same way, on several machines, and this problem 
>> happens only on one of them.
>>
>> The "problem" machine is
>>
>> $ lsb_release -a
>> LSB Version:    n/a
>> Distributor ID: ManjaroLinux
>> Description:    Manjaro Linux
>> Release:        17.0.2
>> Codename:       Gellivara
>>
>> $ uname -a
>> Linux bubo 4.12.3-1-MANJARO #1 SMP PREEMPT Fri Jul 21 09:37:31 UTC 2017 
>> x86_64 GNU/Linux
>>
>> Maybe somebody had and solved such problem?
>> Any thoughts?
>>
>> Kind regards,
>> --
>> Saulius
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to