Opened 4 months ago

Closed 4 months ago

#70138 closed defect (fixed)

avahi @0.8_7 fails to install: ../../py-compile: No such file or directory

Reported by: barracuda156 Owned by: i0ntempest
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc: mohd-akram (Mohamed Akram)
Port: avahi

Description

Making install in avahi
make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_avahi/avahi/work/avahi-0.8/avahi-python/avahi'
make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_avahi/avahi/work/avahi-0.8/avahi-python/avahi'
make[3]: Nothing to be done for `install-exec-am'.
 /opt/local/bin/gmkdir -p '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_avahi/avahi/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/avahi'
 /usr/bin/install -c -m 644 __init__.py '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_avahi/avahi/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/avahi'
/bin/sh: ../../py-compile: No such file or directory
make[3]: *** [install-avahiPYTHON] Error 127
make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_avahi/avahi/work/avahi-0.8/avahi-python/avahi'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_avahi/avahi/work/avahi-0.8/avahi-python/avahi'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_avahi/avahi/work/avahi-0.8/avahi-python'
make: *** [install-recursive] Error 1

Attachments (1)

avahi_py312.log (301.2 KB) - added by barracuda156 4 months ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 4 months ago by jmroot (Joshua Root)

Please don't just quote log snippets when reporting build failures. You need to attach the full main.log, every time, or the maintainers do not have all the information they need.

Changed 4 months ago by barracuda156

Attachment: avahi_py312.log added

comment:2 in reply to:  1 Changed 4 months ago by barracuda156

Replying to jmroot:

Please don't just quote log snippets when reporting build failures. You need to attach the full main.log, every time, or the maintainers do not have all the information they need.

Sure, added the log.

avahi +python311 installs normally as before. Something goes wrong with that hack in the portfile.

comment:3 Changed 4 months ago by mohd-akram (Mohamed Akram)

Check the symlink? Run configure and ls -l the symlink.

comment:4 Changed 4 months ago by mohd-akram (Mohamed Akram)

I see what might be the issue, there might be two versions of automake installed and the glob therefore causes an issue.

comment:5 Changed 4 months ago by mohd-akram (Mohamed Akram)

Resolution: fixed
Status: assignedclosed

In 6c2bfca5a0d382f0c6fe527d617d2449d706f333/macports-ports (master):

avahi: fix py-compile symlink

Several versions of automake might be installed.

Fixes: #70138

Note: See TracTickets for help on using tickets.