Giter Site home page Giter Site logo

Comments (3)

bigtoerag avatar bigtoerag commented on September 6, 2024

Here is the failure I get:
go version xgcc (Ubuntu 4.9.1-0ubuntu1) 4.9.1 linux/386

    root@linux:/usr/lib/go/pingbeat# go get -u github.com/joshuar/pingbeat
    # github.com/elastic/libbeat/logp
    /root/go/src/github.com/elastic/libbeat/logp/log.go:145:59: error: reference to undefined identifier ‘log.LUTC’
       flag := log.Ldate | log.Ltime | log.Lmicroseconds | log.LUTC | log.Lshortfile
                                                               ^
    # golang.org/x/net/ipv6
    /root/go/src/golang.org/x/net/ipv6/thunk_linux_386.s: Assembler messages:
    /root/go/src/golang.org/x/net/ipv6/thunk_linux_386.s:7: Error: no such instruction: `text ·socketcall(SB),4,$0-36'
    /root/go/src/golang.org/x/net/ipv6/thunk_linux_386.s:8: Error: junk `(SB)' after expression
    # golang.org/x/net/ipv4
    /root/go/src/golang.org/x/net/ipv4/thunk_linux_386.s: Assembler messages:
    /root/go/src/golang.org/x/net/ipv4/thunk_linux_386.s:7: Error: no such instruction: `text ·socketcall(SB),4,$0-36'
    /root/go/src/golang.org/x/net/ipv4/thunk_linux_386.s:8: Error: junk `(SB)' after expression

from pingbeat.

joshuar avatar joshuar commented on September 6, 2024

Hi @bigtoerag, it looks like you are using gccgo (Ubuntu package gccgo). Can you install the golang package instead and use the Go compiler provided by that? libbeat requires Go 1.5+ and I don't think gccgo supports it. You'll need to run go clean before go build after installing the different Go compiler.

from pingbeat.

bigtoerag avatar bigtoerag commented on September 6, 2024

You can close now as it must have been environmental for me. I had a colleague try and now have a binary running. Thanks for the help and keep it up. Now onto converting an init script to run it.

from pingbeat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.