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

latest release of ya-sb-router seems broken deb #31

Closed
tworec opened this issue May 26, 2021 · 3 comments · Fixed by #32
Closed

latest release of ya-sb-router seems broken deb #31

tworec opened this issue May 26, 2021 · 3 comments · Fixed by #32
Assignees
Labels
beta.2 bug Something isn't working

Comments

@tworec
Copy link
Contributor

tworec commented May 26, 2021

The latest release of ya-sb-router seems to include a broken deb package, goth tests are failing on building their yagna docker image with the following error:
dpkg: error processing archive /ya-sb-router_v0.4.6_amd64.deb (--unpack): conffile name 'etc/ya-sb-router.conf' is not an absolute pathname

Reported by @zakaprov

@tworec tworec self-assigned this May 26, 2021
@tworec tworec added beta.2 bug Something isn't working labels May 26, 2021
@kmazurek
Copy link

This is related to a change introduced in dpkg version 1.20.1 which changes how "relative" paths in deb packages are treated.
This change is reflected in cargo deb with this PR mmstick/cargo-deb#173, however there's no release which includes it yet.

I'd suggest we update cargo deb in this repo once it's possible and do a patch release. For the time being I can pin the Docker images we use in goth to an earlier version of Debian, so that they use dpkg version 1.19.x.

@kmazurek
Copy link

This has been resolved in ya-service-bus 0.4.7 release. Also, the version of the debian image used in goth tests has been pinned to a specific SHA (golemfactory/goth#507) to prevent potential breaking updates in the future.

@tworec
Copy link
Contributor Author

tworec commented May 27, 2021

@prekucki thx a lot for a speedy fix.
@zakaprov muchas gracias for verification and closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta.2 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants