Re: fink for 13.6 ?

"Franchetti, Giuliano Dr." <[email protected]>
Newsgroups gmane.os.apple.fink.general
Message-ID <[email protected]>
I followed the steps, but the problem persists. 
Below are the steps

Giuliano


[email protected]:/Users/giuliano> mkdir -p ~/src                                                                                                                              
[email protected]:/Users/giuliano> cd src                                                                                                                                                                                                                                                                                                                                                                                        
[email protected]:/Users/giuliano/src> git clone https://github.com/fink/fink fink-upstream                                                                                    
Cloning into 'fink-upstream'...                                                                                                                                                               
remote: Enumerating objects: 36456, done.                                                                                                                                                     
remote: Counting objects: 100% (1066/1066), done.                                                                                                                                             
remote: Compressing objects: 100% (523/523), done.                                                                                                                                            
remote: Total 36456 (delta 613), reused 968 (delta 537), pack-reused 35390                                                                                                                    
Receiving objects: 100% (36456/36456), 12.00 MiB | 2.14 MiB/s, done.                                                                                                                          
Resolving deltas: 100% (23964/23964), done.                                                                                                                                                   
[email protected]:/Users/giuliano/src> cd fink-upstream/                                                                                                                       
[email protected]:/Users/giuliano/src/fink-upstream> ll                                                                                                                        
total 1024                                                                                                                                                                                    
drwxr-xr-x  42 giuliano  staff   1344 Oct 14 13:01 10.9-libcxx           
[email protected]:/Users/giuliano/src/fink-upstream> ll                                                                                                                 
total 1024                                                                                                                                                                             
drwxr-xr-x  42 giuliano  staff   1344 Oct 14 13:01 10.9-libcxx                                                                                                                         
-rw-r--r--   1 giuliano  staff   1412 Oct 14 13:01 AUTHORS                                                                                                                             
-rw-r--r--   1 giuliano  staff   1439 Oct 14 13:01 Authors.md                                                                                                                          
-rw-r--r--   1 giuliano  staff  17982 Oct 14 13:01 COPYING                                                                                                                             
-rw-r--r--   1 giuliano  staff  17742 Oct 14 13:01 Copying.md                                                                                                                          
-rw-r--r--   1 giuliano  staff  23784 Oct 14 13:01 INSTALL                                                                                                                             
-rw-r--r--   1 giuliano  staff  28218 Oct 14 13:01 INSTALL.html                                                                                                                        
-rw-r--r--   1 giuliano  staff  24747 Oct 14 13:01 Install.md                                                                                                                          
.
.
.
.
-rw-r--r--   1 giuliano  staff   5392 Oct 14 13:01 readme.fr.html
-rw-r--r--   1 giuliano  staff   5297 Oct 14 13:01 readme.ja.html
-rw-r--r--   1 giuliano  staff   4723 Oct 14 13:01 readme.pt.html
-rw-r--r--   1 giuliano  staff   7569 Oct 14 13:01 readme.ru.html
-rw-r--r--   1 giuliano  staff   4400 Oct 14 13:01 readme.zh.html
-rwxr-xr-x   1 giuliano  staff   4577 Oct 14 13:01 setup.sh
-rw-r--r--   1 giuliano  staff    809 Oct 14 13:01 shlibs.default.in
drwxr-xr-x  22 giuliano  staff    704 Oct 14 13:01 t
drwxr-xr-x   7 giuliano  staff    224 Oct 14 13:01 update
drwxr-xr-x   3 giuliano  staff     96 Oct 14 13:01 update-packages
[email protected]:/Users/giuliano/src/fink-upstream> git pull
Already up to date.
[email protected]:/Users/giuliano/src/fink-upstream> ./inject.pl 
This script must be run under sudo, which requires your password.
Password:
Adding local/injected to the Trees line in fink.conf...
Creating fink tarball...
tar -cf /opt/sw2/src/fink-0.45.99.git.tar AUTHORS COPYING INSTALL INSTALL.html MANIFEST MANIFEST.SKIP Makefile NEWS README README.buildsystem README.html README.removing-fink-bld REVISION Release STYLE TODO USAGE USAGE.html VERSION bootstrap bootstrap-phase2.pl compiler_wrapper-10.6.in compiler_wrapper-10.7.in compiler_wrapper-10.9.in dpkg-checkall.sh fink-dpkg-status-cleanup.in fink-instscripts.in fink-scanpackages.in fink-virtual-pkgs.in fink.8.in fink.conf.5.in fink.csh fink.in fink.sh fink.shlibs g++-wrapper.in images/finkDoneFailed.png images/finkDonePassed.png images/finkPackageBuildFailed.png images/finkPackag
.
.
.
e/IxHash/ixhash.t t/Validation/_filename_versioning_cmp.t t/Validation/exports.t t/basepath/etc/fink.conf t/testmore.pl update-packages/README update/Makefile.in.in update/config.guess update/config.sub update/ltconfig update/ltmain.sh
Copying package description(s)...
/bin/mkdir -p -m755 /opt/sw2/fink/dists/local/injected/finkinfo
Modifying package description...
/bin/chmod 644 /opt/sw2/fink/dists/local/injected/finkinfo/*.*
Installing package...

/opt/sw2/bin/fink install fink-0.45.99.git-20231014.1101
13.6 does not match the expected value of 13.5. Please run `fink selfupdate` to download a newer version of fink at /opt/sw2/lib/perl5/Fink/Services.pm line 1449.
### execution of /opt/sw2/bin/fink failed, exit code 29

Installing the new fink package failed. The description and the tarball were installed, though. You can retry at a later time by issuing the appropriate
fink commands.

[email protected]:/Users/giuliano/src/fink-upstream> 

> On 14. Oct 2023, at 12:52, Hanspeter Niederstrasser <[email protected]> wrote:
> 
> On 10/14/23 5:43 AM, Franchetti, Giuliano Dr. wrote:
>> It is as follows:
>> .
>> .
>> .
>> if (($sw_vers == 11.6 && $darwin_osx == 11.5) || ($sw_vers == 12.6 && $darwin_osx == 12.5)) {
>> 			# special cases in Big Sur and Monterey where it's OK to have a mismatch
>> .
>> .
>> .
>> But I do not know where the directory I made the first git pull is. Where should I run ‘git pull’?
>> Giuliano
> 
> These are the original instructions for a git install:
> 
>  mkdir -p ~/src
>  cd src
>  git clone https://github.com/fink/fink fink-upstream
>  cd fink-upstream
>  git pull
>  ./inject.pl
> 
> If you already have ~/src/fink-upstream, then just cd into ~/src/fink-upstream and run `git pull` and `./inject.pl`  If not, run all the steps.
> 
> Hanspeter
> 


_______________________________________________
Fink-users mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.