|
From: Hanspeter N. <fi...@sn...> - 2020-06-06 11:57:10
|
On 6/5/20 9:00 AM, Zhu, Jianxin via Fink-users wrote: > 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 Can you search through the build log for '_scproxy' ? Hopefully it'll show the compiler error that caused the _scproxy module to not build. You can also try rebuilding python27 using the -l flag (fink -l rebuild python27), which saves the log as a text file to /tmp and send that to me offlist. Out of curiosity, what's the output of 'printenv LANG' in Terminal? Hanspeter |