http://bugs.winehq.org/show_bug.cgi?id=21394
Summary: nul: nul and + doesn't not work for copy. Product: Wine Version: 1.1.35 Platform: x86 URL: http://www.ghostscript.com/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: htl10@users.sourceforge.net
am running nmake with win 7 sdk (vc 9 express) to build ghostscript . most of the build procedure ork as is, but a script used for copying files from one directory to another (gs/base/cp.bat)
----------------------- @rem $Id$ @echo off if "%2"=="." goto ne if exist _.tmp erase _.tmp rem Both of the following lines are necessary: rem the first one works on MS DOS and Windows 95/98 but not Windows NT, rem the second works on Windows NT but not the other MS OSs. rem > _.tmp copy nul: _.tmp > nul: copy /B %1+_.tmp %2 erase _.tmp goto x :ne copy /B %1 %2 :x ------------------------
does not work - using it as it result in a few "Path not found" about the use of nul: and also joining files ("+"). Granted nmake -f psi/msvc32.make works on windows.
http://bugs.winehq.org/show_bug.cgi?id=21394
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase
http://bugs.winehq.org/show_bug.cgi?id=21394
--- Comment #1 from Hin-Tak Leung htl10@users.sourceforge.net 2010-01-16 17:25:40 --- Apparently the non-functioning of the "+" syntax is a known issue: see programs/cmd/builtins.c, line 166 FIXME: Add support for a+b+c type syntax
And there is no special treatment for device files like null.
http://bugs.winehq.org/show_bug.cgi?id=21394
Hin-Tak Leung htl10@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21434
--- Comment #2 from Hin-Tak Leung htl10@users.sourceforge.net 2010-01-20 12:02:05 --- I have a patch to implement the "+" syntax which depends on the append file functionality in bug 21434 to work.
http://bugs.winehq.org/show_bug.cgi?id=21394
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |frederic.delanoy@gmail.com Ever Confirmed|0 |1
--- Comment #3 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-09-17 13:22:17 CDT --- Confirmed in 1.3.28
http://bugs.winehq.org/show_bug.cgi?id=21394
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |us@edmeades.me.uk Summary|nul: nul and + doesn't not |nul: nul doesn't not work |work for copy. |for copy.
--- Comment #4 from Jason Edmeades us@edmeades.me.uk 2012-10-12 05:00:28 CDT --- Handling of '+' is covered under 27899 and I've just sent a patchset for them, so leaving this bug addressing the NUL and NUL: support
http://bugs.winehq.org/show_bug.cgi?id=21394
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |us@edmeades.me.uk
http://bugs.winehq.org/show_bug.cgi?id=21394
--- Comment #5 from Jason Edmeades us@edmeades.me.uk 2012-11-19 15:06:32 CST --- Patch sent: http://www.winehq.org/pipermail/wine-patches/2012-November/120069.html
http://bugs.winehq.org/show_bug.cgi?id=21394
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d16f4e700bc16e174bfff8c430c | |fa93b1f9076fe Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Jason Edmeades us@edmeades.me.uk 2012-11-20 14:31:51 CST --- Should be fixed now
http://bugs.winehq.org/show_bug.cgi?id=21394
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2012-11-23 14:31:04 CST --- Closing bugs fixed in 1 5.18.
http://bugs.winehq.org/show_bug.cgi?id=21394
Bug 21394 depends on bug 21434, which changed state.
Bug 21434 Summary: append file example works on Vista but not in wine. http://bugs.winehq.org/show_bug.cgi?id=21434
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE