Opened 8 years ago
Closed 8 years ago
#52701 closed defect (invalid)
Macports Crashes
Reported by: | jlsvds | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | ipe, qt4-mac |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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
Change History (2)
comment:1 Changed 8 years ago by jlsvds
comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign added |
---|---|
Description: | modified (diff) |
Keywords: | crashes removed |
Port: | ipe qt4-mac added |
Priority: | High → Normal |
Resolution: | → invalid |
Status: | new → closed |
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.
And this is the message when i want to start ipe