Re: [ptxdist] ptxdist locale problems

2016-02-02 Thread Clemens Gruber
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, now localectl does show the following: System Locale: LANG=en_US.utf8 But, the "locale" program still shows: LANG= LC_CTYPE="POSIX"

Re: [ptxdist] ptxdist locale problems

2016-02-02 Thread Clemens Gruber
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, now localectl does show the following: > System Locale: LANG=en_US.utf8 >

[ptxdist] [PATCH] ncurses: Added /usr/share/terminfo/d/dumb to PTXCONF_NCURSES_TERMCAP

2016-02-02 Thread Gavin Schenk
This is needed when using top in batch mode "top -b" --- rules/ncurses.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/ncurses.make b/rules/ncurses.make index 57e8199..521af77 100644 --- a/rules/ncurses.make +++ b/rules/ncurses.make @@ -212,6 +212,7 @@ ifdef PTXCONF_NCURSES_TERMCAP

[ptxdist] [PATCH v2] rootfs: Add Option to install /sbin/init as /init

2016-02-02 Thread Markus Pargmann
The kernel searches in initramfs for an executable /init file. So if we want to use initramfs as rootfs it is convenient to have a link from /init to /sbin/init. Signed-off-by: Markus Pargmann --- rules/rootfs.in | 25 - rules/rootfs.make | 7

Re: [ptxdist] [PATCH] libboost: version bump 1.59.0 -> 1.60.0

2016-02-02 Thread Tobias Schmidl
Hello all, > > We have one patch for 1_59_0. Please check if it was applied or is still > needed. > > Michael > yup, still applies. I've attached the corrected patch Best regards, Tobias Schmidl boost-version-bump-1.59.0-1.60.0.patch Description: Binary data

[ptxdist] [PATCH] libpoco: version bump 1.4.6p2 -> 1.6.1

2016-02-02 Thread Tobias Schmidl
See https://raw.githubusercontent.com/pocoproject/poco/poco-1.6.1-release/CHANGELOG for more information. Signed-off-by: Tobias Schmidl --- ...ke-Linux-configuration-crosscompile-aware.patch | 38 -- patches/poco-1.4.6p2/series

Re: [ptxdist] error with libfakeroot.so from LC_PRELOAD due to wrong ELF class ELFCLASS64

2016-02-02 Thread Montellese Sascha
On Mon, Feb 1, 2016 at 02:23:00PM +, Michael Olbrich wrote: > On Thu, Jan 28, 2016 at 03:35:53PM +, Sascha Montellese wrote: > > I downloaded, built and installed ptxdist-2016.01.0 a few days ago and > > setup a project. Configuration works fine but when running "ptxdist > > go" I get a