Page MenuHomeVyOS Platform

vyos-build "make iso" error if configure was ran outside of the docker container
Closed, ResolvedPublic

Description

./configure sets build_dir in build-config.json using cwd as the prefix, making it a absolute path. This causes make iso to later fail if ./configure was ran outside the docker container, as the absolute paths are different. Other scripts use the default from defaults.py as a relative path so there is no harm to making this a relative path too, as make is always ran from the root of the repo anyway.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

jjakob triaged this task as Low priority.Apr 8 2020, 9:54 PM
jjakob created this task.
jjakob created this object in space S1 VyOS Public.
erkin set Issue type to Bug (incorrect behavior).Aug 30 2021, 7:18 AM
erkin removed a subscriber: Active contributors.
Viacheslav changed the task status from Open to Needs reporter action.Feb 12 2024, 9:05 AM
Viacheslav added a subscriber: Viacheslav.

merged