[MacPorts] #59827: python38 @3.8.0: build fails on Tiger: missing copyfile.h
MacPorts
noreply at macports.org
Mon Dec 9 23:47:17 UTC 2019
#59827: python38 @3.8.0: build fails on Tiger: missing copyfile.h
--------------------------+----------------------
Reporter: SerpentChris | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Keywords: | Port: python38
--------------------------+----------------------
I'm trying to build Python 3.8 on Mac OS X 10.4.11 PPC, and the build
seems to fail here:
{{{
/opt/local/bin/gcc-apple-4.2 -fno-strict-aliasing -Wsign-compare -fno-
common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc
-std=c99 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -I./Include/internal -I.
-I./Include -I/opt/local/include -DPy_BUILD_CORE_BUILTIN
-DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/posixmodule.c -o
Modules/posixmodule.o
./Modules/posixmodule.c:113:22: error: copyfile.h: No such file or
directory
./Modules/posixmodule.c: In function 'os__fcopyfile_impl':
./Modules/posixmodule.c:9175: warning: implicit declaration of function
'fcopyfile'
./Modules/posixmodule.c: In function 'all_ins':
./Modules/posixmodule.c:14226: error: 'COPYFILE_DATA' undeclared (first
use in this function)
./Modules/posixmodule.c:14226: error: (Each undeclared identifier is
reported only once
./Modules/posixmodule.c:14226: error: for each function it appears in.)
}}}
I've noticed there is also a build failure for Leopard, might these be
related?
--
Ticket URL: <https://trac.macports.org/ticket/59827>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list