Re: [gentoo-dev] Re: init.d-scripts don't see stuff from /etc/profile.env

2005-08-31 Thread Martin Schlemmer
On Tue, 2005-08-30 at 22:21 -0400, Mike Frysinger wrote: On Tuesday 30 August 2005 10:15 pm, Martin Schlemmer wrote: On Tue, 2005-08-30 at 21:57 -0400, Mike Frysinger wrote: On Tuesday 30 August 2005 09:41 pm, Sven Köhler wrote: init.d scripts should have a pure env given to them ...

Re: [gentoo-dev] init script guidelines

2005-08-31 Thread Roy Marples
On Wed, 2005-08-31 at 08:13 +0100, Roy Marples wrote: Attached is a patch to baselayout-1.12.0_pre6-r3 that allows this. Basically when an init script calls start-stop-daemon --start then we log what it started (and hopefully a pidfile) in ${svcdir}/daemons/${myservice} Forgot to attach a

Re: [gentoo-dev] init script guidelines

2005-08-31 Thread Georgi Georgiev
maillog: 31/08/2005-09:05:51(+0100): Roy Marples types On Wed, 2005-08-31 at 08:13 +0100, Roy Marples wrote: Attached is a patch to baselayout-1.12.0_pre6-r3 that allows this. Basically when an init script calls start-stop-daemon --start then we log what it started (and hopefully a pidfile)

[gentoo-dev] OT: cvs $Header not substituted

2005-08-31 Thread Georgi Georgiev
maillog: 31/08/2005-17:24:36(+0900): Георги Георгиев types maillog: 31/08/2005-09:05:51(+0100): Roy Marples types On Wed, 2005-08-31 at 08:13 +0100, Roy Marples wrote: Attached is a patch to baselayout-1.12.0_pre6-r3 that allows this. Basically when an init script calls start-stop-daemon

Re: [gentoo-dev] OT: cvs $Header not substituted

2005-08-31 Thread Roy Marples
On Wed, 2005-08-31 at 03:42 -0500, Brian Harring wrote: On Wed, Aug 31, 2005 at 05:32:09PM +0900, Georgi Georgiev wrote: Anyone has any idea, why the $header is not substituted? svn by chance? :) Just did the conversion for portage branches for that... ~harring bingo :) I'll remove it

Re: [gentoo-dev] OT: cvs $Header not substituted

2005-08-31 Thread Paul de Vrieze
On Wednesday 31 August 2005 10:54, Roy Marples wrote: On Wed, 2005-08-31 at 03:42 -0500, Brian Harring wrote: On Wed, Aug 31, 2005 at 05:32:09PM +0900, Georgi Georgiev wrote: Anyone has any idea, why the $header is not substituted? svn by chance? :) Just did the conversion for

Re: [gentoo-dev] Re: init.d-scripts don't see stuff from /etc/profile.env

2005-08-31 Thread Paul de Vrieze
On Wednesday 31 August 2005 09:25, Martin Schlemmer wrote: with the first run, we cache the 'scrubbed' env, and then just use that in the future ? We both know when somebody finally notice that, they will bitch because the environment is not updated :) Damn, did I just point that out ?

Re: [gentoo-dev] OT: cvs $Header not substituted

2005-08-31 Thread Roy Marples
On Wed, 2005-08-31 at 12:05 +0200, Paul de Vrieze wrote: You can do substitutions in svn too. You just need to enable it for the file. It's one of the svn: attributes. However, individual file versions are non-existent in svn so imo removal is the best option. -- Roy Marples [EMAIL

Re: [gentoo-dev] Re: [gentoo-core] crap use flags in the profiles

2005-08-31 Thread Paul de Vrieze
On Tuesday 30 August 2005 23:36, Stephen Bennett wrote: On Tue, 30 Aug 2005 16:45:24 -0400 Olivier Crete [EMAIL PROTECTED] wrote: You are comparing apples and oranges.. Most of the herd devs only have x86 and are not able to test amd64. That's the main difference. Most of the mips devs

[gentoo-dev] GNAP 1.8.1 Release

2005-08-31 Thread Thierry Carrez
GNAP is a Gentoo-based Network Appliance building system. It allows to build LiveCDs or bootable disks with a customized network appliance configuration in seconds. This is especially useful to quickly install Gentoo on small-CPU hosts to use them as routers, firewalls, VPN boxen... Starting

Re: [gentoo-dev] Re: Re: [gentoo-core] crap use flags in the profiles

2005-08-31 Thread Ciaran McCreesh
On Wed, 31 Aug 2005 05:36:52 -0700 Duncan [EMAIL PROTECTED] wrote: | No offense intended, but as a user, I /like/ to actually know that a | package keyworded for my arch (segment) is known to work on it in full | (IMHO) uncrippled amd64 form, not in some (IMHO) crippled 32-bit | special case. If

Re: [gentoo-dev] New developer: Stefaan De Roeck (stefaan)

2005-08-31 Thread Ciaran McCreesh
On Wed, 31 Aug 2005 14:42:53 +0100 Tom Martin [EMAIL PROTECTED] wrote: | Another new developer to tell you about. Stefaan joins us from Leuven, | Belgium, and will be maintaining the OpenAFS ebuilds. He's an | competent C++ programmer, and although he has used other languages in | the past, C++ is

Re: [gentoo-dev] Re: [gentoo-core] crap use flags in the profiles

2005-08-31 Thread Grant Goodyear
Stephen Bennett wrote: [Tue Aug 30 2005, 11:26:40AM CDT] With your experience what are the pro and cons of merging different archs ? Fewer different keywords to manage makes for easier maintenance in most cases. If mips had 6 different keywords for different ABIs/endianness we'd never get

Re: [gentoo-dev] Re: Re: [gentoo-core] crap use flags in the profiles

2005-08-31 Thread Grant Goodyear
Stephen P. Becker wrote: [Wed Aug 31 2005, 08:18:53AM CDT] We don't live with that problem on MIPS because it doesn't exist. If something doesn't work in one spot, we dont' stable keyword it...simple as that. Also keep in mind that for some stuff, we don't have to test on both. For

Re: [gentoo-dev] Re: Re: [gentoo-core] crap use flags in the profiles

2005-08-31 Thread Chris Gianelloni
On Wed, 2005-08-31 at 16:32 +0100, Ciaran McCreesh wrote: It's not magic. We've been handling packages that work on sparc64 but not sparc32 for years with a single keyword. Just because you (and, from the looks of things, most of the x86 and amd64 developers) don't know about some of portage's

Re: [gentoo-dev] New developer: Stefaan De Roeck (stefaan)

2005-08-31 Thread Michael Kohl
On Wed, 31 Aug 2005 14:42:53 +0100 Tom Martin [EMAIL PROTECTED] wrote: He has also been going to Chinese classes for three years. As Chinese is my university major and I have a really hard exam coming up, I have to wonder why on earth you're doing this for fun... ;) Welcome to Gentoo, and if

[gentoo-dev] Player, Stage, Gazebo eBuilds

2005-08-31 Thread Forrest Voight
Hello, I made ebuilds for the player, stage and gazebo projects. (playerstage.sf.net) How can I commit them to the ebuild tree? Thank You, Forrest -- gentoo-dev@gentoo.org mailing list

Re: [gentoo-dev] Player, Stage, Gazebo eBuilds

2005-08-31 Thread Dan Meltzer
bugs.gentoo.org On 8/31/05, Forrest Voight [EMAIL PROTECTED] wrote: Hello, I made ebuilds for the player, stage and gazebo projects. (playerstage.sf.net) How can I commit them to the ebuild tree? Thank You, Forrest -- gentoo-dev@gentoo.org mailing list -- gentoo-dev@gentoo.org

Re: [gentoo-dev] Player, Stage, Gazebo eBuilds

2005-08-31 Thread Joshua Baergen
Forrest Voight wrote: Hello, I made ebuilds for the player, stage and gazebo projects. (playerstage.sf.net) How can I commit them to the ebuild tree? Thank You, Forrest Start a bug at bugs.gentoo.org and attach the ebuilds. If they're not related make separate bugs. We'll review the

[gentoo-dev] Re: Player, Stage, Gazebo eBuilds

2005-08-31 Thread Forrest Voight
Is it possible for me to mantain the packages? On 8/31/05, Joshua Baergen [EMAIL PROTECTED] wrote: Forrest Voight wrote: Hello, I made ebuilds for the player, stage and gazebo projects. (playerstage.sf.net) How can I commit them to the ebuild tree? Thank You, Forrest Start a

Re: [gentoo-dev] Positions available in a gentoo-based research lab

2005-08-31 Thread Mike Frysinger
On Wednesday 31 August 2005 04:25 pm, Tim Keitt wrote: I have multiple developer positions available for students at UT Austin looking for part-time work. wouldnt it have been more appropriate to announce to a UT Austin CS list ? after all, developers in say South Africa cant exactly apply

Re: [gentoo-dev] Re: Player, Stage, Gazebo eBuilds

2005-08-31 Thread Ciaran McCreesh
On Wed, 31 Aug 2005 20:36:03 + Forrest Voight [EMAIL PROTECTED] wrote: | Is it possible for me to mantain the packages? We don't (or at least shouldn't...) give out CVS to people just for a few ebuilds. If you contribute a lot of high quality stuff then someone may offer to mentor you. --

Re: [gentoo-dev] Positions available in a gentoo-based research lab

2005-08-31 Thread Paul de Vrieze
On Wednesday 31 August 2005 22:41, Mike Frysinger wrote: On Wednesday 31 August 2005 04:25 pm, Tim Keitt wrote: I have multiple developer positions available for students at UT Austin looking for part-time work. wouldnt it have been more appropriate to announce to a UT Austin CS list ?

[gentoo-dev] Re: Player, Stage, Gazebo eBuilds

2005-08-31 Thread Forrest Voight
Mentor? On 8/31/05, Ciaran McCreesh [EMAIL PROTECTED] wrote: On Wed, 31 Aug 2005 20:36:03 + Forrest Voight [EMAIL PROTECTED] wrote: | Is it possible for me to mantain the packages? We don't (or at least shouldn't...) give out CVS to people just for a few ebuilds. If you contribute a

Re: [gentoo-dev] Re: Player, Stage, Gazebo eBuilds

2005-08-31 Thread Ciaran McCreesh
On Wed, 31 Aug 2005 20:53:44 + Forrest Voight [EMAIL PROTECTED] wrote: | Mentor? Teach you the thing you need to know to become a developer. How CVS works, the full story on ebuilds, how to properly quote and reply to emails, that kind of thing. Once you've been mentored for a while you'll

Re: [gentoo-dev] Re: Player, Stage, Gazebo eBuilds

2005-08-31 Thread Stefan Schweizer
On 8/31/05, Ciaran McCreesh [EMAIL PROTECTED] wrote: On Wed, 31 Aug 2005 20:36:03 + Forrest Voight [EMAIL PROTECTED] wrote: | Is it possible for me to mantain the packages? We don't (or at least shouldn't...) give out CVS to people just for a few ebuilds. If you contribute a lot of high

Re: [gentoo-dev] Re: Player, Stage, Gazebo eBuilds

2005-08-31 Thread Ciaran McCreesh
On Wed, 31 Aug 2005 23:06:06 +0200 Stefan Schweizer [EMAIL PROTECTED] wrote: | I think we should either give cvs access to everyone who wants to | contribute Yeah right. Have you had a look at the ebuilds currently assigned to maintainer-wanted? I count maybe three dozen out of six hundred that

[gentoo-dev] Re: Player, Stage, Gazebo eBuilds

2005-08-31 Thread Forrest Voight
If you want to you can test it. I still have some dependency issues with player/stage. This is a standalone program. You can test it by running: wxgazebo /usr/share/gazebo/worlds/example.world Look at that directory and try out the other worlds if you want to. Thanks, Forrest On 8/31/05,

Re: [gentoo-dev] Positions available in a gentoo-based research lab

2005-08-31 Thread Mike Frysinger
On Wednesday 31 August 2005 04:44 pm, Paul de Vrieze wrote: On Wednesday 31 August 2005 22:41, Mike Frysinger wrote: On Wednesday 31 August 2005 04:25 pm, Tim Keitt wrote: I have multiple developer positions available for students at UT Austin looking for part-time work. wouldnt it

Re: [gentoo-dev] Re: Player, Stage, Gazebo eBuilds

2005-08-31 Thread Ciaran McCreesh
On Wed, 31 Aug 2005 21:22:34 + Forrest Voight [EMAIL PROTECTED] wrote: | If you want to you can test it. I still have some dependency issues | with player/stage. This is a standalone program. Some things to start with: * LICENSE is incorrect. * A lot of those dependencies are optional and

[gentoo-dev] Re: Re: Re: [gentoo-core] crap use flags in the profiles

2005-08-31 Thread Duncan
Grant Goodyear posted [EMAIL PROTECTED], excerpted below, on Wed, 31 Aug 2005 11:15:16 -0500: Stephen P. Becker wrote: [Wed Aug 31 2005, 08:18:53AM CDT] We don't live with that problem on MIPS because it doesn't exist. If something doesn't work in one spot, we dont' stable keyword

Re: [gentoo-portage-dev] PATCH: initial EAPI awareness

2005-08-31 Thread Zac Medico
Brian Harring wrote: Round 3, fixed all uglyness. You *will* see uglyness for the changeover from flat_list to flat_hash if you're setting portdbapi.auxdbmodule to flat_hash, but that's a one time hit, and is the reason we blow away the cache on portage upgrades. Either way, full patch,

[gentoo-portage-dev] Extended package.mask

2005-08-31 Thread Fabian Zeindl
Hi I'm using gentoo and the best package manager of the world for over one year now, and I'm quite satisfied :-). One idea I had: I regularly stumble across ebuilds which are masked in package.mask because they break certain other packages or something like that. It would be genial if portage