Opened 15 years ago
Closed 15 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 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Port: | winetricks removed |
---|
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I fail at debugging
Note: See
TracTickets for help on using
tickets.
It works fine for me. cabextract is compiled x86_64/i386 universal on Snow Leopard.