http://bugs.winehq.org/show_bug.cgi?id=18316
Summary: Word Pro: dashed "-" in parameters not resolved in command line Product: Wine Version: 1.1.20 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ToddAndMargo@verizon.net
Hi All,
If I have a directory name with dashes in it ("a-b-c"), I can not get Word Pro to recognize it as a valid parameter.
This does not work:
sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro; /usr/local/bin/wine ./wordpro.exe 'z:\home\a-b-c\Test.lwp'"
This also does not work:
sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro; /usr/local/bin/wine ./wordpro.exe z:\home\a-b-c\Test.lwp'"
Or this: sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro; /usr/local/bin/wine ./wordpro.exe z:\home\a-b-c\Test.lwp"
But this does work: $ ln -s /home/a-b-c /home/abc
sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro; /usr/local/bin/wine ./wordpro.exe 'z:\home\abc\Test.lwp'"
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #1 from Austin English austinenglish@gmail.com 2009-10-29 15:26:47 --- Is this still an issue in current (1.1.32 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #2 from Todd Chester ToddAndMargo@verizon.net 2009-10-30 13:30:19 --- (In reply to comment #1)
Is this still an issue in current (1.1.32 or newer) wine?
yes :'(
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #3 from Todd Chester ToddAndMargo@verizon.net 2009-11-20 12:04:38 --- Hi Austin,
I am running 1.1.33. There is no symptom change. Is there any chance of getting this looked at in 1.1.34?
-T
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #4 from Austin English austinenglish@gmail.com 2009-11-22 12:09:25 --- Does that work on windows? It may be an application bug...
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #5 from Todd Chester ToddAndMargo@verizon.net 2009-11-22 18:56:13 --- (In reply to comment #4)
Does that work on windows? It may be an application bug...
No problem at all in my virtual machine (XP)
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #6 from Todd Chester ToddAndMargo@gmail.com 2010-05-31 19:19:17 --- No symptom change on 1.2RC2 :'(
Love the new fonts!
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #7 from Todd Chester ToddAndMargo@gmail.com 2011-07-30 18:56:19 CDT --- No symptom change in 1.3.25 :'(
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #8 from Todd Chester ToddAndMargo@gmail.com 2012-02-11 00:25:49 CST --- $ rpm -qa wine wine-1.2.3-1.el6.x86_64
Guys! I really, really need this fixed. And it was reported almost four years ago! Any movement on this would be greatly appreciated. Let me know if I can help with something.
Many thanks, -T
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #9 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-02-11 11:14:21 CST --- Please retry with latest Wine version (wine-1.4-rc2).
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #10 from Todd Chester ToddAndMargo@gmail.com 2012-02-11 17:52:08 CST --- (In reply to comment #9)
Please retry with latest Wine version (wine-1.4-rc2).
Would you please point me to a repo with an RPM for this?
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #11 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-02-12 10:28:46 CST --- http://www.winehq.org/download If you can't get the latest (which is now wine-1.4-rc3) then compile from source.
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #12 from Todd Chester ToddAndMargo@gmail.com 2012-02-12 22:58:32 CST --- (In reply to comment #11)
http://www.winehq.org/download If you can't get the latest (which is now wine-1.4-rc3) then compile from source.
That will make a huge mess out of my system. The paths and stuff between the old RPM version and the new compiled version get all mixed up and it makes for a real mess. (Did that once, do not ever want to go back and do it again.)
As I remember from other Smart Suite (Word Pro, 123, Approach)bugs I have filed, several of you have Smart Suite on your systems. Would one of you consider giving it a try under the latest?
If it works, then I have a reason to ask Red Hat to make up a new RPM for us. Without a reason, Red Hat is not happy about new stuff in Enterprise Linux.
Many thanks, -T
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #13 from Austin English austinenglish@gmail.com 2012-02-13 12:53:46 CST --- (In reply to comment #12)
(In reply to comment #11)
http://www.winehq.org/download If you can't get the latest (which is now wine-1.4-rc3) then compile from source.
That will make a huge mess out of my system. The paths and stuff between the old RPM version and the new compiled version get all mixed up and it makes for a real mess. (Did that once, do not ever want to go back and do it again.)
You can run wine from the build directory, without installing it.
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #14 from Todd Chester ToddAndMargo@gmail.com 2012-02-13 14:40:37 CST --- (In reply to comment #13)
You can run wine from the build directory, without installing it.
Cool. How? Just unpack the tar ball and run wine from somewhere inside the tar ball?
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #15 from Austin English austinenglish@gmail.com 2012-02-13 14:54:59 CST --- (In reply to comment #14)
(In reply to comment #13)
You can run wine from the build directory, without installing it.
Cool. How? Just unpack the tar ball and run wine from somewhere inside the tar ball?
Unpack, ./configure && make. Then, use: $ ~/path/to/wine/tarball/wine foo.exe
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #16 from Todd Chester ToddAndMargo@gmail.com 2012-02-14 15:06:56 CST --- $ ./configure && make checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking for cpp... cpp checking whether gcc -m32 works... no configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
Huh?
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #17 from Austin English austinenglish@gmail.com 2012-02-14 15:29:34 CST --- (In reply to comment #16)
$ ./configure && make checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu
...
checking whether gcc -m32 works... no configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
You're on a 64-bit OS but lack 32-bit development libraries. You need to install them to compile wine as 32-bit.
Use the forums for help please.
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #18 from Todd Chester ToddAndMargo@gmail.com 2012-02-25 00:01:23 CST --- (In reply to comment #17)
(In reply to comment #16)
$ ./configure && make checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu
...
checking whether gcc -m32 works... no configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
You're on a 64-bit OS but lack 32-bit development libraries. You need to install them to compile wine as 32-bit.
Use the forums for help please.
It is going to be a while. Maybe a few months. But I have not forgotten.
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #19 from Bruno Jesus 00cpxxx@gmail.com 2013-06-03 13:04:00 CDT --- Is this still an issue in the latest development version of wine (currently 1.5.31)?
http://bugs.winehq.org/show_bug.cgi?id=18316
--- Comment #20 from Todd Chester ToddAndMargo@gmail.com 2013-06-03 13:38:48 CDT --- (In reply to comment #19)
Is this still an issue in the latest development version of wine (currently 1.5.31)?
The latest Wine for Scientific Linux 6.4 (Red Hat Enterprise Linux clone) is 1.4.1 and the problem still exists in 1.4.1. I am sorry I am unable to test in any other release until our intrepid heroes at EPEL (https://fedoraproject.org/wiki/EPEL) decide it is time to do a new spin of Wine. I do believe EPEL will only spin even numbered (1.4) releases on Wine as they consider odd numbered releases (1.5) to be test releases, but I could be wrong.
Is there any way you can test this in 1.5.31?
Many thanks, -T
$ rpm -qa wine* wine-openal-1.4.1-1.el6.i686 wine-tahoma-fonts-1.4.1-1.el6.noarch wine-desktop-1.4.1-1.el6.noarch wine-wow-1.4.1-1.el6.i686 wine-alsa-1.4.1-1.el6.i686 wine-core-1.4.1-1.el6.i686 wine-pulseaudio-1.4.1-1.el6.i686 wine-debuginfo-1.4.1-1.el6.x86_64 wine-marlett-fonts-1.4.1-1.el6.noarch wine-capi-1.4.1-1.el6.i686 wine-small-fonts-1.4.1-1.el6.noarch wine-twain-1.4.1-1.el6.i686 wine-ms-sans-serif-fonts-1.4.1-1.el6.noarch wine-cms-1.4.1-1.el6.i686 wine-1.4.1-1.el6.i686 wine-symbol-fonts-1.4.1-1.el6.noarch wine-devel-1.4.1-1.el6.i686 wine-common-1.4.1-1.el6.noarch wine-ldap-1.4.1-1.el6.i686 wine-fonts-1.4.1-1.el6.noarch wine-system-fonts-1.4.1-1.el6.noarch wine-courier-fonts-1.4.1-1.el6.noarch
http://bugs.winehq.org/show_bug.cgi?id=18316
Todd Chester ToddAndMargo@zoho.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #21 from Todd Chester ToddAndMargo@zoho.com --- Corrected in Wine 1.6. Thank you!
https://bugs.winehq.org/show_bug.cgi?id=18316
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #22 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.21.