http://bugs.winehq.org/show_bug.cgi?id=8260
Summary: ubuntu dapper install from source fails Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-tools AssignedTo: wine-bugs@winehq.org ReportedBy: donald@ziesig.org
Wine installation to ubuntu dapper (whether directly from make install or ./tools/wineinstall) fails when trying to rm version-stamp. I've checked the protections on the file (no problems) and can successfully rm version-stamp manually.
I am able to install and run wine from the binaries, but wanted to debug some problems I am having with a specific installer for the old MS JVM.
make[1]: Entering directory `/home/donz/Wine/wine-0.9.36~winehq0~ubuntu~6.06/loader' (GIT_DIR=../.git git-describe HEAD 2>/dev/null || echo "wine-0.9.36") | sed -e 's/(.*)/const char wine_version[] = "\1";/' >version-stamp || (rm -f version-stamp && exit 1) /bin/sh: version-stamp: Permission denied rm: cannot remove `version-stamp': Permission denied make[1]: *** [version-stamp] Error 1 make[1]: Leaving directory `/home/donz/Wine/wine-0.9.36~winehq0~ubuntu~6.06/loader' make: *** [loader/__install__] Error 2