Re: [ptxdist] ptxdist 1.0.0 trunk opened

2007-05-07 Thread Arno Euteneuer
> It's a conceptual thing: packets with huge dependencies for system > libraries like python do a lot of autoprobing (find out if libsomething > is there, then build the python wrappers for it). So if Python is built > early, it finds less libraries than when it is built late. Hmm. But shouldn't t

Re: [ptxdist] ptxdist 1.0.0 trunk opened

2007-05-07 Thread Marc Kleine-Budde
Robert Schwebel wrote: > It's a conceptual thing: packets with huge dependencies for system > libraries like python do a lot of autoprobing (find out if libsomething > is there, then build the python wrappers for it). So if Python is built > early, it finds less libraries than when it is built lat

Re: [ptxdist] ptxdist 1.0.0 trunk opened

2007-05-07 Thread Robert Schwebel
On Mon, May 07, 2007 at 08:32:11AM +0200, Arno Euteneuer wrote: > I thought this would be nice to have in the stable release but unfortunately > I > don't know how to submit this as a regular ptxdist patch. Maybe my findings > can > help nevertheless : > > Python on my target did not have the

Re: [ptxdist] ptxdist 1.0.0 trunk opened

2007-05-06 Thread Arno Euteneuer
Hi, I thought this would be nice to have in the stable release but unfortunately I don't know how to submit this as a regular ptxdist patch. Maybe my findings can help nevertheless : Python on my target did not have the readline functionality in interactive mode and I found that during crossco

Re: [ptxdist] ptxdist 1.0.0 trunk opened

2007-05-05 Thread Robert Schwebel
On Fri, May 04, 2007 at 10:31:24PM +0200, Robert Schwebel wrote: > Could you try if this version works for you: > > Index: rules/pre/Rules.make > === > --- rules/pre/Rules.make (revision 7153) > +++ rules/pre/Rules.make (wor

Re: [ptxdist] ptxdist 1.0.0 trunk opened

2007-05-04 Thread Robert Schwebel
Jari, On Fri, May 04, 2007 at 04:16:04PM -0400, Jari Takkala wrote: > I'm not sure where I encountered the PKG_CONFIG problem since it was a > few days ago and I've made many changes since then. I think it may > have been with one of my own packets, possibly with a newer version of > syslog-ng tha

Re: [ptxdist] ptxdist 1.0.0 trunk opened

2007-05-04 Thread Jari Takkala
On Fri, May 04, 2007 at 2:47 PM, Robert Schwebel wrote: > > > --- rules/pre/Rules.make.orig 2007-05-04 11:29:54.0 -0400 > > +++ rules/pre/Rules.make2007-05-04 11:30:38.0 -0400 > > @@ -226,7 +226,7 @@ > > > > CROSS_ENV_PKG_CONFIG := \ > > SYSROOT=$(SYSROOT) \ > > -

Re: [ptxdist] ptxdist 1.0.0 trunk opened

2007-05-04 Thread Robert Schwebel
Jari, On Fri, May 04, 2007 at 11:33:42AM -0400, Jari Takkala wrote: > Here are two patches for ptxdist. First one is for sysfsutils.make > installing a shell script instead of the correct binary. Second is for > quoting issues in when setting PKG_CONFIG in Rules.make. Thanks for the patches! > -

Re: [ptxdist] ptxdist 1.0.0 trunk opened

2007-05-04 Thread Jari Takkala
) \ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robert Schwebel > Sent: Friday, May 04, 2007 9:09 AM > To: ptxdist@pengutronix.de > Subject: [ptxdist] ptxdist 1.0.0 trunk opened > > Folks, > > I've opened the 1.0

[ptxdist] ptxdist 1.0.0 trunk opened

2007-05-04 Thread Robert Schwebel
Folks, I've opened the 1.0 trunk for PTXdist, which will soom lead into a 1.0.0 release. Please report regressions quickly. Note that this is the beginning of a stable series; it doesn't mean that everything is correct, it just means that further releases in the 1.0.x series will be bugfix only.