Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build problem: undefined: io.ReadAll #461

Open
suntong opened this issue Dec 1, 2023 · 0 comments
Open

Docker build problem: undefined: io.ReadAll #461

suntong opened this issue Dec 1, 2023 · 0 comments

Comments

@suntong
Copy link

suntong commented Dec 1, 2023

Docker build problem unrelated with #425.

Building with the Dockerfile and I'm getting undefined: io.ReadAll:

Making install in test
. . .
Making install in helpers
. . .
Making install in fuzz
. . .
 /bin/mkdir -p '/vips/lib/pkgconfig'
 /usr/bin/install -c -m 644 vips.pc vips-cpp.pc '/vips/lib/pkgconfig'
make[2]: Leaving directory '/tmp/vips-8.9.2'
make[1]: Leaving directory '/tmp/vips-8.9.2'
Removing intermediate container bca6677ddce0
 ---> 5f9c29cec351
Step 7/11 : ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
 ---> Running in dc1baddc6296
Removing intermediate container dc1baddc6296
 ---> f3d093987363
Step 8/11 : RUN go get -u golang.org/x/lint/golint
 ---> Running in ee17eb370211
# golang.org/x/tools/internal/gcimporter
src/golang.org/x/tools/internal/gcimporter/gcimporter.go:223:15: undefined: io.ReadAll
The command '/bin/sh -c go get -u golang.org/x/lint/golint' returned a non-zero code: 2
suntong added a commit to suntong/bimg that referenced this issue Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant