golang / snappy

The Snappy compression format in the Go programming language.
BSD 3-Clause "New" or "Revised" License
1.52k stars 163 forks source link

encode_amd64.s - redeclaration of end #30

Closed serejja closed 8 years ago

serejja commented 8 years ago

Hi,

one of our projects is experiencing Travis CI build failures because of golang/snappy.

The build job on golang 1.4 is erroring with a following message:

# github.com/golang/snappy
../../golang/snappy/encode_amd64.s:208 redeclaration of end
../../golang/snappy/encode_amd64.s:564 redeclaration of end

Full log is located here, with the error message starting on line 350 - https://gist.github.com/serejja/e4593342cb002370c3c95326a6cce1c0

Just to provide a bit more info (which is in that log anyway):

  1. go version go1.4 linux/amd64
  2. Ubuntu 12.04.5 LTS, 3.13.0-29-generic
  3. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3

Thanks!

serejja commented 8 years ago

Confirmed, thanks!