[Bug 39630] New: Issue while building wow64 for Slackware 14.1

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 19 16:32:32 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=39630

            Bug ID: 39630
           Summary: Issue while building wow64 for Slackware 14.1
           Product: Wine
           Version: 1.7.55
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: studiosg at giustetti.net
      Distribution: ---

The issue arises while building wow64. At the very end of the build procedure,
just after building xcopy, the procedure tries to add some links and command
"rm -f server && ln -s ../wine/server server" fails lamenting that the "server"
directory exists and it is not empty.

The build directory contains two sub-directories named "fonts" and "server"
both containing a single Makefile. Both directories where not created while
building previous Wine versions and are the source of the issue.
To build wow64 i run:
configure
make depend
make
make install
in that order. Both directories are created when running the "make depend"
command. I temporarily solved the problem adding to the build script some lines
of code that remove the directories, but the makefiles probably are in need of
a check: they should not create the fonts and server directories in the first
place.

Thanks
Simone

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list