From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Thu, 19 Feb 2015 12:01:17 +0100 Message-ID: From: Giacomo Tesio To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: [9fans] pkg(1) and tbz2 Topicbox-Message-UUID: 452d1f0a-ead9-11e9-9d60-3106f5b1d025 Hi, with the hope to port a (complex) tool to plan9 I've found this interesting repo with an updated ape + gcc + some other useful tools... http://marcus.biz.tm/files/ I tried to set the pkgpath to that url but pkg/list only show the two packages named ".tbz2" (lighthttp and m4). I noted that all files in http://9front.org/pkg/386/ are tbz. I'd like to know if (and how) I could install the tar.gz and tar.bz2 packages from that repo or I have to manually download them, repackage as with pkg/create and then install from a local pkgpath. Thanks for your help! Giacomo From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: =?UTF-8?Q?=C3=81lvaro_Jurado?= Date: Thu, 19 Feb 2015 12:24:26 +0100 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=f46d043bdce6ffab13050f6f2ed9 Subject: Re: [9fans] pkg(1) and tbz2 Topicbox-Message-UUID: 453127ee-ead9-11e9-9d60-3106f5b1d025 --f46d043bdce6ffab13050f6f2ed9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I don't think it can work with pkg. Note that it isn't a "repo" and has only 72 KB/s max uploading rate. So it means that will be very slow and none of that packages was set to work with pkg tool. In most cases they are only sources. And I think gcc bootstrap will be more complicated that a simple pkg/create= . =C3=81lvaro Jurado Cuevas 2015-02-19 12:01 GMT+01:00 Giacomo Tesio : > Hi, with the hope to port a (complex) tool to plan9 I've found this > interesting repo with an updated ape + gcc + some other useful > tools... > > http://marcus.biz.tm/files/ > > I tried to set the pkgpath to that url but pkg/list only show the two > packages named ".tbz2" (lighthttp and m4). > > I noted that all files in http://9front.org/pkg/386/ are tbz. > > I'd like to know if (and how) I could install the tar.gz and tar.bz2 > packages from that repo or I have to manually download them, repackage > as with pkg/create and then install from a local pkgpath. > > > Thanks for your help! > > > Giacomo > > --f46d043bdce6ffab13050f6f2ed9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I don't think it can work with pkg.
Note that it i= sn't a "repo" and has only 72 KB/s max uploading rate. So it = means that will be very slow and
none of that packages was set to= work with pkg tool. In most cases they are only sources.
And I t= hink gcc bootstrap will be more complicated that a simple pkg/create.
=

=C3=81lvaro Jurado Cuevas

2015-02-19 12:01 GMT+01:00 Giacomo Tesio <gi= acomo@tesio.it>:
Hi, with= the hope to port a (complex) tool to plan9 I've found this
interesting repo with an updated ape + gcc + some other useful
tools...

http://marcus.biz= .tm/files/

I tried to set the pkgpath to that url but pkg/list only show the two
packages named ".tbz2" (lighthttp and m4).

I noted that all files in http://9front.org/pkg/386/ are tbz.

I'd like to know if (and how) I could install the tar.gz and tar.bz2 packages from that repo or I have to manually download them, repackage
as with pkg/create and then install from a local pkgpath.


Thanks for your help!


Giacomo


--f46d043bdce6ffab13050f6f2ed9-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 19 Feb 2015 12:30:28 +0100 Message-ID: From: Giacomo Tesio To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] pkg(1) and tbz2 Topicbox-Message-UUID: 45369792-ead9-11e9-9d60-3106f5b1d025 So have I any hope to compile them? Giacomo 2015-02-19 12:24 GMT+01:00 =C3=81lvaro Jurado : > I don't think it can work with pkg. > Note that it isn't a "repo" and has only 72 KB/s max uploading rate. So i= t > means that will be very slow and > none of that packages was set to work with pkg tool. In most cases they a= re > only sources. > And I think gcc bootstrap will be more complicated that a simple pkg/crea= te. > > =C3=81lvaro Jurado Cuevas > > 2015-02-19 12:01 GMT+01:00 Giacomo Tesio : >> >> Hi, with the hope to port a (complex) tool to plan9 I've found this >> interesting repo with an updated ape + gcc + some other useful >> tools... >> >> http://marcus.biz.tm/files/ >> >> I tried to set the pkgpath to that url but pkg/list only show the two >> packages named ".tbz2" (lighthttp and m4). >> >> I noted that all files in http://9front.org/pkg/386/ are tbz. >> >> I'd like to know if (and how) I could install the tar.gz and tar.bz2 >> packages from that repo or I have to manually download them, repackage >> as with pkg/create and then install from a local pkgpath. >> >> >> Thanks for your help! >> >> >> Giacomo >> > From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: =?UTF-8?Q?=C3=81lvaro_Jurado?= Date: Thu, 19 Feb 2015 12:46:11 +0100 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=047d7b66fa5fbf799e050f6f7cbc Subject: Re: [9fans] pkg(1) and tbz2 Topicbox-Message-UUID: 4546de7c-ead9-11e9-9d60-3106f5b1d025 --047d7b66fa5fbf799e050f6f7cbc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable First, you need a gcc to compile gcc. There is a complete set here (get more recent), and a clue about configures here . But I'm sure that 9fans list don't want any noise about this. So ask there where you found that soft. =C3=81lvaro Jurado Cuevas colmenar.biz.tm 2015-02-19 12:30 GMT+01:00 Giacomo Tesio : > So have I any hope to compile them? > > Giacomo > > 2015-02-19 12:24 GMT+01:00 =C3=81lvaro Jurado : > > I don't think it can work with pkg. > > Note that it isn't a "repo" and has only 72 KB/s max uploading rate. So > it > > means that will be very slow and > > none of that packages was set to work with pkg tool. In most cases they > are > > only sources. > > And I think gcc bootstrap will be more complicated that a simple > pkg/create. > > > > =C3=81lvaro Jurado Cuevas > > > > 2015-02-19 12:01 GMT+01:00 Giacomo Tesio : > >> > >> Hi, with the hope to port a (complex) tool to plan9 I've found this > >> interesting repo with an updated ape + gcc + some other useful > >> tools... > >> > >> http://marcus.biz.tm/files/ > >> > >> I tried to set the pkgpath to that url but pkg/list only show the two > >> packages named ".tbz2" (lighthttp and m4). > >> > >> I noted that all files in http://9front.org/pkg/386/ are tbz. > >> > >> I'd like to know if (and how) I could install the tar.gz and tar.bz2 > >> packages from that repo or I have to manually download them, repackage > >> as with pkg/create and then install from a local pkgpath. > >> > >> > >> Thanks for your help! > >> > >> > >> Giacomo > >> > > > > --047d7b66fa5fbf799e050f6f7cbc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
First, you need a gcc to compile gcc. There is a complete = set here=C2=A0(get more recent), and a cl= ue about configures he= re.
But I'm sure that 9fans list don't want any noise about= this. So ask there where you found that soft.


=C3=81lvaro Jurado Cuevas

2015-02-19 12:30 GMT+01:00 Giacomo Tesio <gi= acomo@tesio.it>:
So have= =C2=A0 I any hope to compile them?

Giacomo

2015-02-19 12:24 GMT+01:00 =C3=81lvaro Jurado <elbingmiss@gmail.com>:
> I don't think it can work with pkg.
> Note that it isn't a "repo" and has only 72 KB/s max upl= oading rate. So it
> means that will be very slow and
> none of that packages was set to work with pkg tool. In most cases the= y are
> only sources.
> And I think gcc bootstrap will be more complicated that a simple pkg/c= reate.
>
> =C3=81lvaro Jurado Cuevas
>
> 2015-02-19 12:01 GMT+01:00 Giacomo Tesio <giacomo@tesio.it>:
>>
>> Hi, with the hope to port a (complex) tool to plan9 I've found= this
>> interesting repo with an updated ape + gcc + some other useful
>> tools...
>>
>> http://m= arcus.biz.tm/files/
>>
>> I tried to set the pkgpath to that url but pkg/list only show the = two
>> packages named ".tbz2" (lighthttp and m4).
>>
>> I noted that all files in http://9front.org/pkg/386/ are tbz.
>>
>> I'd like to know if (and how) I could install the tar.gz and t= ar.bz2
>> packages from that repo or I have to manually download them, repac= kage
>> as with pkg/create and then install from a local pkgpath.
>>
>>
>> Thanks for your help!
>>
>>
>> Giacomo
>>
>


--047d7b66fa5fbf799e050f6f7cbc-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 19 Feb 2015 14:40:36 +0100 Message-ID: From: Giacomo Tesio To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a1133a352b482a9050f71149b Subject: Re: [9fans] pkg(1) and tbz2 Topicbox-Message-UUID: 455af074-ead9-11e9-9d60-3106f5b1d025 --001a1133a352b482a9050f71149b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Ops. Sorry I thought I was writing to 9front. Thanks for your help! Giacomo Il 19/Feb/2015 12:49 "=C3=81lvaro Jurado" ha scritto= : > First, you need a gcc to compile gcc. There is a complete set here > (get > more recent), and a clue about configures here > . > But I'm sure that 9fans list don't want any noise about this. So ask ther= e > where you found that soft. > > > =C3=81lvaro Jurado Cuevas > colmenar.biz.tm > > 2015-02-19 12:30 GMT+01:00 Giacomo Tesio : > >> So have I any hope to compile them? >> >> Giacomo >> >> 2015-02-19 12:24 GMT+01:00 =C3=81lvaro Jurado : >> > I don't think it can work with pkg. >> > Note that it isn't a "repo" and has only 72 KB/s max uploading rate. S= o >> it >> > means that will be very slow and >> > none of that packages was set to work with pkg tool. In most cases the= y >> are >> > only sources. >> > And I think gcc bootstrap will be more complicated that a simple >> pkg/create. >> > >> > =C3=81lvaro Jurado Cuevas >> > >> > 2015-02-19 12:01 GMT+01:00 Giacomo Tesio : >> >> >> >> Hi, with the hope to port a (complex) tool to plan9 I've found this >> >> interesting repo with an updated ape + gcc + some other useful >> >> tools... >> >> >> >> http://marcus.biz.tm/files/ >> >> >> >> I tried to set the pkgpath to that url but pkg/list only show the two >> >> packages named ".tbz2" (lighthttp and m4). >> >> >> >> I noted that all files in http://9front.org/pkg/386/ are tbz. >> >> >> >> I'd like to know if (and how) I could install the tar.gz and tar.bz2 >> >> packages from that repo or I have to manually download them, repackag= e >> >> as with pkg/create and then install from a local pkgpath. >> >> >> >> >> >> Thanks for your help! >> >> >> >> >> >> Giacomo >> >> >> > >> >> > --001a1133a352b482a9050f71149b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Ops. Sorry I thought I was writing to 9front.

Thanks for your help!

Giacomo

Il 19/Feb/2015 12:49 "=C3=81lvaro Jurado&qu= ot; <elbingmiss@gmail.com>= ; ha scritto:
First, you need a gcc to compile gcc. There is a complete set here=C2=A0(get more recen= t), and a clue about configures here.
But I'm sure that 9fans list = don't want any noise about this. So ask there where you found that soft= .


=C3=81lvaro Jurado Cuevas

2015-02-19 12:30 GMT+01:00 Giacomo Tesio <gi= acomo@tesio.it>:
So have= =C2=A0 I any hope to compile them?

Giacomo

2015-02-19 12:24 GMT+01:00 =C3=81lvaro Jurado <elbingmiss@gmail.com>:
> I don't think it can work with pkg.
> Note that it isn't a "repo" and has only 72 KB/s max upl= oading rate. So it
> means that will be very slow and
> none of that packages was set to work with pkg tool. In most cases the= y are
> only sources.
> And I think gcc bootstrap will be more complicated that a simple pkg/c= reate.
>
> =C3=81lvaro Jurado Cuevas
>
> 2015-02-19 12:01 GMT+01:00 Giacomo Tesio <giacomo@tesio.it>:
>>
>> Hi, with the hope to port a (complex) tool to plan9 I've found= this
>> interesting repo with an updated ape + gcc + some other useful
>> tools...
>>
>> http://m= arcus.biz.tm/files/
>>
>> I tried to set the pkgpath to that url but pkg/list only show the = two
>> packages named ".tbz2" (lighthttp and m4).
>>
>> I noted that all files in http://9front.org/pkg/386/ are tbz.
>>
>> I'd like to know if (and how) I could install the tar.gz and t= ar.bz2
>> packages from that repo or I have to manually download them, repac= kage
>> as with pkg/create and then install from a local pkgpath.
>>
>>
>> Thanks for your help!
>>
>>
>> Giacomo
>>
>


--001a1133a352b482a9050f71149b--