Re: Problem rebuilding Simons new source RPM

2002-11-26 Thread Harris Landgarten
if the find doesn't find any Cyrus* then the rest of the pipe fails with an error and no error message and the test after the find statement for such an instant is never reached. I would call that a bug. Harris On Tue, 2002-11-26 at 02:57, Simon Matter wrote: > Harris Landgarten schrieb: > > >

Re: Problem rebuilding Simons new source RPM

2002-11-26 Thread Simon Matter
Harris Landgarten schrieb: > > I tracked down the cause of the problem but am still looking for the > source. > > For some reason perl man pages are being installed to /usr/man instead > of /usr/shared/man > > This causes the find /var/tmp/cyrus-imapd-2.1.10-root/usr/share/man > -type f -name "

Re: Problem rebuilding Simons new source RPM

2002-11-25 Thread Ramiro Morales
On 25 Nov 2002 at 16:53, Simon Matter wrote about "Re: Problem rebuilding Simons new source RPM": > Harris Landgarten schrieb: > > > > I tracked down the cause of the problem but am still looking for the > > source. > > > > For some reason perl man pa

Re: Problem rebuilding Simons new source RPM

2002-11-25 Thread Harris Landgarten
I found the problem. I had updated ExtUtils::MakeMaker via CPAN to the latest version. That is turn replaced MM_Unix.pm with a version that defaulted site and vendor to /usr/man. Redhat had supplied a patched version of this file which defaults to /usr/share/man. I copied the file from another mach

Re: Problem rebuilding Simons new source RPM

2002-11-25 Thread Jonathan Marsden
On 25 Nov 2002, Simon Matter writes: > Harris Landgarten schrieb: >> For some reason perl man pages are being installed to /usr/man >> instead of /usr/shared/man In older (5.x and 6.x) Red Hat distributions, /usr/man was the default man page location. I strongly suspect that the %{_mandir} RPM

Re: Problem rebuilding Simons new source RPM

2002-11-25 Thread Simon Matter
Harris Landgarten schrieb: > > I tracked down the cause of the problem but am still looking for the > source. > > For some reason perl man pages are being installed to /usr/man instead > of /usr/shared/man > > This causes the find /var/tmp/cyrus-imapd-2.1.10-root/usr/share/man > -type f -name "

Re: Problem rebuilding Simons new source RPM

2002-11-25 Thread Harris Landgarten
I tracked down the cause of the problem but am still looking for the source. For some reason perl man pages are being installed to /usr/man instead of /usr/shared/man This causes the find /var/tmp/cyrus-imapd-2.1.10-root/usr/share/man -type f -name "Cyrus*" to find nothing and the following stri

Re: Problem rebuilding Simons new source RPM

2002-11-25 Thread Simon Matter
Hi, The only thing I can say is that the source RPM build fine on a untouched RedHat 8.0 installation. I can't make sure it will build on a system where many packages have been installed from other places than the distribution RPMs. It's as easy as this: - Install RedHat 8.0. - Rebuild the source

Problem rebuilding Simons new source RPM

2002-11-24 Thread Harris Landgarten
I am currently running Cyrus 2.1.9 under Redhat 8 using Simons source RPM. I had no problem recompiling and installing from the source RPM per documentation. Subsequently I have updated many Perl Modules. When I try to rebuild the 2.1.10-3 rpm from source I get an error during the rebuild p