Re: [ptxdist] [RFC] Colons in filenames

2016-02-10 Thread Michael Olbrich
On Wed, Feb 03, 2016 at 11:05:02PM +0100, Ladislav Michl wrote: > On Fri, Jan 22, 2016 at 09:06:36AM +0100, Michael Olbrich wrote: > > On Fri, Jan 22, 2016 at 01:31:37AM +0100, Ladislav Michl wrote: > > > Now I'm going to be honest. Previous patch 'Add usb-modeswitch-data > > > package' > > >

[ptxdist] executables in /usr/bin vs /bin

2016-02-10 Thread Clemens Gruber
Hi, in the proposed version bump for procps, the default path changed to /bin instead of /usr/bin. In my patch I just renamed the paths. But maybe that's the wrong approach and we should keep all binaries in /usr/bin ? Debian on the other hand puts most of them in /usr/bin and a few into /bin.

Re: [ptxdist] ptxdist locale problems

2016-02-10 Thread Michael Olbrich
On Tue, Feb 02, 2016 at 08:27:14PM +0100, Clemens Gruber wrote: > On Tue, Feb 02, 2016 at 08:24:12PM +0100, Clemens Gruber wrote: > > On Mon, Feb 01, 2016 at 04:36:39PM +0100, Michael Olbrich wrote: > > > With a corresponding /etc/locale.conf I see > > > System Locale: LANG=en_US.utf8 > > > > Hm,

Re: [ptxdist] search path order for patch series

2016-02-10 Thread Juergen Borleis
Hi Alexander, On Tuesday 09 February 2016 16:29:06 Alexander Stein wrote: > in a project I have to add a platform which requirs a slightly different > (kernel) patch set than current one. Up to now my patches are located in > PTXDIST_WORKSPACE/patches/linux-x.y.z which works great. I tried to use

[ptxdist] Added support for boost.python

2016-02-10 Thread Tobias Schmidl
This works both against python2 and python3. Signed-off-by: Tobias Schmidl --- rules/boost.in | 30 +++--- rules/boost.make | 10 ++ 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/rules/boost.in b/rules/boost.in

Re: [ptxdist] search path order for patch series

2016-02-10 Thread Alexander Stein
Hello Jürgen, On Wednesday 10 February 2016 09:32:37, Juergen Borleis wrote: > On Tuesday 09 February 2016 16:29:06 Alexander Stein wrote: > > in a project I have to add a platform which requirs a slightly different > > (kernel) patch set than current one. Up to now my patches are located in > >

[ptxdist] Antwort: Re: [PATCH 2/2] Improved support for boost.python

2016-02-10 Thread Tobias Schmidl
Hello all, -"ptxdist" schrieb: - >> On Tue, Jan 26, 2016 at 02:22:19PM +0100, Tobias Schmidl wrote: >> This works both against python2 and python3. >> > This wont work. You need a choice here with BOOST_NOPYTHON / BOOST_PYTHON / > BOOST_PYTHON3 and then