You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Summers <da...@summersoft.fay.ar.us> on 2002/06/29 04:43:32 UTC

Updated RPMS

Updated Subversion 0.13.2 (S)RPMS for RedHat 7.X Linux can be found on the 
downloads page at the http://subversion.tigris.org web site.

The new apache-2.0.40-0.4 and above now resides in /usr/local/apache2 so
you can run it at the same time as the "production" RedHat 7.3 Apache 
1.3.X series.

For some examples (and the source code for subversion required RPMS) 
please visit the http://summersoft.fay.ar.us:81/ site.

Please let me know if you have any problems with them.

  Thanks

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Updated RPMS

Posted by Michael Wood <mw...@its.uct.ac.za>.
On Thu, Jul 18, 2002 at 09:00:49AM +0200, Alexander Mueller wrote:
> 
[snip]
> required packages. But not subversion itself as this seems to depend
> on /sbin/install-info and there is no such thing on SuSE. Any hints?
[snip]

On RedHat this file is in the info package:
$ rpm -qf /sbin/install-info 
info-4.1-1

-- 
Michael Wood <mw...@its.uct.ac.za>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Updated RPMS

Posted by David Summers <da...@summersoft.fay.ar.us>.
Fixed as of rev 2579.  I'll be building and distributing new RPMS tonight
and/or tomorrow.  Until then you'll have to build your own. :-)

   Thanks for the feedback.
   - David Summers

On Thu, 18 Jul 2002, Alexander Mueller wrote:

> David Summers wrote:
> 
> >Updated Subversion 0.13.2 (S)RPMS for RedHat 7.X Linux can be found on the 
> >downloads page at the http://subversion.tigris.org web site.
> >
> >The new apache-2.0.40-0.4 and above now resides in /usr/local/apache2 so
> >you can run it at the same time as the "production" RedHat 7.3 Apache 
> >1.3.X series.
> >
> >For some examples (and the source code for subversion required RPMS) 
> >please visit the http://summersoft.fay.ar.us:81/ site.
> >
> >Please let me know if you have any problems with them.
> >
> >  Thanks
> >
> >  
> >
> Hi David (or anybody else being interested),
> I tried to install the RPMs last night on my SuSE 8.0 box. After some 
> initial problems (openssl lib version)
> I was able to install all the required packages. But not subversion 
> itself as this seems to depend on
> /sbin/install-info and there is no such thing on SuSE. Any hints?
> 
> Alex
> 
> P.S.:
> I started developping a subversion GUI using XUL and / wxWindows. 
> Therefore I want to try
> to install subversion / apache out of the box without rebuilding. My 
> server will be a Debian box
> while me development machine will be SuSE 8.0.
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 
> 

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Updated RPMS

Posted by Alexander Mueller <al...@littleblue.de>.
David Summers wrote:

>>>>>On Fri, 19 Jul 2002, Alexander Mueller wrote:
>>>>>
>>>>>If you could tell me where it is in SUSE then I could add that to the RPM 
>>>>>SPEC file or you could send me a patch to the subversion.spec file.
>>>>>
>>>>>          
>>>>>
>>>>What do you mean with: "where it is"?  
>>>>"rpm -q texinfo --provides" showed nothing. Can you just add a 
>>>>dependency for the texinfo rpm (if this is in the same rpm in Redhad)?
>>>>        
>>>>
>>>If you could do a "rpm -ql texinfo" and find out which directory the 
>>>install-info program resides on SUSES then I could check that in my RPM.
>>>
>>>      
>>>
>>/sbin/install-info
>>/usr/bin/info
>>/usr/bin/install-info
>>    
>>
>
>Excellant!  ....  Except.....now I'm confused as to why your SUSE system 
>didn't like the "Requires: /sbin/install-info" requirement in the 
>subversion.spec file?  According to your package listing, it is right 
>there just like the subversion.spec file is looking for.  What am I 
>missing?  It looks to me like I should be able to re-enable that statement
>and the SUSE system and the RedHat system should both find the 
>/sbin/install-info file there and accept that as the requirement....
>
>  David "confused" Summers
>
>  
>
Easy to answer. I tried to get this running on my SuSE-8.0 box at home. 
There I got the "problem".
Next day at work I mailed the question. You asked me some questions 
about what package this is in
and so on. So I looked it up on our company server, a SuSE 7.2 box. 
"/sbin/install-info" was present on this box....

Alex "hoped to swipe away the confusion" Mueller

Re: Updated RPMS

Posted by David Summers <da...@summersoft.fay.ar.us>.
> >>>On Fri, 19 Jul 2002, Alexander Mueller wrote:
> >>>
> >>>If you could tell me where it is in SUSE then I could add that to the RPM 
> >>>SPEC file or you could send me a patch to the subversion.spec file.
> >>>
> >>What do you mean with: "where it is"?  
> >>"rpm -q texinfo --provides" showed nothing. Can you just add a 
> >>dependency for the texinfo rpm (if this is in the same rpm in Redhad)?
> >
> >If you could do a "rpm -ql texinfo" and find out which directory the 
> >install-info program resides on SUSES then I could check that in my RPM.
> >
> /sbin/install-info
> /usr/bin/info
> /usr/bin/install-info

Excellant!  ....  Except.....now I'm confused as to why your SUSE system 
didn't like the "Requires: /sbin/install-info" requirement in the 
subversion.spec file?  According to your package listing, it is right 
there just like the subversion.spec file is looking for.  What am I 
missing?  It looks to me like I should be able to re-enable that statement
and the SUSE system and the RedHat system should both find the 
/sbin/install-info file there and accept that as the requirement....

  David "confused" Summers

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Updated RPMS

Posted by Alexander Mueller <al...@littleblue.de>.
David Summers wrote:

>On Mon, 22 Jul 2002, Alexander Mueller wrote:
>
>  
>
>>David Summers wrote:
>>
>>    
>>
>>>On Fri, 19 Jul 2002, Alexander Mueller wrote:
>>>
>>>If you could tell me where it is in SUSE then I could add that to the RPM 
>>>SPEC file or you could send me a patch to the subversion.spec file.
>>>
>>>   Thanks!
>>>
>>>      
>>>
>>What do you mean with: "where it is"?  
>>"rpm -q texinfo --provides" showed nothing. Can you just add a 
>>dependency for the texinfo rpm (if this is in the same rpm in Redhad)?
>>
>>    
>>
>
>If you could do a "rpm -ql texinfo" and find out which directory the 
>install-info program resides on SUSES then I could check that in my RPM.
>
>I'm not sure I should add a "texinfo" requirement to the RPM because it is 
>not required for use on Redhat.
>
>      Thanks!
>
>  
>
/sbin/install-info
/usr/bin/info
/usr/bin/install-info
/usr/bin/makeinfo
/usr/bin/texi2dvi
/usr/bin/texi2html
/usr/bin/texi2index
/usr/bin/texi2roff
/usr/bin/texindex
/usr/share/doc/packages/texi2html
/usr/share/doc/packages/texi2html/texi2html.html
/usr/share/doc/packages/texi2roff
/usr/share/doc/packages/texi2roff/Readme
/usr/share/doc/packages/texi2roff/copyright
/usr/share/doc/packages/texinfo
/usr/share/doc/packages/texinfo/ABOUT-NLS
/usr/share/doc/packages/texinfo/AUTHORS
/usr/share/doc/packages/texinfo/COPYING
/usr/share/doc/packages/texinfo/INTRODUCTION
/usr/share/doc/packages/texinfo/NEWS
/usr/share/doc/packages/texinfo/README
/usr/share/doc/packages/texinfo/TODO
/usr/share/doc/packages/texinfo/texinfo.tex
/usr/share/doc/packages/texinfo/txi-cs.tex
/usr/share/doc/packages/texinfo/txi-de.tex
/usr/share/doc/packages/texinfo/txi-en.tex
/usr/share/doc/packages/texinfo/txi-es.tex
/usr/share/doc/packages/texinfo/txi-nl.tex
/usr/share/doc/packages/texinfo/txi-no.tex
/usr/share/doc/packages/texinfo/txi-pt.tex
/usr/share/info/info-stnd.info-1.gz
/usr/share/info/info-stnd.info-2.gz
/usr/share/info/info-stnd.info.gz
/usr/share/info/info.info.gz
/usr/share/info/texinfo-1.gz
/usr/share/info/texinfo-10.gz
/usr/share/info/texinfo-11.gz
/usr/share/info/texinfo-12.gz
/usr/share/info/texinfo-13.gz
/usr/share/info/texinfo-2.gz
/usr/share/info/texinfo-3.gz
/usr/share/info/texinfo-4.gz
/usr/share/info/texinfo-5.gz
/usr/share/info/texinfo-6.gz
/usr/share/info/texinfo-7.gz
/usr/share/info/texinfo-8.gz
/usr/share/info/texinfo-9.gz
/usr/share/info/texinfo.gz
/usr/share/locale/cs/LC_MESSAGES/texinfo.mo
/usr/share/locale/de/LC_MESSAGES/texinfo.mo
/usr/share/locale/de_AT/LC_MESSAGES/texinfo.mo
/usr/share/locale/eo/LC_MESSAGES/texinfo.mo
/usr/share/locale/fr/LC_MESSAGES/texinfo.mo
/usr/share/locale/nl/LC_MESSAGES/texinfo.mo
/usr/share/locale/no/LC_MESSAGES/texinfo.mo
/usr/share/locale/ru/LC_MESSAGES/texinfo.mo
/usr/share/man/man1/info.1.gz
/usr/share/man/man1/install-info.1.gz
/usr/share/man/man1/makeinfo.1.gz
/usr/share/man/man1/texi2dvi.1.gz
/usr/share/man/man1/texi2html.1.gz
/usr/share/man/man1/texi2roff.1.gz
/usr/share/man/man1/texindex.1.gz
/usr/share/man/man5/info.5.gz
/usr/share/man/man5/texinfo.5.gz

Alex


Re: Updated RPMS

Posted by David Summers <da...@summersoft.fay.ar.us>.
On Mon, 22 Jul 2002, Alexander Mueller wrote:

> David Summers wrote:
> 
> >On Fri, 19 Jul 2002, Alexander Mueller wrote:
> >
> >If you could tell me where it is in SUSE then I could add that to the RPM 
> >SPEC file or you could send me a patch to the subversion.spec file.
> >
> >    Thanks!
> >
> What do you mean with: "where it is"?  
> "rpm -q texinfo --provides" showed nothing. Can you just add a 
> dependency for the texinfo rpm (if this is in the same rpm in Redhad)?
> 

If you could do a "rpm -ql texinfo" and find out which directory the 
install-info program resides on SUSES then I could check that in my RPM.

I'm not sure I should add a "texinfo" requirement to the RPM because it is 
not required for use on Redhat.

      Thanks!

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Updated RPMS

Posted by Alexander Mueller <al...@littleblue.de>.
David Summers wrote:

>On Fri, 19 Jul 2002, Alexander Mueller wrote:
>
>  
>
>>>>David Summers wrote:
>>>>
>>>>        
>>>>
>>>>>I guess we could take out the REQUIREMENT for /sbin/install-info and could
>>>>>test for that program before trying to run it.  
>>>>>
>>>>>          
>>>>>
>>>>Best way to do.
>>>>   
>>>>        
>>>>
>>>Ok.  Mods coming up shortly......
>>>
>>>      
>>>
>>Ah, so I guess SuSE has it as well. Let met see. The name of the rpm on 
>>Mandrake is "info-install-4.0-18mdk". The name of the
>>SuSE package is "texinfo-4.0-211".
>>    
>>
>
>If you could tell me where it is in SUSE then I could add that to the RPM 
>SPEC file or you could send me a patch to the subversion.spec file.
>
>    Thanks!
>
>  
>
What do you mean with: "where it is"?  
"rpm -q texinfo --provides" showed nothing. Can you just add a 
dependency for the texinfo rpm (if this is in the same rpm in Redhad)?

Alex


Re: Updated RPMS

Posted by David Summers <da...@summersoft.fay.ar.us>.
On Fri, 19 Jul 2002, Alexander Mueller wrote:

> >>David Summers wrote:
> >>
> >>>I guess we could take out the REQUIREMENT for /sbin/install-info and could
> >>>test for that program before trying to run it.  
> >>>
> >>Best way to do.
> >>    
> >Ok.  Mods coming up shortly......
> >
> Ah, so I guess SuSE has it as well. Let met see. The name of the rpm on 
> Mandrake is "info-install-4.0-18mdk". The name of the
> SuSE package is "texinfo-4.0-211".

If you could tell me where it is in SUSE then I could add that to the RPM 
SPEC file or you could send me a patch to the subversion.spec file.

    Thanks!

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Updated RPMS

Posted by Alexander Mueller <al...@littleblue.de>.
David Summers wrote:

>On Thu, 18 Jul 2002, Alexander Mueller wrote:
>
>  
>
>>David Summers wrote:
>>
>>    
>>
>>>I guess we could take out the REQUIREMENT for /sbin/install-info and could
>>>test for that program before trying to run it.  
>>>
>>>      
>>>
>>Best way to do.
>>    
>>
>
>Ok.  Mods coming up shortly......
> 
>  
>
>>What is install-info used for (as I am running SuSE I never "met" this 
>>program)
>>    
>>
>
>It basically installs a description of the info file in to the 
>/etc/info.dir file so that when you type "info" it will have a list of all 
>the info files that have been installed onto the system.
>
>It is part of the GNU "info" package which also includes the text 
>based "info" program file viewer.
> 
>  
>
Ah, so I guess SuSE has it as well. Let met see. The name of the rpm on 
Mandrake is "info-install-4.0-18mdk". The name of the
SuSE package is "texinfo-4.0-211".

Alex




Re: Updated RPMS

Posted by David Summers <da...@summersoft.fay.ar.us>.
On Thu, 18 Jul 2002, Alexander Mueller wrote:

> David Summers wrote:
> 
> >I guess we could take out the REQUIREMENT for /sbin/install-info and could
> >test for that program before trying to run it.  
> >
> Best way to do.

Ok.  Mods coming up shortly......
 
> What is install-info used for (as I am running SuSE I never "met" this 
> program)

It basically installs a description of the info file in to the 
/etc/info.dir file so that when you type "info" it will have a list of all 
the info files that have been installed onto the system.

It is part of the GNU "info" package which also includes the text 
based "info" program file viewer.
 
-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Updated RPMS

Posted by Alexander Mueller <al...@littleblue.de>.
David Summers wrote:

>I guess we could take out the REQUIREMENT for /sbin/install-info and could
>test for that program before trying to run it.  
>
Best way to do.

>Another possibility would be an RPM for SUSE that installs that 
>package or file.  Or is that functionality present on SUSE but in a 
>different place?
>
What is install-info used for (as I am running SuSE I never "met" this 
program)

>
>Another possibility would be to just whip up your own /sbin/install-info, 
>but that would probably not be a good requirement for binary 
>installations.
>
Sounds like this might work on some EPM based distributions but break on 
others.

>
>Anybody see any other (better) options or possibilities?
>
>At this point I'm leaning towards taking out the requirement from the SPEC 
>file and testing for the existance of the /sbin/install-info program and
>running it if it is found.
>
+1

>
>
>Thanks for the feedback!  I've only had a total of about 3 people in the 
>last 9 months provide feedback to me.
>
>    - David Summers
>
Guess, most of the people fiddling with subversion take the latest code 
(pulled out of the repos)
and build their stuff. There seemed to be an attitude to the RPMs like: 
"oh well, we have it, this is great.
but anyhow, we wont use them. its just great cause as soon as other 
people (non developpers) will
start using subversion we have them."

My motiviation for using the RPM is: I want to develop an app that is 
not embedded into the svn core.
So I am more of a user of the API. And as soon as I want people to try 
my stuff they will ask for the
RPMs....

Alex



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Updated RPMS

Posted by David Summers <da...@summersoft.fay.ar.us>.
I guess we could take out the REQUIREMENT for /sbin/install-info and could
test for that program before trying to run it.  

Another possibility would be an RPM for SUSE that installs that 
package or file.  Or is that functionality present on SUSE but in a 
different place?

Another possibility would be to just whip up your own /sbin/install-info, 
but that would probably not be a good requirement for binary 
installations.

Anybody see any other (better) options or possibilities?

At this point I'm leaning towards taking out the requirement from the SPEC 
file and testing for the existance of the /sbin/install-info program and
running it if it is found.


Thanks for the feedback!  I've only had a total of about 3 people in the 
last 9 months provide feedback to me.

    - David Summers

On Thu, 18 Jul 2002, Alexander Mueller wrote:

> David Summers wrote:
> 
> >Updated Subversion 0.13.2 (S)RPMS for RedHat 7.X Linux can be found on the 
> >downloads page at the http://subversion.tigris.org web site.
> >
> >The new apache-2.0.40-0.4 and above now resides in /usr/local/apache2 so
> >you can run it at the same time as the "production" RedHat 7.3 Apache 
> >1.3.X series.
> >
> >For some examples (and the source code for subversion required RPMS) 
> >please visit the http://summersoft.fay.ar.us:81/ site.
> >
> >Please let me know if you have any problems with them.
> >
> >  Thanks
> >
> >  
> >
> Hi David (or anybody else being interested),
> I tried to install the RPMs last night on my SuSE 8.0 box. After some 
> initial problems (openssl lib version)
> I was able to install all the required packages. But not subversion 
> itself as this seems to depend on
> /sbin/install-info and there is no such thing on SuSE. Any hints?
> 
> Alex
> 
> P.S.:
> I started developping a subversion GUI using XUL and / wxWindows. 
> Therefore I want to try
> to install subversion / apache out of the box without rebuilding. My 
> server will be a Debian box
> while me development machine will be SuSE 8.0.
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 
> 

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Updated RPMS

Posted by Alexander Mueller <al...@littleblue.de>.
David Summers wrote:

>Updated Subversion 0.13.2 (S)RPMS for RedHat 7.X Linux can be found on the 
>downloads page at the http://subversion.tigris.org web site.
>
>The new apache-2.0.40-0.4 and above now resides in /usr/local/apache2 so
>you can run it at the same time as the "production" RedHat 7.3 Apache 
>1.3.X series.
>
>For some examples (and the source code for subversion required RPMS) 
>please visit the http://summersoft.fay.ar.us:81/ site.
>
>Please let me know if you have any problems with them.
>
>  Thanks
>
>  
>
Hi David (or anybody else being interested),
I tried to install the RPMs last night on my SuSE 8.0 box. After some 
initial problems (openssl lib version)
I was able to install all the required packages. But not subversion 
itself as this seems to depend on
/sbin/install-info and there is no such thing on SuSE. Any hints?

Alex

P.S.:
I started developping a subversion GUI using XUL and / wxWindows. 
Therefore I want to try
to install subversion / apache out of the box without rebuilding. My 
server will be a Debian box
while me development machine will be SuSE 8.0.





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org