https://bugs.winehq.org/show_bug.cgi?id=40253
Bug ID: 40253 Summary: regression: Can't remove fonts: is a directory (--with-wine64, shared wow64) Product: Wine Version: 1.9.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs@winehq.org Reporter: o.dierick@piezo-forte.be Distribution: ---
I've updated my git tree with 1.9.5 and now I have this error while compiling 32bit Wine with the --with-wine64 option (in a shared wow64 setup):
---begin make output--- ... rm -f fonts && ln -s ../1.9.5_wow_64/fonts fonts rm: impossible de supprimer « fonts »: est un dossier make: *** [fonts] Erreur 1 ... ---end make output---
It says fonts is a directory and can't be removed.
I do out-of-tree builds. The 32bit directory doesn't exists when I run configure. After running configure, the 32bit build tree is there and contains a fonts directory with a single Makefile in it.
I had no such error with Wine 1.9.4 and I don't have it when compiling stand-alone 32bit Wine or the 64bit shared wow part.
I did a regression test and found this commit to be the culprit:
---begin git bisect output--- dcc16c7cac1cbf93096b072fe2f7b32ad08d1fa5 is the first bad commit commit dcc16c7cac1cbf93096b072fe2f7b32ad08d1fa5 Author: Alexandre Julliard <julliard at winehq.org> Date: Mon Feb 29 15:06:42 2016 +0900
makefiles: Don't generate global rules in disabled directories.
Signed-off-by: Alexandre Julliard <julliard at winehq.org> ... ---end git bisect output---