Re: [9fans] off topic - a good Git reference

2015-10-12 Thread Álvaro Jurado
Has sense. Thanks Charles. Álvaro El 12/10/2015 19:03, "Charles Forsyth" escribió: > > On 12 October 2015 at 17:49, Álvaro Jurado wrote: > >> what ensures sha key is in fs. > > > The reason many of us are a little sceptical about it being fsync as such > pr

Re: [9fans] off topic - a good Git reference

2015-10-12 Thread Álvaro Jurado
uring that key is there to decompress package. Maybe I was wrong. When I'll back to port git for Harvey, I'll see. Álvaro El 12/10/2015 13:49, "Charles Forsyth" escribió: > > On 10 October 2015 at 19:25, Álvaro Jurado wrote: > >> While checking out it looses i

Re: [9fans] off topic - a good Git reference

2015-10-10 Thread Álvaro Jurado
Agree at all. As I said, after some time fighting with it I was bored. I remember asking you in g+ about fsync issues when I was working on it. In fact it fails for example, if you clone go repo and then checkout a branch. While checking out it looses in any moment some sha key and then fatal. Oth

Re: [9fans] off topic - a good Git reference

2015-10-07 Thread Álvaro Jurado
an fd is in the heaven of bits or in any place in fs at the moment of fopen issue by git, breaking its behaviour over Plan 9. Álvaro El 07/10/2015 18:26, "Charles Forsyth" escribió: > > On 7 October 2015 at 16:17, Álvaro Jurado wrote: > >> because it has an strong depe

Re: [9fans] off topic - a good Git reference

2015-10-07 Thread Álvaro Jurado
Source should be in the same site, just add /files to hostname and look for tgz. I think 1.5.8.3, last year version. It was built with gcc 4.8 port for plan9 (static). You'll need some kind of ksh to use it, git has many shell scripts. It works with go get but sometimes it fails miserably retrievi

Re: [9fans] Ports tree for Plan 9

2015-05-29 Thread Álvaro Jurado
> It is the Plan 9 Way (TM) to avoid > nested inclusion of header files, $ arch/dat.h includes port/portdat.h in kernel. Exempted too? Álvaro Jurado Cuevas http://colmenar.biz.tm El 30/05/2015 07:11, escribió: > > Which version? > > > > "The id_t and pid_t types

Re: [9fans] rc: pwd in $prompt

2015-02-26 Thread Álvaro Jurado
http://www.plan9.bell-labs.com/wiki/plan9/Tip_o%27_the_day/index.html "To set your prompt in rc to reflect your current directory add this to your profile" part. Álvaro Jurado Cuevas colmenar.biz.tm 2015-02-26 10:59 GMT+01:00 Giacomo Tesio : > Hi, I'm a bit dumb, but rea

Re: [9fans] pkg(1) and tbz2

2015-02-19 Thread Álvaro Jurado
s list don't want any noise about this. So ask there where you found that soft. Álvaro 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 Álvaro Jurado : > > I don't

Re: [9fans] pkg(1) and tbz2

2015-02-19 Thread Álvaro Jurado
icated that a simple pkg/create. Álvaro 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/ &g

Re: [9fans] C question on struct Biobuf in bio.h

2014-10-07 Thread Álvaro Jurado
, and ld could not assign right the values if declarations are not specified ansi style (variable initialization it's made by ld, not by the compiler): you will get some dragons in some cases. Look at LP49 source code and you will see that authors used your second way. Álvaro Jurado Cuevas col