Re: [ptxdist] year 2038 Toolchain

2024-05-27 Thread Erwin Rol
On 5/24/24 12:19, Michael Olbrich wrote: On Fri, May 24, 2024 at 11:04:24AM +0200, Erwin Rol wrote: On 5/24/24 10:41, Ian Abbott wrote: If I figure it out I'll let you guys know (so it can be added to the official Toolchain) Rememember to define _FILE_OFFSET_BITS=64 too if it is not al

Re: [ptxdist] year 2038 Toolchain

2024-05-24 Thread Erwin Rol
On 5/24/24 10:41, Ian Abbott wrote: If I figure it out I'll let you guys know (so it can be added to the official Toolchain) Rememember to define _FILE_OFFSET_BITS=64 too if it is not already defined. _TIME_BITS=64 is ineffective when _FILE_OFFSET_BITS=32 for Glibc policy reasons. I tried

Re: [ptxdist] year 2038 Toolchain

2024-05-23 Thread Erwin Rol
On 5/23/24 12:38, Ian Abbott wrote: On 23/05/2024 07:41, Erwin Rol wrote: The following code; auto t = std::chrono::system_clock::now(); does not seem to work correctly. When the system date is less than 2038 it works and gives back the correct time, but for dates > 2038 it seems

[ptxdist] year 2038 Toolchain

2024-05-23 Thread Erwin Rol
Hey all, I am working on arm32 (imx6ul) and need to support dates beyond 2038. With the new ptxdist 2038 support it seems to work in C, but I ran into problems with C++. The following code; auto t = std::chrono::system_clock::now(); does not seem to work correctly. When the system date is l

[ptxdist] year 2038 Toolchain

2024-05-22 Thread Erwin Rol
Hey all, I am working on arm32 (imx6ul) and need to support dates beyond 2038. With the new ptxdist 2038 support it seems to work in C, but I ran into problems with C++. The following code; auto t = std::chrono::system_clock::now(); does not seem to work correctly. When the system date is l

Re: [ptxdist] Sharing host-* tools

2018-09-07 Thread Erwin Rol
Hey Michael, On Fri, 2018-09-07 at 09:04 +0200, Michael Olbrich wrote: > Hi, > > For most host-tools dev packages/prebuild archives[1] should work. > Not all packages create such an archive because they need to be relocatable > for this to work. Autotools for example. From the docu; "Neither ho

[ptxdist] Sharing host-* tools

2018-09-06 Thread Erwin Rol
Hey all, I am still trying to figure out a better way to share prebuild ptxdist projects, some ideas here on the mailing list where interesting but I have problems understanding how to apply them to my usecases. Already just sharing the host-* tools/libs would be useful, and I do not see how I ca

Re: [ptxdist] PTXdist usescases

2018-08-28 Thread Erwin Rol
Hey Michael, On Mon, 2018-08-27 at 18:40 +0200, Michael Olbrich wrote: > On Mon, Aug 13, 2018 at 02:40:14PM +0200, Robert Schwebel wrote: > > On Mon, Aug 13, 2018 at 02:16:20PM +0200, Erwin Rol wrote: > > > > Michael Olbrich prototyped a layering system for ptxdist >

Re: [ptxdist] PTXdist usescases

2018-08-13 Thread Erwin Rol
On Mon, 2018-08-13 at 12:19 +0200, Robert Schwebel wrote: > Michael Olbrich prototyped a layering system for ptxdist¹ just before > leaving for vacation; So who allowed him to go on vacation ? ;-P > we are currently testing the prototype and mol > will post it here on the mailing list afterwar

[ptxdist] PTXdist usescases

2018-08-13 Thread Erwin Rol
Hello all, as a long time ptxdist users I ended up with some (weird) ptxdist uses cases, some of wich simply are from before ptxdist offered something similar, some others I am not so sure if they are possible with "plain" ptxdist. So I thought to ask here to see if others have similar uses case

Re: [ptxdist] weird ptxdist -q -j go problems

2018-03-19 Thread Erwin Rol
will keep an eye on it. Thanks for the update, Erwin On Sat, 2018-03-10 at 01:09 +0100, Michael Olbrich wrote: > Hi, > > On Sun, Feb 25, 2018 at 04:12:04PM +0100, Erwin Rol wrote: > > it happend again, and again with busybox. Maybe busybox also needs some > > host tool tha

Re: [ptxdist] weird ptxdist -q -j go problems

2018-02-25 Thread Erwin Rol
Hey Michael, it happend again, and again with busybox. Maybe busybox also needs some host tool that isn't build yet, cause I have not seen this error on non -j builds. The logfiles have the following errors;   LD  printutils/built-in.o   AR  printutils/lib.a   HOSTCC  applets/applet_tab

Re: [ptxdist] weird ptxdist -q -j go problems

2018-02-25 Thread Erwin Rol
On Sun, 2018-02-25 at 12:43 +0100, Michael Olbrich wrote: > Hi, > > On Sun, Feb 25, 2018 at 11:56:47AM +0100, Erwin Rol wrote: > > The build system is Centos7 with bash; > > GNU bash, version 4.2.46(2)-release (x86_64-redhat-linux-gnu) > > > > Not the newest bu

Re: [ptxdist] weird ptxdist -q -j go problems

2018-02-25 Thread Erwin Rol
Hey Michael, On Sun, 2018-02-25 at 11:38 +0100, Michael Olbrich wrote: > Hi, > > On Sun, Feb 25, 2018 at 10:17:46AM +0100, Erwin Rol wrote: > > how wel is the -j option of ptxdist tested ? Is it used a lot by others > > or is it more an obscure untested option ? > > I

[ptxdist] weird ptxdist -q -j go problems

2018-02-25 Thread Erwin Rol
Hey all, how wel is the -j option of ptxdist tested ? Is it used a lot by others or is it more an obscure untested option ? With the lastest version of ptxdist I wanted to try the -j option and am running into weird problems. First I forgot to add a _CONF_TOOL setting in one of my *.make files,

[ptxdist] fakeroot "bug"

2018-02-18 Thread Erwin Rol
Hey all, From time to time I run into this problem; http://lists.busybox.net/pipermail/buildroot/2017-August/200014.html which should be fixed by this patch; https://patchwork.ozlabs.org/patch/801046/ But fakeroot doesn't seem to have a real "release" so my question, is this already part of t

[ptxdist] Newer Toolchains

2018-01-25 Thread Erwin Rol
Hey all, are there any plans for newer Toolchains? The GCC 5.4.X is already a bit older with GCC 8 almost being released. - Erwin ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] syslinux dep on uuid/uuid.h

2017-11-22 Thread Erwin Rol
Hey all, I tried to update syslinux to 4.X and ran into a dependency problem. No problem I thought and added select LIBUUID. The thing is, that doesn't work. syslinux.in is under platform/ and it seems it is not possible to use target dependencies from there. My hack (since I have scripts aro

[ptxdist] Build speed ups

2017-09-18 Thread Erwin Rol
Hey All, first thanks for the replies on my Yocto mail. Now I have a real PTXdist question; What do you use to speed up your builds? For example I use webkitgtk and that clips my 24 core Xeon at 100% for like 30 minutes. ccache doesn't really help by a first run, it even makes it worse. Also I

Re: [ptxdist] system bash replacement

2017-09-11 Thread Erwin Rol
On Mon, 2017-09-11 at 10:28 +0200, Michael Olbrich wrote: > Hi, > > On Sat, Sep 09, 2017 at 10:59:34AM +0200, Erwin Rol wrote: > > I have several (older) CentOS 6.X (and even 5.X :-/ ) systems that have > > bash 4.1.2 which is to old for newer ptxdist releases. > > >

Re: [ptxdist] Yocto

2017-09-10 Thread Erwin Rol
On Sun, 2017-09-10 at 21:24 +0200, Enrico Weigelt, metux IT consult wrote: > On 09.09.2017 18:33, Erwin Rol wrote: > > But when you want to do edit->compile->update iterations the "startup" > > time for bitbake seems to be a killer. With ptxdist I just call > &g

Re: [ptxdist] Yocto

2017-09-09 Thread Erwin Rol
Hey all, On Sat, 2017-09-09 at 17:54 +0200, Enrico Weigelt, metux IT consult wrote: > On 09.09.2017 15:03, Erwin Rol wrote: > > but I was wondering if there are > ppl that made usecase comparisons > > between ptxdist and Yocto? My personal > > I'm currently in p

[ptxdist] Yocto

2017-09-09 Thread Erwin Rol
Hey all, yes I know the topic is blasphemy ;-) but I was wondering if there are ppl that made usecase comparisons between ptxdist and Yocto? My personal experience with small systems (no GUI/X/wayland) is that ptxdist is really easy to get going. With large systems that need QT 5.9, webkitgtk/chr

[ptxdist] system bash replacement

2017-09-09 Thread Erwin Rol
Hallo All, I have several (older) CentOS 6.X (and even 5.X :-/ ) systems that have bash 4.1.2 which is to old for newer ptxdist releases. Ptxdist checks for several tools and places links in its $PTXDIR/bin/ dir. Tools include cp, ls, awk, and bash. The ptxdist $PTXDIR/bin/ dir is placed in PATH

[ptxdist] syslinux needs uuid/uuid.h

2016-05-30 Thread Erwin Rol
Hallo, syslinux seems to need uuid/uuid.h from LIBUUID. But adding select LIBUUID to platform/syslinux.in doesn't seem to work. Is that because syslinux is in platform/ and libuuid (util-linux-ng) in rules/ ? If so how can I fix this dependency problem ? - Erwin _

Re: [ptxdist] [PATCH 0/6] OSELAS.Toolchain host tool version bumps

2016-02-18 Thread Erwin Rol
On 18-2-2016 20:03, Jon Ringle wrote: > On Sun, Dec 13, 2015 at 2:37 PM, Robert Schwebel > wrote: >> Thanks for your patches, but Michael is already testing the toolchain >> for the new december release. Please stay tuned, a release is already >> being prepared based on the latest-and-greatest. >

Re: [ptxdist] ptxdist chrpath

2016-02-18 Thread Erwin Rol
On 18-2-2016 9:18, Michael Olbrich wrote: > On Wed, Feb 17, 2016 at 09:07:32AM +0100, Erwin Rol wrote: >> qt5 (not just my 5.5.1 version, but also the one in ptxdist master) use >> chrpath in the qt5.make file; >> >> @chrpath -d $(QT5_PKGDIR)/usr/lib/qt5/libexec/QtWebP

[ptxdist] ptxdist chrpath

2016-02-17 Thread Erwin Rol
Hey all, qt5 (not just my 5.5.1 version, but also the one in ptxdist master) use chrpath in the qt5.make file; @chrpath -d $(QT5_PKGDIR)/usr/lib/qt5/libexec/QtWebProcess Is that really supposed to work ? I get the following error (shortened the paths for readability); [erwin@eir rootfs]$ chrpat

Re: [ptxdist] host-python

2016-02-15 Thread Erwin Rol
On 15-2-2016 9:48, Michael Olbrich wrote: > Hi, > > On Thu, Feb 11, 2016 at 02:42:19PM +0100, Erwin Rol wrote: >> The host-python package removes the "python" file after install with the >> following reason; >> >> # remove "python" so that it d

[ptxdist] PTXCONF_TARGET_EXTRA_CXXFLAGS

2016-02-11 Thread Erwin Rol
Hallo, can PTXCONF_TARGET_EXTRA_CXXFLAGS be used on a per package basis ? I need to pass -std=gnu++11 to Qt5 to build qtwebengine and as a test I changed PTXCONF_TARGET_EXTRA_CXXFLAGS in ./ptxdist menuconfig and it worked. - Erwin ___ ptxdist mailing

[ptxdist] host-python

2016-02-11 Thread Erwin Rol
Hallo, The host-python package removes the "python" file after install with the following reason; # remove "python" so that it doesn't interfere with the build # machine's python # # the target build proces will only use python with the # python-$(PYTHON_MAJORMINOR) But isn't the reason of wanti

[ptxdist] Bash version

2015-10-26 Thread Erwin Rol
Hello, since the commit 0ab42164bd294970997ac8d9111ca19fea72b56f the bash version needs to be 4.2 or newer. And this makes ptxdist unusable on Redhat 6 (which will only go EOL after 2020, so it is not exactly a death distro) If I understand the commit, only one line of code in the whole of ptxdis

Re: [ptxdist] Booting kernel crashes when using OSELAS.Toolchain-2014.12.1 for ARMv5TE

2015-08-25 Thread Erwin Rol
Does your kernel have the following commits ? cf74ff32e7d9c0eeb45a1c9127a2f920d066a6dc ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimizations 90bfa421f2bf589b6fdf76b250adacdaf52acc16 ARM: 7670/1: fix the memset fix - Erwin On 25-8-2015 16:01, Juergen Borleis wrote:

Re: [ptxdist] license info

2015-02-11 Thread Erwin Rol
stranger demands came from a lawyer from a big German company (that just mentioned it would let go 9000 ppl.) On 11-2-2015 17:49, Guillermo Rodriguez Garcia wrote: > That would be a pretty amusing way to show a license. > > Guillermo > > 2015-02-11 17:28 GMT+01:00 Erwin Rol : &

Re: [ptxdist] license info

2015-02-11 Thread Erwin Rol
useful in > itself. > > Guillermo > > 2015-02-11 16:52 GMT+01:00 Erwin Rol : >> Hey all, >> >> I see Michael is busy adding license info, which is a good thing. But >> AFAIK (but IANAL) the license info should also be available on the >> target.

[ptxdist] license info

2015-02-11 Thread Erwin Rol
Hey all, I see Michael is busy adding license info, which is a good thing. But AFAIK (but IANAL) the license info should also be available on the target. Does the new ptxdist also install the license files onto the target (root)fs ? - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] DistroKit platform vexpress: can't compile systemd

2014-08-12 Thread Erwin Rol
The kernel/kernelheaders are too old. - Erwin On 12-8-2014 13:24, Matthias Klein wrote: > Hi, > > I tried to compile the latest DistroKit vexpress platform with ptxdist > 2014.08.0 and OSELAS.Toolchain-2013.12.2/arm-v7a-linux-gnueabihf. > (I changed the compiler in the platformconfig and did a p

[ptxdist] First boot and readonly (squashfs) filesystems

2014-08-01 Thread Erwin Rol
Hey all, ptxdist got more and more "first-boot" stuff, but how do you deal true readonly rootfs's like squashfs? - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Can't build newer ptxdist version

2014-07-31 Thread Erwin Rol
On 31-7-2014 12:54, Michael Olbrich wrote: > Should work now. Please test. 'ptxdist --version' should work again as well. > That was probably broken too. Yep, it works. And yes ptxdist --version was also broken. Tanks, Erwin -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Can't build newer ptxdist version

2014-07-31 Thread Erwin Rol
On 31-7-2014 12:29, Erwin Rol wrote: > On 31-7-2014 12:26, Michael Olbrich wrote: >> On Thu, Jul 31, 2014 at 12:20:29PM +0200, Erwin Rol wrote: >>> On 31-7-2014 12:07, Michael Olbrich wrote: >>>> On Thu, Jul 31, 2014 at 11:34:14AM +0200, Erwin Rol wrote: >>>&

Re: [ptxdist] Can't build newer ptxdist version

2014-07-31 Thread Erwin Rol
On 31-7-2014 12:26, Michael Olbrich wrote: > On Thu, Jul 31, 2014 at 12:20:29PM +0200, Erwin Rol wrote: >> On 31-7-2014 12:07, Michael Olbrich wrote: >>> On Thu, Jul 31, 2014 at 11:34:14AM +0200, Erwin Rol wrote: >>>> I am trying the git ptxdist-2014.07.0 (and maste

Re: [ptxdist] Can't build newer ptxdist version

2014-07-31 Thread Erwin Rol
On 31-7-2014 12:07, Michael Olbrich wrote: > On Thu, Jul 31, 2014 at 11:34:14AM +0200, Erwin Rol wrote: >> I am trying the git ptxdist-2014.07.0 (and master too) version of >> ptxdist and get an error while building it. >> >> >> [erwin@eir ptxdist]$ ./au

[ptxdist] Can't build newer ptxdist version

2014-07-31 Thread Erwin Rol
Hello, I am trying the git ptxdist-2014.07.0 (and master too) version of ptxdist and get an error while building it. [erwin@eir ptxdist]$ ./autogen.sh [erwin@eir ptxdist]$ ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu ch

Re: [ptxdist] Package List

2013-10-02 Thread Erwin Rol (Mailinglists)
will get to long. Is there a way to dump all the variables with their content into a file ? -- Erwin Rol email: i...@erwinrol.com www: www.erwinrol.com -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Package List

2013-10-02 Thread Erwin Rol (Mailinglists)
way to speed that up? - Erwin On Wed, 02 Oct 2013 10:40:16 +0200, Jürgen Beisert wrote: On Wednesday 02 October 2013 09:37:56 Erwin Rol (Mailinglists) wrote: is there an easy (or not so easy) way to generate an (machine parsable) list of all selected packages and all info about those

Re: [ptxdist] Qt 5

2013-10-02 Thread Erwin Rol (Mailinglists)
agicaly :-). - Erwin On Wed, 02 Oct 2013 12:36:23 +0200, Matthias Klein wrote: Hello, are there any plans about Qt 5 in ptxdist ? I saw on the mailinglist that Michael was working on it end 2012. Can anyone share some rules/patches as a starting point ? Best regards, Matthias --

[ptxdist] Package List

2013-10-02 Thread Erwin Rol (Mailinglists)
Hey all, is there an easy (or not so easy) way to generate an (machine parsable) list of all selected packages and all info about those packages that is stored in the _VERSION , _LICENCE and _SRC variables? TIA, Erwin -- Erwin Rol email: er...@erwinrol.com www: www.erwinrol.com tel

Re: [ptxdist] mingw32

2013-08-18 Thread Erwin Rol
Hey Marc, On 18-8-2013 12:18, Marc Kleine-Budde wrote: > On 08/18/2013 11:36 AM, Erwin Rol wrote: >> Hey all, >> >> has anybody ever did anything with mingw32 and ptxdist? So building >> windows programs with ptxdist on Linux. The toolchain seems to work, but >> h

[ptxdist] mingw32

2013-08-18 Thread Erwin Rol
Hey all, has anybody ever did anything with mingw32 and ptxdist? So building windows programs with ptxdist on Linux. The toolchain seems to work, but has anybody ever used it? - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] host-* problems

2013-08-05 Thread Erwin Rol
Hallo, could it be that when building host-* packages ptxdist always first tries to link with the libs from the host from /usr/lib/ even when there is a host-lib* version of the library available? - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] group ids

2013-07-26 Thread Erwin Rol
Hallo, how is the group id management in ptxdist suppose to work? The *.make files all seem to use numeric values. Is there any mechanism to see which GID's (and UID's) are used for what? And how to decide which ID's to use for new users/groups? - Erwin -- ptxdist mailing list ptxdist@pengutro

Re: [ptxdist] 64bit kernel 32bit userspace

2013-07-24 Thread Erwin Rol
Hey Uwe, On 24-7-2013 11:57, Uwe Kleine-König wrote: > Hi Erwin, > > On Wed, Jul 24, 2013 at 11:31:40AM +0200, Erwin Rol wrote: >> is it possible to setup ptxdist to compile a 64bit kernel and 32bit >> userspace. I didn't find a way to select two different compilers,

[ptxdist] 64bit kernel 32bit userspace

2013-07-24 Thread Erwin Rol
Hey all, is it possible to setup ptxdist to compile a 64bit kernel and 32bit userspace. I didn't find a way to select two different compilers, one for the kernel and one for the userspace programms. TIA, Erwin -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Setting custom PTXDIST_TEMPDIR for large image gen?

2013-04-09 Thread Erwin Rol
Hey , On 9-4-2013 20:55, Michael Olbrich wrote: > Hi, > > On Tue, Apr 09, 2013 at 05:49:11PM +0200, dennis.herbr...@hytera.de wrote: >> I configured ptxdist 2013.03.0 to generate a rather large (8GB) hd.img for >> me, >> but genext2fs fails: Last time I tried to use genext2fs it was not capable

Re: [ptxdist] [ANNOUNCE] PTXdist 2013.03.0 released

2013-03-05 Thread Erwin Rol
No Qt5 ? :-( - Erwin On 5-3-2013 12:42, Michael Olbrich wrote: > Hi, > > I'm happy to announce that I've just released ptxdist-2013.03.0. > It has been a bit longer since the last release. At first I wasn't > satisfied with the quality and the I was too busy with Embedded World to > make a rele

[ptxdist] Qt5

2013-03-04 Thread Erwin Rol
Hello All, Pengutronix demoed a nice ARM with Qt5 on the Embedded World, and since that is just what I and several are looking for, I was wondering when we will see that in ptxdist? - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Qt5 on Tegra3

2013-01-29 Thread Erwin Rol
On 29-1-2013 16:38, Robert Schwebel wrote: > On Tue, Jan 29, 2013 at 08:35:55AM +0100, Tim Sander wrote: >>> Your help in this is greatly appreciated. >> >> To my knowledge the Qt5 is not yet integrated into ptxdist? Or is >> there some qt5 work in progress? I don't have much free time but i >> wo

[ptxdist] adding md5 list to final image

2013-01-09 Thread Erwin Rol
Hey all, I hacked scripts/lib/ptxd_make_image_prepare_work_dir.sh to add a /.md5 file to the image that holds all MD5's of all files, so I can verify on a running system if everything really is OK. Of course ptxdist is a moving target and with every update of ptxdist my hack does not apply and I

[ptxdist] AUFS tools

2013-01-09 Thread Erwin Rol
Hey all, I have a custom kernel with AUFS and a userpsace package that needs kernel headers. I now have a very bad (works for me only) hack that does the following in the aufs3-util.make ; CFLAGS='$(CROSS_CFLAGS) -I${PTXDIST_WORKSPACE}/../rootfs/local_src/kernel.Seco_T30/include/ Is there a bet

[ptxdist] QT 5 on Tegra 3

2013-01-07 Thread Erwin Rol
Hey all, last week I played a bit with Qt 5 and got my first program running on a Tegra 3 (OpenGL ES 2). https://www.dropbox.com/sh/jsgprjhw3bh36hj/UoxN6YGWdD/qt.mp4 But there is a lot to do to get it in the same shape as Qt 4. - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Qt 5

2012-12-23 Thread Erwin Rol
On 22-12-2012 20:42, Tim Sander wrote: > Hi >>> I'm working on it. Not sure, when you'll see something. > Thats great news. I could give the rasperry a shot, but not right now... >> Since you're talking about Qt 5 and OpenGL, my understanding is that Qt >> 5 absolutely required OpenGL. Is this corr

Re: [ptxdist] Qt 5

2012-12-21 Thread Erwin Rol
On 21-12-2012 19:46, Michael Olbrich wrote: > Hi, > > On Fri, Dec 21, 2012 at 04:32:38PM +0100, Tim Sander wrote: >>> Are there already any efforts on the way to get Qt5 working ? >> Qt5 would be really nice, especially for my RasperryPi project. But thats >> currently not a high priority project

Re: [ptxdist] Qt 5

2012-12-21 Thread Erwin Rol
On 21-12-2012 19:54, Thomas Petazzoni wrote: > Dear Michael Olbrich, > > On Fri, 21 Dec 2012 19:46:29 +0100, Michael Olbrich wrote: > >> On Fri, Dec 21, 2012 at 04:32:38PM +0100, Tim Sander wrote: Are there already any efforts on the way to get Qt5 working ? >>> Qt5 would be really nice, esp

[ptxdist] Qt 5

2012-12-21 Thread Erwin Rol
Hallo, Are there already any efforts on the way to get Qt5 working ? - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] systemd configuration concept

2012-08-05 Thread Erwin Rol
Hallo All, systemd looks very interesting but the current setup that ptxdist offers is rather "large". Is there already a concept on how to do more fine grained configuration of systemd ? Now it pretty much means copying systemd.make to the project/rules dir and tune it there. Any hints from

[ptxdist] How to deal with "alternatives"

2012-02-05 Thread Erwin Rol
Hey all, I was wondering how I can deal with "alternatives" packages? I have a nVidia BLOB driver for Tegra 2 OpenGL ES. That drivers brings the OpenGL libs that are needed by 3d programs. But those programs all "select" MESALIB which brings the opensource OpenGL libraries. So how can I deal

Re: [ptxdist] execvp: /bin/sh: Argument list too long

2012-02-03 Thread Erwin Rol
On 3-2-2012 22:28, Michael Olbrich wrote: On Fri, Feb 03, 2012 at 07:05:18PM +0100, Erwin Rol wrote: when building a ARM compiler with the OSELAS.Toolchain project i ran into the problem that the argument list grows to long. execvp: /bin/sh: Argument list too long This is on Centos 6.2

[ptxdist] execvp: /bin/sh: Argument list too long

2012-02-03 Thread Erwin Rol
Hey all, when building a ARM compiler with the OSELAS.Toolchain project i ran into the problem that the argument list grows to long. execvp: /bin/sh: Argument list too long This is on Centos 6.2 Linux centos62vm.erwinrol.com 2.6.32-220.4.1.el6.centos.plus.x86_64 #1 SMP Fri Jan 27 04:56:11 G

[ptxdist] old tar

2011-12-17 Thread Erwin Rol
Hey all, is there an easy (no upgrading the machine is _not_ easy) work around for the following problem ? extract: pkg_src=/home/erwin/Download/ptxdist_cache//strace-4.6.tar.xz extract: pkg_extract_dir=rootfs/platform-ECM945/build-target/strace-4.6 tar: unrecognized option `--xz' Try `tar --h

Re: [ptxdist] mono

2011-11-14 Thread Erwin Rol
On 14-11-2011 12:04, Alexander Stein wrote: Hello, On Monday 14 November 2011 11:59:45 Robert Schwebel wrote: On Mon, Nov 14, 2011 at 11:56:05AM +0100, Erwin Rol wrote: Yeah target is fine. And yes they are needed on the host to build libraries for the target. If you have pre/post scripts

Re: [ptxdist] mono

2011-11-14 Thread Erwin Rol
On 14-11-2011 11:35, Robert Schwebel wrote: On Mon, Nov 14, 2011 at 11:16:44AM +0100, Erwin Rol wrote: I have been playing with mono a bit and ran into a bit more general problem. mono has several scripts that call the mono binary with certain arguments, for example mcs. less platform-ETH2

[ptxdist] mono

2011-11-14 Thread Erwin Rol
Hey all, I have been playing with mono a bit and ran into a bit more general problem. mono has several scripts that call the mono binary with certain arguments, for example mcs. less platform-ETH2/sysroot-host/bin/mcs #!/bin/sh exec /bin/mono $MONO_OPTIONS /lib/mono/2.0/mcs.exe -lib:/lib/mo

Re: [ptxdist] lndir'ing sysroot-target

2011-11-07 Thread Erwin Rol
On 6-11-2011 20:10, Jon Ringle wrote: Something that I'd like to see is a way to have a kernel+initramfs image to be created as a package. As it stands now, I create a kernel platform image and a rootfs platform image, and because the rootfs image contains kernel modules not contained within the

Re: [ptxdist] lndir'ing sysroot-target

2011-11-06 Thread Erwin Rol
Hey all, On 6-11-2011 11:33, Michael Olbrich wrote: Or did I misunderstand something? But the only difference is 2 images vs. 1, right? That's not quite that simple. We can easily add an option to not include the ipkgs from the base system. However the resulting image needs to be mounted some

Re: [ptxdist] lndir'ing sysroot-target

2011-11-05 Thread Erwin Rol
On 5-11-2011 12:23, Michael Olbrich wrote: Hi, On Fri, Nov 04, 2011 at 08:46:41PM +0100, Erwin Rol wrote: in my search to find a way to split ptxdist into an OS build and application build process I tried the following. 1) create and build an ptxdist project with everything the OS needs like

[ptxdist] lndir'ing sysroot-target

2011-11-04 Thread Erwin Rol
Hallo all, in my search to find a way to split ptxdist into an OS build and application build process I tried the following. 1) create and build an ptxdist project with everything the OS needs like glib, gtk, dbus, cairo, etc. 2) create an ptxdist project with applications. And don't have any

[ptxdist] ptxdist options help

2011-11-03 Thread Erwin Rol
Hey All, could someone explain the idea behind the following ptxdist options ? Build Type (development) [ ] use pre-built production release [ ] built on top of another platform [ ] create dev packages [ ] use dev packages - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] Application Development on Ptxdist based OS's

2011-11-02 Thread Erwin Rol
Hey all, a while back I asked if it was possible to split an ptxdist build in two parts, one for the (stable) OS and one for the application. On that question I got some interesting answers that made me wonder; How do others do their application development on ptxdist? From origin Ptxdist is

Re: [ptxdist] General Ptxdist usecase question

2011-10-28 Thread Erwin Rol
On 28-10-2011 11:29, Michael Olbrich wrote: On Fri, Oct 28, 2011 at 10:21:22AM +0200, Erwin Rol wrote: The projects I use Ptxdist for have grown in size over the last few years, they now include mono, gtkwebkit, boost, clutter, gtk3 and all the Xorg stuff. That means it now takes more than 2

Re: [ptxdist] General Ptxdist usecase question

2011-10-28 Thread Erwin Rol
not to rebuild everything again. That's my main problem. - Erwin Are there any plans to support a list of configfiles? Kind regards, Bart. On 10/28/2011 10:21 AM, Erwin Rol wrote: Hey all, The projects I use Ptxdist for have grown in size over the last few years, they now include mo

[ptxdist] Tegra 2

2011-10-28 Thread Erwin Rol
Hello all, Is anybody already using Ptxdist for Tegra 2 based hardware ? If so what works and what doesn't work ? TIA, Erwin -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] General Ptxdist usecase question

2011-10-28 Thread Erwin Rol
Hey all, The projects I use Ptxdist for have grown in size over the last few years, they now include mono, gtkwebkit, boost, clutter, gtk3 and all the Xorg stuff. That means it now takes more than 2 hours to compile it from scratch. The machine is not the fastest (only 4 core 3GHz) but even i

[ptxdist] Request for help

2011-09-29 Thread Erwin Rol
Hey All, I am looking for someone that could do a small test on a LPC32X0 based board. Because I have run into problems when using VLAN's. Could someone test if setting up a VLAN on eth0 with "vconfig 5 eth0" creates the correct eth0.5 interface. And if that works could you test if when send

Re: [ptxdist] [PATCH 3/6] gst-plugins-good: version bump 0.10.23 -> 0.10.28

2011-04-19 Thread Erwin Rol
The gstreamer project is in "freeze" state and should have a new release within a week. I think you are all doing a lot of work for something that is "old" within a few weeks. - Erwin On 18-4-2011 12:13, Robert Schwebel wrote: On Mon, Apr 18, 2011 at 12:08:19PM +0200, Michael Grzeschik wrot

Re: [ptxdist] RHEL/CentOS 5.X

2011-03-29 Thread Erwin Rol
Hey Stephan, On 29-3-2011 17:23, Stephan Linz wrote: Am Dienstag, 15. März 2011, um 13:06:06 schrieb Erwin Rol: Hi Erwin, How did you fixed the CFI problem for CentOS? I've the same problem with other old systems (ex. Ubuntu 9.04 LTS). I build the binutils SRPM from Fedora 13 on Cen

Re: [ptxdist] [PATCH 1/1] Bump SQLite version to 3.7.5

2011-03-18 Thread Erwin Rol
Hey Markus, See below :-) On 18-3-2011 14:59, Markus Rathgeb wrote: Bump the old SQLite version to the recent one that is recommend by the sqlite developers. -#choice -# prompt "Assume text encoding" -# default ISO8859 -# -# config SQLITE_ISO8859 -# bool -#

Re: [ptxdist] RHEL/CentOS 5.X

2011-03-15 Thread Erwin Rol
5, 2011 at 11:51:13AM +0100, Erwin Rol wrote: Is there a list of supported distributions for ptxdist. I am using RHEL 5.5 (actually CentOS 5.5) and have big troubles to use ptxdist on that distribution. And RHEL 5.5 is not exactly an "exotic" distribution. Problems I had/have are (but n

[ptxdist] RHEL/CentOS 5.X

2011-03-15 Thread Erwin Rol
Hallo all, Is there a list of supported distributions for ptxdist. I am using RHEL 5.5 (actually CentOS 5.5) and have big troubles to use ptxdist on that distribution. And RHEL 5.5 is not exactly an "exotic" distribution. Problems I had/have are (but not limited to); 1 - host GCC is not able

Re: [ptxdist] migration from Fedora 14 32 bit, to Fedora 14 64 bit problem

2011-02-24 Thread Erwin Rol
On FC14 i did run into problems with the make version, did you see any of those ? - Erwin On 24-2-2011 15:57, David Lightstone wrote: All Ignore the observation. It was an operator error made when creating my build scripts. Dave Lightstone -Original Message- From: ptxdist-boun...@

Re: [ptxdist] MESA --enable-asm

2011-02-23 Thread Erwin Rol
On 23-2-2011 12:29, Robert Schwebel wrote: On Wed, Feb 23, 2011 at 12:27:12PM +0100, Erwin Rol wrote: Some extra information. The host tool is only needed for X86 and X86-64, not for ARM, PPC or SPARC (don't think I saw any other architure assembly). I tried the qemu-i386 setup and that w

Re: [ptxdist] MESA --enable-asm

2011-02-23 Thread Erwin Rol
win On 23-2-2011 0:57, Erwin Rol wrote: Hello All and Michael specially, I have been wondering why my I915 DRI on Xorg> 1.8 always crashes. After looking into it it turned out to be in a x86 SSE assembly source. After disabling assembly in Mesa with --disable-asm everything works. So what i

[ptxdist] MESA --enable-asm

2011-02-22 Thread Erwin Rol
Hello All and Michael specially, I have been wondering why my I915 DRI on Xorg > 1.8 always crashes. After looking into it it turned out to be in a x86 SSE assembly source. After disabling assembly in Mesa with --disable-asm everything works. So what is the problem? The Mesa assembly sources n

Re: [ptxdist] [talloc] Added new package

2011-02-22 Thread Erwin Rol
On 22-2-2011 15:22, Michael Olbrich wrote: +TALLOC_VERSION := 2.0.1 why not 2.0.5? newer versions use WAF to build. - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] How to get a functionnal rootfs with upstart init method (and without Busybox) ?

2011-02-21 Thread Erwin Rol
On 21-2-2011 17:44, Robert Schwebel wrote: Like always, task priority can be improved if we find some sponsors for this work. /me sponsors Robert with some beer :-) - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] make troubles on Fedora 14

2011-02-12 Thread Erwin Rol
Hey all, I ran into some problems on Fedora 14. The make version there is "GNU Make 3.82" this causes problems when compiling things like glibc, linux and busybox (atleast those are the first where I ran into problems). The error is always somthing like this; Makefile:1288: *** mixed implici

[ptxdist] building toolchains

2010-11-14 Thread Erwin Rol
Hey all, can it be that the OSELAS.Toolchains don't build with the lastest (git) ptxdist? I seem to have the problem that my executables land in the wrong place; /opt/OSELAS.Toolchain-trunk/arm-elf/gcc-4.4.5-newlib-1.18.0-binutils-2.19.1/opt/OSELAS.Toolchain-trunk/arm-elf/gcc-4.4.5-newlib-1.1

Re: [ptxdist] request-pull: Updates for OSELAS Toolchain 2010.10.0

2010-09-13 Thread Erwin Rol
I ran into a interesting problem on Centos 5.4 (AKA RHEL) the host compiler is to old. When doing the glibc-headers prepare stage it uses the host compiler and that fails. Might be worth a look, cause RHEL isn't that exotic, and used by lot of companies. - Erwin Robert Schwebel wrote: Hi

Re: [ptxdist] use kernel config parameters in package.in files?

2010-06-09 Thread Erwin Rol
Tim Sander wrote: Hi While working on the upstart integration it seems as if it would be nice to leave udevtrigger.conf udevmonitor.conf udevfinish.conf away if devtmpfs is enable in the kernel. Is such a dependency possible within ptxdist? when devtmpfs is selected in the kernel, it doesn't

Re: [ptxdist] [PATCH 6/9] [gst-plugins-base] version bump 0.10.25 -> 0.10.29

2010-06-01 Thread Erwin Rol
+ config GST_PLUGINS_BASE_APP + bool + prompt "app" + - config GST_PLUGINS_BASE_DECODEBIN - bool - prompt "decodebin" - - config GST_PLUGINS_BASE_DECODEBIN_2 - bool - prompt "decodebin2" - Las

Re: [ptxdist] [PATCH 8/9] [gst-plugins-bad] version bump 0.10.17 -> 0.10.19

2010-05-31 Thread Erwin Rol
Hey Robert, are you sure you checked if all options still work and are not changed ? For example from the release notes; Good Plug-ins 0.10.23 capssetter: element moved from gst-plugins-bad oss4: plugin moved from gst-plugins-bad Bad Plug-ins 0.10.19 imagefreeze: plugin was moved to gst-plugin

  1   2   >