That's a nice report, Helmut. So the problem appears to be that /var/tmp/spamassassin-toaster-root/etc/mail/ directory doesn't exist.
Looking at the .spec file, this should be created by %makeinstall. So on we go to the Makefile. The Makefile is generated by MakeMaker, so we need to look at Makefile.PL. While I'm thinking of it, what version of perl (et al) are you running? # rpm -qa | grep ^perl- Helmut Fritz wrote: > Ah well, I thought it was worth a try. Upgraded qtp-plus to 0.3.0, still > get: > > + install -m 0644 /usr/src/redhat/SOURCES/qmailtoaster.local.cf.bz2 > /var/tmp/spamassassin-toaster-root/etc/mail/spamassassin/local.cf.bz2 > install: cannot create regular file > `/var/tmp/spamassassin-toaster-root/etc/mail/spamassassin/local.cf.bz2': No > such file or directory > error: Bad exit status from /var/tmp/rpm-tmp.29617 (%install) > > > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.29617 (%install) > > I find no mail directory in > /mnt/qtp-sandbox/var/tmp/spamassassin-toaster-root/etc/ as reported before. > > I do find /mnt/qtp-sandbox/usr/src/redhat/SOURCES/qmailtoaster.local.cf.bz2. > (is the script looking outside of the sandbox for some reason?) > > MD5Sum from file in /usr/src/qtp-upgrade/SRPMS > > [EMAIL PROTECTED] SRPMS]# md5sum spamassassin-toaster-3.2.4-1.3.13.src.rpm > 3d0936eeccebc3476910330d60a42b93 spamassassin-toaster-3.2.4-1.3.13.src.rpm > > And that files contents: > > [EMAIL PROTECTED] SRPMS]# rpm -qpl spamassassin-toaster*.src.rpm > Mail-SpamAssassin-3.2.4.tar.bz2 > filter-requires-spamassassin.sh > qmailtoaster.local.cf.bz2 > qmailtoaster.v310.pre.bz2 > spamassassin-toaster.spec > supervise.spamd.log.run.bz2 > supervise.spamd.run.bz2 > > Last few bits of the log file: > > /usr/bin/sa-learnX' = X ']' > + find > /var/tmp/spamassassin-toaster-root/usr/lib/perl5/vendor_perl/5.8.5/Mail > /var/tmp/spamassassin-toaster-root/usr/lib/perl5/vendor_perl/5.8.5/spamassas > sin-run.pod -type d -print > + sed '[EMAIL PROTECTED]/var/tmp/[EMAIL PROTECTED] @g' > + rm -f /var/tmp/spamassassin-toaster-root/etc/mail/spamassassin/local.cf > + rm -f /var/tmp/spamassassin-toaster-root/etc/mail/spamassassin/init.pre > + install -d /var/tmp/spamassassin-toaster-root/etc > + install -d /var/tmp/spamassassin-toaster-root/etc/cron.hourly > + install -d /var/tmp/spamassassin-toaster-root/var/qmail/supervise/spamd > + install -d > /var/tmp/spamassassin-toaster-root/var/qmail/supervise/spamd/log > + install -d > /var/tmp/spamassassin-toaster-root/var/qmail/supervise/spamd/supervise > + install -d /var/tmp/spamassassin-toaster-root/var/log/qmail > + install -d /var/tmp/spamassassin-toaster-root/var/log/qmail/spamd > + rm -f /var/tmp/spamassassin-toaster-root/etc/mail/spamassassin/local.cf > + rm -f /var/tmp/spamassassin-toaster-root/etc/mail/spamassassin/v310.pre > + install -m 0644 /usr/src/redhat/SOURCES/qmailtoaster.local.cf.bz2 > /var/tmp/spamassassin-toaster-root/etc/mail/spamassassin/local.cf.bz2 > install: cannot create regular file > `/var/tmp/spamassassin-toaster-root/etc/mail/spamassassin/local.cf.bz2': No > such file or directory > error: Bad exit status from /var/tmp/rpm-tmp.29617 (%install) > > > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.29617 (%install) > > -----Original Message----- > From: Jake Vickers [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 02, 2008 3:30 AM > To: [email protected] > Subject: Re: [qmailtoaster] timeline to update spamassassin-toaster-3.2.4 > > Helmut Fritz wrote: >> Which leads me to another thought. My qmt-plus is from qmt-iso 1.2. >> perhaps I should get the latest qmt-plus and try with that? >> > > QTP has a yum repo: > http://qtp.qmailtoaster.com/download/repo/qmailtoaster-plus.repo-0.1-1.noarc > h.rpm > Install that, then just "yum upgrade qmailtoaster-plus" whenever there's a > new version. > > --------------------------------------------------------------------- > QmailToaster hosted by: VR Hosted <http://www.vr.org> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > QmailToaster hosted by: VR Hosted <http://www.vr.org> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- -Eric 'shubes' --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
