Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#41395 closed defect (duplicate)

cannot build anything after upgrade to macports 2.2.1 after upgrade osx from 10.6.8 to 10.9

Reported by: daholm@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 2.2.1
Keywords: mavericks Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hey,

after upgrading osx from 10.6.8 to 10.9 and updating macports to 2.2.1 (through installer package) i am not able to build/upgrade any package.

I have checked the permissions for user macports under /opt/local/ all seems fine.

But the build-process stops for every package at the point to create directories in the work directory:

I also removed the whole macports with all installed packages, but also after reinstalling from blank - macports does not build a package because of the same failure.

=== shell output while trying to install bzip2 ===
sudo port install bzip2
--->  Extracting bzip2
Error: org.macports.extract for port bzip2 returned: command execution failed
Please see the log file for port bzip2 for details:
    /opt/local/var/macports/logs/_Volumes_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_bzip2/bzip2/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port bzip2 failed
=== end shell output ===

Attached you can find the mail.log from building bzip2.

best regards

Attachments (1)

main.log (8.8 KB) - added by daholm@… 10 years ago.
mail.log while build

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by daholm@…

Attachment: main.log added

mail.log while build

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Component: portsbase
Description: modified (diff)
Keywords: mavericks added; Failed to create dir removed

Did you follow all the steps in wiki:Migration?

comment:2 Changed 10 years ago by larryv (Lawrence Velázquez)

Resolution: duplicate
Status: newclosed
:debug:extract Executing command line:  cd "/opt/local/var/macports/build/_Volumes_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_bzip2/bzip2/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/bzip2/bzip2-1.0.6.tar.gz' | /usr/bin/tar -xf - 

Your MacPorts prefix is symlinked. Duplicate of #39850.

comment:3 Changed 10 years ago by daholm@…

Thanks a lot.

Changing the variables (in macports.conf) "prefix" and "portdbpath" to the not symlinked location solves this issue.

I hope passing the absolute path to all objects referring to "/opt/local" is not necessary.

Last edited 10 years ago by daholm@… (previous) (diff)
Note: See TracTickets for help on using tickets.