New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #29918 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

mdbtools 0.6pre1 requires pkgconfig but doesn't declare dependency on it

Reported by: johnklopfer@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: and.damore@…
Port: mdbtools

Description

Hi, I'm trying to install mdbtools on an OSX10.5 machine (64 bit) with Xcode 3.1.4. I get the following error:

$ sudo port install mdbtools
Password:
--->  Computing dependencies for mdbtools
--->  Configuring mdbtools
Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details)
Log for mdbtools is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mdbtools/main.log
Error: Status 1 encountered during processing.

The log (attached) reports problems with the installs of glib and pkg-config. However, they're both in the dependencies path, and I've installed both on my system elsewhere.

I'm using MacPorts to install due to problems with installation from tar.gz and cvs.

Any ideas of what's going on here? Patches? Thanks!

Attachments

main.log (21.6 KB) - added by johnklopfer@… 2 years ago.
Logfile

Change History

Changed 2 years ago by johnklopfer@…

Logfile

comment:1 in reply to: ↑ description Changed 2 years ago by ryandesign@…

  • Owner changed from macports-tickets@… to ryandesign@…
  • Status changed from new to assigned
  • Cc and.damore@… added
  • Summary changed from mdbtools 0.6pre1 Configure failure to mdbtools 0.6pre1 requires pkgconfig but doesn't declare dependency on it

Replying to johnklopfer@…:

The log (attached) reports problems with the installs of glib and pkg-config. However, they're both in the dependencies path, and I've installed both on my system elsewhere.

MacPorts does not use things installed on your system elsewhere; it only uses things installed by MacPorts.

comment:2 Changed 2 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

I've added the pkgconfig dependency to mdbtools in r79744 which should resolve this. I also changed flex and bison from library dependencies to build dependencies because AFAICT they're only used at build time.

Note: See TracTickets for help on using tickets.