[MacPorts] #65739: certbot-apache gcc4 vs libgcc7
MacPorts
noreply at macports.org
Tue Aug 30 13:58:44 UTC 2022
#65739: certbot-apache gcc4 vs libgcc7
--------------------+----------------------------
Reporter: sam452 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Keywords: | Port: apache-certbot
--------------------+----------------------------
Thanks to the work of MacPorts I have installed the standalone certbot
package on this PowerPC Leopard Mac mini.
Now I want to install the certbot-apache variant and determined that I
should run
sudo port upgrade outdated
Where it appeared to upgrade to libgcc7 with no failure messages that I
can determine. It then upgraded my Apache, Python and the other packages I
have installed.
With Python upgraded I set port to see python310 as python3. Same with
pip3.
I then started my install
sudo port install certbot-apache
And the log says it failed when it attempted run setup.py in context of
protobuf-3.19.3 using the python found in 3.10/bin/python3.10
python3.10 setup.py --no-user-cfg --cpp_implementation build -j1
This is where it failed. Following along I attempted to run this command
in this context to see what the Python script returned.
In context of building 'google.protobuf.pyext._message' extension
it's running /usr/bin/gcc-4.2 to run this command
{{{
building 'google.protobuf.pyext._message' extension
/usr/bin/gcc-4.2 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic
-DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -I. -I../src
-I/Users/wanzie/macports/Library/Frameworks/Python.framework/Versions/3.10/include/python3.10
-c google/protobuf/pyext/descriptor.cc -o build/temp.macosx-10.9-ppc-
cpython-310/google/protobuf/pyext/descriptor.o -Wno-write-strings -Wno-
invalid-offsetof -Wno-sign-compare -Wno-unused-variable -std=c++11 -Wno-
shorten-64-to-32 -Wno-deprecated-register "" ""
powerpc-apple-darwin9-gcc-4.2.1: : No such file or directory
}}}
I haven't determined which file is missing but is it a concern that I'm
running gcc4? Is it pointing to the new libgcc7 libraries?
What should I do instead?, sam
--
Ticket URL: <https://trac.macports.org/ticket/65739>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list