Changes between Initial Version and Version 2 of Ticket #37213


Ignore:
Timestamp:
Dec 6, 2012, 9:01:53 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It builds fine for me; there must be something special about your system.

Comparing your log to mine, I see this in yours but not in mine:

:info:build gconvert.c: In function 'g_iconv':
:info:build gconvert.c:314: warning: passing argument 2 of 'libiconv' from incompatible pointer type

Perhaps there is a problem with your libiconv port.

I've committed a change to pkgconfig to make the log more verbose. Could you please:

sudo port selfupdate
sudo port clean pkgconfig
sudo port install pkgconfig

And attach the new main.log? Maybe that will help identify the problem better.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37213

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port pkgconfig added
  • Ticket #37213 – Description

    initial v2  
    11I ran into this while trying to install php5-gd. The build failed, so I tried:
     2{{{
    23sudo port clean pkgconfig
     4}}}
    35then
     6{{{
    47sudo port install pkgconfig
     8}}}
    59but got the same error.
    610