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

can't resolve vbom.ml/util dependency #6

Closed
dhiller opened this issue Aug 20, 2020 · 5 comments
Closed

can't resolve vbom.ml/util dependency #6

dhiller opened this issue Aug 20, 2020 · 5 comments

Comments

@dhiller
Copy link

dhiller commented Aug 20, 2020

When trying to resolve dependency we receive:

go: vbom.ml/util@v0.0.0-20180919145318-efcd4e0f9787: unrecognized import path "vbom.ml/util" (parse https://vbom.ml/util?go-get=1: no go-import meta tags ())

This is i.e. the case when trying to go build stuff below robots from kubernetes/test-infra.

curl delivers this:

curl 'https://vbom.ml/util?go-get=1'
Go 1.9 is no longer available.  Please refer to https://goo.gl/aESk5L for more information.

Workaround was using

replace vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787

@dhiller
Copy link
Author

dhiller commented Aug 20, 2020

Got the workaround from here: ffromani/performance-addon-operators@e94312e

dhiller added a commit to dhiller/kubevirt that referenced this issue Aug 20, 2020
As fedora 30 builds seem to have disappeared from copr
we update base to 31. We update libvirt-devel to 5.6.0, remove the
virt-preview copr repo, and remove gradle also.

Wrt/ fvbommel/util#6 we need to appkly a patch
to be able to resolve a dependency in order to build pr-creator and the
like.

Lastly we need to remove the ppc64le arch build as the required builds
for that arch are missing in the repos.

Signed-off-by: Daniel Hiller <daniel.hiller.1972@gmail.com>
dhiller added a commit to dhiller/kubevirt that referenced this issue Aug 20, 2020
As fedora 30 builds seem to have disappeared from copr
we update base to 31. We update libvirt-devel to 5.6.0, remove the
virt-preview copr repo, and remove gradle also.

Wrt/ fvbommel/util#6 we need to apply a patch
to be able to resolve a dependency in order to build pr-creator and the
like.

Lastly we need to remove the ppc64le arch build as the required builds
for that arch are missing in the repos.

Signed-off-by: Daniel Hiller <daniel.hiller.1972@gmail.com>
dhiller added a commit to dhiller/kubevirt that referenced this issue Aug 20, 2020
As fedora 30 builds seem to have disappeared from copr
we update base to 31. We update libvirt-devel to 5.6.0, remove the
virt-preview copr repo, and remove gradle also.

Wrt/ fvbommel/util#6 we need to apply a patch
to be able to resolve a dependency in order to build pr-creator and the
like.

Lastly we need to remove the ppc64le arch build as the required builds
for that arch are missing in the repos.

Signed-off-by: Daniel Hiller <daniel.hiller.1972@gmail.com>
dhiller added a commit to dhiller/kubevirt that referenced this issue Aug 21, 2020
As fedora 30 builds seem to have disappeared from copr
we update base to 31. We update libvirt-devel to 5.6.0, remove the
virt-preview copr repo, and remove gradle also.

Wrt/ fvbommel/util#6 we need to apply a patch
to be able to resolve a dependency in order to build pr-creator and the
like.

Lastly we need to remove the ppc64le arch build as the required builds
for that arch are missing in the repos.

Signed-off-by: Daniel Hiller <daniel.hiller.1972@gmail.com>
dhiller added a commit to dhiller/kubevirt that referenced this issue Aug 25, 2020
As fedora 30 builds seem to have disappeared from copr
we update base to 31. We update libvirt-devel to 5.6.0, remove the
virt-preview copr repo, and remove gradle also.

Wrt/ fvbommel/util#6 we need to apply a patch
to be able to resolve a dependency in order to build pr-creator and the
like.

Lastly we need to remove the ppc64le arch build as the required builds
for that arch are missing in the repos.

Signed-off-by: Daniel Hiller <daniel.hiller.1972@gmail.com>
@khuddlefish
Copy link

khuddlefish commented Aug 27, 2020

We just experienced the same issue and mitigated it the same way. It seems like it would be easier to just use the github.com/fvbommel/util import path instead of the vbom.ml/util one?

@fvbommel
Copy link
Owner

Sorry about this, I was running the site from App Engine and had some issues updating to newer Go versions (not Go-related, App Engine-related).

I've removed the vanity imports so you can just use the github.com/fvbommel/util import path now.

@fvbommel
Copy link
Owner

Actually, since we're updating import paths anyway, if you're using sortorder please use github.com/fvbommel/sortorder instead.

victortoso pushed a commit to victortoso/kubevirt that referenced this issue Aug 28, 2020
As fedora 30 builds seem to have disappeared from copr
we update base to 31. We update libvirt-devel to 5.6.0, remove the
virt-preview copr repo, and remove gradle also.

Wrt/ fvbommel/util#6 we need to apply a patch
to be able to resolve a dependency in order to build pr-creator and the
like.

Lastly we need to remove the ppc64le arch build as the required builds
for that arch are missing in the repos.

Signed-off-by: Daniel Hiller <daniel.hiller.1972@gmail.com>
@khuddlefish
Copy link

Awesome thanks for the update :)

eddiezane added a commit to eddiezane/kubernetes that referenced this issue Sep 2, 2020
The author of this dependency is removing the vanity url and has
instructed users to use the GitHub path.

This updates the dependency to the module-less pin to the v1 module tag.

fvbommel/util#5
fvbommel/util#6

Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
eddiezane added a commit to eddiezane/kubernetes that referenced this issue Sep 2, 2020
…ndency

The author of this dependency is removing the vanity url and has
instructed users to use the GitHub path.

This updates the dependency to the module-less pin to the v1 module tag.

fvbommel/util#5
fvbommel/util#6

Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
k8s-publishing-bot pushed a commit to kubernetes/kubectl that referenced this issue Sep 3, 2020
…ndency

The author of this dependency is removing the vanity url and has
instructed users to use the GitHub path.

This updates the dependency to the module-less pin to the v1 module tag.

fvbommel/util#5
fvbommel/util#6

Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>

Kubernetes-commit: db826b14583be77a1757f7f8aaef864ece627042
Itxaka pushed a commit to Itxaka/skuba that referenced this issue Sep 10, 2020
Looks like the vanity url for the vbom.ml package has been dropped
and the new one its just pointing to github according to [0][1]

This replaces the old url with the new one

[0] fvbommel/util#5
[1] fvbommel/util#6
Itxaka pushed a commit to Itxaka/skuba that referenced this issue Sep 10, 2020
Looks like the vanity url for the vbom.ml package has been dropped
and the new one its just pointing to github according to [0][1]

The vbom dependency comes from kubernetes, they already fixed it
upstream on version 1.19.1[2] so until we update our dependency
to match that, we need this as a workaround.

This workaround replaces the old url with the new one

[0] fvbommel/util#5
[1] fvbommel/util#6
[2] kubernetes/kubernetes@ad3891d
pablochacin pushed a commit to pablochacin/skuba that referenced this issue Sep 14, 2020
Looks like the vanity url for the vbom.ml package has been dropped
and the new one its just pointing to github according to [0][1]

The vbom dependency comes from kubernetes, they already fixed it
upstream on version 1.19.1[2] so until we update our dependency
to match that, we need this as a workaround.

This workaround replaces the old url with the new one

[0] fvbommel/util#5
[1] fvbommel/util#6
[2] kubernetes/kubernetes@ad3891d

This is a Backport of SUSE@c0bc123

Signed-off-by: Pablo Chacin <pchacin@suse.com>
EdDev pushed a commit to EdDev/kubevirt that referenced this issue Oct 14, 2020
As fedora 30 builds seem to have disappeared from copr
we update base to 31. We update libvirt-devel to 5.6.0, remove the
virt-preview copr repo, and remove gradle also.

Wrt/ fvbommel/util#6 we need to apply a patch
to be able to resolve a dependency in order to build pr-creator and the
like.

Lastly we need to remove the ppc64le arch build as the required builds
for that arch are missing in the repos.

Signed-off-by: Daniel Hiller <daniel.hiller.1972@gmail.com>
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

3 participants