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
After successfully downloading and building the 4.2.0 source tarball, attempting to install with either make install or cmake --install produces errors.
Errors differ depending on which command is run.
I am setting DESTDIR to redirect output to a specified directory for packaging.
Building with make or cmake --build build does not seem to make a difference.
A few weeks ago, with a pre-4.2.0 git checkout (1c49926), make install was able to run, but produced the same error as running cmake --install from the tarball. A recent git checkout (cb176c3) has the same behavior.
make install with git checkout (cb176c3) does not have the same error as when trying to install from the 4.2.0 tarball. However, it does have the same error message as cmake --install from the tarball. I found old logs, and the same error did occur previously (pre-4.2.0 git 1c49926).
RenWal
changed the title
Cannot install from 4.2.0 source tarballmake install attempts to write to /etc regardless of specified destination directory
Jun 8, 2023
Describe the bug
After successfully downloading and building the 4.2.0 source tarball, attempting to install with either
make install
orcmake --install
produces errors.DESTDIR
to redirect output to a specified directory for packaging.make
orcmake --build build
does not seem to make a difference.make install
was able to run, but produced the same error as runningcmake --install
from the tarball. A recent git checkout (cb176c3) has the same behavior.To Reproduce
Expected behavior
DESTDIR
without error.DESTDIR
.make
andcmake --install
should behave the same.The text was updated successfully, but these errors were encountered: