Opened 10 years ago

Closed 10 years ago

#44452 closed defect (fixed)

pidgin-otr 4.0 Configure error - build failure due to missing pidgin.pc

Reported by: maccy@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: rsync@…
Port: pidgin

Description

Since pidgin has been updated to version 2.10.9, pidgin-otr fails to configure. It cannot find pidgin anymore:

checking for EXTRA... configure: error: Package requirements (glib-2.0 >= 2.6 gtk+-2.0 >= 2.6 pidgin >= 2.0 purple >= 2.0) were not met:

No package 'pidgin' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables EXTRA_CFLAGS
and EXTRA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_pidgin-otr/pidgin-otr/work/pidgin-otr-4.0.0" && ./configure --prefix=/opt/local 
Exit code: 1
Error: Failed to configure pidgin-otr, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_pidgin-otr/pidgin-otr/work/pidgin-otr-4.0.0/config.log
Error: org.macports.configure for port pidgin-otr returned: configure failure: command execution failed
Warning: targets not executed for pidgin-otr: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
Please see the log file for port pidgin-otr for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_pidgin-otr/pidgin-otr/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port pidgin-otr failed

I have tried uninstalling and reinstalling pidgin. Pidgin builds fine, but pidgin-otr still fails to find it during configure.

Change History (3)

comment:1 Changed 10 years ago by maccy@…

$ port installed pidgin

returns

pidgin @2.10.9_0+python27+quartz (active)

comment:2 Changed 10 years ago by dbevans (David B. Evans)

Cc: devans@… removed
Owner: changed from macports-tickets@… to devans@…
Port: pidgin added; pidgin-otr removed
Status: newassigned
Summary: pidgin-otr 4.0 Configure error - build failure (since pidgin version 2.10.9)pidgin-otr 4.0 Configure error - build failure due to missing pidgin.pc

Confirmed, ${prefix}/lib/pkgconfig/pidgin.pc inadvertantly deleted by pidgin during post-destroot fixups.

comment:3 Changed 10 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: assignedclosed

Fixed in r122713. Thanks for the report.

Note: See TracTickets for help on using tickets.