Opened 11 years ago
Closed 11 years ago
#41850 closed defect (invalid)
apg @2.2.3_1 upgrade failed
Reported by: | m@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | apg |
Description
Performing an upgrade outdated is failing on apt port:
[Users/mannu] > selfupdate ---> Updating MacPorts base sources using rsync MacPorts base version 2.2.1 installed, MacPorts base version 2.2.1 downloaded. ---> Updating the ports tree ---> MacPorts base is already the latest version The ports tree has been updated. To upgrade your installed ports, you should run port upgrade outdated [Users/mannu] > upgrade outdated ---> Computing dependencies for apg ---> Extracting apg Error: org.macports.extract for port apg returned: command execution failed Please see the log file for port apg for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_apg/apg/main.log Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets [Users/mannu] > clean apg ---> Cleaning apg [Users/mannu] > upgrade outdated ---> Fetching archive for apg ---> Attempting to fetch apg-2.2.3_1.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/apg ---> Attempting to fetch apg-2.2.3_1.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/apg ---> Attempting to fetch apg-2.2.3_1.darwin_13.x86_64.tbz2 from http://packages.macports.org/apg ---> Computing dependencies for apg ---> Fetching distfiles for apg ---> Verifying checksums for apg ---> Extracting apg Error: org.macports.extract for port apg returned: command execution failed Please see the log file for port apg for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_apg/apg/main.log Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets [Users/mannu] >
From log file, some script is trying to use /usr/bin/gnutar that is not available.
On my machine gnu tar is located on /Library/OpenBase/bin/gnutar
Installing gnutar port has not resolved the issue :
[Users/mannu] > install gnutar ---> Computing dependencies for gnutar ---> Fetching archive for gnutar ---> Attempting to fetch gnutar-1.27.1_0.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/gnutar ---> Attempting to fetch gnutar-1.27.1_0.darwin_13.x86_64.tbz2.rmd160 from http://lil.fr.packages.macports.org/gnutar ---> Installing gnutar @1.27.1_0 ---> Activating gnutar @1.27.1_0 ---> Cleaning gnutar ---> Updating database of binaries: 100.0% ---> Scanning binaries for linking errors: 100.0% ---> No broken files found. [Users/mannu] > upgrade outdated ---> Computing dependencies for apg ---> Extracting apg Error: org.macports.extract for port apg returned: command execution failed Please see the log file for port apg for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_apg/apg/main.log Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets [Users/mannu] >
Attachments (1)
Change History (7)
Changed 11 years ago by m@…
comment:1 Changed 11 years ago by m@…
Cc: | m@… added |
---|
comment:3 follow-up: 4 Changed 11 years ago by larryv (Lawrence Velázquez)
Keywords: | gnutar removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
You must have upgraded to Mavericks without following the migration instructions. Please do so.
comment:4 Changed 11 years ago by m@…
Replying to larryv@…:
You must have upgraded to Mavericks without following the migration instructions. Please do so.
I didn't migrate to Maverick recently and I was able to upgrade my port successfully in the past.
I have uninstalled all my ports then I have reinstalled macport and I still got the issue when trying to install apg port. I was able to reinstall zlib, a2ps, gnuplot for example. A lot of requisite ports were also installed.
comment:5 Changed 11 years ago by m@…
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:6 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
The port installs/upgrades fine on Mavericks:
$ port -d installed apg The following ports are currently installed: apg @2.2.3_1 (active) platform='darwin 13' archs='x86_64'
Your setup is broken. You probably do not have the command line tools installed correctly. In any event, Trac is not for tech support. Follow-up on the Macports Users mailing list instead.
Cc Me!