hassio-addons/addon-node-red

The issue has been closed
pango-dev & cairo-dev not installing #714
cairon-ha posted onGitHub
Problem/Motivation
The system packages pango-dev and cairo-dev are not installing. I was running Node-RED 7.2.2 and everything was fine at the morning. Then I updated to Node-RED 7.2.3 and I got that error. I had in mind that it was a too old NPM Node last time so I reverted the snapshot from 0400am: same problem. Then I restored the whole VM from 0300am: same problem.
Expected behavior
I had this two system packages in my configuration for the colorthieve-node and had no problem. They should install without a problem.
Actual behavior
ERROR: unsatisfiable constraints:
brotli-libs-1.0.7-r5:
breaks: brotli-dev-1.0.9-r1[brotli-libs=1.0.9-r1]
satisfies: freetype-2.10.2-r0[so:libbrotlidec.so.1]
nodejs-12.18.4-r0[so:libbrotlidec.so.1]
nodejs-12.18.4-r0[so:libbrotlienc.so.1]
[13:47:34] FATAL: Failed installing system package pango-dev
[cont-init.d] user.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing...
-----------------------------------------------------------
Oops! Something went wrong.
We are so sorry, but something went terribly wrong when
starting or running this add-on.
Be sure to check the log above, line by line, for hints.
-----------------------------------------------------------
Steps to reproduce
Put this into the configuration:
system_packages:
- build-base
- musl
- make
- g++
- jpeg-dev
- imagemagick
- pango-dev
- cairo-dev
npm_packages:
- fs-minipass
- minizlib
- color-thief-node
Proposed changes
Node-Red starts with Default Configuration. Then I updated every node to get a clear start point.