hassio-addons / addon-appdaemon

AppDaemon4 - Home Assistant Community Add-ons
https://addons.community
MIT License
151 stars 47 forks source link

Unable to install curl-dev system package #230

Closed underko closed 1 year ago

underko commented 1 year ago

Problem/Motivation

Updating to the latest 0.11.0 version, my previously working configuration fails to install curl-dev system package.

Expected behavior

Successfully start the addon.

Actual behavior

Addon fails during package installation.

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service base-addon-banner: starting
-----------------------------------------------------------
 Add-on: AppDaemon
 Python Apps and Dashboard using AppDaemon 4.x for Home Assistant
-----------------------------------------------------------
 Add-on version: 0.11.0
 You are running the latest version of this add-on.
 System: Home Assistant OS 9.4  (amd64 / qemux86-64)
 Home Assistant Core: 2023.1.7
 Home Assistant Supervisor: 2023.01.1
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service init-appdaemon: starting
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
v3.17.1-138-g21b66a981e [https://dl-cdn.alpinelinux.org/alpine/v3.17/main]
v3.17.1-139-g9abcf68892 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community]
OK: 17821 distinct packages available
OK: 90 MiB in 44 packages
ERROR: unable to select packages:
  libcrypto3-3.0.7-r0:
    breaks: openssl-dev-3.0.7-r2[libcrypto3=3.0.7-r2]
    satisfies: world[libcrypto3=3.0.7-r0]
               ca-certificates-20220614-r2[so:libcrypto.so.3]
               python3-3.10.9-r1[so:libcrypto.so.3]
               libcurl-7.87.0-r1[so:libcrypto.so.3]
               apk-tools-2.12.10-r1[so:libcrypto.so.3]
               libssl3-3.0.7-r0[so:libcrypto.so.3]
  libssl3-3.0.7-r0:
    breaks: openssl-dev-3.0.7-r2[libssl3=3.0.7-r2]
    satisfies: world[libssl3=3.0.7-r0]
               python3-3.10.9-r1[so:libssl.so.3]
               libcurl-7.87.0-r1[so:libssl.so.3]
               apk-tools-2.12.10-r1[so:libssl.so.3]
[22:58:44] FATAL: Failed installing package curl-dev
s6-rc: warning: unable to start service init-appdaemon: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
prog: fatal: stopping the container.
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

Steps to reproduce

Try to start the addon with the following configuration:

init_commands: []
python_packages: []
system_packages:
  - curl
  - curl-dev

Proposed changes

I had a similar issue in the past #28

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!

underko commented 1 year ago

Issue still persists.

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!

underko commented 1 year ago

Issue still persists.

frenck commented 1 year ago

Issue is indeed still there, but fixed in dev. Currently, I can't ship new releases due to a bug/incompatibility in the new AppDaemon with Home Assistant OS/Supervised installations.

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!

frenck commented 1 year ago

Closing, as this issue has actually been resolved.