xenial doesn't work #16

Closed
opened 2022-05-07 13:49:20 +00:00 by lee.miller · 4 comments
Contributor
Hi! [E: Unable to locate package dumb-init](https://buildbot.bitmessage.org/#/builders/33/builds/758/steps/0/logs/err_text)
Owner

Can't find any quick solution, may need more than a couple of minutes to fix.

Can't find any quick solution, may need more than a couple of minutes to fix.
Owner

The README.md to dumb-init makes a couple of recommendations: https://github.com/Yelp/dumb-init. We could use some of them, e.g. options 3 or 4:

Option 3:

RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_amd64.deb
RUN dpkg -i dumb-init_*.deb

Option 4:

RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_x86_64
RUN chmod +x /usr/local/bin/dumb-init

I'll try option 3.

The README.md to dumb-init makes a couple of recommendations: https://github.com/Yelp/dumb-init. We could use some of them, e.g. options 3 or 4: Option 3: ``` RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_amd64.deb RUN dpkg -i dumb-init_*.deb ``` Option 4: ``` RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_x86_64 RUN chmod +x /usr/local/bin/dumb-init ``` I'll try option 3.
Owner

This particular problem is fixed but a new one showed up (the package/executable in xenial is called buildbot-slave, not buildbot-worker. Continuing to fix.

This particular problem is fixed but a new one showed up (the package/executable in xenial is called `buildbot-slave`, not `buildbot-worker`. Continuing to fix.
Owner

The docker-specific issue should now be fixed, the problem is now with tox: https://buildbot.bitmessage.org/#/builders/33/builds/804

The docker-specific issue should now be fixed, the problem is now with tox: https://buildbot.bitmessage.org/#/builders/33/builds/804
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/buildbot_multibuild#16
No description provided.