Coder Social home page Coder Social logo

Comments (14)

jamiesonbc avatar jamiesonbc commented on June 26, 2024

i've concluded ( I think ) that these are the two stanzas in vendor.json it's having a problem with.
{
"checksumSHA1": "93uHIq25lffEKY47PV8dBPD+XuQ=",
"path": "gopkg.in/fsnotify.v1",
"revision": "a8a77c9133d2d6fd8334f3260d06f60e8d80a5fb",
"revisionTime": "2016-06-29T01:11:04Z"
},
{
"checksumSHA1": "SPMXWeoFQa5z0pLPmqpcFzyHqQQ=",
"path": "gopkg.in/yaml.v2",
"revision": "31c299268d302dd0aa9a0dcf765a3d58971ac83f",
"revisionTime": "2016-09-12T16:56:03Z"
}

from go-audit.

jamiesonbc avatar jamiesonbc commented on June 26, 2024

based on looking which directories and files had been created, those two were the only ones missing. I took those two stanzas out of the file and govendor sync completed

from go-audit.

jamiesonbc avatar jamiesonbc commented on June 26, 2024

out of the vendor.json file that is

from go-audit.

nbrownus avatar nbrownus commented on June 26, 2024

Can you try strace and see what's going on? I am unable to reproduce on my ubuntu 16.10 machine.

from go-audit.

jamiesonbc avatar jamiesonbc commented on June 26, 2024

from go-audit.

jamiesonbc avatar jamiesonbc commented on June 26, 2024

from go-audit.

jamiesonbc avatar jamiesonbc commented on June 26, 2024

from go-audit.

nbrownus avatar nbrownus commented on June 26, 2024

You'd need to strace -f make to see what is actually going on. Does the container have a working network, can you curl google.com for example?

from go-audit.

jamiesonbc avatar jamiesonbc commented on June 26, 2024

from go-audit.

jamiesonbc avatar jamiesonbc commented on June 26, 2024

from go-audit.

nbrownus avatar nbrownus commented on June 26, 2024

You should head over to govendor and open an issue, they would be better equipped to solve this one.

from go-audit.

jamiesonbc avatar jamiesonbc commented on June 26, 2024

from go-audit.

jamiesonbc avatar jamiesonbc commented on June 26, 2024

since my compilation is working on rhel7 and the binary runs on rhel6, rhel7 and ubuntu, I'm not pursuing compiling on rhel6 any longer.

from go-audit.

nbrownus avatar nbrownus commented on June 26, 2024

It should work fine. go binaries are portable assuming the machine os (linux) and arch (amd64, 386, etc) match what you originally compiled the binary on.

from go-audit.

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.