What are you building it on? And for what processor?

Jean-Michel Dault
[EMAIL PROTECTED]

On Tue, 4 Jan 2000, Stefan van der Eijk wrote:

> Date: Tue, 04 Jan 2000 22:49:37 +0100
> From: Stefan van der Eijk <[EMAIL PROTECTED]>
> To: Cooker List <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Subject: Re: [CHRPM] NAME: mod_perl VER: 1.21 REL: 19mdk --> not done yet...
> 
> Hi,
> 
> I tried to build this package... and something is _very_ wrong.
> 
> This is the output I'm getting:
> 
> + [ Linux = Linux ]
> +
> 
>PACKLIST=/var/tmp/mod_perl-root/usr/lib/perl5/site_perl/5.005/i386-linux/auto/mod_perl/.packlist
> ++ uname
> + [ Linux = SunOS ]
> + mv
> 
>/var/tmp/mod_perl-root/usr/lib/perl5/site_perl/5.005/i386-linux/auto/mod_perl/.packlist
> 
>/var/tmp/mod_perl-root/usr/lib/perl5/site_perl/5.005/i386-linux/auto/mod_perl/.packlist.old
> mv:
> 
>/var/tmp/mod_perl-root/usr/lib/perl5/site_perl/5.005/i386-linux/auto/mod_perl/.packlist:
> No such file or directory
> Bad exit status from /var/tmp/rpm-tmp.54067 (%install) 
> 
> When I walk through the .spec file I encounter a few weird things... I'd
> like to suggest the following diff (it solves the build probs on my
> machine):
> 
> [root@cgmd77035 SPECS]# diff mod_perl.spec mod_perl.spec.orig
> 53a54,74
> > %ifarch i686
> > %define buildarch i386
> > %endif
> > %ifarch i586
> > %define buildarch i386
> > %endif
> > %ifarch i386
> > %define buildarch i386
> > %endif
> > %ifarch alpha
> > %define buildarch alpha
> > %endif
> > %ifarch sparc
> > %define buildarch sparc
> > %endif
> > %ifarch pentium
> > %define buildarch i386
> > %endif
> >
> > #echo %{buildarch}
> > #sleep 30
> 86c107
> <
> 
>PACKLIST=$RPM_BUILD_ROOT/usr/lib/perl5/site_perl/5.005/%{_arch}-linux/auto/mod_perl/.packlist
> ---
> > 
>PACKLIST=$RPM_BUILD_ROOT/usr/lib/perl5/site_perl/5.005/%{buildarch}-linux/auto/mod_perl/.packlist
> 
> Greetings,
> 
> Stefan van der Eijk
> [EMAIL PROTECTED]
> 

Reply via email to