Opened 11 years ago
Closed 11 years ago
#41891 closed defect (invalid)
Processing of port subversion-javahlbindings failed on Mac OSX 10.9.1
Reported by: | subo.china@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: |
Description (last modified by larryv (Lawrence Velázquez))
I tried to install javahlbinding with "sudo port install subversion-javahlbindings +no_bdb +universal", but failed. The javahl is the dependency of subclipse plugin of eclipse. The reference is http://subclipse.tigris.org/wiki/JavaHL#head-5bf26515097c3231c1b04dfdb22c036bc511926b
The error message is
Error: org.macports.checksum for port libmagic returned: file-5.16.tar.gz does not exist in /opt/local/var/macports/distfiles/file Error: Failed to install libmagic Please see the log file for port libmagic for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_file/libmagic/main.log Error: The following dependencies were not installed: libmagic serf1 scons python27 bzip2 db46 db_select python_select subversion curl-ca-bundle To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port subversion-javahlbindings failed
the content of main.log as below:
version:1 :debug:main changing euid/egid - current euid: 0 - current egid: 0 :debug:main egid changed to: 501 :debug:main euid changed to: 502 :debug:main Executing org.macports.main (libmagic) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.archivefetch (libmagic) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.fetch (libmagic) :debug:main Privilege de-escalation not attempted as not running as root. :debug:checksum checksum phase started at Mon Dec 23 21:07:48 CST 2013 :notice:checksum ---> Verifying checksums for libmagic :debug:checksum Executing org.macports.checksum (libmagic) :info:checksum ---> Checksumming file-5.16.tar.gz :error:checksum org.macports.checksum for port libmagic returned: file-5.16.tar.gz does not exist in /opt/local/var/macports/distfiles/file :debug:checksum Error code: NONE :debug:checksum Backtrace: file-5.16.tar.gz does not exist in /opt/local/var/macports/distfiles/file while executing "$procedure $targetname" :info:checksum Warning: targets not executed for libmagic: org.macports.activate org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install :error:checksum Failed to install libmagic :debug:checksum couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory while executing "open [file join $dir tclIndex]" :notice:checksum Please see the log file for port libmagic for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_file/libmagic/main.log
Change History (2)
comment:1 Changed 11 years ago by subo.china@…
Cc: | subo.china@… added |
---|
comment:2 Changed 11 years ago by larryv (Lawrence Velázquez)
Cc: | subo.china@… removed |
---|---|
Description: | modified (diff) |
Keywords: | javahl libmagic removed |
Resolution: | → invalid |
Status: | new → closed |
Your MacPorts installation thinks that libmagic
’s distfile is already present, when it clearly isn’t. Please run…
% sudo port clean libmagic subversion-javahlbindings
…and try the installation again.
Note: See
TracTickets for help on using
tickets.
Cc Me!