Opened 4 years ago
Last modified 4 years ago
#60851 closed defect
libiio fails to build under MacOS 10.14.6 — at Version 6
Reported by: | mcquiggi (Kevin McQuiggin) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | libiio |
Description (last modified by mf2k (Frank Schima))
Hi There:
I'm a longtime user of MacPorts, thanks to all you folks for creating this service and keeping the thousands of ports running!
I am a gnuradio user and am trying to install libiio and gr-iio on my system, which runs MacOS 10.14.6.
When I "port install libiio" I get the following messages and the port fails to install. It seems to build, but then fails due a problem with /opt/local/lib/python3.7:
START
iMac:~ mcquiggi$ sudo port clean libiio ---> Cleaning libiio iMac:~ mcquiggi$ sudo port install libiio ---> Computing dependencies for libiio ---> Fetching archive for libiio ---> Attempting to fetch libiio-0.20_0+python37.darwin_18.x86_64.tbz2 from https://packages.macports.org/libiio ---> Attempting to fetch libiio-0.20_0+python37.darwin_18.x86_64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/libiio ---> Attempting to fetch libiio-0.20_0+python37.darwin_18.x86_64.tbz2 from http://aus.us.packages.macports.org/macports/packages/libiio ---> Fetching distfiles for libiio ---> Verifying checksums for libiio ---> Extracting libiio ---> Applying patches to libiio ---> Configuring libiio ---> Building libiio ---> Staging libiio into destroot Error: Failed to destroot libiio: error renaming "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_libiio/libiio/work/destroot/opt/local/lib/python3.7": no such file or directory Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_libiio/libiio/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port libiio failed iMac:~ mcquiggi$
END
I have /opt/local/lib/python3.8, but indeed there is no /opt/local/lib/python3.7.
This seems to be a problem with the install script looking for Python 3.7 but not seeing it as I have Python 3.8.
Any help appreciated. Just wanted to let you know that the install portion of the port is broken.
Kevin McQuiggin mcquiggi@…
Change History (7)
comment:1 Changed 4 years ago by michaelld (Michael Dickens)
comment:2 Changed 4 years ago by michaelld (Michael Dickens)
Owner: | set to michaelld |
---|---|
Status: | new → assigned |
Changed 4 years ago by mcquiggi (Kevin McQuiggin)
comment:3 Changed 4 years ago by mcquiggi (Kevin McQuiggin)
Hi Michael:
The build/install log has now been attached to this ticket!
Thanks in advance,
Kevin
comment:4 Changed 4 years ago by mf2k (Frank Schima)
Keywords: | libiio 2.6.2 MacOS-10.14.6 removed |
---|
comment:6 Changed 4 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
Please attached the build log as noted toward the END portion of the noted text. I'm guessing this is a duplicate of #60669 ... just a guess without the build log!