mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
This reverts commit 517e23ebfe96137f1482ae42f8b29fc2f1b31317. The new USE flag `ssl` for wget resulted in a strange issue. `wget` started to pull in `dev-libs/openssl`, which has `bindist` in its USE flag. The catalyst stages, however, need to install wget without `bindist`. Such mismatches resulted in errors like: ``` !!! All ebuilds that could satisfy "dev-libs/openssl:0=" for /tmp/stage1root/ have been masked. !!! One of the following masked packages is required to complete your request: - dev-libs/openssl-1.0.2u::coreos (masked by: bindist in RESTRICT) ``` So to fix the issue, what needs to be done is basically: ``` ACCEPT_RESTRICT=bindist USE=-bindist emerge -pv openssl openssh ``` Unfortunately it is not possible to set `accept_restrict` configs under the coreos-overlay repo. We need to have some time to investigate why it is so. As a hotfix, we need to revert the `ssl` USE flag for wget. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |