You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu and Debian packages in OpenSUSE Build Service are missing libddcutil.so. They only contain a broken symlink. Not sure about the other distributions.
Details
Example Docker recipe to reproduce the issue
FROM ubuntu:24.04
ARG SUSE_NAME="xUbuntu_24.04"ARG DEBIAN_FRONTEND=noninteractive
RUN apt update -y
RUN apt upgrade -y
RUN apt install libglib2.0-dev -y
RUN apt install curl gpg -y
RUN echo "deb http://download.opensuse.org/repositories/home:/rockowitz/${SUSE_NAME}/ /" | tee /etc/apt/sources.list.d/home:rockowitz.list
RUN curl -fsSL "https://download.opensuse.org/repositories/home:rockowitz/${SUSE_NAME}/Release.key" | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home_rockowitz.gpg > /dev/null
RUN apt update -y
RUN apt install ddcutil libddcutil-dev -y
w8jcik
changed the title
libddcutil-dev package is missing libddcutil.so.x.x.x
libddcutil-dev and libddcutil4 packages are missing libddcutil.so.x.x.x
Jun 1, 2024
w8jcik
changed the title
libddcutil-dev and libddcutil4 packages are missing libddcutil.so.x.x.x
libddcutil packages are missing libddcutil.so.x.x.x
Jun 1, 2024
w8jcik
changed the title
libddcutil packages are missing libddcutil.so.x.x.x
Ubuntu and Debian packages in OBS are missing libddcutil.so.x.x.x
Jun 6, 2024
Fixed flibddcutil5-2.1.3-1 and libddcutil5-2.1.4-1 for Debian and Ubuntu releases. For RPM based distributions (e.g. openSUSE, Fedora), the packaging is orchestrated by file ddcutil.spec. For Debian based distributions, build is orchestrated by the files in directory debian of packages ddcutil_2.1.4-1.debian.tar.xz, etc.
Ubuntu and Debian packages in OpenSUSE Build Service are missing
libddcutil.so
. They only contain a broken symlink. Not sure about the other distributions.Details
Example Docker recipe to reproduce the issue
Listing files in a package
dpkg -L libddcutil-dev
Listing files in a package
dpkg -L libddcutil4
Inspecting
/usr/lib/x86_64-linux-gnu/libddcutil.so
(broken link,
/usr/lib/x86_64-linux-gnu/libddcutil.so.5.1.2
does not exist)I noticed it trying to build
ddcutil-service
The same issue is present in the other Ubuntu and Debian versions.
Are OBS recipes available in some public repository? It would help diagnosing and fixing packaging issues.
The text was updated successfully, but these errors were encountered: