[MacPorts] #52701: Macports Crashes
MacPorts
noreply at macports.org
Tue Oct 25 12:21:51 CEST 2016
#52701: Macports Crashes
---------------------------+--------------------------------
Reporter: jlsvds | Owner: macports-tickets@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: invalid | Keywords:
Port: ipe, qt4-mac |
---------------------------+--------------------------------
Changes (by ryandesign):
* status: new => closed
* cc: ryandesign (added)
* priority: High => Normal
* keywords: crashes =>
* resolution: => invalid
* port: => ipe, qt4-mac
Old description:
> Hi after the selfupdate and the outdated update my whole Macports
> crashes.
>
> I can't start Ipe and if I want to do a selfupdate I got this message.
>
> Is there anyone who can help me?
>
>
> port -d selfupdateDEBUG: MacPorts sources location:
> /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
> ---> Updating MacPorts base sources using rsync
>
> Willkommen auf dem RSYNC-server auf ftp.fau.de.
> Nicht all unsere Mirror sind per rsync verfuegbar.
>
> Welcome to the RSYNC daemon on ftp.fau.de.
> Not all of our mirrors are available through rsync.
>
> receiving file list ... done
> rsync: mkstemp
> "/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/.base.tar.W5EvJB"
> failed: Permission denied (13)
> inflate returned -3 (19 bytes)
> rsync error: error in rsync protocol data stream (code 12) at
> /SourceCache/rsync/rsync-40/rsync/token.c(419) [receiver=2.6.9]
> rsync: connection unexpectedly closed (31 bytes received so far)
> [generator]
> rsync error: error in rsync protocol data stream (code 12) at
> /SourceCache/rsync/rsync-40/rsync/io.c(452) [generator=2.6.9]
> Command failed: /usr/bin/rsync -rtzv --delete-after
> rsync://rsync.macports.org/release/tarballs/base.tar
> /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
> Exit code: 12
> DEBUG: Error synchronizing MacPorts sources: command execution failed
> while executing
> "macports::selfupdate [array get global_options] base_updated"
> Error: Error synchronizing MacPorts sources: command execution failed
> To report a bug, follow the instructions in the guide:
> http://guide.macports.org/#project.tickets
> Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing
> MacPorts sources: command execution failed
New description:
Hi after the selfupdate and the outdated update my whole Macports crashes.
I can't start Ipe and if I want to do a selfupdate I got this message.
Is there anyone who can help me?
{{{
port -d selfupdateDEBUG: MacPorts sources location:
/opt/local/var/macports/sources/rsync.macports.org/release/tarballs
---> Updating MacPorts base sources using rsync
Willkommen auf dem RSYNC-server auf ftp.fau.de.
Nicht all unsere Mirror sind per rsync verfuegbar.
Welcome to the RSYNC daemon on ftp.fau.de.
Not all of our mirrors are available through rsync.
receiving file list ... done
rsync: mkstemp
"/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/.base.tar.W5EvJB"
failed: Permission denied (13)
inflate returned -3 (19 bytes)
rsync error: error in rsync protocol data stream (code 12) at
/SourceCache/rsync/rsync-40/rsync/token.c(419) [receiver=2.6.9]
rsync: connection unexpectedly closed (31 bytes received so far)
[generator]
rsync error: error in rsync protocol data stream (code 12) at
/SourceCache/rsync/rsync-40/rsync/io.c(452) [generator=2.6.9]
Command failed: /usr/bin/rsync -rtzv --delete-after
rsync://rsync.macports.org/release/tarballs/base.tar
/opt/local/var/macports/sources/rsync.macports.org/release/tarballs
Exit code: 12
DEBUG: Error synchronizing MacPorts sources: command execution failed
while executing
"macports::selfupdate [array get global_options] base_updated"
Error: Error synchronizing MacPorts sources: command execution failed
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing
MacPorts sources: command execution failed
}}}
--
Comment:
You mentioned that selfupdate fails, because permission is denied. This
means you didn't use `sudo`, which you must do:
{{{
sudo port selfupdate
}}}
You also mentioned that ipe crashes because it links with libQtGui.4,
which links with libpng14.14, which doesn't exist. The fact that you have
anything still linking with libpng14.14 (instead of libpng16.16), and the
fact that your libQtGui.4 is located directly in /opt/local/lib (instead
of in /opt/local/libexec/qt4/lib) both indicate that your MacPorts
installation is over a year out of date, probably several years. Running
`sudo port selfupdate` and `sudo port upgrade outdated` should address
these issues, although after that much time, it's possible you will run
into some upgrade problems. If so, please ask for help on the macports-
users mailing list, unless you're sure the problem you're seeing is a bug,
in which case please file a ticket here in Trac.
Remember to selfupdate regularly.
--
Ticket URL: <https://trac.macports.org/ticket/52701#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list