Changes between Initial Version and Version 3 of Ticket #49224


Ignore:
Timestamp:
Oct 12, 2015, 4:00:34 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I have not seen this problem myself, but it has been reported on the mailing list as well.

Keith, can you please check the rsync server? Has its disk failed?

The rsync server is critical to MacPorts. Without it, users cannot get any updates.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49224

    • Property Cc skidspam@… ryandesign@… cal@… blair@… added
    • Property Component changed from ports to server/hosting
    • Property Summary changed from port selfupdate can not update because broken ports to rsync.macports.org server Input/output errors
    • Property Priority changed from Normal to High
    • Property Keywords selfupdate removed
    • Property Version changed from 2.3.4 to
    • Property Owner changed from macports-tickets@… to admin@…
  • Ticket #49224 – Description

    initial v3  
    11I've installed latest one MacPorts 2.3.4. And i then i tried to update port tree by 'selfupdate' action and i've got this exception:
    22
    3 ''$sudo port -fv selfupdate   
     3{{{
     4$sudo port -fv selfupdate   
    45--->  Updating MacPorts base sources using rsync
    56receiving file list ... done
     
    3940To report a bug, follow the instructions in the guide:
    4041    http://guide.macports.org/#project.tickets
    41 Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: Synchronization of 1 source(s) failed''
    42 
     42Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: Synchronization of 1 source(s) failed
     43}}}
    4344
    4445
    4546After that i couple of times tried to delete port tree, reinstall again and tried to download failed ports manually:
    4647
    47 ''$ rsync -rtvz rsync://rsync.macports.org/release/ports/kde/kde-l10n-eu ./
     48{{{
     49$ rsync -rtvz rsync://rsync.macports.org/release/ports/kde/kde-l10n-eu ./
    4850receiving file list ... rsync: readlink_stat("/ports/kde/kde-l10n-eu/files/patch-CMakeLists.txt.diff" (in release)) failed: Input/output error (5)
    4951done
     
    5456sent 70 bytes  received 958 bytes  293.71 bytes/sec
    5557total size is 1125  speedup is 1.09
    56 rsync error: some files could not be transferred (code 23) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-47/rsync/main.c(1400) [generator=2.6.9]''
     58rsync error: some files could not be transferred (code 23) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-47/rsync/main.c(1400) [generator=2.6.9]
     59}}}
    5760
    5861