Opened 12 years ago

Closed 12 years ago

#36300 closed defect (invalid)

pkgconfig: build failed

Reported by: nikos.yiotis@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: pkgconfig

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

mac os x mountain lion w/ the latest xcode and gcc version 4.7.1 (MacPorts gcc47 4.7.1_6)

sudo port install qt4-mac
--->  Computing dependencies for qt4-mac
--->  Dependencies to be installed: dbus pkgconfig jpeg libmng lcms tiff libpng sqlite3 libedit
--->  Building pkgconfig
Error: org.macports.build for port pkgconfig returned: command execution failed
Error: Failed to install pkgconfig
Please see the log file for port pkgconfig for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_pkgconfig/pkgconfig/main.log

Here is the log http://codepad.org/9R6TfJQI. Then I install jpeg libmng lcms tiff libpng sqlite3 libedit, but it fails to install dbus pkgconfig. Here is the new log http://codepad.org/5pE92Fng

Change History (3)

comment:1 Changed 12 years ago by nikos.yiotis@…

Cc: nikos.yiotis@… added

Cc Me!

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: nikos.yiotis@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: pkgconfig added
Priority: HighNormal
Summary: Processing of port qt4-mac failed (mountain lion)pkgconfig: build failed

I see the log says:

:info:build Undefined symbols for architecture x86_64:
:info:build   "_iconv", referenced from:
:info:build       _g_iconv in libglib-2.0.a(gconvert.o)
:info:build       _g_convert_with_iconv in libglib-2.0.a(gconvert.o)
:info:build       _open_converter in libglib-2.0.a(gconvert.o)
:info:build       _g_convert_with_fallback in libglib-2.0.a(gconvert.o)
:info:build      (maybe you meant: _g_iconv_close, _g_iconv , _g_iconv_open , _g_convert_with_iconv )
:info:build   "_iconv_close", referenced from:
:info:build       _g_iconv_close in libglib-2.0.a(gconvert.o)
:info:build       _close_converter in libglib-2.0.a(gconvert.o)
:info:build       _iconv_cache_bucket_expire in libglib-2.0.a(gconvert.o)
:info:build      (maybe you meant: _g_iconv_close)
:info:build   "_iconv_open", referenced from:
:info:build       _g_iconv_open in libglib-2.0.a(gconvert.o)
:info:build      (maybe you meant: _g_iconv_open)
:info:build ld: symbol(s) not found for architecture x86_64

But this was also not a clean attempt, so we can't really trust this error. Please "sudo port clean pkgconfig", then try again, then attach the new main.log to this ticket if it fails again.

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

The user responded by email:

thanks, it installs qt4 fine, please delete ticket

So it looks like this was another case of #29223.

Note: See TracTickets for help on using tickets.