[ptxdist] symbolic links

2007-02-05 Thread Ryan Raasch
Hello, I am trying to add a target source outside of the development environment. I see that within the build-target folder, sometimes a symbolic link is made to compile the module/executable. At what stage is this done in the .make file(s)? I have found a install_link function is Rules.make,

[ptxdist] v 0.10.6 -- Configure problem

2007-02-07 Thread Ryan Raasch
Hello, I am trying to install v0.10.6, but it fails. I have attached the config.log. My output for localedef is [EMAIL PROTECTED]:~/handheld-linux/ptxprojects/ptxdist/ptxdist-0.10.6$/usr/bin/localedef --version localedef (belocs-locales-bin) 2.3.5 Copyright (C) 2005 Free Software Foundation,

Re: [ptxdist] 1.99.svn build problems

2008-02-12 Thread Ryan Raasch
On 12/02/2008, Marc Kleine-Budde [EMAIL PROTECTED] wrote: I have started using the svn version to get the newest stuff, and ran i= nto some gliches. 1. When building, ptxdist tries to build kernel.targetinstall, regard= less if i had chosen kernel build or not. Can you send me the

[ptxdist] [PATCH] Default ppp installation files optional

2009-05-04 Thread Ryan Raasch
Hello, With a r/o fs, pppd cannot write the appropriate files, so a symbolic link to r/w memory is needed. thanks, Ryan Signed-off-by: Ryan M. Raasch ryan.raa...@gmail.com --- rules/ppp.in |7 +++ rules/ppp.make |2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git

Re: [ptxdist] [PATCH] Default ppp installation files optional

2009-05-04 Thread Ryan Raasch
And also. If the /etc directory is r/o, then the /etc/resolv.conf (and other files ) cannot be r/w. The subfolders/files inherit the parent folder. I found that out only after trial and error :) 2009/5/4 Ryan Raasch ryan.raa...@gmail.com: Yes. But dynamic scripts need to be generated

Re: [ptxdist] [PATCH] Default ppp installation files optional

2009-05-04 Thread Ryan Raasch
Yes. But dynamic scripts need to be generated on the fly. - chat connect/disconnect (based on changing ap points) scripts - chap and chap secrets. - peers config (changing login). Regards, Ryan 2009/5/4 Juergen Beisert j...@pengutronix.de: On Montag, 4. Mai 2009, Ryan Raasch wrote: Hello

Re: [ptxdist] [PATCH] Default ppp installation files optional

2009-05-05 Thread Ryan Raasch
Thanks. Good idea. I didn't think of that :) Ryan Juergen Beisert wrote: Ryan, On Monday, 4th May 2009, Ryan Raasch wrote: Yes. But dynamic scripts need to be generated on the fly. - chat connect/disconnect (based on changing ap points) scripts - chap and chap secrets. - peers config

Re: [ptxdist] [PATCH] Added missing L prefix for linker flags.

2009-05-06 Thread Ryan Raasch
Yea, you are right. Sorry for the slip-up. Ryan Marc Kleine-Budde wrote: Ryan Raasch wrote: This patch fixes incorrect generation of pc files (mine failed for libcurl). Sorry, but this is wrong. There is a problem in libcurl's .pc.in file. The problem should have been fixed with svn rev

[ptxdist] ptxdist-version.in

2009-05-19 Thread Ryan Raasch
Hello, I installed the newest ptxdist from svn 10540. 1 st machine ( ubuntu 9.04 ). Installed fine, everything works. 2nd machine (debian unstable) Installed fine, but error at end (thought it was bash completion). Errors when building, cleaning, etc. error:

Re: [ptxdist] Write rules to extend ptxdist's package collection

2009-06-19 Thread Ryan Raasch
Plenty of examples in source. Using Kconfig, it is referred to as depends Ex. config PACKAGE_X prompt PackageX config PACKAGE_Y prompt PackageY config PACKAGE_Z prompt PackageZ depends on PACKAGE_Y PACKAGE_X But again, LOTS of examples in ptxdist source, and in kernel source. Ryan

Re: [ptxdist] [ANNOUNCE] ptxdist-1.99.17 released

2009-08-12 Thread Ryan Raasch
Robert Schwebel wrote: On Tue, Jul 21, 2009 at 09:32:05PM +0200, Remy Bohmer wrote: - We finally learned how to run git in a centralized way, which is mandatory for using it in a corporate environment (where you have to make sure that the universe continues rotating even if one person is

Re: [ptxdist] [ANNOUNCE] ptxdist-1.99.17 released

2009-08-19 Thread Ryan Raasch
Bjoern Buerger wrote: Am Mi, 12 Aug 2009 schrieb Ryan Raasch: Would be cool for you to elaborate! I have been using git for over a year in an subversion environment, and it seems you have found a sweet spot between the two. Well, it's mostly a matter of finding the right balance between

[ptxdist] ifplugd

2010-08-04 Thread Ryan Raasch
Hello, I am in a doubt of how to best solve my problem. We have a very simple system which starts only one application, but possibly more in the future. Our network, however, is a little unpredictable. So, I have found this simple ifplugd. The 2 ways to start this daemon are: 1. Alter the

[ptxdist] [PATCH] This adds preliminary support for the Enlightenment Foundation Libraries.

2010-08-12 Thread Ryan Raasch
@@ +# -*-makefile-*- +# $Id$ +# +# Copyright (C) 2007 by Lars Munch l...@segv.dk, +# Ryan Raasch ryan.raa...@gmail.com +# +# See CREDITS for details about who has contributed to this project. +# +# For further information about the PTXdist project and license conditions +# see

[ptxdist] [PATCH] V2 This adds preliminary support for the Enlightenment Foundation Libraries.

2010-08-12 Thread Ryan Raasch
-*- +# $Id$ +# +# Copyright (C) 2007 by Lars Munch l...@segv.dk, +# Ryan Raasch ryan.raa...@gmail.com +# +# See CREDITS for details about who has contributed to this project. +# +# For further information about the PTXdist project and license conditions +# see the README file

Re: [ptxdist] [PATCH] V2 This adds preliminary support for the Enlightenment Foundation Libraries.

2010-08-13 Thread Ryan Raasch
Fantastic! Thanks for the reply and time. I will make the changes. BTW. Wow, the make files have gotten simple, good work! Ryan On 12 August 2010 20:41, Marc Kleine-Budde m...@pengutronix.de wrote: Ryan Raasch wrote: Round 2 after a large overhaul of code. Thanks for the tips

[ptxdist] [PATCH 1/4] [efl] efl library support

2010-08-13 Thread Ryan Raasch
This adds preliminary support for the Enlightenment Foundation Libraries. This adds the menu for the generated config files. Signed-off-by: Ryan M. Raasch ryan.raa...@gmail.com --- rules/graphics_and_multimedia.in | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff

[ptxdist] [PATCH 2/4] [efl] efl library support

2010-08-13 Thread Ryan Raasch
mode 100644 index 000..576de5c --- /dev/null +++ b/rules/e_dbus.make @@ -0,0 +1,56 @@ +# -*-makefile-*- +# +# Copyright (C) 2007 by Lars Munch l...@segv.dk +# 2010 by Ryan Raasch ryan.raa...@gmail.com +# +# See CREDITS for details about who has contributed to this project

[ptxdist] [PATCH 3/4] [efl] efl library support

2010-08-13 Thread Ryan Raasch
/ecore.make new file mode 100644 index 000..b2d98c1 --- /dev/null +++ b/rules/ecore.make @@ -0,0 +1,63 @@ +# -*-makefile-*- +# +# Copyright (C) 2007 by Lars Munch l...@segv.dk +# 2010 by Ryan Raasch ryan.raa...@gmail.com +# +# See CREDITS for details about who has contributed

[ptxdist] [PATCH 4/4] [efl] efl library support

2010-08-13 Thread Ryan Raasch
/eina.make b/rules/eina.make new file mode 100644 index 000..797588e --- /dev/null +++ b/rules/eina.make @@ -0,0 +1,47 @@ +# -*-makefile-*- +# +# Copyright (C) 2007 by Lars Munch l...@segv.dk +# 2010 by Ryan Raasch ryan.raa...@gmail.com +# +# See CREDITS for details about who has

Re: [ptxdist] [PATCH] [efl] More build switches for efl and co.

2010-08-16 Thread Ryan Raasch
On 2010-08-16 17:48, Michael Olbrich wrote: On Mon, Aug 16, 2010 at 04:34:16PM +0200, Ryan M. Raasch wrote: e_dbus: Enabled build of module extensions. eina: Added benchmark switches for test installations. FIXME: The tests for eina require a package called check. it is a unit testing

Re: [ptxdist] libXdmcp compile error

2010-08-20 Thread Ryan Raasch
Ok. My bad. I removed all xorg* in state directory, and all related x packages, rebuilt, and it works. Now, a clean which cleans dependencies of a package.. Cheers, Ryan On 08/20/2010 10:03 AM, Marc Kleine-Budde wrote: Ryan Raasch wrote: Hello, I am getting some compile errors

[ptxdist] host tools

2010-08-20 Thread Ryan Raasch
Hello, I am inquiring on how to compile one package for both target and host, along with its dependencies. I see, for example the host-xorg-* files. But the only difference in the two make files, for efl, would be the CROSS/HOST_ENV and CROSS/HOST_PATH, I think. Cheers, Ryan -- ptxdist

Re: [ptxdist] How to apply the kernel patch

2010-08-23 Thread Ryan Raasch
On 08/23/2010 05:58 PM, Marc Kleine-Budde wrote: inixml has to be ported. I have a .in file and a .make file for mxml. I will post. Cheers, Ryan -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] dpkg

2010-09-24 Thread Ryan Raasch
hello, Was there a need to implement a more ipkg/dpkg implementation for avoiding copying files from sysroot(i think it was there) to the destination? I have some time, so i thought i would give it a whirl but i can't quite remember/figure out how ptxdist uses/doesn't ipkg. And where a

Re: [ptxdist] dpkg

2010-09-29 Thread Ryan Raasch
manager would be a drop in to install, remove packages. So... Was this the general idea? Comments, Encouragements :) ? Cheers, Ryan On 24 September 2010 13:54, Robert Schwebel r.schwe...@pengutronix.de wrote: On Fri, Sep 24, 2010 at 01:40:08PM +0200, Ryan Raasch wrote: Was there a need to implement

Re: [ptxdist] arm-linux-gnueabi-gcc from ubuntu

2010-12-04 Thread Ryan Raasch
Have you made sure to link /bin/sh to /bin/bash and not /bin/dash ? The dash does not play well with development. On Dec 4, 2010 6:02 PM, Stéphane List sl...@lilotux.net wrote: Hi, Is it possible to use the toolchain provided by Ubuntu instead of the toolchain provided by Oselas ? I would

Re: [ptxdist] Gnome package

2011-02-04 Thread Ryan Raasch
Why not try enlightenment foundation libraries? A lot fewer packages, and easier to use. Cheers, Ryan On Feb 4, 2011 10:12 PM, George McCollister george.mccollis...@gmail.com wrote: I've written rules for quite a few gnome packages. I haven't shared them with anyone yet because they've only

Re: [ptxdist] Gnome package

2011-02-08 Thread Ryan Raasch
Check mailing list. I already have submitted efl. But most was not used. On Feb 7, 2011 8:52 AM, vijay singh testmrs@gmail.com wrote: Hi, Can you please share your work. Thanks... On Fri, 2011-02-04 at 15:11 -0600, George McCollister wrote: I've written rules for quite a few gnome

Re: [ptxdist] bugs report instaling problem

2011-10-21 Thread Ryan Raasch
Don't run as root. On Oct 21, 2011 6:24 AM, Vanlos Wang vanlosw...@gmail.com wrote: Dear Sir/Madam: I do these steps as root user on fedora 14 as follows: #tar -xvfj ptxdist-2011.10.1.tar.bz2 #cd ptxdist-2011.10.1 #./configure and get the messages as follows: .. checking