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
Installation fails due to do not exist directories like /usr and /usr/lib64...
If I manual create those dirs by commands in ebuild:
dodir /usr
dodir /usr/lib64
before execution of make install DESTDIR=%, then installation finish successful.
Error is at phase make install DESTDIR=%.
I think, that at this phase, installer MUST create directories (if they are not exists), which program need for storing they files, like BINDIR, LIBDIR, INCLUDEDIR, DATADIR or any others (./configure --help | grep "=DIR").
The text was updated successfully, but these errors were encountered:
App version: 0.9998
OS: Gentoo
Install in standart way for Gentoo - by ebuild:
Installation fails due to do not exist directories like /usr and /usr/lib64...
If I manual create those dirs by commands in ebuild:
before execution of make install DESTDIR=%, then installation finish successful.
Error is at phase make install DESTDIR=%.
I think, that at this phase, installer MUST create directories (if they are not exists), which program need for storing they files, like BINDIR, LIBDIR, INCLUDEDIR, DATADIR or any others (./configure --help | grep "=DIR").
The text was updated successfully, but these errors were encountered: