Re: [gentoo-dev] lcars gets his commit bit

2005-06-26 Thread Francesco R
Grant Goodyear wrote: >Dear all, > After quite some time "merely" being an infra dev, lcars has >finally taken the leap and gained commit access to the tree. He's >going to be officially taking over sendmail and supporting other >packages that infra uses, so please feel free to start shoveling

[gentoo-dev] Re: last rites: karamba-weather

2005-06-26 Thread Jonathan Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan Smith wrote: > Upstream is dead, package doesn't work, and it has a suitable > replacement which seems to be actively developed that would be put into > portage as its replacement. No reverse dependency issues. > > The package has been masked

[gentoo-dev] New Developer: Jan Hendrik Grahl

2005-06-26 Thread Mike Doty
All- Everyone welcome Jan(grahl04) as the newest GDP German translator. In his own words, "Most of my time is currently spent attending the University of Florida, apart from that I like to engage in a number of volunteer organizations, such as the Civic Media Center, an alternative library for no

Re: [gentoo-dev] New Developer: Jan Hendrik Grahl

2005-06-26 Thread Jonathan Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Doty wrote: > All- > > Everyone welcome Jan(grahl04) as the newest GDP German translator. In > his own words, "Most of my time is currently spent attending the > University of Florida, apart from that I like to engage in a number of > volunteer

Re: [gentoo-dev] New Developer: Jan Hendrik Grahl

2005-06-26 Thread Shyam Mani
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/2005 01:31 AM, Mike Doty wrote: > Everyone welcome Jan(grahl04) as the newest GDP German translator. In > his own words, "Most of my time is currently spent attending the > University of Florida, apart from that I like to engage in a number

Re: [gentoo-dev] New Developer: Jan Hendrik Grahl

2005-06-26 Thread Xavier Neys
Mike Doty wrote: All- Everyone welcome Jan(grahl04) as the newest GDP German translator. Follow-up actually. In his own words, "Most of my time is currently spent attending the University of Florida, apart from that I like to engage in a number of volunteer organizations, such as the Civic M

Re: [gentoo-dev] New Developer: Jan Hendrik Grahl

2005-06-26 Thread Alin Dobre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Doty wrote: > All- > > Everyone welcome Jan(grahl04) as the newest GDP German translator. In > his own words, "Most of my time is currently spent attending the > University of Florida, apart from that I like to engage in a number of > voluntee

[gentoo-dev] Proposal: new category media-vdr

2005-06-26 Thread Matthias Schwarzott
Hi Gentoo developers! vdr and its environment has been quite productive and produced more than 130 plugins for vdr. Not all of them are suitable for inclusion into the portage tree but nevertheless I would propose the creation of the category media-vdr for vdr, its plugins and other related pac

Re: [gentoo-dev] Proposal: new category media-vdr

2005-06-26 Thread Ned Ludd
On Mon, 2005-06-27 at 00:07 +0200, Matthias Schwarzott wrote: > Hi Gentoo developers! > > vdr and its environment has been quite productive and produced more than 130 > plugins for vdr. > Not all of them are suitable for inclusion into the portage tree but > nevertheless I would propose the crea

Re: [gentoo-dev] Proposal: new category media-vdr

2005-06-26 Thread Andrej Kacian
On Sun, 26 Jun 2005 18:20:27 -0400 Ned Ludd <[EMAIL PROTECTED]> wrote: > On Mon, 2005-06-27 at 00:07 +0200, Matthias Schwarzott wrote: > > Hi Gentoo developers! > > > > vdr and its environment has been quite productive and produced more than > > 130 plugins for vdr. > > Not all of them are suitab

Re: [gentoo-dev] Proposal: new category media-vdr

2005-06-26 Thread Diego 'Flameeyes' Pettenò
On Monday 27 June 2005 00:36, Andrej Kacian wrote: > maybe media-plugins for plugins? Better, as media-video already has a lot of things which aren't Video herded because they has nothing to do with the common idea of "media-video" (graphics drivers for example). -- Diego "Flameeyes" Pettenò Ge

Re: [gentoo-dev] Proposal: new category media-vdr

2005-06-26 Thread Luca Barbato
Matthias Schwarzott wrote: > Hi Gentoo developers! > > vdr and its environment has been quite productive and produced more than 130 > plugins for vdr. > Not all of them are suitable for inclusion into the portage tree but > nevertheless I would propose the creation of the category media-vdr for

[gentoo-dev] DBD-mysql select failures with MySQL 4.1

2005-06-26 Thread Anthony Gorecki
Hello, I've been encountering an unusual string of errors while attempting to retrieve information from a database using DBD-mysql-2.9007 and mysql-4.1.12. The database in question is of type InnoDB. Below is an example: #!/usr/bin/perl -w use strict; use DBI; my $db_conn = DBI->connect('DBI:

Re: [gentoo-dev] DBD-mysql select failures with MySQL 4.1

2005-06-26 Thread Zac Medico
Anthony Gorecki wrote: > Hello, > > I've been encountering an unusual string of errors while attempting to > retrieve information from a database using DBD-mysql-2.9007 and mysql-4.1.12. > The database in question is of type InnoDB. Below is an example: > > #!/usr/bin/perl -w > > use strict; >

Re: [gentoo-dev] DBD-mysql select failures with MySQL 4.1

2005-06-26 Thread Anthony Gorecki
On Sunday, June 26, 2005 9:28 pm, Zac Medico wrote: > Have you checked the DBI error status? See the parts about $DBI::err, > $DBI::errstr, and RaiseError here: In all cases, DBI::err() returns undefined, indicating no error. It's quite perplexing. -- Anthony Gorecki Ectro-Linux Foundation

Re: [gentoo-dev] DBD-mysql select failures with MySQL 4.1

2005-06-26 Thread Francesco R
Anthony Gorecki wrote: >On Sunday, June 26, 2005 9:28 pm, Zac Medico wrote: > > >>Have you checked the DBI error status? See the parts about $DBI::err, >>$DBI::errstr, and RaiseError here: >> >> > >In all cases, DBI::err() returns undefined, indicating no error. It's quite >perplexing. > >

Re: [gentoo-dev] DBD-mysql select failures with MySQL 4.1

2005-06-26 Thread Anthony Gorecki
On Sunday, June 26, 2005 11:24 pm, Francesco R wrote: > Going to give some hints where to search the source of the error, Thanks for the suggestions; unfortunately, I've already remerged DBI, DBD-mysql and PERL. In addition, I've also tried restarting MySQL and spent at least three hours delving