Opened 13 years ago

Closed 13 years ago

#28056 closed defect (fixed)

mpc missing pkgconfig dependency

Reported by: bernard@… Owned by: milosh@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: mpc

Description (last modified by jmroot (Joshua Root))

On a completely clean machine the port mpc fails to configure giving the following error:

:info:configure checking whether make sets $(MAKE)... (cached) yes
:info:configure checking for pkg-config... no
:info:configure checking for socket in -lsocket... no
:info:configure checking for gethostbyname in -lnsl... no
:info:configure checking for LIBMPDCLIENT... no
:info:configure configure: error: libmpdclient2 is required
:info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_mpc/work/mpc-0.20" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man " returned error 1
:error:configure Target org.macports.configure returned: configure failure: shell command failed (see log for details)
:debug:configure Backtrace: configure failure: shell command failed (see log for details)
    while executing
"$procedure $targetname"
:info:configure Warning: the following items did not execute (for mpc): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
:notice:configure Log for mpc is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_mpc/main.log

The machine configuration is: Intel mac mini Clean install of Snow Leopard 10.6 + patches to 10.6.6 Xcode 3.2.5 with iOS SDK 4.2 MacPorts 1.9.2

Steps to reproduce:

sudo port -f uninstall installed
sudo port clean --all uninstalled
sudo port selfupdate
sudo port install mpc

Change History (4)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: changed from macports-tickets@… to milosh@…
Priority: HighNormal

Please remember to preview and use WikiFormatting, and to cc the maintainer. As per the ticket guidelines, the High priority is reserved for the use of MacPorts team members.

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Might just need a pkgconfig build dependency.

comment:3 Changed 13 years ago by bernard@…

I tried sudo port install pkgconfig sudo port install mpc and that seems to have fixed it.

so yes it seems that that dependency is required

comment:4 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Summary: port mpc fails to configure as it required libmpdclient2mpc missing pkgconfig dependency
Note: See TracTickets for help on using tickets.