Re: build file usage?

2007-05-16 Thread Ralf S. Engelschall
On Tue, May 15, 2007, David M. Fetter wrote: -Dperl-dbi::with_dbd_mysql = yes -Dperl-dbi::with_dbd_pgsql = yes -Dperl-dbi::with_dbd_sqlite = no Leave out the blanks: -Dperl-dbi::with_dbd_mysql=yes -Dperl-dbi::with_dbd_pgsql=yes -Dperl-dbi::with_dbd_sqlite=no

Re: build file usage?

2007-05-16 Thread David M. Fetter
On Wed, 2007-05-16 at 21:13 +0200, Ralf S. Engelschall wrote: On Tue, May 15, 2007, David M. Fetter wrote: -Dperl-dbi::with_dbd_mysql = yes -Dperl-dbi::with_dbd_pgsql = yes -Dperl-dbi::with_dbd_sqlite = no Leave out the blanks: -Dperl-dbi::with_dbd_mysql=yes

Re: build file usage?

2007-05-15 Thread David M. Fetter
Here is the specific problem, I'm having because the build file isn't seemingly being utilized. Basically, perl-dbi is failing to build and giving this error: openpkg:build:FATAL: errors occured while building: perl-dbi-5.8.8-2.20061018: perl-dbi searches a frood called 'sqlite' I'm using this

Re: build file usage?

2007-05-15 Thread Michael van Elst
On Tue, May 15, 2007 at 03:52:15PM -0700, David M. Fetter wrote: -Dperl-dbi::with_dbd_mysql = yes -Dperl-dbi::with_dbd_pgsql = yes -Dperl-dbi::with_dbd_sqlite = no I'm not sure if something was changed, but when I wrote the build tool, there was no '=' separator needed. Please try:

Re: build file usage?

2007-05-12 Thread Torsten Homeyer
Ralf S. Engelschall wrote: On Fri, May 11, 2007, David M. Fetter wrote: Is the ~/.openpkg/build file still being acknowledged by openpkg-tools? It seems that it is no longer being adhered too when doing the build to create the build script. I just want to make sure this method wasn't

build file usage?

2007-05-11 Thread David M. Fetter
Is the ~/.openpkg/build file still being acknowledged by openpkg-tools? It seems that it is no longer being adhered too when doing the build to create the build script. I just want to make sure this method wasn't obsoleted somewhere along the lines. -- David M. Fetter - UNIX Systems

Re: build file usage?

2007-05-11 Thread Ralf S. Engelschall
On Fri, May 11, 2007, David M. Fetter wrote: Is the ~/.openpkg/build file still being acknowledged by openpkg-tools? It seems that it is no longer being adhered too when doing the build to create the build script. I just want to make sure this method wasn't obsoleted somewhere along the