Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#56693 closed defect (fixed)

avahi configure fails

Reported by: ShadSterling (Shad Sterling) Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 2.5.2
Keywords: Cc: l2dy (Zero King), dershow
Port: avahi

Description

Looks like a missing dependency; in main.log:

:info:configure checking for python module gdbm... no
:info:configure configure: error: Could not find Python module gdbm

config.log contains many warning and error messages which I suspect are normal output for some of the tests, and this one which looks different:

configure:22918: checking for python module gdbm
configure:22947: result: no
configure:22949: error: Could not find Python module gdbm

Attachments (2)

main.log (143.5 KB) - added by ShadSterling (Shad Sterling) 6 years ago.
config.log (217.8 KB) - added by ShadSterling (Shad Sterling) 6 years ago.

Download all attachments as: .zip

Change History (11)

Changed 6 years ago by ShadSterling (Shad Sterling)

Attachment: main.log added

Changed 6 years ago by ShadSterling (Shad Sterling)

Attachment: config.log added

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

Cc: l2dy added

Highly likely to be related to the recent gdbm update.

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

--->  Scanning binaries for linking errors
Could not open /opt/local/lib/libgdbm.5.dylib: Error opening or reading file (referenced from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gdbm.so)

comment:3 Changed 6 years ago by jmroot (Joshua Root)

[27d5d282a66972eb43adb073a279efd853d93683/macports-ports] didn't rev bump py-gdbm's subports, including py27-gdbm.

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

Owner: set to jmroot
Resolution: fixed
Status: newclosed

In 63be3c55be4ccfcbf5d6cd744bf42a4bb9a5f1dd/macports-ports (master):

py*-gdbm: rev bump after gdbm update

Fixes: #56693

comment:5 Changed 6 years ago by dershow

Cc: dershow added

comment:6 Changed 6 years ago by ShadSterling (Shad Sterling)

port selfupdate; port install avahi still fails. If the problem is fixed, when will the install work?

comment:7 in reply to:  6 Changed 6 years ago by l2dy (Zero King)

Replying to ShadSterling:

port selfupdate; port install avahi still fails. If the problem is fixed, when will the install work?

It builds now. https://build.macports.org/builders/ports-10.9_x86_64-builder/builds/59591

comment:8 Changed 6 years ago by ShadSterling (Shad Sterling)

I have the fix installed now. For future reference, if I'm waiting for a fix to get to my mac is there any better way to watch its progress than periodically running port selfupdate; port install avahi? Is 4 hours typical for the timing?

comment:9 in reply to:  8 Changed 6 years ago by l2dy (Zero King)

Replying to ShadSterling:

I have the fix installed now. For future reference, if I'm waiting for a fix to get to my mac is there any better way to watch its progress than periodically running port selfupdate; port install avahi? Is 4 hours typical for the timing?

You can check the modification time of the default ports tree source with rsync rsync://rsync.macports.org/macports/release/tarballs/ports.tar.

Note: See TracTickets for help on using tickets.