We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[root@a-3ebgd3hxaf57a snap]# bin/build Sending build context to Docker daemon 78.34kB Step 1/18 : FROM amazonlinux:2.0.20181114 ---> 2467e0b1e917 .. .. Step 18/18 : RUN rpmbuild -bb /app/snapd/packaging/amzn-2/snapd.spec ---> Running in 2ac3d0f7a6c1 warning: bogus date in %changelog: Wed Nov 09 2018 Michael Vogt [email protected] error: Failed build dependencies: compiler(go-compiler) is needed by snapd-2.36.3-0.amzn2.x86_64 Removing intermediate container 2ac3d0f7a6c1 The command '/bin/sh -c rpmbuild -bb /app/snapd/packaging/amzn-2/snapd.spec' returned a non-zero code: 1
[root@a-3ebgd3hxaf57a snap]# go version go version go1.18.9 linux/amd64 [root@a-3ebgd3hxaf57a snap]# which go /usr/bin/go
Thanks!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[root@a-3ebgd3hxaf57a snap]# bin/build
Sending build context to Docker daemon 78.34kB
Step 1/18 : FROM amazonlinux:2.0.20181114
---> 2467e0b1e917
..
..
Step 18/18 : RUN rpmbuild -bb /app/snapd/packaging/amzn-2/snapd.spec
---> Running in 2ac3d0f7a6c1
warning: bogus date in %changelog: Wed Nov 09 2018 Michael Vogt [email protected]
error: Failed build dependencies:
compiler(go-compiler) is needed by snapd-2.36.3-0.amzn2.x86_64
Removing intermediate container 2ac3d0f7a6c1
The command '/bin/sh -c rpmbuild -bb /app/snapd/packaging/amzn-2/snapd.spec' returned a non-zero code: 1
[root@a-3ebgd3hxaf57a snap]# go version
go version go1.18.9 linux/amd64
[root@a-3ebgd3hxaf57a snap]# which go
/usr/bin/go
Thanks!!
The text was updated successfully, but these errors were encountered: