Re: [tools-discuss] Any xemacs users out there? I could use some advice wrt packaging xemacs for OpenSolaris

2008-11-25 Thread Mike Kupfer
> "Gordon" == Gordon Prieur <[EMAIL PROTECTED]> writes: Gordon> I'm attempting to package XEmacs (21.4.21) for the OpenSolaris Gordon> repository. Thank you thank you thank you! :-) Gordon> I also wouldn't mind finding some xemacs users who would help Gordon> beta test these packages. Sign

Re: [tools-discuss] [osol-discuss] Any xemacs users out there? I could use some advice wrt packaging xemacs for OpenSolaris

2008-11-25 Thread Mike Kupfer
> "Gordon" == Gordon Prieur <[EMAIL PROTECTED]> writes: seb> Have you tried contacting any XEmacs developers to ask them how seb> they're doing converting XEmacs to use freetype fonts? According to seb> Google, it's being worked on. AFAICS there's only one person working on it, and he has

Re: [tools-discuss] nightly-bins not updated any more?

2008-11-25 Thread Mike Kupfer
> "Juergen" == Jürgen Keil <[EMAIL PROTECTED]> writes: Juergen> But the updates of the closed binary bits at Juergen> http://dlc.sun.com/osol/on/downloads/nightly-bins/ have stopped Juergen> on Nov 21th; "ON closed-bins for latest.i386" does not yet Juergen> contain the new kcfd binary. Juer

Re: [tools-discuss] nightly-bins not updated any more?

2008-11-25 Thread Suhasini Peddada
Hi Jurgen, We didn't get a chance to create the closed bins yesterday and we are building them now. Sorry for the delay! Thanks, -Suha On 11/25/08 06:39, Jürgen Keil wrote: > On Nov 21th, some of the onnv-gate crypto services have moved > from /usr/lib to /lib, > http://www.opensolaris.org/os/c

Re: [tools-discuss] [osol-code] dmake not rebuilding changed targets

2008-11-25 Thread James Carlson
Neale Ferguson writes: > Nope. It sounds like Roland's gone through the obvious culprits for problems like you're describing. The next one I'd check would be that there's nothing strange on this system that trashes the system clock (I've seen people errantly put something like "ntpdate" into a cr

Re: [tools-discuss] [osol-code] dmake not rebuilding changed targets

2008-11-25 Thread Roland Mainz
Neale Ferguson wrote: > On 11/25/08 3:07 PM, "Roland Mainz" <[EMAIL PROTECTED]> wrote: > > Neale Ferguson wrote: > >> On 11/25/08 2:52 PM, "Roland Mainz" <[EMAIL PROTECTED]> wrote: [snip] > > Which filesystem do you use ? Can you check whether the timestamps are > > correctly updated if you use /us

Re: [tools-discuss] [osol-code] dmake not rebuilding changed targets

2008-11-25 Thread Roland Mainz
Neale Ferguson wrote: > On 11/25/08 2:52 PM, "Roland Mainz" <[EMAIL PROTECTED]> wrote: > >> Erm... the current version of "dmake" in Sun Studio 12 is: > >> -- snip -- > >> $ dmake > >> -v > >> dmake: Sun Distributed Make 7.8 SunOS_sparc Patch 126503-01 2007/07/19 > > D'oh! I'd better see why I'm st

Re: [tools-discuss] [osol-code] dmake not rebuilding changed targets

2008-11-25 Thread Roland Mainz
Roland Mainz wrote: > Neale Ferguson wrote: > > > > I am encountering some strange behavior with dmake. When building > > OpenSolaris I have been running dmake from $SRC and letting it go on its > > merry way. Occasionally I've done a make -k to get it to bypass a known > > problem with my code.

[tools-discuss] dmake not rebuilding changed targets

2008-11-25 Thread Neale Ferguson
I am encountering some strange behavior with dmake. When building OpenSolaris I have been running dmake from $SRC and letting it go on its merry way. Occasionally I've done a make -k to get it to bypass a known problem with my code. Today I had made a couple of minor changes to code in my $SRC

[tools-discuss] nightly-bins not updated any more?

2008-11-25 Thread Jürgen Keil
On Nov 21th, some of the onnv-gate crypto services have moved from /usr/lib to /lib, http://www.opensolaris.org/os/community/on/flag-days/pages/2008112101/ I think I need updated closed bits that implement the same change, e.g. the new /lib/crypto/kcfd binary, for a system that is updated from cur

[tools-discuss] Little shell script to pull packages from pkg.os.o

2008-11-25 Thread C. Bergström
I've made a very small BYOC (bring your own compiler) script to allow for the direct pulling of packages from pkg.os.o when pkg is broken or simply not installed. This applies mostly to the != OpenSolaris Indiana distributions.. http://www.codestrom.com/files/get-ssx.sh Here's a slightly tri