Fink on macOS Big Sur(Resent final)

a_sk--- via Fink-beginners <[email protected]> Sun, 13 Aug 2023 11:29:16 +0900
Newsgroups gmane.os.apple.fink.beginners
Message-ID <[email protected]>
mkdir -p ~/src
cd src
git clone https://github.com/Fink/fink <https://github.com/Fink/fink>
cd fink
./bootstrap

(~/src/fink/perlmod/Services.pm ) —
1446                 if (($sw_vers == 11.6 && $darwin_osx == 11.6) || ($sw_vers == 12.6 && $darwin_osx == 12.5)) {
1447                         # special cases in Big Sur and Monterey where it's OK to have a mismatch
1448                 } else {
1449                         die "$sw_vers does not match the expected value of $darwin_osx. Please run `fink selfupdate` to download a newer version of fink";
1450                 }
1451         }
1452         return $sw_vers;

# Revised Services.pm — delete lines 1446 to 1452

# Secondary ./bootstrap —  (Ref "bootstrap_revised_.txt")

(Quote)
### execution of ./configure failed, exit code 77
.. .. ..
Package manager version: 0.45.99.git
.. ..
Xcode.app: 13.0
Xcode command-line tools: 13.0.0.0.1.1630607135
(Unquote)

# Note: fink selfupdate was unable to run
# configure file is attached (Ref “Config_full.log_.txt”)
(Annex) tar.a.gz

_______________________________________________
Fink-beginners mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners