|
From: Zhu, J. <jx...@la...> - 2020-06-05 14:01:12
|
Dear Hanspeter,
Thank you for the follow up. I forgot to update everyone.
I have tried with an upgraded command line tools (matching Xcode version) and but it didn't work either.
I couldn't downgrade XCode because of our institute requirements.
Also include the following system information:
Package manager version: 0.45.1
Distribution version: selfupdate-git Sat May 30 09:53:00 2020, 10.14.5, x86_64
Trees: local/main stable/main local/injected
Xcode.app: 11.3.1
Xcode command-line tools: 11.3.1.0.1.1576735732
Max. Fink build jobs: 12
The error message is the same
gcc -L/sw/lib -bundle /sw/src/fink.build/python27-2.7.18-2/Python-2.7.18/libpython2.7.dylib -L/sw/lib -L/sw/lib -fno-strict-aliasing -Wno-nullability-completeness -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/sw/include -I/sw/include/ncursesw -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include build/temp.macosx-10.14-x86_64-2.7/sw/src/fink.build/python27-2.7.18-2/Python-2.7.18/Modules/_ctypes/_ctypes.o build/temp.macosx-10.14-x86_64-2.7/sw/src/fink.build/python27-2.7.18-2/Python-2.7.18/Modules/_ctypes/callbacks.o build/temp.macosx-10.14-x86_64-2.7/sw/src/fink.build/python27-2.7.18-2/Python-2.7.18/Modules/_ctypes/callproc.o build/temp.macosx-10.14-x86_64-2.7/sw/src/fink.build/python27-2.7.18-2/Python-2.7.18/Modules/_ctypes/stgdict.o build/temp.macosx-10.14-x86_64-2.7/sw/src/fink.build/python27-2.7.18-2/Python-2.7.18/Modules/_ctypes/cfield.o build/temp.macosx-10.14-x86_64-2.7/sw/src/fink.build/python27-2.7.18-2/Python-2.7.18/Modules/_ctypes/malloc_closure.o build/temp.macosx-10.14-x86_64-2.7/sw/src/fink.build/python27-2.7.18-2/Python-2.7.18/Modules/_ctypes/darwin/dlfcn_simple.o -L/sw/lib -L. -lffi -ldl -o build/lib.macosx-10.14-x86_64-2.7/_ctypes.so
Python build finished, but the necessary bits to build these modules were not found:
bsddb185 dl imageop
linuxaudiodev ossaudiodev spwd
sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
(Fink package build should have 7 missing)
Failed to build these modules:
_scproxy
make: *** [sharedmods] Error 1
### execution of /tmp/fink.BDEDc failed, exit code 2
### execution of /tmp/fink.hpbcJ failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-python27-2.7.18-2
(Reading database ... 62409 files and directories currently installed.)
Removing fink-buildlock-python27-2.7.18-2 ...
Failed: phase compiling: python27-2.7.18-2 failed
Before reporting any errors, please run "fink selfupdate" and try again.
Also try using "fink configure" to set your maximum build jobs to 1 and
attempt to build the package again.
If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem. If not, ask on one (not both, please) of
these mailing lists:
The Fink Users List <fin...@li...>
The Fink Beginners List <fin...@li...>,
with a carbon copy to the maintainer:
Daniel Johnson <da...@da...>
Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.
Please try to include the complete error message in your report. This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.
Thanks,
Jianxin
On 6/5/20, 6:10 AM, "Hanspeter Niederstrasser" <fi...@sn...> wrote:
On 5/31/20 12:04 PM, Zhu, Jianxin via Fink-users wrote:
> Dear Luigi,
>
> In your description for iMac, you meant python27_2.7.18-1 or 2, right?
>
> We are also aware that Xcode and CLT 11.3.1 is supposed to be for MacOSX 10.5 (Catalina) not for 10.4 (Mojave). This is what was installed on my MacBook.
> But I hope this is not the root cause of failure to build python27_2.7.18-2.
According to this: https://xcodereleases.com/ Xcode 11.3.1 is available
for 10.14.4+
Jianxin, according to your original message you have:
> Xcode.app: 11.3.1
> Xcode command-line tools: 10.3.0.0.1.1562985497
There's a mismatch there in the versions. What happens if you update the
command line tools to 11.3.1 to match Xcode.app ? Or downgrade the
Xcode.app to 10.3.0 to match the command line tools?
Hanspeter
|