[gentoo-dev] PORTAGE_NICENESS is not so nice...

2005-10-24 Thread Dave Nebinger
So I set PORTAGE_NICENESS to 19 in /etc/make.conf on my primary gentoo desktop so I could do emerges in the background and still use my box... Well tonight I emerged boost... The system maxed out and ran that way for an hour without looking like it was going to complete anytime soon. Which woul

Re: [gentoo-dev] ${PORTDIR}/profiles/package.use

2005-10-20 Thread Dave Nebinger
On Thursday 20 October 2005 11:09 pm, Dave Nebinger wrote: > So basically if only 'experienced', yet misguided, folks are using '-*', > then the only bugs to come up from this would be ABKB bugs, leaving them > with egg on their face for messing with '-*'

Re: [gentoo-dev] ${PORTDIR}/profiles/package.use

2005-10-20 Thread Dave Nebinger
> there is nothing hard about USE="-* cxx" but while most here want to say > 'fuck > the users' (and i'm inclined to agree), i'd rather not field those > bugs/questions/etc... The average gentoo newbie is not going to know anything about "-*" in /etc/make.conf. Mostly it's folks that have been ar

Re: [gentoo-dev] ${PORTDIR}/profiles/package.use

2005-10-20 Thread Dave Nebinger
>> > i still dont see how this addresses the nocxx / USE=-* >> >> noFOO is used because "FOO" is on by default, and noFOO turns it off. >> AutoUSE is the same way, package bar is included in the buildplan and to >> have sane defaults, certain flags are turned on. > > that was a great explanation ho

Re: [gentoo-dev] [RFC] New category for xmingw cross compile toolchain

2005-10-13 Thread Dave Nebinger
Just a few opinions from the outside looking in... On Thursday 13 October 2005 12:25 pm, Stefan Jones wrote: > I am just wondering about people's option about making a new category, > called something like dev-xmingw or similar. Wouldn't set a precident for dev-gcc, dev-icc, dev-[enter alternate

Re: [gentoo-dev] Tomcat 5.5 in portage

2005-10-12 Thread Dave Nebinger
On Wednesday 12 October 2005 01:36 pm, Petteri Räty wrote: > The java herd is heavily understaffed. So how does one get involved? I'm a professional Java developer and a gentoo enthusiast. I'd love to participate and it would seem my skills would be a good fit here, especially since you have t

[gentoo-dev] Just another portage enhancement idea...

2005-10-11 Thread Dave Nebinger
This is probably the fifth time at least that I've been bitten by this... Portage is great in that it manages compiles for a bulk of applications (including dependencies) in one fell swoop. Yesterday I emerged gnome - that was it, just gnome, and it took care of the whole thing soup to nuts. W

Re: [gentoo-dev] Python setuptools/eggs

2005-10-09 Thread Dave Nebinger
> > I've been working on an eclass for these but its not ready. > > I was hoping it'd be as easy as the Ruby gems eclass, because > > they are similar, but eggs don't play nicely in a sandbox yet. > > But aren't eggs a bit against the Gentoo philosophy? I mean there are > some eggs that contain pre

Re: [gentoo-dev] Ebuild limits?

2005-10-02 Thread Dave Nebinger
On Monday 03 October 2005 12:47 am, Ciaran McCreesh wrote: > On Sun, 02 Oct 2005 21:50:07 -0400 Dave Nebinger <[EMAIL PROTECTED]> > > wrote: > | Their build system suits their purpose - distribute a LAMP-like > | system for the foundation of their web application. I'm

Re: [gentoo-dev] Ebuild limits?

2005-10-02 Thread Dave Nebinger
On Sunday 02 October 2005 09:28 pm, Ciaran McCreesh wrote: > On Sun, 02 Oct 2005 20:48:27 -0400 Dave Nebinger <[EMAIL PROTECTED]> > > wrote: > | So yeah, things are pretty complicated due to the upstream build > | system expectations. > > I suggest hitting upstream with

Re: [gentoo-dev] Ebuild limits?

2005-10-02 Thread Dave Nebinger
On Sunday 02 October 2005 08:08 pm, Ciaran McCreesh wrote: > On Sun, 02 Oct 2005 19:58:19 -0400 Dave Nebinger <[EMAIL PROTECTED]> > > wrote: > | a) are there limits to the size and/or complexity of the ebuilds that > | are accepted into portage? > > Well... > >

[gentoo-dev] Ebuild limits?

2005-10-02 Thread Dave Nebinger
Well, I've been plugging along happily on constructing an ebuild for zimbra. But because of a) their built-in hardwiring and b) ant-based build/install system, my ebuild is starting to get pretty big and complex. In order to keep my own thought patterns straight, I've isolated a lot of the code

[gentoo-dev] Application server deployment eclass?

2005-10-02 Thread Dave Nebinger
Okay, so if I have a servlet to deploy to an application container such as tomcat, is there an eclass that I can use to inherit from? Obviously the webapp eclass helps for straight apache-like deployments, but it's not going to help much when deploying to tomcat. I looked in /usr/portage/ebuild

[gentoo-dev] Question about java builds and the sandbox...

2005-09-30 Thread Dave Nebinger
Okay, hopefully this works as I expect, but... If I have an ant build.xml file that creates and populates an /opt/dnebing directory but runs as part of an ebuild, will it actually create the /opt/dnebing directory or is it made as part of the image in /var/tmp/portage/dnebing/image directory?

RE: [gentoo-dev] Project, GLEP, or skip it?

2005-09-29 Thread Dave Nebinger
> Dave Nebinger wrote: > | My ultimate goals is to generate ebuilds for eGroupWare and/or zimbra (I > | want a groupware solution for my home system and I like the look and > | feel/features that these offer). > > Um, egroupware is already in portage. Thanks for spoiling my fun

RE: [gentoo-dev] Project, GLEP, or skip it?

2005-09-29 Thread Dave Nebinger
> Basically, it only controls the components that it installs, it doesn't > do anything like package upgrades/user additions (outside of mysql > users)/etc. Right. Just some config file tweaks to the various separate packages so they know about each other, but nothing the package itself installs

RE: [gentoo-dev] Project, GLEP, or skip it?

2005-09-29 Thread Dave Nebinger
Chris, Thanks for your comments, and I'll work on the BO issue ;-) > How comprehensive is this? Is this something like a cPanel/Plesk clone > or is it simpler than that? The XAMPP distribution, at http://www.apachefriends.org/en/xampp-linux.html, is comprehensive as it coordinates the installat

[gentoo-dev] Project, GLEP, or skip it?

2005-09-29 Thread Dave Nebinger
Hi, folks. I'm looking around for a decent web mail/web collaboration tool to host on my site and, through following a series of links, fall upon the XAMPP project. For those that don't know, XAMPP is a release that provides apache, php, perl, etc., in a single download and installs as /opt/lamp

[gentoo-dev] How to create SRC_URI from messed-up URL?

2005-09-28 Thread Dave Nebinger
Hey, folks. I'm trying to write an ebuild, not my first, but definitely something that is relatively new to me. Anyways, I've got the following URL that pulls down the source package: http://www.fpdf.org/en/dl.php?v=153?f=tgz The file that gets downloaded is fpdf153.tgz. Well, that messed u