[MacPorts] #22960: -q option to cabextract causes it to fail

MacPorts noreply at macports.org
Sun Dec 20 17:56:11 PST 2009


#22960: -q option to cabextract causes it to fail
-----------------------------------+----------------------------------------
 Reporter:  jeremyhu@…             |       Owner:  boeyms@…           
     Type:  defect                 |      Status:  new                
 Priority:  Normal                 |   Milestone:                     
Component:  ports                  |     Version:  1.8.1              
 Keywords:                         |        Port:  cabextract         
-----------------------------------+----------------------------------------

Comment(by ryandesign@…):

 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
 $
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/22960#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list