Make issue with latest git
Just did the latest git and got the following : all -c wineapploader /usr/local/bin/`dirname programs/msiexec/__installprog__` /usr/bin/install: cannot create regular file `/usr/local/bin/programs/msiexec': No such file or directory make[1]: *** [programs/msiexec/__installprog__] Error 1 make[1]: Leaving directory `/work/wine-git/programs' make: *** [programs/__install__] Error 2 if I went into the /usr/local/bin there is no programs directory so made the directory and reran make install or tools/install and worked fine... Did not need this until todays git as yesterdays worked just fine without the directory... chris
On Thu, Feb 11, 2010 at 2:06 PM, chris ahrendt <celticht32(a)yahoo.com> wrote:
Just did the latest git and got the following :
all -c wineapploader /usr/local/bin/`dirname programs/msiexec/__installprog__` /usr/bin/install: cannot create regular file `/usr/local/bin/programs/msiexec': No such file or directory make[1]: *** [programs/msiexec/__installprog__] Error 1 make[1]: Leaving directory `/work/wine-git/programs' make: *** [programs/__install__] Error 2
if I went into the /usr/local/bin there is no programs directory so made the directory and reran make install or tools/install and worked fine...
Did not need this until todays git as yesterdays worked just fine without the directory...
Known bug, see http://bugs.winehq.org/show_bug.cgi?id=21687 -- -Austin
participants (2)
-
Austin English -
chris ahrendt