Ah, I read about that but ti says `go version go1.10 linux/amd64`. I'll try 
putting it in quotes now.

On Friday, February 23, 2018 at 1:57:53 AM UTC+2, Nic Pottier wrote:
>
> This is almost certainly because your .travis file is specifying your 
> version as `1.10` vs `"1.10"`
>
> So your build is building with go 1.1 instead of 1.10.
>
> Ran into this myself this morning.
>
> -Nic
>
> On Thursday, February 22, 2018 at 11:38:43 AM UTC-5, Владислав Митов wrote:
>>
>> Hey guys, 
>>
>> One of my build started failing with 1.10. Basically I'm building a 
>> wrapper around a C library and it fails with: 
>>
>> # runtime/cgo
>> gcc_libinit.c: In function '_cgo_try_pthread_create':
>> gcc_libinit.c:97:18: error: storage size of 'ts' isn't known
>>   struct timespec ts;
>>                   ^~
>> gcc_libinit.c:110:3: error: implicit declaration of function 'nanosleep' 
>> [-Werror=implicit-function-declaration]
>>    nanosleep(&ts, nil);
>>    ^~~~~~~~~
>> gcc_libinit.c:97:18: error: unused variable 'ts' 
>> [-Werror=unused-variable]
>>   struct timespec ts;
>>                   ^~
>> cc1: all warnings being treated as errors
>> https://travis-ci.org/miracl/gomiracl/jobs/344782123
>>
>> Any hint's what's causing this? 
>>
>> Cheers, 
>> Vladi
>>
>

-- 
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