Re: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-22 Thread German Molano & Asociados
mailtoaster-list@qmailtoaster.com > Subject: Re: [qmailtoaster] qtp-newmodel error installing spamassasin > > You can't create it. It's created by the rpmbuild process, which is > controlled by the .spec file. I believe that this is something EE will > need > to fix. I'm gues

RE: [qmailtoaster] Re:[qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-10 Thread Marco Cordeiro
day, March 08, 2008 11:25 AM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Re:[qmailtoaster] qtp-newmodel error installing spamassasin Fabio, There's a cleaner way to pass parameters to the build process: # echo "--nodeps" > \ /opt/qmailtoaster-plus/etc/r

Re: [qmailtoaster] Re:[qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-08 Thread Fabio A. Olaechea
Mmm ok, Yes this is better in fact I have read about passing parameters to rpmbuild, but forgets it yesterday in the night... too much coffee ?? je je Thanks Erik. Fabio Quoting Eric Shubert <[EMAIL PROTECTED]>: Fabio, There's a cleaner way to pass parameters to the build process: # ech

Re: [qmailtoaster] Re:[qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-08 Thread Eric Shubert
Fabio, There's a cleaner way to pass parameters to the build process: # echo "--nodeps" > \ /opt/qmailtoaster-plus/etc/rpmbuild/spamassassin-toaster before running qtp-newmodel. This way build parameters can be specified for a particular package, and do not effect other packages detrimentally.

[qmailtoaster] Re:[qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-07 Thread Fabio A. Olaechea
Hi list, this is a workaround for this problem. My solution is to ignore the dependencies of the rpm, because I know that they are installed. So before to try this check that you have installed: perl(Archive::Tar) >= 1.23 perl(HTML::Parser) >= 3.43 perl(IO::Zlib) >= 1.04 Then 1) run qtp

Re: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Eric Shubert
ent: Tuesday, March 04, 2008 3:39 PM > To: qmailtoaster-list@qmailtoaster.com > Subject: Re: [qmailtoaster] qtp-newmodel error installing spamassasin > > You can't create it. It's created by the rpmbuild process, which is > controlled by the .spec file. I believe that th

FW: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Marco Cordeiro
Cordeiro. -Original Message- From: Eric Shubert [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 3:39 PM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] qtp-newmodel error installing spamassasin You can't create it. It's created by the rpmbuild process

RE: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Marco Cordeiro
Cordeiro. -Original Message- From: Eric Shubert [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 3:39 PM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] qtp-newmodel error installing spamassasin You can't create it. It's created by the rpmbuild process

Re: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Eric Shubert
You can't create it. It's created by the rpmbuild process, which is controlled by the .spec file. I believe that this is something EE will need to fix. I'm guessing that a fix for CentOS5 should also fix FC8 (and possibly FC7?). Marco Cordeiro wrote: > I don't have that directory , I try to create

Re: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Marco Cordeiro
I don't have that directory , I try to create before run qtp-newmodel but qtp procees seems to delete directory ??? On Tue, Mar 4, 2008 at 2:42 PM, Jake Vickers <[EMAIL PROTECTED]> wrote: > Eric Shubert wrote: > > install: cannot create regular file > `/var/tmp/spamassassin-toaster-root/etc/ma

Re: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Jake Vickers
Eric Shubert wrote: install: cannot create regular file `/var/tmp/spamassassin-toaster-root/etc/mail/spamassassin/local.cf.bz2': No such file or directory This is the crux of the problem. Does /mnt/qtp-sandbox/var/tmp/spamassassin-toaster-root/etc/mail/spamassassin directory exist?

Re: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Eric Shubert
Marco Cordeiro wrote: > follow my last 20 lines from qtp-build.recent.log : > > tail -20 /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log > > + find > /var/tmp/spamassassin-toaster-root/usr/lib/perl5/vendor_perl/5.8.8/Mail > /var/tmp/spamassassin-toaster-root/usr/lib > /pe

Re: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Marco Cordeiro
follow my last 20 lines from qtp-build.recent.log : tail -20 /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log + find /var/tmp/spamassassin-toaster-root/usr/lib/perl5/vendor_perl/5.8.8/Mail /var/tmp/spamassassin-toaster-root/usr/lib /perl5/vendor_perl/5.8.8/spamassassin-run.pod -type d -p

Re: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Eric Shubert
Well, that WAS just a guess. ;) Marco Cordeiro wrote: > see my perl packges : > > > > cpan[1]> install IO::Zlib > > IO::Zlib is up to date (1.09). > >

Re: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Marco Cordeiro
see my perl packges : cpan[1]> install IO::Zlib IO::Zlib is up to date (1.09). cpan[2]> install Archive::Tar Archive::Tar is up to date (1.38). cpan[3]> install Mail::DomainKeys Mail::DomainKeys is up to date (1.0). On Tue, Mar 4, 2008 at 1:19 PM, Eric Shubert <[EMAIL PROTECTED]> wrote:

Re: [qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Eric Shubert
Marco Cordeiro wrote: > all > > I'm trying to update my box (centos5) and I get this error when sandbox > try to install spamassassin : > > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.40559 (%install) > > any idea ? > > -- > > []´s > Marco Cordeiro Yes. ;) The rpm build me

[qmailtoaster] qtp-newmodel error installing spamassasin

2008-03-04 Thread Marco Cordeiro
all I'm trying to update my box (centos5) and I get this error when sandbox try to install spamassassin : RPM build errors: Bad exit status from /var/tmp/rpm-tmp.40559 (%install) any idea ? -- []´s Marco Cordeiro