Re: Fink selfudate-git error in 15.7.1

a_sk--- via Fink-beginners <[email protected]> Mon, 20 Oct 2025 11:04:36 +0900
Newsgroups gmane.os.apple.fink.beginners,gmane.os.apple.fink.general
Message-ID <[email protected]>
--===============5553443186129635846==
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_3D7D420E-405D-49F5-9E46-9AF03355BEF1"


--Apple-Mail=_3D7D420E-405D-49F5-9E46-9AF03355BEF1
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

Dear Hanspeter Niederstrasser and others,

I took the same raplacement done on Sonoma that included Sequoia case (I =
guess on Tahoes, shall be somewhat modifies).
Then I=E2=80=99ve tried =E2=80=9CFink selfupdate-git=E2=80=9D, which =
works without troubles.

> 2025/10/19 11:[email protected]:
>=20
> Dear Hanspeter Niederstrasser and Fink experts,
>=20
> 1) I=E2=80=99ve reminded the similar situation in Sonoma (ref: See the =
following mail).=20
> It was concluded   "the Fink bug.=E2=80=9D =20
>=20
> Shall I do the same replacement cited or others, if that is the case, =
please show me? =20
> I wonder if such Fink bug was still realized (!?)
>=20
> 2) At that time, new Mac version Sequoia(waiting much) was newly =
installed, as the reply had reached me late.  After some understadable =
trouble(need my try and errors), it finally worked well.
>=20
> (I should have updated new version =E2=80=9CTahoes=E2=80=9D, not =
toutch minor version up.   Do you think which is preferable)
>=20
>> Download this file:
>> =
https://raw.githubusercontent.com/fink/fink/refs/heads/master/perlmod/Fink=
/Services.pm
>=20
>> 2024/12/21 20:27=E3=80=81Hanspeter Niederstrasser =
<[email protected]>:
>>=20
>> a_sk--- via Fink-beginners wrote:
>>> After update macOS Sonoma14.6.1 to 14.7 today;
>>> I've just run the following.
>>> $ fink selfupdate-git
>>> 14.7 does not match the expected value of 14.6. Please run `fink =
selfupdate` to download a newer version of fink at =
/opt/sw/lib/perl5/Fink/Services.pm line 1450.
>>> /opt/sw/lib/perl5/Fink/Services.pm
>>> 1450                         die "$sw_vers does not match the =
expected value of $darwin_osx. Please run `fink selfupdate` to download =
a newer version of fink=E2=80=9D;
>>> What is the a newer version of fink=E2=80=9D;??  Do we need newer =
Fink?  If that=E2=80=99s the case, what kinds?
>>> (Note) CLT 15.3, Xcode 15.3, exactly the same one as macOS =
Sonoma14.6.1
>>=20
>> Unfortunately, there's a bug[1] in the fink update code that's =
causing a deadlock (the installed Fink that doesn't know about 14.7 =
needs to know about 14.7 in order fetch the version that runs on 14.7. =
oops). The current workaround is to manually copy a patched version of =
the buggy file into /opt/sw, then selfupdate should work and get you =
going.
>>=20
>> Download this file:
>> =
https://raw.githubusercontent.com/fink/fink/refs/heads/master/perlmod/Fink=
/Services.pm
>>=20
>> And save it to /opt/sw/lib/perl5/Fink/Services.pm
>>=20
>> `fink selfupdate` should work again
>>=20
>> [1] bug: https://github.com/fink/fink/issues/266
>>=20
>> Hanspeter
>=20
>> 2025/10/18 14:09=E3=80=81a_sk--- via Fink-beginners =
<[email protected]>:
>>=20
>> Hi all
>>=20
>> Today I have updated macOS Sequoia 15.6.1 to 15.7.1 (so called =
security update by Apple).
>> I re-installed "Command_Line_Tools_for_Xcode_16.4.dmg=E2=80=9D just =
for confirmation(so far installed and no troubles)
>>=20
>> Log is as follows;
>>=20
>> $ fink selfupdate-git
>> Password:
>> Use of uninitialized value in numeric eq (=3D=3D) at =
/opt/sw/lib/perl5/Fink/Services.pm line 1459.
>> 15.7 does not match the expected value of 15.6. Please run `fink =
selfupdate` to download a newer version of fink at =
/opt/sw/lib/perl5/Fink/Services.pm line 1459.
>>=20
>>=20
>> What=E2=80=99s happened by this update? And what shall I do simply ??
>>=20
>> Services.pm around line 1459 is ---
>> 1450                 my %sw_to_darwin =3D (
>> 1451                         '11.6' =3D> 11.5,
>> 1452                         '11.7' =3D> 11.5,
>> 1453                         '12.6' =3D> 12.5,
>> 1454                         '12.7' =3D> 12.5,
>> 1455                         '13.6' =3D> 13.5,
>> 1456                         '13.7' =3D> 13.5,
>> 1457                         '14.7' =3D> 14.6);
>> 1458      die "$sw_vers does not match the expected value of $darwin_ =
  osx. Please run `fink selfupdate` to download a newer version of fink"
>> 1459                         unless $sw_to_darwin{$sw_vers} =3D=3D =
$darwin_osx;
>>=20
>> $ sw_vers
>> ProductName:		macOS
>> ProductVersion:		15.7.1
>> BuildVersion:		24G231
>>=20
>> $darwin_osx  (nil)
>> _______________________________________________
>> 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
>=20


--Apple-Mail=_3D7D420E-405D-49F5-9E46-9AF03355BEF1
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; =
charset=3Dutf-8"></head><body style=3D"overflow-wrap: break-word; =
-webkit-nbsp-mode: space; line-break: after-white-space;"><font =
face=3D"Menlo" style=3D"font-size: 14px;">Dear Hanspeter Niederstrasser =
and others,</font><div><font face=3D"Menlo" style=3D"font-size: =
14px;"><br></font></div><div><font face=3D"Menlo" style=3D"font-size: =
14px;">I took the same raplacement done on Sonoma that included Sequoia =
case (I guess on Tahoes, shall be somewhat =
modifies).</font></div><div><font face=3D"Menlo" style=3D"font-size: =
14px;">Then I=E2=80=99ve tried =E2=80=9CFink selfupdate-git=E2=80=9D, =
which works without troubles.</font></div><div><div><br><blockquote =
type=3D"cite"><div>2025/10/19 11:[email protected]:</div><br =
class=3D"Apple-interchange-newline"><div><meta http-equiv=3D"content-type"=
 content=3D"text/html; charset=3Dutf-8"><div style=3D"overflow-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: =
after-white-space;">Dear Hanspeter Niederstrasser and Fink =
experts,<div><div><br></div><div>1) I=E2=80=99ve reminded the similar =
situation in Sonoma (ref: See the following mail).&nbsp;</div><div>It =
was concluded &nbsp; "the Fink bug.=E2=80=9D =
&nbsp;</div><div><br></div><div>Shall I do the same replacement cited or =
others, if that is the case, please show me? &nbsp;</div><div>I wonder =
if such Fink bug was still realized (!?)</div><div><br></div><div>2) At =
that time, new Mac version Sequoia(waiting much) was newly installed, as =
the reply had reached me late. &nbsp;After some understadable =
trouble(need my try and errors), it finally worked =
well.</div><div><br></div><div>(I should have updated new version =
=E2=80=9CTahoes=E2=80=9D, not toutch minor version up. &nbsp; Do you =
think which is preferable)</div><div><br></div><div><blockquote =
type=3D"cite" style=3D"">Download this =
file:<br>https://raw.githubusercontent.com/fink/fink/refs/heads/master/per=
lmod/Fink/Services.pm<br></blockquote><div><br></div><div><blockquote =
type=3D"cite" style=3D""><div>2024/12/21 20:27=E3=80=81Hanspeter =
Niederstrasser &lt;[email protected]&gt;:</div><br =
class=3D"Apple-interchange-newline"><div>a_sk--- via Fink-beginners =
wrote:<br><blockquote type=3D"cite">After update macOS Sonoma14.6.1 to =
14.7 today;<br>I've just run the following.<br>$ fink =
selfupdate-git<br>14.7 does not match the expected value of 14.6. Please =
run `fink selfupdate` to download a newer version of fink at =
/opt/sw/lib/perl5/Fink/Services.pm line =
1450.<br>/opt/sw/lib/perl5/Fink/Services.pm<br>1450 =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;die =
"$sw_vers does not match the expected value of $darwin_osx. Please run =
`fink selfupdate` to download a newer version of fink=E2=80=9D;<br>What =
is the a newer version of fink=E2=80=9D;?? &nbsp;Do we need newer Fink? =
&nbsp;If that=E2=80=99s the case, what kinds?<br>(Note) CLT 15.3, Xcode =
15.3, exactly the same one as macOS =
Sonoma14.6.1<br></blockquote><br>Unfortunately, there's a bug[1] in the =
fink update code that's causing a deadlock (the installed Fink that =
doesn't know about 14.7 needs to know about 14.7 in order fetch the =
version that runs on 14.7. oops). The current workaround is to manually =
copy a patched version of the buggy file into /opt/sw, then selfupdate =
should work and get you going.<br><br>Download this =
file:<br>https://raw.githubusercontent.com/fink/fink/refs/heads/master/per=
lmod/Fink/Services.pm<br><br>And save it to =
/opt/sw/lib/perl5/Fink/Services.pm<br><br>`fink selfupdate` should work =
again<br><br>[1] bug: =
https://github.com/fink/fink/issues/266<br><br>Hanspeter</div></blockquote=
><div><br><blockquote type=3D"cite"><div>2025/10/18 14:09=E3=80=81a_sk--- =
via Fink-beginners =
&lt;[email protected]&gt;:</div><br =
class=3D"Apple-interchange-newline"><div><meta http-equiv=3D"content-type"=
 content=3D"text/html; charset=3Dutf-8"><div style=3D"overflow-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: =
after-white-space;"><font face=3D"Menlo" size=3D"2">Hi =
all</font><div><font face=3D"Menlo" size=3D"2"><br></font></div><div><font=
 face=3D"Menlo" size=3D"2">Today I have updated macOS Sequoia 15.6.1 to =
15.7.1 (so called security update by Apple).</font></div><div><font =
face=3D"Menlo" size=3D"2">I re-installed =
"Command_Line_Tools_for_Xcode_16.4.dmg=E2=80=9D just for confirmation(so =
far installed and no troubles)</font></div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">Log is =
as follows;</font></div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><div style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures">$ fink selfupdate-git</span></div><div =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 14px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal;"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures">Password:</span></div><div style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 14px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures">Use of uninitialized value in numeric eq (=3D=3D) =
at /opt/sw/lib/perl5/Fink/Services.pm line 1459.</span></div><div =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 14px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal;"><span =
style=3D"font-variant-ligatures: no-common-ligatures">15.7 does not =
match the expected value of 15.6. Please run `fink selfupdate` to =
download a newer version of fink at /opt/sw/lib/perl5/Fink/Services.pm =
line 1459.</span></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><br></span></div><div style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 14px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><br></span></div><div style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 14px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures">What=E2=80=99s happened by this update? And what =
shall I do simply ??</span></div><div style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><br></span></div><div style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 14px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;">Services.pm around line 1459 is =
---</div><div><div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #c1651c">1450 </span><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; my %sw_to_darwin =3D =
(</span></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #c1651c">1451 </span><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
'11.6' =3D&gt; 11.5,</span></div><div style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #c1651c">1452 </span><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
'11.7' =3D&gt; 11.5,</span></div><div style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #c1651c">1453 </span><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
'12.6' =3D&gt; 12.5,</span></div><div style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #c1651c">1454 </span><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
'12.7' =3D&gt; 12.5,</span></div><div style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #c1651c">1455 </span><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
'13.6' =3D&gt; 13.5,</span></div><div style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #c1651c">1456 </span><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
'13.7' =3D&gt; 13.5,</span></div><div style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #c1651c">1457 </span><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
'14.7' =3D&gt; 14.6);</span></div><div style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #c1651c">1458 </span><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp;die "$sw_vers does not match the expected value of =
$darwin_</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #c1651c"> &nbsp; </span><span =
style=3D"font-variant-ligatures: no-common-ligatures">osx. Please run =
`fink selfupdate` to download a newer version of fink"</span></div><div =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 14px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal;"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#c1651c">1459 </span><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; unless $sw_to_darwin{$sw_vers} =3D=3D =
$darwin_osx;</span></div></div></div></div><div><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><br></span></div><div><span =
style=3D"font-variant-ligatures: no-common-ligatures"><div =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 14px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal;"><span =
style=3D"font-variant-ligatures: no-common-ligatures">$ =
sw_vers</span></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures">ProductName:<span class=3D"Apple-tab-span" =
style=3D"white-space:pre">		</span>macOS</span></div><div =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 14px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal;"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures">ProductVersion:<span class=3D"Apple-tab-span" =
style=3D"white-space:pre">		</span>15.7.1</span></div><div =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 14px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal;"><span =
style=3D"font-variant-ligatures: no-common-ligatures">BuildVersion:<span =
class=3D"Apple-tab-span" style=3D"white-space:pre">		=
</span>24G231</span></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 14px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><br></span></div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 14px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal;"><span =
style=3D"font-variant-ligatures: no-common-ligatures"></span></p><div =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 14px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal;"><span =
style=3D"font-variant-ligatures: no-common-ligatures">$darwin_osx =
&nbsp;(nil)</span></div></span></div></div>_______________________________=
________________<br>Fink-beginners mailing =
list<br>[email protected]<br>List =
archive:<br>https://sourceforge.net/p/fink/mailman/fink-users/<br>Subscrip=
tion =
management:<br>https://lists.sourceforge.net/lists/listinfo/fink-beginners=
</div></blockquote></div><br></div></div></div></div></div></blockquote></=
div><br></div></body></html>=

--Apple-Mail=_3D7D420E-405D-49F5-9E46-9AF03355BEF1--


--===============5553443186129635846==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============5553443186129635846==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
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
--===============5553443186129635846==--