GithubHelp home page GithubHelp logo

Comments (6)

wlynch avatar wlynch commented on June 30, 2024

Thanks for filing this! Can you provide a bit more details for how to reproduce this (e.g. args used, expected result, etc)?

My default stance is to roll this change back if it's causing problems, but I need some help reproducing the issue. 🙏

from go-licenses.

n3wscott avatar n3wscott commented on June 30, 2024

Howdy! sorry long delay, holidays...

Here is a little script you can run to see what I am seeing:

pushd $(mktemp -d)

go install github.com/google/go-licenses@master

go mod init example.com/demo

curl https://www.apache.org/licenses/LICENSE-2.0.txt > LICENSE

cat <<EOF > main.go
package main
import (
  . "github.com/hashicorp/golang-lru"
)
func main() {
  New(128)
}
EOF

go mod tidy

go mod vendor

git init

git add .

git commit -m "after vendor"

go-licenses save ./... --save_path="third_party/VENDOR-LICENSE" --force

git add .

git commit -m "after first licesnse save"

go mod vendor

go-licenses save ./... --save_path="third_party/VENDOR-LICENSE" --force

from go-licenses.

n3wscott avatar n3wscott commented on June 30, 2024

The error I get locally:

Error: open /var/folders/65/kbdvw9617tx1x8qh8f6md2xw0000gn/T/tmp.yWaWgyJ1/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/LICENSE: no such file or directory
Usage:
  licenses save <package> [flags]

Flags:
      --force              Delete the destination directory if it already exists.
  -h, --help               help for save
      --save_path string   Directory into which files should be saved that are required by license terms

Global Flags:
      --alsologtostderr                  log to standard error as well as files
      --confidence_threshold float       Minimum confidence required in order to positively identify a license. (default 0.9)
      --log_backtrace_at traceLocation   when logging hits line file:N, emit a stack trace (default :0)
      --log_dir string                   If non-empty, write log files in this directory
      --logtostderr                      log to standard error instead of files
      --stderrthreshold severity         logs at or above this threshold go to stderr (default 2)
  -v, --v Level                          log level for V logs
      --vmodule moduleSpec               comma-separated list of pattern=N settings for file-filtered logging

F1229 12:15:02.542070   57909 main.go:43] open /var/folders/65/kbdvw9617tx1x8qh8f6md2xw0000gn/T/tmp.yWaWgyJ1/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/LICENSE: no such file or directory
¯\(°_o)/¯ tree
.
├── LICENSE
├── go.mod
├── go.sum
├── main.go
├── third_party
└── vendor
    ├── github.com
    │   └── hashicorp
    │       └── golang-lru
    │           ├── 2q.go
    │           ├── LICENSE
    │           ├── README.md
    │           ├── arc.go
    │           ├── doc.go
    │           ├── lru.go
    │           └── simplelru
    │               ├── lru.go
    │               └── lru_interface.go
    └── modules.txt

6 directories, 13 files

from go-licenses.

n3wscott avatar n3wscott commented on June 30, 2024

I think this error is the LICENSE file inside third_party has been indexed, but then it was deleted and then attempted to be accessed.

from go-licenses.

benmoss avatar benmoss commented on June 30, 2024

I think part of the problem is that the third_party dir is getting treated as packages to be licensified:

❯ go list ./...
example.com/demo
example.com/demo/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru
example.com/demo/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru

from go-licenses.

wlynch avatar wlynch commented on June 30, 2024

Approved #99 to roll back this change. Sorry about the trouble!

from go-licenses.

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.