Re: [Fink-users] ReRe: Fink selfudate-git error in 15.7.1

a_sk--- via Fink-beginners <[email protected]> Wed, 29 Oct 2025 15:49:56 +0900
Newsgroups gmane.os.apple.fink.beginners,gmane.os.apple.fink.general
Message-ID <[email protected]>
--===============2030804315095182429==
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_18155FF5-3130-41C1-974C-A55835438912"


--Apple-Mail=_18155FF5-3130-41C1-974C-A55835438912
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

Hi Scott Hannahs, Hanspeter Niederstrasser,and fink experts,

A) I am afraid I am unable to understand what you mentioned on git =
command.
I wonder if why such error message appears this time, even now that I =
have the correct =E2=80=9Cservices.pm=E2=80=9D file as done before.

error: The following untracked working tree files would be overwritten =
by merge:
	10.9-libcxx/stable/main/finkinfo/graphics/gd2-jpeg-boolean.patch
	=
10.9-libcxx/stable/main/finkinfo/graphics/gd2-nox-jpeg-boolean.patch
	10.9-libcxx/stable/main/finkinfo/graphics/libtheora0-shlibs.info
	=
10.9-libcxx/stable/main/finkinfo/graphics/libtheora0-shlibs.patch
	10.9-libcxx/stable/main/finkinfo/graphics/libtheora1-shlibs.info
	10.9-libcxx/stable/main/finkinfo/graphics/libwmf-gd-fixes.patch
	10.9-libcxx/stable/main/finkinfo/net/bmon_unused.patch

B) Now the above mentioned files are (with time stamp),
/opt/sw/fink/10.9-libcxx/stable/main/finkinfo/graphics]$ ll
     wheel   1408 10 23 14:05 gd2-jpeg-boolean.patch
     wheel   1408 10 23 14:05 gd2-nox-jpeg-boolean.patch
     wheel   3083 10 20 10:51 libtheora0-shlibs.info
     wheel   1057 10 20 10:51 libtheora0-shlibs.patch
     wheel   2704  3  2  2024 libtheora0.info
     wheel   2181 10 23 14:05 libwmf-gd-fixes.patch
/opt/sw/fink/10.9-libcxx/stable/main/finkinfo/net]$ ll
     wheel    379 10 21 16:18 bmon_unused.patch

(Note: TimeMachine data of 10.20.2025 was left when macOS was recovered =
by Apple standard process. Fink data would not be stored on =
TimeMachine??)


c) Watching the above, I guess it would be impossible to retlieve =
overwritten original files. I had better start the following Fink =
essential commands;

mkdir -p ~/src
cd src
git clone https:/github.com/fink/fink fink-upstream
cd fink-upstream

I have never done same this Fink operation two times on the same macOS. =
(So far on 2nd time after updating macOS and done)  How do you think it =
is ok?

> 2025/10/28 1:32=E3=80=81Scott Hannahs <[email protected]>:
>=20
> Dear a_sk,
>=20
> Why are you manually using git?!!!
>=20
> You will have problems using the user akios if you have a standard =
fink install, since all the package files are set to root and read only =
for group and others.
>=20
> What is wrong with using =E2=80=9Cfink self-update=E2=80=9D as you =
showed in your note.  If your system is not set to use git, then run =
=E2=80=9Cfink self-update-git=E2=80=9D ONCE and then revert to the plain =
self-update for subsequent updates that will then use git as a default.
>=20
> Not sure what you have recovered or changed about your setup, but you =
may have munged up the fink installation to the point where it will be =
difficult to fix.
>=20
> So now that you have the correct =E2=80=9Cservices.pm=E2=80=9D file in =
place, what happens if you do a =E2=80=9Cfink self-update=E2=80=9D ????
>=20
> -Scott
>=20
>> On Oct 27, 2025, at 2:37=E2=80=AFAM, a_sk--- via Fink-users =
<[email protected]> wrote:
>>=20
>> Due to Mac OS(Sequoia 15.7.1) trouble, I recovered macOS data to =
"some day=E2=80=99s TimeMachine data" (after make OS perfectly clean).
>>=20
>> On said day happened to be one when I'd corrected =E2=80=9CServices.pm"=
 in /opt/sw/lib/perl5/Fink/Services.pm by=20
>> =
https://raw.githubusercontent.com/fink/fink/refs/heads/master/perlmod/Fink=
/Services.pm
>>=20
>> Fink on recovered Mac shows the same error(I am afraid corrected =
Services.pm one was not kept now)
>>=20
>> Then Services.pm was corrected by the same rule (https:// =E2=80=A6.). =
 But different errors occurred as follows;
>>=20
>> Please note: the simple command 'fink selfupdate' should be used for =
routine
>> updating; you only need to use a command like 'fink selfupdate-cvs' =
or 'fink
>> selfupdate --method=3Drsync' if you are changing your update method.=20=

>>=20
>>=20
>> I will now run the git command to retrieve the latest package =
descriptions. The
>> 'su' command will be used to run the git command as the user 'akios'. =
After
>> that, the core packages will be updated right away; you should then =
update the=20
>> other packages using commands like 'fink update-all'.
>>=20
>> /usr/bin/su akios -c =E2=80=98/usr/bin/git fetch =E2=80=94quiet =
origin'
>> /usr/bin/su akios -c '/usr/bin/git checkout --quiet master'
>> /usr/bin/su akios -c '/usr/bin/git merge --ff-only --quiet =
origin/master'
>> error: The following untracked working tree files would be =
overwritten by merge:
>> 	10.9-libcxx/stable/main/finkinfo/graphics/gd2-jpeg-boolean.patch
>> 	=
10.9-libcxx/stable/main/finkinfo/graphics/gd2-nox-jpeg-boolean.patch
>> 	10.9-libcxx/stable/main/finkinfo/graphics/libtheora0-shlibs.info
>> 	=
10.9-libcxx/stable/main/finkinfo/graphics/libtheora0-shlibs.patch
>> 	10.9-libcxx/stable/main/finkinfo/graphics/libtheora1-shlibs.info
>> 	10.9-libcxx/stable/main/finkinfo/graphics/libwmf-gd-fixes.patch
>> 	10.9-libcxx/stable/main/finkinfo/net/bmon_unused.patch
>> Please move or remove them before you merge.
>> Aborting
>> ### execution of /usr/bin/su failed, exit code 1
>> Failed: Updating using git failed. Check the error messages above.
>>=20
>> ## By the way, Time Machine data stores Fink data there??
>>=20
>=20
_______________________________________________
Fink-users mailing list
[email protected] =
<mailto:[email protected]>
https://lists.sourceforge.net/lists/listinfo/fink-users


--Apple-Mail=_18155FF5-3130-41C1-974C-A55835438912
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;"><div =
dir=3D"auto" style=3D"overflow-wrap: break-word; -webkit-nbsp-mode: =
space; line-break: after-white-space;"><font face=3D"Menlo" =
style=3D"font-size: 14px;">Hi Scott Hannahs, Hanspeter =
Niederstrasser,and fink experts,</font><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">A) I am =
afraid I am unable to understand what you mentioned on git =
command.</font><div><font face=3D"Menlo" size=3D"2">I wonder if why such =
error message appears this time, even now that I have the correct =
=E2=80=9Cservices.pm=E2=80=9D file as done =
before.</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; line-height: =
normal; 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"><font face=3D"Menlo"=
 size=3D"2">error: The following untracked working tree files would be =
overwritten by merge:</font></span></div><div style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
line-height: normal; 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"><font face=3D"Menlo"=
 size=3D"2"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/gd2-jpeg-boolean.patch</f=
ont></span></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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"><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/gd2-nox-jpeg-boolean.patc=
h</font></span></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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"><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/libtheora0-shlibs.info</f=
ont></span></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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"><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/libtheora0-shlibs.patch</=
font></span></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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"><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/libtheora1-shlibs.info</f=
ont></span></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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"><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/libwmf-gd-fixes.patch</fo=
nt></span></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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"><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/net/bmon_unused.patch</font></span=
></div></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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"><font face=3D"Menlo" =
size=3D"2"><br></font></span></div><div style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
line-height: normal; 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;"><font =
face=3D"Menlo" size=3D"2">B) Now the above mentioned files are (with =
time stamp),</font></div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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"><font face=3D"Menlo" size=3D"2"><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
line-height: normal; 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">/opt/sw/fink/10.9-libcxx/stable/main/finkinfo/graphic=
s]$ ll</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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"></span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; line-height: =
normal; 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">&nbsp; &nbsp; =
&nbsp;wheel &nbsp; 1408 10 23 14:05 gd2-jpeg-boolean.patch</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; line-height: normal; 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"></span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; line-height: =
normal; 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">&nbsp; &nbsp; =
&nbsp;wheel &nbsp; 1408 10 23 14:05 =
gd2-nox-jpeg-boolean.patch</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
line-height: normal; 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">&nbsp; &nbsp; =
&nbsp;wheel &nbsp; 3083 10 20 10:51 libtheora0-shlibs.info</span></p><p =
style=3D"margin: 0px; font-width: normal; line-height: normal; =
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">
</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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">&nbsp; &nbsp; &nbsp;wheel &nbsp; 1057 10 20 10:51 =
libtheora0-shlibs.patch</span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; line-height: =
normal; 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">&nbsp; &nbsp; =
&nbsp;</span>wheel &nbsp; 2704&nbsp; 3&nbsp; 2&nbsp; 2024 =
libtheora0.info</p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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;">&nbsp; &nbsp; &nbsp;wheel &nbsp; 2181 =
10 23 14:05 libwmf-gd-fixes.patch</p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
line-height: normal; 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">/opt/sw/fink/10.9-libcxx/stable/main/finkinfo/net]$ =
ll</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
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;">&nbsp; &nbsp; &nbsp;wheel&nbsp; &nbsp; =
379 10 21 16:18 bmon_unused.patch</p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
line-height: normal; 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;"><br></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; line-height: normal; 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;">(Note: TimeMachine data of 10.20.2025 =
was left when macOS was recovered by Apple standard process. Fink data =
would not be stored on TimeMachine??)</p></font></span></div><div><span =
style=3D"font-variant-ligatures: no-common-ligatures"><font face=3D"Menlo"=
 size=3D"2"><br></font></span></div><div><span =
style=3D"font-variant-ligatures: no-common-ligatures"><font face=3D"Menlo"=
 size=3D"2"><br></font></span></div><div><span =
style=3D"font-variant-ligatures: no-common-ligatures"><font face=3D"Menlo"=
 size=3D"2">c) Watching the above, I guess it would be impossible to =
retlieve overwritten original files. I had better start the following =
Fink essential commands;</font></span></div><div><span =
style=3D"font-variant-ligatures: no-common-ligatures"><font face=3D"Menlo"=
 size=3D"2"><br></font></span></div><div><span =
style=3D"font-variant-ligatures: no-common-ligatures"><font face=3D"Menlo"=
 size=3D"2">mkdir -p ~/src</font></span></div><div><span =
style=3D"font-variant-ligatures: no-common-ligatures"><font face=3D"Menlo"=
 size=3D"2">cd src</font></span></div><div><span =
style=3D"font-variant-ligatures: no-common-ligatures"><font face=3D"Menlo"=
 size=3D"2">git clone https:/github.com/fink/fink =
fink-upstream</font></span></div><div><font face=3D"Menlo" size=3D"2">cd =
fink-upstream</font></div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">I have =
never done same this Fink operation two times on the same macOS. (So far =
on 2nd time after updating macOS and done) &nbsp;How do you think it is =
ok?</font></div><div><br></div><div><div><blockquote =
type=3D"cite"><div><font face=3D"Menlo" size=3D"2">2025/10/28 =
1:32=E3=80=81Scott Hannahs =
&lt;[email protected]&gt;:</font></div><font face=3D"Menlo" =
size=3D"2"><br class=3D"Apple-interchange-newline"></font><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">Dear =
a_sk,</font><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">Why are =
you manually using git?!!!</font><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">You =
will have problems using the user akios if you have a standard fink =
install, since all the package files are set to root and read only for =
group and others.</font></div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">What is =
wrong with using =E2=80=9Cfink self-update=E2=80=9D as you showed in =
your note. &nbsp;If your system is not set to use git, then run =E2=80=9Cf=
ink self-update-git=E2=80=9D ONCE and then revert to the plain =
self-update for subsequent updates that will then use git as a =
default.</font></div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">Not =
sure what you have recovered or changed about your setup, but you may =
have munged up the fink installation to the point where it will be =
difficult to fix.</font></div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">So now =
that you have the correct =E2=80=9Cservices.pm=E2=80=9D file in place, =
what happens if you do a =E2=80=9Cfink self-update=E2=80=9D =
????</font></div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" =
size=3D"2">-Scott</font></div><div><div><font face=3D"Menlo" =
size=3D"2"><br></font><blockquote type=3D"cite"><div><font face=3D"Menlo" =
size=3D"2">On Oct 27, 2025, at 2:37=E2=80=AFAM, a_sk--- via Fink-users =
&lt;[email protected]&gt; wrote:</font></div><font =
face=3D"Menlo" size=3D"2"><br =
class=3D"Apple-interchange-newline"></font><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">Due to =
Mac OS(Sequoia 15.7.1) trouble, I recovered macOS data to "some day=E2=80=99=
s TimeMachine data" (after make OS perfectly clean).</font><div><font =
face=3D"Menlo" size=3D"2"><br></font></div><div><font face=3D"Menlo" =
size=3D"2">On said day happened to be one when I'd corrected =
=E2=80=9CServices.pm" in /opt/sw/lib/perl5/Fink/Services.pm =
by&nbsp;</font></div><div><a =
href=3D"https://raw.githubusercontent.com/fink/fink/refs/heads/master/perl=
mod/Fink/Services.pm"><font face=3D"Menlo" =
size=3D"2">https://raw.githubusercontent.com/fink/fink/refs/heads/master/p=
erlmod/Fink/Services.pm</font></a></div><div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">Fink on =
recovered Mac&nbsp;shows the same error(I am afraid corrected =
Services.pm one was not kept now)</font></div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">Then =
Services.pm was corrected by the same rule (https:// =E2=80=A6.). =
&nbsp;But different errors occurred as =
follows;</font></div><div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">Please =
note: the simple command 'fink selfupdate' should be used for =
routine</font></div><div><font face=3D"Menlo" size=3D"2">updating; you =
only need to use a command like 'fink selfupdate-cvs' or =
'fink</font></div><div><font face=3D"Menlo" size=3D"2">selfupdate =
--method=3Drsync' if you are changing your update =
method.&nbsp;</font></div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">I will =
now run the git command to retrieve the latest package descriptions. =
The</font></div><div><font face=3D"Menlo" size=3D"2">'su' command will =
be used to run the git command as the user 'akios'. =
After</font></div><div><font face=3D"Menlo" size=3D"2">that, the core =
packages will be updated right away; you should then update =
the&nbsp;</font></div><div><font face=3D"Menlo" size=3D"2">other =
packages using commands like 'fink update-all'.</font></div><div><font =
face=3D"Menlo" size=3D"2"><br></font></div><div><font face=3D"Menlo" =
size=3D"2">/usr/bin/su akios -c =E2=80=98/usr/bin/git fetch =E2=80=94quiet=
 origin'</font></div><div><font face=3D"Menlo" size=3D"2">/usr/bin/su =
akios -c '/usr/bin/git checkout --quiet master'</font></div><div><font =
face=3D"Menlo" size=3D"2">/usr/bin/su akios -c '/usr/bin/git merge =
--ff-only --quiet origin/master'</font></div><div><font face=3D"Menlo" =
size=3D"2">error: The following untracked working tree files would be =
overwritten by merge:</font></div><div><font face=3D"Menlo" =
size=3D"2"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/gd2-jpeg-boolean.patch</f=
ont></div><div><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/gd2-nox-jpeg-boolean.patc=
h</font></div><div><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/libtheora0-shlibs.info</f=
ont></div><div><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/libtheora0-shlibs.patch</=
font></div><div><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/libtheora1-shlibs.info</f=
ont></div><div><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/graphics/libwmf-gd-fixes.patch</fo=
nt></div><div><font face=3D"Menlo" size=3D"2"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>10.9-libcxx/stable/main/finkinfo/net/bmon_unused.patch</font></div>=
<div><font face=3D"Menlo" size=3D"2">Please move or remove them before =
you merge.</font></div><div><font face=3D"Menlo" =
size=3D"2">Aborting</font></div><div><font face=3D"Menlo" size=3D"2">### =
execution of /usr/bin/su failed, exit code 1</font></div><div><font =
face=3D"Menlo" size=3D"2">Failed: Updating using git failed. Check the =
error messages above.</font></div><div><font face=3D"Menlo" =
size=3D"2"><br></font></div><div><font face=3D"Menlo" size=3D"2">## By =
the way, Time Machine data stores Fink data =
there??</font></div></div><div><br></div></div></div></div></blockquote></=
div><br></div></div></div></div></blockquote>_____________________________=
__________________<br>Fink-users mailing list<br><a =
href=3D"mailto:[email protected]">[email protected]=
rge.net</a><br><a =
href=3D"https://lists.sourceforge.net/lists/listinfo/fink-users">https://l=
ists.sourceforge.net/lists/listinfo/fink-users</a></div><br></div></div></=
div></body></html>=

--Apple-Mail=_18155FF5-3130-41C1-974C-A55835438912--


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


--===============2030804315095182429==
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
--===============2030804315095182429==--