#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)
Change History (11)
Changed 6 years ago by ShadSterling (Shad Sterling)
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 |
---|
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: | new → closed |
comment:5 Changed 6 years ago by dershow
Cc: | dershow added |
---|
comment:6 follow-up: 7 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 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 follow-up: 9 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 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
.
Highly likely to be related to the recent gdbm update.