Git Product home page Git Product logo

Comments (3)

scottleibrand avatar scottleibrand commented on August 17, 2024

The file sysvshm_unix.go doesn't exist, neither on this system nor a working one:

root@edison-eb5 /usr/local/go/src/cmd/vendor/golang.org # ll x/sys/unix/syscall.go
-rwxr-xr-x 1 root root 2036 May  6  2019 x/sys/unix/syscall.go
root@edison-eb5 /usr/local/go/src/cmd/vendor/golang.org # ll x/sys/unix/syscall_unix.go
-rwxr-xr-x 1 root root 9420 May  6  2019 x/sys/unix/syscall_unix.go
root@edison-eb5 /usr/local/go/src/cmd/vendor/golang.org # ll x/sys/unix/sysvshm_unix.go
ls: cannot access 'x/sys/unix/sysvshm_unix.go': No such file or directory
root@edison-eb5 /usr/local/go/src/cmd/vendor/golang.org #

from oref0.

ecc1 avatar ecc1 commented on August 17, 2024

It looks like the golang.org/x/sys/unix package no longer works with versions of Go earlier than 1.18.

I'd suggest installing https://go.dev/dl/go1.19.1.src.tar.gz in oref-setup, and then using commands like these to build the required medtronic commands:

go install -v -tags cc111x github.com/ecc1/medtronic/cmd/mdt@latest
go install -v -tags cc111x github.com/ecc1/medtronic/cmd/pumphistory@latest

etc. The first one will download all the dependencies, and subsequent ones will be fast.

from oref0.

scottleibrand avatar scottleibrand commented on August 17, 2024

Thanks. Fix pushed to dev.

from oref0.

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.