Changes between Initial Version and Version 1 of Ticket #35526


Ignore:
Timestamp:
Aug 4, 2012, 8:58:22 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log says:

:info:build gresource-tool.c:34:20: error: libelf.h: No such file or directory

This sounds like #33948 which I thought I had worked around. However before we get carried away analyzing this, the log also says:

:debug:main Skipping completed org.macports.archivefetch (glib2)
:debug:main Skipping completed org.macports.fetch (glib2)
:debug:main Skipping completed org.macports.checksum (glib2)
:debug:main Skipping completed org.macports.extract (glib2)
:debug:main Skipping completed org.macports.patch (glib2)
:debug:main Skipping completed org.macports.configure (glib2)

This means this was not a clean build attempt so we should not trust it. Please run:

sudo port clean glib2

Then try again. If it fails again, then attach the new main.log.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35526

    • Property Keywords gerbv glib2 removed
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Summary changed from Install of gerbv fails at glib2 to glib2: error: libelf.h: No such file or directory
    • Property Port glib2 added; gerbv removed
  • Ticket #35526 – Description

    initial v1  
    1 This is an attempt to install "gerbv" under Mac OS X Mountain Lion.  I have uninstalled all ports (sudo port -fp uninstall installed), removed directories:
     1This is an attempt to install "gerbv" under Mac OS X Mountain Lion.  I have uninstalled all ports ({{{sudo port -fp uninstall installed}}}), removed directories:
     2{{{
    23sudo rm -rf \
    34    /opt/local \
     
    1112    /Library/Tcl/macports1.0 \
    1213    ~/.macports
     14}}}
    1315
    14 reinstall MacPorts from the 2.1.2 installer.
     16reinstall MacPorts from the 2.1.2 installer. [[br]]
    1517Installed the XCode CLI tools, X11
    1618
    1719Here is the transcript:
    1820
     21{{{
    1922proton:~ wayne$ sudo port install gerbv
    2023Password:
     
    3134Error: Processing of port gerbv failed
    3235proton:~ wayne$
     36}}}