cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

problem with cabextract -q #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
./winetricks prefix=mt4 mfc42

What is the expected output? 
libraries extracted

What do you see instead?
Executing w_do_call mfc42
Executing load_mfc42
Executing cabextract -q /home/polaris/.cache/winetricks/vcrun6/vcredist.exe -d 
/home/polaris/.local/share/wineprefixes/mt4/dosdevices/c:/windows/system32 -F 
mfc42*.dll
/home/polaris/.cache/winetricks/vcrun6/vcredist.exe: library not compiled to 
support large files.

What version of the product are you using? On what operating system?
latest debian sid
# ./winetricks --version
20110402
# $WINE --version
wine-1.2.3

# uname -a
Linux aptosidbox 2.6.38-2.dmz.2-liquorix-amd64 #1 ZEN SMP PREEMPT Sun Apr 10 
04:31:30 CDT 2011 x86_64 GNU/Linux

Please provide any additional information below.

it works ok if cabextract executed without -q

# cabextract  /home/polaris/.cache/winetricks/vcrun6/vcredist.exe -d 
/home/polaris/.local/share/wineprefixes/mt4/dosdevices/c:/windows/system32 -F 
mfc42*.dll
/home/polaris/.cache/winetricks/vcrun6/vcredist.exe: library not compiled to 
support large files.
Extracting cabinet: /home/polaris/.cache/winetricks/vcrun6/vcredist.exe
  extracting /home/polaris/.local/share/wineprefixes/mt4/dosdevices/c:/windows/system32/mfc42.dll
  extracting /home/polaris/.local/share/wineprefixes/mt4/dosdevices/c:/windows/system32/mfc42u.dll

All done, no errors.

Original issue reported on code.google.com by mail2dny@gmail.com on 15 Apr 2011 at 8:29

GoogleCodeExporter commented 8 years ago
Wait, how do you know it failed?  
The 'Extracting' lines are suppressed by -q, but probably the files are
being extracted anyway.

See also https://trac.macports.org/ticket/22960 where somebody made the same 
mistake.

Original comment by daniel.r...@gmail.com on 23 Apr 2011 at 12:57

GoogleCodeExporter commented 8 years ago
coz the error: library not compiled to support large files.
and, the apps still complaining about missing libraries.

it only works after i manually extract those files without -q option.

Original comment by mail2dny@gmail.com on 24 Apr 2011 at 12:52

GoogleCodeExporter commented 8 years ago
Please file a bug with Debian about the broken cabextract, then.

Original comment by daniel.r...@gmail.com on 24 Apr 2011 at 2:01