[Bug 25339] New: make install-dev target broken for empty directory structures

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 28 19:31:42 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=25339

           Summary: make install-dev target broken for empty directory
                    structures
           Product: Wine
           Version: 1.3.8
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Keywords: download, regression, source
          Severity: normal
          Priority: P2
         Component: build-env
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com


../tools/mkinstalldirs -m 755 /home/austin/blah/share/man/man1
mkdir /home/austin/blah/share
chmod 755 /home/austin/blah/share
mkdir /home/austin/blah/share/man
chmod 755 /home/austin/blah/share/man
mkdir /home/austin/blah/share/man/man1
chmod 755 /home/austin/blah/share/man/man1
/usr/bin/install -c   ./winemaker /home/austin/blah/bin/winemaker
/usr/bin/install -c  -m 644  winemaker.man
/home/austin/blah/share/man/man1/winemaker.1
/usr/bin/install -c  -m 644  winemaker.de.man
/home/austin/blah/share/man/de.UTF-8/man1/winemaker.1
/usr/bin/install: cannot create regular file
`/home/austin/blah/share/man/de.UTF-8/man1/winemaker.1': No such file or
directory
make[1]: *** [install-dev] Error 1
make[1]: Leaving directory `/home/austin/wine-git/tools'
make: *** [install-dev] Error 2

I've got a patch, sending it now. Filing a bug so that the fix can be
cherry-picked for 1.2.2.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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