Opened 10 years ago

Last modified 10 years ago

#42808 closed defect

freetype @2.5.3: GNU make (>= 3.80) or makepp (>= 1.19) is required to build FreeType2 — at Version 1

Reported by: schirnding-haus Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: freetype

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

folgender Fehler ist aufgetaucht :

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 (freetype)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.archivefetch (freetype)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (freetype)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (freetype)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (freetype)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (freetype)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:configure configure phase started at Tue Mar 11 14:23:25 CET 2014
:notice:configure --->  Configuring freetype
:debug:configure Using compiler 'Xcode Clang'
:debug:configure Executing org.macports.configure (freetype)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -Os -arch x86_64' CPPFLAGS='-isystem/opt/local/include' CXXFLAGS='-pipe -Os -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.9' CXX='/usr/bin/clang++' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_freetype/freetype/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -Os -m64' LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64' FCFLAGS='-pipe -Os -m64' OBJC='/usr/bin/clang' OBJCXX='/usr/bin/clang++' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -Os -arch x86_64' OBJCXXFLAGS='-pipe -Os -arch x86_64' FFLAGS='-pipe -Os -m64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/clang'
:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_freetype/freetype/work/freetype-2.5.3" && ./configure --prefix=/opt/local'
:debug:configure Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_freetype/freetype/work/freetype-2.5.3" && ./configure --prefix=/opt/local 
:info:configure GNU make (>= 3.80) or makepp (>= 1.19) is required to build FreeType2.
:info:configure Please try
:info:configure 
:info:configure   MAKE=<GNU make command name> ./configure
:info:configure 
:info:configure or
:info:configure 
:info:configure   MAKE="makepp --norc-substitution" ./configure
:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_freetype/freetype/work/freetype-2.5.3" && ./configure --prefix=/opt/local 
:info:configure Exit code: 1
:error:configure org.macports.configure for port freetype returned: configure failure: command execution failed
:debug:configure Error code: NONE
:debug:configure Backtrace: configure failure: command execution failed
    while executing
"$procedure $targetname"
:info:configure Warning: targets not executed for freetype: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
:error:configure Failed to install freetype
:debug:configure 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:configure Please see the log file for port freetype for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_freetype/freetype/main.log

Change History (1)

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

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: freetype added
Priority: HighNormal
Summary: sudo port install gtk3 +no_x11 +quartzfreetype @2.5.3: GNU make (>= 3.80) or makepp (>= 1.19) is required to build FreeType2

Remember to use WikiFormatting when writing in Trac.

The relevant error appears to be:

:info:configure GNU make (>= 3.80) or makepp (>= 1.19) is required to build FreeType2.

I see you're running OS X 10.9 Mavericks. Have you installed the command line tools by running "xcode-select --install"? This is required to use MacPorts on Mavericks.

Note: See TracTickets for help on using tickets.