Opened 6 months ago
Closed 6 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)
Change History (6)
comment:1 follow-up: 2 Changed 6 months ago by jmroot (Joshua Root)
Changed 6 months ago by barracuda156
Attachment: | avahi_py312.log added |
---|
comment:2 Changed 6 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 6 months ago by mohd-akram (Mohamed Akram)
Check the symlink? Run configure and ls -l
the symlink.
comment:4 Changed 6 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 6 months ago by mohd-akram (Mohamed Akram)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
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.