Setup.exe: Can't download sources for older (not latest) version of port

2004-10-27 Thread Jacek Trzmiel

setup.exe 2.427, win2ksp4+patches

Steps to reproduce:
1. Start setup.exe
2. Click Next 
3. Select Download from Internet 
4. Click Next 
5. Browse for download directory
6. Click Next 
7. Select Direct Connection
8. Click Next 
9. Select ftp://ftp-stud.fht.esslingen.de;
10. Click Next 
11. In Devel category select older (not latest) version of Subversion
port (e.g. select 1.0.6-1 when latest is 1.1.1-1).
12. Click on 'Src' checkmark for Subversion port.
13. Click Next 
14. Wait for download to complete.

BUG: Files in download directory (release\subversion\):
  subversion-1.0.6-1.tar.bz2
  subversion-1.1.1-1-src.tar.bz2

EXPECTED: Files in download directory (release\subversion\):
  subversion-1.0.6-1.tar.bz2
  subversion-1.0.6-1-src.tar.bz2


Excerpt from setup.ini:
 @ subversion
 sdesc: A version control system
 ldesc: Subversion is a version control system that aims to be a compelling
 replacement for CVS in the open source community
 category: Devel
 requires: cygwin libaprutil0 libapr0 libdb4.2 libneon24 expat
 version: 1.1.1-1
 install: release/subversion/subversion-1.1.1-1.tar.bz2 993236 
 a00c29db203a4f317f79523b711dbabc
 source: release/subversion/subversion-1.1.1-1-src.tar.bz2 6806426 
 8f4b616b7d5a63f6b25b5b528fd80795
 [prev]
 version: 1.0.6-1
 install: release/subversion/subversion-1.0.6-1.tar.bz2 338841 
 64a182d75742886b04cee39518a6dff7
 source: release/subversion/subversion-1.0.6-1-src.tar.bz2 6058371 
 8a21333c388df9dd06e89434f42b1cf9

setup.log.full attached.


Best regards,
Jacek.

setup.log.full.bz2
Description: Binary data
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/

Re: Setup.exe: Can't download sources for older (not latest) version of port

2004-10-27 Thread Brian Dessent
Jacek Trzmiel wrote:

 BUG: Files in download directory (release\subversion\):
   subversion-1.0.6-1.tar.bz2
   subversion-1.1.1-1-src.tar.bz2
 
 EXPECTED: Files in download directory (release\subversion\):
   subversion-1.0.6-1.tar.bz2
   subversion-1.0.6-1-src.tar.bz2

I believe this is by design, i.e. setup can only give you source for the
Curr version and not Prev.  However, the -src tarball you seek should be
in the directory on the mirror though so it's a simple matter of just
downloading it and untarring it in a directory of your choice, which is
all setup would be doing anyway (well, it would be untarring into
/usr/src)

Brian

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/