Opened 9 years ago

Last modified 9 years ago

#46472 closed defect

Error: Failed to install tiff (sudo port install gtk2 +x11 for OX Yosemite) — at Initial Version

Reported by: chonqwei89@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: tiff

Description

Dear Experts,

OS X Yosemite version 10.10.1 MacPorts based version 2.3.3 XQuartz 2.7.7 (xorg-server 1.15.2)

I have been trying to install GTK2 +x11 for mac in order to run (RQDA) and (rattle) packages in r/ r studio. Due to some errors reported by (see, http://marcoghislanzoni.com/blog/2014/08/29/solved-installing-rattle-r-3-1-mac-os-x-10-9/) I need to install Xcode and MacPorts and running the installation manually.

The problem is, while following the steps

> export PATH=/opt/local/bin:/opt/local/sbin:$PATH
> sudo port selfupdate
> sudo port install pkgconfig
> export PATH=/opt/pkgconfig/bin:$PATH
> sudo port install gtk2 +x11

I encountered this:

MacBook-Pro:~ Thor$  port version
Version: 2.3.3
MacBook-Pro:~ Thor$ export PATH=/opt/local/bin:/opt/local/sbin:$PATH
MacBook-Pro:~ Thor$ sudo port selfupdate
--->  Updating MacPorts base sources using rsync
MacPorts base version 2.3.3 installed,
MacPorts base version 2.3.3 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
MacBook-Pro:~ Thor$  sudo port install pkgconfig
--->  Computing dependencies for pkgconfig
--->  Cleaning pkgconfig
--->  Scanning binaries for linking errors
--->  No broken files found.                             
MacBook-Pro:~ Thor$  sudo port install gtk2 +x11
--->  Computing dependencies for gtk2
--->  Dependencies to be installed: gdk-pixbuf2 tiff hicolor-icon-theme pango Xft2 harfbuzz graphite2 xorg-libXcomposite xorg-compositeproto xorg-libXfixes xorg-fixesproto xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-inputproto xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto
--->  Configuring tiff
Error: org.macports.configure for port tiff returned: autoreconf failure: command execution failed
Error: Failed to install tiff
Please see the log file for port tiff for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_tiff/tiff/main.log
Error: The following dependencies were not installed: gdk-pixbuf2 tiff hicolor-icon-theme pango Xft2 harfbuzz graphite2 xorg-libXcomposite xorg-compositeproto xorg-libXfixes xorg-fixesproto xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-inputproto xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port gtk2 failed
MacBook-Pro:~ Thor$ 

Any helps is most appreciated! Thanks!

Change History (0)

Note: See TracTickets for help on using tickets.