Opened 14 years ago

Closed 14 years ago

#22960 closed defect (worksforme)

-q option to cabextract causes it to fail

Reported by: jeremyhu (Jeremy Huddleston Sequoia) Owned by: boeyms@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: cabextract

Description

-q is supposed to just make it quiet, but it seems to make it fail instead here on SnowLeopard x86_64 and i386:

~/tmp  $ cabextract ./arialb32.exe
./arialb32.exe: library not compiled to support large files.
Extracting cabinet: ./arialb32.exe
  extracting fontinst.exe
  extracting fontinst.inf
  extracting AriBlk.TTF

All done, no errors.

~/tmp  $ cabextract -q ./arialb32.exe
./arialb32.exe: library not compiled to support large files.

~/tmp  $ arch -i386 cabextract -q ./arialb32.exe
./arialb32.exe: library not compiled to support large files.

Change History (3)

comment:1 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Port: winetricks removed

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

It works fine for me. cabextract is compiled x86_64/i386 universal on Snow Leopard.

$ ls -lA
total 168
-rw-r--r--  1 rschmidt  wheel  168176 Dec 20 19:51 arialb32.exe
$ cabextract ./arialb32.exe
./arialb32.exe: library not compiled to support large files.
Extracting cabinet: ./arialb32.exe
  extracting fontinst.exe
  extracting fontinst.inf
  extracting AriBlk.TTF

All done, no errors.
$ echo $?
0
$ ls -lA
total 332
-rw-r--r--  1 rschmidt  wheel  117028 Nov 10  1998 AriBlk.TTF
-rw-r--r--  1 rschmidt  wheel  168176 Dec 20 19:51 arialb32.exe
-rw-r--r--  1 rschmidt  wheel   44032 Jun  5  1998 fontinst.exe
-rw-r--r--  1 rschmidt  wheel      21 Jun  9  1998 fontinst.inf
$ rm AriBlk.TTF fontinst.*
$ cabextract -q ./arialb32.exe
./arialb32.exe: library not compiled to support large files.
$ echo $?
0
$ ls -lA
total 332
-rw-r--r--  1 rschmidt  wheel  117028 Nov 10  1998 AriBlk.TTF
-rw-r--r--  1 rschmidt  wheel  168176 Dec 20 19:51 arialb32.exe
-rw-r--r--  1 rschmidt  wheel   44032 Jun  5  1998 fontinst.exe
-rw-r--r--  1 rschmidt  wheel      21 Jun  9  1998 fontinst.inf
$ rm AriBlk.TTF fontinst.*
$ arch -i386 cabextract -q ./arialb32.exe
./arialb32.exe: library not compiled to support large files.
$ echo $?
0
$ ls -lA
total 332
-rw-r--r--  1 rschmidt  wheel  117028 Nov 10  1998 AriBlk.TTF
-rw-r--r--  1 rschmidt  wheel  168176 Dec 20 19:51 arialb32.exe
-rw-r--r--  1 rschmidt  wheel   44032 Jun  5  1998 fontinst.exe
-rw-r--r--  1 rschmidt  wheel      21 Jun  9  1998 fontinst.inf
$ 

comment:3 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: worksforme
Status: newclosed

I fail at debugging

Note: See TracTickets for help on using tickets.