From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Wed, 25 Mar 2015 12:01:27 +0100 Message-ID: From: Giacomo Tesio To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a1133c2ba23625605121ad24a Subject: [9fans] jas' cpython Topicbox-Message-UUID: 4adbc604-ead9-11e9-9d60-3106f5b1d025 --001a1133c2ba23625605121ad24a Content-Type: text/plain; charset=UTF-8 I feel a bit dumb, but I can't grasp how to extracts file from http://plan9.bell-labs.com/sources/contrib/jas/cpython-src.arch.bz2 and http://plan9.bell-labs.com/sources/contrib/jas/hg-src.arch.bz2 tar(1), gzip(1) and ar(1) did not helped. How should I extract files from an .arch archive? Giacomo --001a1133c2ba23625605121ad24a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I feel a bit dumb, but I can't grasp how to extracts f= ile from

http://plan9.bell-labs.com/sources/contrib= /jas/cpython-src.arch.bz2

and
http://plan9.bell-labs.com=
/sources/contrib/jas/hg-src.arch.bz2

tar(1), g=
zip(1) and ar(1) did not helped.
How should I extract files from =
an .arch archive?

Giacomo
--001a1133c2ba23625605121ad24a-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 25 Mar 2015 12:12:25 +0100 Message-ID: From: David du Colombier <0intro@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] jas' cpython Topicbox-Message-UUID: 4adfdd66-ead9-11e9-9d60-3106f5b1d025 > How should I extract files from an .arch archive? disk/mkext -d / < cpython-src.arch -- David du Colombier From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) From: Jeff Sickel In-Reply-To: Date: Wed, 25 Mar 2015 07:27:54 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] jas' cpython Topicbox-Message-UUID: 4ae9047c-ead9-11e9-9d60-3106f5b1d025 > On Mar 25, 2015, at 6:12 AM, David du Colombier <0intro@gmail.com> = wrote: >=20 >> How should I extract files from an .arch archive? >=20 > disk/mkext -d / < cpython-src.arch Once you have that there will be a new v2.7.9 build available in the = near future. A huge re-write of ssl.py and _ssl.c (we use _p9ssl.c instead) = took place going from the v2.7.8 to v2.7.9 bump to accommodate/work around = some OpenSSL bugs. I=E2=80=99m finishing up the Plan 9 _p9ssl.c to support = the new API in ssl.py. Once that=E2=80=99s done there will be an announcement = and additional pointers about building it. -jas From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 25 Mar 2015 18:06:48 +0100 Message-ID: From: Giacomo Tesio To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e01494056bdf2b605121fecdf Subject: Re: [9fans] jas' cpython Topicbox-Message-UUID: 4af3cb64-ead9-11e9-9d60-3106f5b1d025 --089e01494056bdf2b605121fecdf Content-Type: text/plain; charset=UTF-8 Thanks David! 2015-03-25 12:12 GMT+01:00 David du Colombier <0intro@gmail.com>: > > How should I extract files from an .arch archive? > > disk/mkext -d / < cpython-src.arch > > -- > David du Colombier > > --089e01494056bdf2b605121fecdf Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks David!

2015-03-25 12:12 GMT+01:00 David du Colombier <0intro@g= mail.com>:
> How should I extract files from an .arch archive?

disk/mkext -d / < cpython-src.arch

--
David du Colombier


--089e01494056bdf2b605121fecdf--