Coder Social home page Coder Social logo

acme.t's People

Contributors

hlandau avatar w00kie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

acme.t's Issues

v.PublicKey.Curve.Params().Name undefined when compiling

Running make I get the following error:

-e  [GO-GET]      github.com/hlandau/acme/cmd/acmetool
# github.com/hlandau/acme/acmeapi
src/github.com/hlandau/acme/acmeapi/api.go:232: v.PublicKey.Curve.Params().Name undefined (type *elliptic.CurveParams has no field or method Name)
Makefile:56: recipe for target '.gotten' failed
make: *** [.gotten] Error 2

This happens on a freshly cloned repository.

  • Debian jessie 8.2
  • armv7l

Thanks

acme Name undefined

src/github.com/hlandau/acme/acmeapi/api.go:232: v.PublicKey.Curve.Params().Name undefined (type *elliptic.CurveParams has no field or method Name)

error occurs while running make unable to install.

-e      [GO-GET]          github.com/hlandau/acme/cmd/acmetool
# github.com/hlandau/acme/acmeapi
src/github.com/hlandau/acme/acmeapi/api.go:232: v.PublicKey.Curve.Params().Name undefined (type *elliptic.CurveParams has no field or method Name)
# gopkg.in/tylerb/graceful.v1
src/gopkg.in/tylerb/graceful.v1/graceful.go:41: undefined: http.ConnState
src/gopkg.in/tylerb/graceful.v1/graceful.go:208: srv.Server.ConnState undefined (type *http.Server has no field or method ConnState)
src/gopkg.in/tylerb/graceful.v1/graceful.go:208: undefined: http.ConnState
src/gopkg.in/tylerb/graceful.v1/graceful.go:210: undefined: http.StateNew
src/gopkg.in/tylerb/graceful.v1/graceful.go:212: undefined: http.StateClosed
src/gopkg.in/tylerb/graceful.v1/graceful.go:212: undefined: http.StateHijacked
src/gopkg.in/tylerb/graceful.v1/graceful.go:312: srv.SetKeepAlivesEnabled undefined (type *Server has no field or method SetKeepAlivesEnabled)
# gopkg.in/hlandau/service.v2/daemon/pidfile
src/gopkg.in/hlandau/service.v2/daemon/pidfile/pidfile.go:76: undefined: syscall.FcntlFlock
src/gopkg.in/hlandau/service.v2/daemon/pidfile/pidfile.go:76: undefined: syscall.Flock_t
make: *** [.gotten] Error 2

sys/capability.h not found when compiling

Running make I get the following error:

$ make
-e      [GO-GET]          github.com/hlandau/acme/cmd/acmetool
# gopkg.in/hlandau/service.v2/daemon/caps
src/gopkg.in/hlandau/service.v2/daemon/caps/caps-linuxc.go:9:28: fatal error: sys/capability.h: No such file or directory
 #include <sys/capability.h>
                            ^
compilation terminated.
make: *** [.gotten] Error 2

This is fix by installing libcap-dev:

sudo apt-get install libcap-dev

Just wanted to drop this here for anyone else hitting the same problem.

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.