Ticket #33605 (closed defect: duplicate)
fftw-3.3.1: No such file or directory
| Reported by: | mr.nice_365@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.4 |
| Keywords: | Cc: | ||
| Port: |
Description (last modified by ryandesign@…) (diff)
tclIndex is referenced to the wrong position, it should be at: /System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/Scripts/tclIndex
but when trying to build it macPorts is looking here:
:debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
this is what I typed in terminal: "sudo port install py27-pyfftw3" am on OS X 10.7.3 with Xcode 4.3
this is shown in terminal:
---> Computing dependencies for py27-pyfftw3 ---> Dependencies to be installed: fftw-3 fftw-3-long fftw-3-single ---> Building fftw-3 Error: Target org.macports.build returned: shell command failed (see log for details) Error: Failed to install fftw-3 Log for fftw-3 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/main.log Error: The following dependencies were not installed: fftw-3 fftw-3-long fftw-3-single Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
this is shown in the error report:
version:1
:debug:main Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/math/fftw-3/work
:debug:main changing euid/egid - current euid: 0 - current egid: 0
:debug:main egid changed to: 501
:debug:main euid changed to: 503
:debug:main Executing org.macports.main (fftw-3)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.archivefetch (fftw-3)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (fftw-3)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (fftw-3)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (fftw-3)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (fftw-3)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (fftw-3)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Mon Mar 12 15:59:30 CET 2012
:notice:build ---> Building fftw-3
:debug:build Executing org.macports.build (fftw-3)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.7' GI_SCANNER_DISABLE_CACHE='1'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.1" && /usr/bin/make -j2 -w all'
:debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.1" && /usr/bin/make -j2 -w all
:info:build sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.1: No such file or directory
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.1" && /usr/bin/make -j2 -w all " returned error 1
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
while executing
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for fftw-3): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:error:build Failed to install fftw-3
:debug:build 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:build Log for fftw-3 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/main.log
Change History
comment:2 Changed 15 months ago by ryandesign@…
- Status changed from new to closed
- Resolution set to duplicate
- Summary changed from py27-pyfftw3 @0.2.2 +build failure -tclIndex missing to fftw-3.3.1: No such file or directory
The tclIndex error is spurious and should be ignored.
The real error is:
:info:build sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.1: No such file or directory
This is a duplicate of #29223. Run "sudo port clean fftw-3" and try again.
"Clean and try again" is the first thing you should try anytime any port fails.
Note: See
TracTickets for help on using
tickets.

