[MacPorts] #22960: -q option to cabextract causes it to fail
#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 winetricks -----------------------------------+---------------------------------------- -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. }}} -- Ticket URL: <http://trac.macports.org/ticket/22960> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 -----------------------------------+---------------------------------------- Changes (by jeremyhu@…): * port: cabextract winetricks => cabextract -- Ticket URL: <http://trac.macports.org/ticket/22960#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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
#22960: -q option to cabextract causes it to fail ------------------------------------+--------------------------------------- Reporter: jeremyhu@… | Owner: boeyms@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: worksforme | Keywords: Port: cabextract | ------------------------------------+--------------------------------------- Changes (by jeremyhu@…): * status: new => closed * resolution: => worksforme Comment: I fail at debugging -- Ticket URL: <http://trac.macports.org/ticket/22960#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts