|
From: Hanspeter N. <fi...@sn...> - 2020-05-30 13:33:28
|
On 5/30/20 4:21 AM, Luigi Ernesto Zanotti wrote: > Dear all, > I'm sorry but I lost a set of messages about the followwing issue: > > 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 readline > > make: *** [sharedmods] Error 1 > ### execution of /tmp/fink.KqjX4 failed, exit code 2 > ### execution of /tmp/fink.sw3e1 failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-python27-2.7.18-1 > (Reading database ... 234128 files and directories currently installed.) > Removing fink-buildlock-python27-2.7.18-1 ... > /sw/share/dbus/launchd/org.finkproject.dbus-session.plist: Path had bad > ownership/permissions > /sw/share/dbus/launchd/org.finkproject.dbus-session.plist: Path had bad > ownership/permissions > Failed: phase compiling: python27-2.7.18-1 failed > > Before reporting any errors, please run "fink selfupdate" and try 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. > > Also include the following system information: > Package manager version: 0.45.1 > Distribution version: selfupdate-rsync Wed May 27 11:59:01 2020, > 10.14.5, x86_64 > Trees: local/main stable/main stable/crypto local/injected > Xcode.app: 11.3.1 > Xcode command-line tools: 11.3.1.0.1.1576735732 > Max. Fink build jobs: 1 > > Can anybody tell me the solution? > Thanks in advace, Can you go to <https://github.com/fink/fink-distributions/pull/540/> and download these two files: https://raw.githubusercontent.com/fink/fink-distributions/159d62662c0d6351ca75ed47124a541889f2dfdb/10.9-libcxx/stable/main/finkinfo/languages/python27.info https://raw.githubusercontent.com/fink/fink-distributions/159d62662c0d6351ca75ed47124a541889f2dfdb/10.9-libcxx/stable/main/finkinfo/languages/python27.patch and save them to /sw/fink/dists/local/main/finkinfo/languages (make the directory if not present) And then try rebuilding python27. Hanspeter |