Re: [Ledger-smb-devel] Packaging LedgerSMB for Arch Linux

2014-03-12 Thread Benedict White
On 12/03/14 12:25, Chris Travers wrote: On Mar 12, 2014 7:22 AM, "Benedict White" > wrote: > > OK... so I have all the packages built but I may need to fix some. > > Firstly, where do I set the Postgresql contrib_dir, only I can't see the setting in the led

Re: [Ledger-smb-devel] Packaging LedgerSMB for Arch Linux

2014-03-12 Thread Chris Travers
On Mar 12, 2014 7:22 AM, "Benedict White" wrote: > > OK... so I have all the packages built but I may need to fix some. > > Firstly, where do I set the Postgresql contrib_dir, only I can't see the setting in the ledgersmb.conf. You could set a default by patching LedgerSMB/Sysconfig > > Secondly

Re: [Ledger-smb-devel] Packaging LedgerSMB for Arch Linux

2014-03-11 Thread Benedict White
OK... so I have all the packages built but I may need to fix some. Firstly, where do I set the Postgresql contrib_dir, only I can't see the setting in the ledgersmb.conf. Secondly when I connect to the ledgersmb/setup.pl I get the following: Has anyone any ideas? Error! *Unable to open

Re: [Ledger-smb-devel] Packaging LedgerSMB for Arch Linux

2014-03-11 Thread Robert J. Clay
On Tue, Mar 11, 2014 at 7:20 PM, Benedict White wrote: > OK... so I have all the packages built but I may need to fix some. > > Firstly, where do I set the Postgresql contrib_dir, only I can't see the > setting in the ledgersmb.conf. For 1.3, it's the "database" section... -- Robert J. Cla

Re: [Ledger-smb-devel] Packaging LedgerSMB for Arch Linux

2014-03-11 Thread Benedict White
On 11/03/14 14:18, Robert J. Clay wrote: > On Sun, Mar 9, 2014 at 10:23 AM, Benedict White > wrote: >> I'm just in the process of packaging LedgerSMB 1.4.0-b5 for Arch Linux. >> There seem to be a large number >> of unsupported Perl dependencies. >Unsupported in what way? In Arch? In they

Re: [Ledger-smb-devel] Packaging LedgerSMB for Arch Linux

2014-03-11 Thread Robert J. Clay
On Sun, Mar 9, 2014 at 10:23 AM, Benedict White wrote: > I'm just in the process of packaging LedgerSMB 1.4.0-b5 for Arch Linux. There > seem to be a large number > of unsupported Perl dependencies. Unsupported in what way? In Arch? In they are not already in Arch itself, and not already in

Re: [Ledger-smb-devel] Packaging LedgerSMB for Arch Linux

2014-03-09 Thread Benedict White
On 09/03/14 21:30, Chris Travers wrote: Currently it checks for config files and writes them if not found. The main function is in tracking dependencies. Many thanks. There are a lot of perl dependencies to build for LedgerSMB... Kind regards Benedict White

Re: [Ledger-smb-devel] Packaging LedgerSMB for Arch Linux

2014-03-09 Thread Chris Travers
Currently it checks for config files and writes them if not found. The main function is in tracking dependencies. -- Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get has

[Ledger-smb-devel] Packaging LedgerSMB for Arch Linux

2014-03-09 Thread Benedict White
I'm just in the process of packaging LedgerSMB 1.4.0-b5 for Arch Linux. There seem to be a large number of unsupported Perl dependencies. Can someone tell me what the perl Makefile.pl command does in a practical sense? I see it writes some yaml files but wondered if it did anything to configure

Re: [Ledger-smb-devel] Packaging LedgerSMB

2012-01-09 Thread Chris Travers
On Sun, Jan 8, 2012 at 2:06 PM, Robert James Clay wrote: > On Thu, 2011-09-29 at 02:44 -0400, Raphael Hertzog wrote: >> On Wed, 28 Sep 2011, Philippe Clérié wrote: >> > Speaking of which, why aren't we using perl Makefile.PL ? It's a Perl >> > program, and the command is used for the generic insta

[Ledger-smb-devel] Packaging LedgerSMB

2012-01-08 Thread Robert James Clay
On Thu, 2011-09-29 at 02:44 -0400, Raphael Hertzog wrote: > On Wed, 28 Sep 2011, Philippe Clérié wrote: > > Speaking of which, why aren't we using perl Makefile.PL ? It's a Perl > > program, and the command is used for the generic install? > > I can't answer your question as I have not worked on