This is the mail archive of the ecos-bugs@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000064] New: ecos-install.tcl fails


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000064

           Summary: ecos-install.tcl fails
           Product: eCos
           Version: unknown
          Platform: Other
               URL: http://sources.redhat.com/ecos/getstart.html
        OS/Version: HostOS: Win NT/2k/XP
            Status: UNCONFIRMED
          Severity: major
          Priority: high
         Component: Other
        AssignedTo: jifl@ecoscentric.com
        ReportedBy: richard.stimson@marconi.com
         QAContact: ecos-bugs@sources.redhat.com


Running cygwin, I downloaded the ecos-install.tcl script using wget as on the 
ecos getting started page: http://sources.redhat.com/ecos/getstart.html.

It fails to connect and reports wget has failed. The reason is that it attempts 
to use the wget --passive-ftp option with http sites. The fix is to replace the 
http sites with valid ftp URLs.

This is the change I made to get it to work...

#RJS removed this
#	variable metadata_url { "http://sources.redhat.com/ecos/ecos-
install.db" \
#                               "ftp://sources.redhat.com/pub/ecos/ecos-
install.db" \
#                               "http://mirrors.rcn.net/pub/sourceware/ecos/ecos
-install.db" \
#                           }

# New - uses ftp sites.
	variable metadata_url { "ftp://sources.redhat.com/pub/ecos/ecos-
install.db" \
                                "ftp://sources.redhat.com/pub/ecos/ecos-
install.db" \
                                "ftp://mirrors.rcn.net/pub/sourceware/ecos/ecos-
install.db" \



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]