[9fans] broken contrib source

2009-08-19 Thread John Floren
Upon trying to build /sys/src/cmd for the arm today (beagleboards came in), I found that mk was dying due to bad source installed by contrib(1) packages. mk -k install was able to get me through most of it, but the three worst offenders didn't even have mkfiles in their top levels; since I didn't

Re: [9fans] broken contrib source

2009-08-19 Thread Noah Evans
Which machine is this on? I don't quite understand what you're saying. Aren't the contrib packages you're talking about something outside the main distribution? On Thu, Aug 20, 2009 at 12:02 AM, John Florenslawmas...@gmail.com wrote: Upon trying to build /sys/src/cmd for the arm today

Re: [9fans] broken contrib source

2009-08-19 Thread erik quanstrom
On Wed Aug 19 18:05:36 EDT 2009, slawmas...@gmail.com wrote: And, while it didn't bring mk -k to a grinding halt, I did notice that, with nupas installed, cd /sys/src/cmd/upas; objtype=arm mk install chokes on /sys/src/cmd/upas/imap4.c/imap4.c. nupas compiles with [78q]c. i hadn't considered

Re: [9fans] broken contrib source

2009-08-19 Thread Noah Evans
Aaaah. now I get it. I found it in fgb's tree. Has any announcing config(1) on the list? On Thu, Aug 20, 2009 at 12:20 AM, Noah Evansnoah.ev...@gmail.com wrote: Which machine is this on? I don't quite understand what you're saying. Aren't the contrib packages you're talking about something

Re: [9fans] broken contrib source

2009-08-19 Thread Federico G. Benavento
Please, those of you who make contrib packages, don't dump source into /sys/src without first checking that it can actually build! It's not too difficult to do a mk install in /sys/src/cmd after you put the source in there. Maybe there should be a contrib/verify script which goes through

Re: [9fans] broken contrib source

2009-08-19 Thread erik quanstrom
On Wed Aug 19 18:28:05 EDT 2009, quans...@coraid.com wrote: On Wed Aug 19 18:05:36 EDT 2009, slawmas...@gmail.com wrote: And, while it didn't bring mk -k to a grinding halt, I did notice that, with nupas installed, cd /sys/src/cmd/upas; objtype=arm mk install chokes on

Re: [9fans] broken contrib source

2009-08-19 Thread Federico G. Benavento
Fixed contrib and tcl. the latter had a :? with vlongs that needed a change. thanks On Wed, Aug 19, 2009 at 7:41 PM, erik quanstromquans...@coraid.com wrote: On Wed Aug 19 18:28:05 EDT 2009, quans...@coraid.com wrote: On Wed Aug 19 18:05:36 EDT 2009, slawmas...@gmail.com wrote: And, while