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

cura-engine is no longer part of ubuntu-latest #288

Open
donaldriedl opened this issue May 6, 2024 · 3 comments
Open

cura-engine is no longer part of ubuntu-latest #288

donaldriedl opened this issue May 6, 2024 · 3 comments
Assignees
Labels
bug platform-issue Issue is specific to an OS or desktop priority-high
Milestone

Comments

@donaldriedl
Copy link

donaldriedl commented May 6, 2024

Describe the bug
The Dockerfile is built on ubuntu:latest, but since 24 released cura-engine is no longer available so ippsample fails to build.
https://packages.ubuntu.com/search?keywords=cura-engine

To Reproduce
Steps to reproduce the behavior:

  1. Attempt to run docker build

Expected behavior
The build succeeds

Actual behavior
The build fails with this error:

> [2/9] RUN apt-get -qq update && apt-get install -y build-essential autoconf avahi-daemon avahi-utils cura-engine libavahi-client-dev libjpeg-dev libnss-mdns libpam-dev libpng-dev libssl-dev libusb-1.0-0-dev zlib1g-dev net-tools iputils-ping vim avahi-daemon tcpdump man curl:


2.452 Reading state information...
2.474 Package cura-engine is not available, but is referred to by another package.
2.474 This may mean that the package is missing, has been obsoleted, or
2.474 is only available from another source
2.474 
2.475 E: Package 'cura-engine' has no installation candidate
------
Dockerfile:3
--------------------
   1 |     FROM ubuntu:latest
   2 |     ARG DEBIAN_FRONTEND=noninteractive
   3 | >>> RUN apt-get -qq update && apt-get install -y build-essential autoconf avahi-daemon avahi-utils cura-engine libavahi-client-dev libjpeg-dev libnss-mdns libpam-dev libpng-dev libssl-dev libusb-1.0-0-dev zlib1g-dev net-tools iputils-ping vim avahi-daemon tcpdump man curl
   4 |     # Make changes necessary to run Avahi for DNS-SD support
   5 |     RUN sed -ie 's/rlimit-nproc=3/rlimit-nproc=8/' /etc/avahi/avahi-daemon.conf
--------------------

Version of the software
latest

@michaelrsweet
Copy link
Contributor

Sigh... OK, we'll need to update the build script to pull the cura-engine source ourselves and do a build/install for the Docker image.

@michaelrsweet michaelrsweet self-assigned this May 17, 2024
@michaelrsweet michaelrsweet added priority-high bug platform-issue Issue is specific to an OS or desktop labels May 17, 2024
@michaelrsweet michaelrsweet added this to the Stable milestone May 17, 2024
@michaelrsweet
Copy link
Contributor

Temporarily at least, cura-engine is not part of the ippsample docker image. I will see if I can get it back in before doing our October 2024 release.

@michaelrsweet michaelrsweet modified the milestones: Stable, v10.24 Sep 21, 2024
@michaelrsweet
Copy link
Contributor

Cura build instructions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug platform-issue Issue is specific to an OS or desktop priority-high
Projects
None yet
Development

No branches or pull requests

2 participants