Re: [dev] deprecated projects

2012-03-26 Thread Matthew Farkas-Dyck
On 26/03/2012, hiro <23h...@googlemail.com> wrote: > I'm fighting hard to bring you Democracy. If you don't like Democracy > you can file a complaint. > *files complaint* Now, about that damned Bureaucracy...

Re: [dev] [mk] mk.1 broken

2012-03-21 Thread Matthew Farkas-Dyck
On 20/03/2012, Paul Onyschuk wrote: > > Plan9 man(7) macro [1]. > > > [1] http://swtch.com/plan9port/man/man7/man.html > Ah. Sorry, that ought to have been plain. So, I can just blame groff. Cheers, strake

[dev] [mk] mk.1 broken

2012-03-20 Thread Matthew Farkas-Dyck
Hello. Document mk.1 is broken. It appears thus: "... The mkfile (default contains a rule for each target that identifies the files and other targets ..." Note the mismatched parenthesis. The trouble seems to be an undocumented macro .LR, thus: The .I mkfile (default .LR mkfile ) contains a

Re: [dev] [9base] the PLAN9PORT C preprocessor definition?

2012-03-19 Thread Matthew Farkas-Dyck
On 19/03/2012, Chris Brannon wrote: > For me, it runs, but the output is interesting: > > # /opt/plan9/bin/sha1sum /bin/ls > # gives output: > 1215201216261815999003198215442429362069x /bin/ls Same here, also on Arch.

Re: [dev] Re: [9base] Failure to link against uClibc: undefined references

2012-03-02 Thread Matthew Farkas-Dyck
On 02/03/2012, Paul Onyschuk wrote: > It is no surprise that patching failed. I used tip version from > repository to generate diffs. Try this: > > $ hg clone http://hg.suckless.org/9base > $ cd 9base > $ patch -p0 < uclibc_dirread.patch > $ patch -p1 < fix_conflicting_declarations.patch > $ mak

Re: [dev] Re: [9base] Failure to link against uClibc: undefined references

2012-03-01 Thread Matthew Farkas-Dyck
On 01/03/2012, Paul Onyschuk wrote: > I would like to hear from Matthew Farkas-Dyck, if with those patches he > can compile working 9base in his setup. > I cannot: $ make ... >>> 9base 6 Extracting gzip -d -c /home/strake/buildroot-2011.11/dl/9base-6.tar.gz | tar --strip-com

Re: [dev] Re: [9base] Failure to link against uClibc: undefined references

2012-02-28 Thread Matthew Farkas-Dyck
On 28/02/2012, Anselm R Garbe wrote: > On 27 February 2012 02:30, Anthony Martin wrote: >> The link order in yacc.mk is wrong. >> Try building with this patch. > > Thanks, applied. > > As for the getdirentries() function, I would suggest adding ifdef's > for the BSDs if needed (see the old Matthi

Re: [dev] Re: [9base] Failure to link against uClibc: undefined references

2012-02-27 Thread Matthew Farkas-Dyck
On 27/02/2012, Paul Onyschuk wrote: > I didn't drink my coffee yet, so my head isn't straight yet. I tried > to build 9base/plan9port/9vx with uClibc year or two ago (without > success). Those errors looks familiar, but my memory isn't fresh. I hope that the coffee is. > AFAIK uClibc doesn't p

Re: [dev] Re: [9base] Failure to link against uClibc: undefined references

2012-02-26 Thread Matthew Farkas-Dyck
On 26/02/2012, Anthony Martin wrote: > The link order in yacc.mk is wrong. > Try building with this patch. Problem solved. Many thanks. Unfortunately, now linkage fails later. Solution might be quite plain; I shall try to further diagnose when I have the time. Failure mode: make[2]: Entering di

[dev] [9base] Failure to link against uClibc: undefined references

2012-02-26 Thread Matthew Farkas-Dyck
Hello. I am trying to link 9base against uClibc. Linkage fails thus: make[3]: Entering directory `/home/strake/buildroot-2011.11/output/build/9base-6/awk' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. LD awk ../lib9/lib9.a(fltfmt.o): In function `xdtoa': fltfmt