GithubHelp home page GithubHelp logo

Make fails about go-license-detector HOT 3 OPEN

src-d avatar src-d commented on June 15, 2024
Make fails

from go-license-detector.

Comments (3)

tevino avatar tevino commented on June 15, 2024

It could be fixed by tevino@51ed166

~/go-license-detector> make
curl -SLk -o license-list-data.tar.gz https://github.com/spdx/license-list-data/archive/v3.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   128    0   128    0     0     72      0 --:--:--  0:00:01 --:--:--    72
100 13.6M  100 13.6M    0     0  2026k      0  0:00:06  0:00:06 --:--:-- 3254k
tar -xf license-list-data.tar.gz license-list-data-3.0/text
tar -xf license-list-data.tar.gz license-list-data-3.0/json/details
tar -cf licenses.tar -C license-list-data-3.0/text .
go run licensedb/internal/assets/extract_urls.go license-list-data-3.0/json/details > urls.csv
go run licensedb/internal/assets/extract_names.go license-list-data-3.0/json/details > names.csv
rm -rf license-list-data-3.0
rm -f license-list-data.tar.gz
/Users/tevin/.gopath/bin/go-bindata -nometadata -pkg assets -o licensedb/internal/assets/bindata.go licenses.tar urls.csv names.csv
rm licenses.tar urls.csv names.csv
rm -rf license-list-data-3.0

from go-license-detector.

tevino avatar tevino commented on June 15, 2024

@vmarkovtsev Please take a look.

from go-license-detector.

vmarkovtsev avatar vmarkovtsev commented on June 15, 2024

Thanks for finding this problem. I commented in the commit you linked to, could you please turn it into a PR?

from go-license-detector.

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.