http://bugs.winehq.org/show_bug.cgi?id=26172
Summary: Wine --with-wine64: Build: rm: cannot remove `fonts': Is a directory Product: Wine Version: 1.3.14 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: zizka@seznam.cz
Created an attachment (id=33355) --> (http://bugs.winehq.org/attachment.cgi?id=33355) Log
I've followed the instructions at http://wiki.winehq.org/Wine64
$ ../wine-git/configure --with-wine64=../wine64 ... $ make ... make[1]: Leaving directory `/home/ondra/wu/wine32/programs/xcopy' rm -f fonts && ln -s ../wine64/fonts fonts rm: cannot remove `fonts': Is a directory make: *** [fonts] Error 1
Apparently, `rm -f` should be `rm -rf`. Found in yesterday's trunk.
http://bugs.winehq.org/show_bug.cgi?id=26172
Ondra Zizka zizka@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine --with-wine64: Build: |Build: --with-wine64: rm: |rm: cannot remove `fonts': |cannot remove `fonts': Is a |Is a directory |directory Alias| |rm_fonts
http://bugs.winehq.org/show_bug.cgi?id=26172
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias|rm_fonts | Severity|major |normal
http://bugs.winehq.org/show_bug.cgi?id=26172
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2011-02-21 05:11:16 CST --- You shouldn't have a fonts dir at all. You have to start from a clean tree.
http://bugs.winehq.org/show_bug.cgi?id=26172
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2011-02-21 05:19:05 CST --- Closing invalid.