[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Question about Summersoft RPMS

From: Steve Williams <stevewilliams_at_kromestudios.com>
Date: 2003-07-23 01:21:31 CEST

The alternative I worked out is this:

# When installing RH9, leave out mod_perl, mod_php and mod_python.
# If RH9 is already installed, uninstall those packages.
# Download apt-get, install it and update its database
wget
http://ftp.freshrpms.net/pub/freshrpms/redhat/9/apt/apt-0.5.5cnc6-fr1.i386.r
pm
rpm -ivh apt-0.5.5cnc6-fr1.i386.rpm
apt-get update
# Get and install cpanflute2
apt-get install perl-RPM-Specfile
# Get the 2.38 version of Config-IniFiles, build and install
wget http://www.cpan.org/authors/W/WA/WADG/Config-IniFiles-2.38.tar.gz
cpanflute2 --buildall Config-IniFiles-2.38.tar.gz
rpm -Uvh perl-Config-IniFiles-2.38-8.i386.rpm
# Fix another dependency problem with subversion-tools
apt-get install perl-CGI
# Download all RPMs except devel from summersoft
...
# Install the summersoft RPMs
rpm -Uvh *.rpm

Painless, no error messages and no --nodeps hack. Mind you, there was a
great deal of pain working out that short list, but it was worth it in the
end.

Will the subversion-tools dependency on perl-CGI be fixed by the patch as
well?

Sly

David Summers wrote:
> Someone sent me a question about the Summersoft RPMS. Unfortunately
> I was hurried and accidentally (first time in *ages*!) deleted some
> mail I didn't intend to.
>
> He asked about the depedencies.
>
> Basically, even though RedHat distributes an apache 2.0.40, it is not
> binary compatable with later releases. Therefore, whoever installs my
> httpd-2.0.47 packages will have to do one of three things:
>
> 1. Recompile all packages that depend on the httpd package, or
> 2. Use the --nodeps option when they install my httpd package,
> realizing that any packages installed that depend on the httpd
> package may not work correctly, or
> 3. Erase all the RPMs that depend on the httpd package before
> installing my package.
>
> Another issue is the subversion-tools package that requires the PERL
> Config::Ini package. Up through 0.25.0 I've just installed with the
> --nodeps option. In 0.26.0 a nice person sent me a patch that gets
> rid of that problem.
>
> Hopefully this answers the questions that the person sent me and
> hopefully he will see it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 23 01:22:21 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.