Re: fink update

[email protected]
Newsgroups gmane.os.apple.fink.beginners
Message-ID <b5415dcf-87d3-4e40-9bb7-5c9a8851157c@Spark>
In attachment output of installation attempt - it was the same with clean installed fink without copying my old staff to /sw

Thanks for help

ES
On 2 Jun 2020, 16:10 +0700, David Fass <[email protected]>, wrote:
> Crap add an extra / opt out
> I forgot rsync is particularly annoying about that
> The / says copy the contents of the directory
>
> > -----Original Message-----
> > From: [email protected]
> > Sent: Jun 2, 2020 1:43 AM
> > To: David Fass
> > Subject: Re: [Fink-beginners] fink update
> >
> > Sorry  command
> > > sudo rsync -avzhu —stats —progress /opt/sw2 /opt/sw
> >
> > creates sw2 inside /sw but not merging directories
> >
> > ls /sw
> > bin bootstrap etc fink include lib sbin share src sw2 var
> >
> > How to merge /sw/bin and /sw/sw2/bin  ?
> >
> > ES
> > On 2 Jun 2020, 11:17 +0700, David Fass <[email protected]>, wrote:
> > > Hmm".
> > > I thought newfink was the working fink that you reinstalled from scratch
> > > So that should have worked
> > >
> > >
> > >  But if copying /sw2 to /sw results in errors then ok we know that doesn’t work
> > >
> > > Ok..you’re right..
> > > Get rid of /sw .. e.g. rm -R /opt/sw
> > > And copy new-fnk back into /sw
> > > We know it works
> > >
> > > Ok now once you get the working one back in /sw
> > > I want you to sudo touch -R /sw
> > > This updates the time stamp of every file in /sw
> > > This is important for my next step
> > > Which is to use rsync to copy everything that’s not new back into /sw
> > >
> > >
> > > sudo rsync -avzhu —stats —progress /opt/sw2 /opt/sw
> > >
> > > The basic rsync usage is rsync source dest
> > > The options I said are
> > > -a = archive means copy everything
> > > -v = verbose means you see output .. you can use v,vv,or vvv increasingly verbose output
> > > -z = compress means it compresses the files
> > > -h = human readable means it prints file sizes as Mb not bytes
> > > -u = update means it skips files that are newer
> > > —stats = statistics means it shows information on what’s going on
> > > —progress = means it shows the progress
> > > Not used but useful is
> > > -n = dry run means it runs but doesn’t copy anything
> > >
> > > If nothing else you can man rsync
> > >
> > > Lol..sorry if I were verbose there not sure if you’ve used rsync
> > >
> > >   But my thoughts are to copy just the old files that aren’t in the new version...
> > >
> > > Let me know what happens
> > > > -----Original Message-----
> > > > From: [email protected]
> > > > Sent: Jun 1, 2020 10:42 PM
> > > > To: David Fass
> > > > Subject: Re: [Fink-beginners] fink update
> > > >
> > > > Thanks I tried. Below is what I see as a version and the same error when update. And look below to fink directories. Can I try to copy?
> > > >
> > > > [~] fink -V
> > > > WARNING: could not read /sw/fink/10.15/VERSION: No such file or directory
> > > > Use of uninitialized value $method in concatenation (.) or string at /sw/lib/perl5/Fink/Config.pm line 327.
> > > > Package manager version: 0.43.1
> > > > Distribution version: selfupdate-, 10.15, x86_64
> > > > Trees: local/main stable/main stable/crypto local/injected
> > > >
> > > > Copyright (c) 2001 Christoph Pfisterer
> > > > Copyright (c) 2001-2016 The Fink Package Manager Team
> > > > This program is distributed in the hope that it will be useful,
> > > > but WITHOUT ANY WARRANTY; without even the implied warranty of
> > > > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> > > > GNU General Public License for more details.
> > > > [~] fink selfupdate
> > > > Before changing your selfupdate method to 'rsync', you must install
> > > > the Xcode Command Line Tools package from
> > > > http://developer.apple.com (after free registration),
> > > > or via the Downloads tab of the Xcode Preferences.
> > > > Failed: Selfupdate method 'rsync' cannot be used
> > > >
> > > > How about to copy /opt/sw-new/fink to /sw/fink ?????
> > > >
> > > >
> > > > [~] ls /sw/fink
> > > > 10.10 10.13 10.7 10.9-libcxx README TIMESTAMP VERSION debs
> > > > [~] ls /opt/sw-new/fink
> > > > 10.15 10.9-libcxx README TIMESTAMP VERSION debs dists
> > > >
> > > > ES
> > > > On 2 Jun 2020, 09:24 +0700, David Fass <[email protected]>, wrote:
> > > > > I think moving is safer...
> > > > > I just don’t want to commingle things and get into a situation where your old directory gets screwed up
> > > > > And you have to start from scratch again
> > > > > I understand the copying idea..
> > > > >
> > > > > At least try moving or better yet..,
> > > > > Mv /opt/sw /opt/sw-new
> > > > > And
> > > > > Cp -r /opt/sw2 /opt/sw
> > > > >
> > > > > This keeps both your working brand new fink and your old fink intact
> > > > > And copies the old fink back into /sw aka /opt/sw
> > > > >
> > > > > Then try selfupdate on your copy
> > > > >
> > > > > I think it will work...fingers crossed
> > > > >
> > > > > Now if it fails..then we’ll have to go about the .deb route .,which while annoying beats reinstallaction
> > > > >
> > > > >
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: [email protected]
> > > > > > Sent: Jun 1, 2020 9:44 PM
> > > > > > To: David Fass
> > > > > > Subject: Re: [Fink-beginners] fink update
> > > > > >
> > > > > > Thanks, I’ll try. Can I swap directories and copy new fink to the place of old one? Which files-dirs should be copied? Would’t it work?
> > > > > >
> > > > > > .deb - too much, but possible….
> > > > > >
> > > > > >
> > > > > > ES
> > > > > > On 2 Jun 2020, 00:13 +0700, David Fass <[email protected]>, wrote:
> > > > > > > Ok..
> > > > > > > Yes try swapping the two..,
> > > > > > > E.g. sudo mv /opt/sw /opt/sw-new; mv /opt/sw2 /opt/sw
> > > > > > > That way at least you’ll have a working copy...
> > > > > > >
> > > > > > > I am thinking that might work..,
> > > > > > > I mean you did compile everything under 10.15...right?
> > > > > > > (Just making sure, fink sometimes hates mismatched system versions)
> > > > > > > But we can try testing it.
> > > > > > >
> > > > > > >
> > > > > > > If it doesn’t work, we’ll go back to the working version and reinstall .deb packages for the non core packages
> > > > > > > Not a hard process but annoying...
> > > > > > > > -----Original Message-----
> > > > > > > > From: [email protected]
> > > > > > > > Sent: Jun 1, 2020 12:50 PM
> > > > > > > > To: David Fass
> > > > > > > > Subject: Re: [Fink-beginners] fink update
> > > > > > > >
> > > > > > > > Thanks for help.
> > > > > > > >
> > > > > > > > Yes, selfupdate works with the same endup as before with two errors. And I update only fink and nothing else in /sw and old fink with other stuff in /sw2 stay untouched, which was compiled-extracted from different packages - can we try to swap /sw and /sw2 and try selfupdate?
> > > > > > > >
> > > > > > > > ES
> > > > > > > > On 1 Jun 2020, 23:05 +0700, David Fass <[email protected]>, wrote:
> > > > > > > > >
> > > > > > > > > Ok..
> > > > > > > > > Not sure why you were getting the errors you did, but ok we are slightly better than where we were before
> > > > > > > > >
> > > > > > > > > Hmm..try a selfupdate...Without moving anything back.
> > > > > > > > >
> > > > > > > > > Did anything in /opt/sw2 actually build or did it all fail at the command line tools step?
> > > > > > > > >
> > > > > > > > > I am asking because if there is something other than the core packages that worked, then we can think about figuring that out..if just the core files worked you’re at the same point.
> > > > > > > > > But let’s start with making sure stuff works
> > > > > > > > >
> > > > > > > > > My thoughts are to try the selfupdate and see if that works.
> > > > > > > > > If so, then you have it working.
> > > > > > > > > And can try a new package...
> > > > > > > > >
> > > > > > > > > Let’s try that and see what occurs...
> > > > > > > > > If there were anything other than the core packages that built in /opt/sw2
> > > > > > > > > There is a way to readd them in...but let’s hold that off until we are sure it’s pretty good.
> > > > > > > > >
> > > > > > > > > > -----Original Message-----
> > > > > > > > > > From: [email protected]
> > > > > > > > > > Sent: Jun 1, 2020 8:23 AM
> > > > > > > > > > To: David Fass
> > > > > > > > > > Subject: Re: [Fink-beginners] fink update
> > > > > > > > > >
> > > > > > > > > > Hi, David.
> > > > > > > > > >
> > > > > > > > > > I have now new fink in /sw, but all my stuff in /sw2 with old fink
> > > > > > > > > > Can I somehow to move new fink to /sw2 (only bin? or what?), rename it back to /sw and run fink selfupdate? What is the best way?
> > > > > > > > > >
> > > > > > > > > > Thanks for help.
> > > > > > > > > >
> > > > > > > > > > ES
> > > > > > > > > > On 1 Jun 2020, 10:40 +0700, David Fass <[email protected]>, wrote:
> > > > > > > > > > >
> > > > > > > > > > > Oops forgot about the fact that 10.15 does that..
> > > > > > > > > > >
> > > > > > > > > > > Well, change it to sudo mv /opt/sw /opt/sw2
> > > > > > > > > > > You might need to sudo mkdir  /sw again to regain the symlink
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > All I was suggesting to do is move the semi working version aside in its own directory
> > > > > > > > > > > And then reinstall fink into /sw
> > > > > > > > > > > Now that the command line tools issue is sorted
> > > > > > > > > > >
> > > > > > > > > > > The .bootstrap error is occurring because /sw isn’t empty..the mv is to make sure it is empty
> > > > > > > > > > > With it empty, it should hopefully work
> > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > From: [email protected]
> > > > > > > > > > > > Sent: May 31, 2020 9:50 PM
> > > > > > > > > > > > To: [email protected], Hanspeter Niederstrasser , David Fass
> > > > > > > > > > > > Subject: Re: [Fink-beginners] fink update
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks for help.
> > > > > > > > > > > > > The command line tools were installed fine.
> > > > > > > > > > > > > Why fink self update does not see it?
> > > > > > > > > > > > >
> > > > > > > > > > > > > And Sudo mv /sw /sw2 is not simple … Apple does not allow to do anything in /
> > > > > > > > > > > > > I actually have link /sw -> /opt/sw  - not simple way to make it...
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > ES
> > > > > > > > > > > > On 1 Jun 2020, 00:23 +0700, David Fass <[email protected]>, wrote:
> > > > > > > > > > > > > My first thought wouldn’t have been to delete the command line tools
> > > > > > > > > > > > > I would have tried installing them from the developer.dmg file
> > > > > > > > > > > > > But, I guess it worked.
> > > > > > > > > > > > >
> > > > > > > > > > > > > How about doing this...
> > > > > > > > > > > > > Sudo mv /sw /sw2 ... to move your old fink aside intact
> > > > > > > > > > > > > Then reinstall fink again to /sw which won’t exist
> > > > > > > > > > > > >
> > > > > > > > > > > > > If it works, you can copy stuff from /sw2
> > > > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > > > From: [email protected]
> > > > > > > > > > > > > > Sent: May 31, 2020 1:03 PM
> > > > > > > > > > > > > > To: [email protected], Hanspeter Niederstrasser
> > > > > > > > > > > > > > Subject: Re: [Fink-beginners] fink update
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Thanks a lot.
> > > > > > > > > > > > > > > I did "sudo rm -rf /Library/Developer/CommandLineTools" and then
> > > > > > > > > > > > > > > re-run "xcode-select —install” - it was successfully installed.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > But then I have
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > [~] fink selfupdate
> > > > > > > > > > > > > > > Before changing your selfupdate method to 'rsync', you must install
> > > > > > > > > > > > > > > the Xcode Command Line Tools package from
> > > > > > > > > > > > > > > http://developer.apple.com (after free registration),
> > > > > > > > > > > > > > > or via the Downloads tab of the Xcode Preferences.
> > > > > > > > > > > > > > > Failed: Selfupdate method 'rsync' cannot be used
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > AGAIN
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > If I try
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > [~/fink-0.45.1] ./bootstrap
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Fink must be installed and run with superuser (root) privileges. Fink can automatically try to become root when it's run from a user account. Since you're currently
> > > > > > > > > > > > > > > running this script as a normal user, the method you choose will also be used immediately for this script. Available methods:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > (1)	Use sudo
> > > > > > > > > > > > > > > (2)	Use su
> > > > > > > > > > > > > > > (3)	None, fink must be run as root
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Choose a method: [1]
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Password:
> > > > > > > > > > > > > > > Checking package... looks good (fink-0.45.1).
> > > > > > > > > > > > > > > Checking system... i386-apple-darwin19.5.0
> > > > > > > > > > > > > > > This system was not released at the time this Fink release was made. Prerelease versions of Mac OS X might work with Fink, but there are no guarantees.
> > > > > > > > > > > > > > > Distribution: 10.15
> > > > > > > > > > > > > > > Architecture: x86_64
> > > > > > > > > > > > > > > Checking cc... looks good.
> > > > > > > > > > > > > > > Checking make... looks good.
> > > > > > > > > > > > > > > Checking head... looks good.
> > > > > > > > > > > > > > > Verifying that installed Xcode Command Line Tools version is supported...
> > > > > > > > > > > > > > > 11.0.0.0.1.1567737322 is OK
> > > > > > > > > > > > > > > Verifying that installed Xcode app version is supported...
> > > > > > > > > > > > > > > Found Xcode version: 11.5 is OK.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > It looks like you already have Fink installed in /sw, trying /sw2 instead.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > WARNING: This is a non-standard location.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Please choose the path where Fink should be installed. Note that you will normally be able to use a binary distribution only if you choose '/sw'. [/sw2]
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Command Line Tools now OK. How to reinstall fink to /sw? I tried to remove /sw/fink to another place, but system still knows it is in /sw
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Thanks for help
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > ES
> > > > > > > > > > > > > > On 31 May 2020, 22:56 +0700, Hanspeter Niederstrasser <[email protected]>, wrote:
> > > > > > > > > > > > > > > On 5/24/20 6:39 AM, [email protected] wrote:
> > > > > > > > > > > > > > > > Dear Alex
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Glad to communicate with you again. I have a problem with update fink for my macOS 10.15.4
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I need your help.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I have installed fink for the previous version and all /sw staff is moved to opt/sw and I have link /sw -> opt/sw. I have all soft in /sw running correctly (like cern library or gv)
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > When I try to run fink selfupdate I have
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > [~] fink selfupdate
> > > > > > > > > > > > > > > > Password:
> > > > > > > > > > > > > > > > Before changing your selfupdate method to 'rsync', you must install
> > > > > > > > > > > > > > > > the Xcode Command Line Tools package from
> > > > > > > > > > > > > > > > http://developer.apple.com (after free registration),
> > > > > > > > > > > > > > > > or via the Downloads tab of the Xcode Preferences.
> > > > > > > > > > > > > > > > Failed: Selfupdate method 'rsync' cannot be used
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Well,  Xcode is installed and  I have
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > [~] xcode-select --install
> > > > > > > > > > > > > > > > xcode-select: error: command line tools are already installed, use "Software Update" to install updates
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I”ve downloaded fink package fink-0.45.1.tar.gz and try to install it and again I have the same request for the command line tools, which I have already installed
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > [~/fink-0.45.1] ./bootstrap
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Fink must be installed and run with superuser (root) privileges. Fink can automatically try to become root when it's run from a user account. Since you're currently
> > > > > > > > > > > > > > > > running this script as a normal user, the method you choose will also be used immediately for this script. Available methods:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > (1) Use sudo
> > > > > > > > > > > > > > > > (2) Use su
> > > > > > > > > > > > > > > > (3) None, fink must be run as root
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Choose a method: [1]
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Checking package... looks good (fink-0.45.1).
> > > > > > > > > > > > > > > > Checking system... i386-apple-darwin19.4.0
> > > > > > > > > > > > > > > > This system is supported and tested.
> > > > > > > > > > > > > > > > Distribution: 10.15
> > > > > > > > > > > > > > > > Architecture: x86_64
> > > > > > > > > > > > > > > > Checking cc... looks good.
> > > > > > > > > > > > > > > > Checking make... looks good.
> > > > > > > > > > > > > > > > Checking head... looks good.
> > > > > > > > > > > > > > > > Verifying that installed Xcode Command Line Tools version is supported...
> > > > > > > > > > > > > > > > ERROR: I couldn't find the correct receipt for the Command Line Tools
> > > > > > > > > > > > > > > > for your OS X version. Tools from a prior OS X version won't work properly.
> > > > > > > > > > > > > > > > You can install them by running the command
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > xcode-select --install
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > in a terminal window and then selecting Install in the dialog window that
> > > > > > > > > > > > > > > > pops up, or downloading them from developer.apple.com.
> > > > > > > > > > > > > > > > After they are installed, try the bootstrap operation again.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > But again -
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > [~] xcode-select --install
> > > > > > > > > > > > > > > > xcode-select: error: command line tools are already installed, use "Software Update" to install updates
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Apple's updates continously break the Command Line Tools, so you need to
> > > > > > > > > > > > > > > reinstall them.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > http://www.finkproject.org/faq/usage-fink.php?phpLang=en#lost-command-line-tools
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Download and install from developer.apple.com or remove the remaining
> > > > > > > > > > > > > > > local bits (with "sudo rm /Library/Developer/CommandLineTools") and then
> > > > > > > > > > > > > > > re-run "xcode-select --install"
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hanspeter
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
> > >
> > >
> > >
>
>
>

_______________________________________________
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
meld_error.txt (text/plain, 14.1 KB)
fink install meld
Information about 10251 packages read in 1 seconds.
W: Couldn't stat source package list http://bindist.finkmirrors.net stable/main Packages (/sw/var/lib/apt/lists/bindist.finkmirrors.net_10.15_dists_stable_main_binary-darwin-x86%5f64_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://bindist.finkmirrors.net stable/main Packages (/sw/var/lib/apt/lists/bindist.finkmirrors.net_10.15_dists_stable_main_binary-darwin-x86%5f64_Packages) - stat (2 No such file or directory)

fink needs help picking an alternative to satisfy a virtual dependency. The candidates:

(1)	w3m: Text-mode WWW browser with tables/frames
(2)	lynx: Console based web browser
(3)	elinks: Text-mode web-browser (felinks fork)

Pick one: [1] 
Modifying fink-bld user and group.
change: Invalid Path
<dscl_cmd> DS Error: -14009 (eDSUnknownNodeName)
Couldn't change value of PrimaryGroupID in DirectoryServices entry /Groups/fink-bld.
Error changing entries in /Groups/fink-bld.
The following package will be installed or updated:
 meld
The following 179 additional packages will be installed:
 atk1 atk1-shlibs autoconf2.6 automake1.15 automake1.15-core blt-dev blt-shlibs cairo cairo-shlibs class-c3-pm5184 cmake cpan-meta-pm5184
 cpan-meta-requirements-pm5184 cpan-meta-yaml-pm cython-py27 daemonic data-optlist-pm5184 data-section-pm5184 dbus dbus-glib1.2-dev dbus-glib1.2-shlibs dbus1.3-dev
 dbus1.3-shlibs desktop-file-utils docbook-bundle docbook-dsssl-ldp docbook-dsssl-nwalsh docbook-dtd docbook-xsl dos2unix extutils-makemaker-pm5184 fontconfig-config
 fontconfig2-dev fontconfig2-shlibs freeglut2 freeglut2-shlibs freetype219 freetype219-shlibs gdbm4 gdbm4-shlibs glew1.13 glew1.13-shlibs glib2-dev glib2-shlibs
 gtk+2 gtk+2-dev gtk+2-shlibs gtk-doc gtksourceview2-dev gtksourceview2-shlibs help2man-perl5184 imlib2 imlib2-shlibs info intltool40 launch libdatrie1
 libdatrie1-shlibs libffi6 libffi6-shlibs libglade2 libglade2-shlibs libid3tag libid3tag-shlibs libidn2.0-dev libidn2.0-shlibs libjasper.1 libjasper.1-shlibs libjbig
 libjbig-shlibs libjpeg-bin libjpeg9 libjpeg9-shlibs liblzma5 liblzma5-shlibs libncursesw5 libncursesw5-shlibs libpng16 libpng16-shlibs librarian.08-shlibs
 libsigsegv2 libsigsegv2-shlibs libthai libthai-dev libthai-shlibs libtiff5 libtiff5-shlibs libtool2 libtool2-shlibs libunistring2 libunistring2-shlibs libxml2
 libxml2-bin libxml2-shlibs libxslt libxslt-bin libxslt-shlibs locale-gettext-pm5184 lzo2 lzo2-shlibs m4 module-build-pm module-build-pm5184 module-metadata-pm5184
 mro-compat-pm5184 numpy-py27 openjade opensp-bin opensp5-shlibs openssl110-dev openssl110-shlibs package-generator-pm pango1-xft2-ft219 pango1-xft2-ft219-dev
 pango1-xft2-ft219-shlibs par-dist-pm params-util-pm5184 passwd-configs passwd-core passwd-messagebus perl-ostype-pm5184 pixman pixman-shlibs pkgconfig
 pkgconfig-common po4a pod-readme-pm podlators-pm pycairo-py27 pycairo-py27-dev pydbus-py27 pygobject2-py27 pygobject2-py27-dev pygobject2-py27-shlibs
 pygtk2-gtk-py27 pygtk2-gtk-py27-dev pygtksourceview2-py27 pykg-config python27 python27-shlibs rarian rarian-compat readline6 readline6-shlibs readline7
 readline7-shlibs regexp-common-pm scalar-list-utils-pm5184 sed setuptools-tng-py27 sgml-entities-iso8879 sgmls-pm shared-mime-info software-license-pm5184
 sqlite3-dev sqlite3-shlibs sub-exporter-pm5184 sub-install-pm sub-name-pm5184 tcltk tcltk-dev tcltk-shlibs term-readkey-pm5184 test-failwarnings-pm
 test-harness-pm5184 test-simple-pm5184 texinfo text-template-pm trietool try-tiny-pm version-pm5184 w3m xdg-base xft2-dev xft2-shlibs xinitrc xml-parser-pm5184
 xmlto xz
Default answer will be chosen in 60 seconds...
Do you want to continue? [Y/n] y
Reading buildlock packages...
/sw/bin/dpkg-lockwait -i /sw/fink/debs/cpan-meta-yaml-pm_0.018-1_darwin-x86_64.deb
Selecting previously deselected package cpan-meta-yaml-pm.
(Reading database ... 7343 files and directories currently installed.)
Unpacking cpan-meta-yaml-pm (from .../cpan-meta-yaml-pm_0.018-1_darwin-x86_64.deb) ...
Setting up cpan-meta-yaml-pm (0.018-1) ...

Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-launch-1.2.5-1 /sw/src/fink.build
dpkg-deb: building package `fink-buildlock-launch-1.2.5-1' in `/sw/src/fink.build/fink-buildlock-launch-1.2.5-1_2020.06.02-21.03.57_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-launch-1.2.5-1_2020.06.02-21.03.57_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-launch-1.2.5-1.
(Reading database ... 7356 files and directories currently installed.)
Unpacking fink-buildlock-launch-1.2.5-1 (from .../fink-buildlock-launch-1.2.5-1_2020.06.02-21.03.57_darwin-x86_64.deb) ...
Setting up fink-buildlock-launch-1.2.5-1 (2020.06.02-21.03.57) ...

WARNING: User and/or group 'fink-bld' not found! Falling back to user/group 'nobody'. Please run 'fink configure' to set up user 'fink-bld'.
WARNING: User and/or group 'fink-bld' not found! Falling back to user/group 'nobody'. Please run 'fink configure' to set up user 'fink-bld'.
WARNING: User and/or group 'fink-bld' not found! Falling back to user/group 'nobody'. Please run 'fink configure' to set up user 'fink-bld'.
sudo -u nobody [ENV] sh -c /tmp/fink.knm0X
env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf /sw/src/launch-1.2.5.tar.gz
WARNING: User and/or group 'fink-bld' not found! Falling back to user/group 'nobody'. Please run 'fink configure' to set up user 'fink-bld'.
sudo -u nobody [ENV] sh -c /tmp/fink.KEEf2
ls -la
total 416
drwx------  17 nobody  nobody    544 Apr  2  2018 .
drwxr-xr-x   3 nobody  nobody     96 Jun  2 21:03 ..
-rw-r--r--   1 nobody  nobody    426 Apr  2  2018 ._Info.plist
-rw-r--r--   1 nobody  nobody    120 Apr  2  2018 ._LICENSE
-rw-r--r--   1 nobody  nobody    120 Apr  2  2018 ._README
-rw-r--r--   1 nobody  nobody    120 Apr  2  2018 ._launch.1
-rwx------   1 nobody  nobody    208 Apr  2  2018 ._launch.xcodeproj
-rw-------   1 nobody  nobody    333 Apr  2  2018 ._main.m
-rw-r--r--   1 nobody  nobody    388 Apr  2  2018 Info.plist
-rw-r--r--   1 nobody  nobody   1507 Apr  2  2018 LICENSE
-rw-r--r--   1 nobody  nobody  12867 Apr  2  2018 README
-rwxr-xr-x   1 nobody  nobody  88340 Apr  2  2018 launch
drwx------  16 nobody  nobody    512 Jun  2 21:03 launch-1.2.5
-rw-r--r--   1 nobody  nobody   4278 Apr  2  2018 launch.1
drwx------   3 nobody  nobody     96 Jun  2 21:03 launch.xcodeproj
-rw-------   1 nobody  nobody  57847 Apr  2  2018 main.m
-rwx------   1 nobody  nobody    867 Oct  1  2017 package-launch.sh
perl -pi -e 's#10.8#10.9#g' launch.xcodeproj/project.pbxproj 
WARNING: User and/or group 'fink-bld' not found! Falling back to user/group 'nobody'. Please run 'fink configure' to set up user 'fink-bld'.
sudo -u nobody [ENV] sh -c /tmp/fink.2a6ne
/tmp/fink.hCGOW
#!/bin/sh -ev
	mv launch launch.orig
	/usr/bin/xcodebuild -UsePerConfigurationBuildLocations=NO SYMROOT=. OBJROOT=.
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -UsePerConfigurationBuildLocations=NO SYMROOT=. OBJROOT=.

User defaults from command line:
    UsePerConfigurationBuildLocations = NO

Build settings from command line:
    OBJROOT = .
    SYMROOT = .

2020-06-02 21:03:59.273 xcodebuild[11861:3001051] Error Domain=com.apple.CoreSimulator.SimError Code=160 "Unable to determine SimDeviceSet, set_path=(null)" UserInfo={NSLocalizedDescription=Unable to determine SimDeviceSet, set_path=(null), NSUnderlyingError=0x7fc11fb1d4a0 {Error Domain=NSPOSIXErrorDomain Code=12 "Cannot allocate memory" UserInfo={NSLocalizedFailureReason=Allocation or initialization failed., NSLocalizedDescription=Failed to initialize simulator device set.}}}
2020-06-02 21:03:59.274 xcodebuild[11861:3001051]  iOSSimulator: [SimServiceContext defaultDeviceSetWithError:] returned nil (Error Domain=com.apple.CoreSimulator.SimError Code=160 "Failed to initialize simulator device set." UserInfo={NSLocalizedFailureReason=Failed to subscribe to notifications from CoreSimulatorService., NSLocalizedDescription=Failed to initialize simulator device set., NSUnderlyingError=0x7fc11fb1db70 {Error Domain=com.apple.CoreSimulator.SimError Code=160 "Unable to determine SimDeviceSet, set_path=(null)" UserInfo={NSLocalizedDescription=Unable to determine SimDeviceSet, set_path=(null), NSUnderlyingError=0x7fc11fb1d4a0 {Error Domain=NSPOSIXErrorDomain Code=12 "Cannot allocate memory" UserInfo={NSLocalizedFailureReason=Allocation or initialization failed., NSLocalizedDescription=Failed to initialize simulator device set.}}}}}). Simulator device support disabled.
2020-06-02 21:03:59.287 xcodebuild[11861:3000989] [MT] IDELogStore: Failed to open log store at /var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Build
2020-06-02 21:03:59.287 xcodebuild[11861:3000989] [MT] IDELogStore: Failed to open Build log store: Error Domain=IDEFoundationErrorDomain Code=1 "Unable to create log store directory at '/var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Build': (513) You don’t have permission to save the file “Build” in the folder “Logs”." UserInfo={NSLocalizedDescription=Unable to create log store directory at '/var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Build': (513) You don’t have permission to save the file “Build” in the folder “Logs”.}. User info: {
    NSLocalizedDescription = "Unable to create log store directory at '/var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Build': (513) You don\U2019t have permission to save the file \U201cBuild\U201d in the folder \U201cLogs\U201d.";
}.
2020-06-02 21:03:59.293 xcodebuild[11861:3000989] [MT] IDELogStore: Failed to open log store at /var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Package
2020-06-02 21:03:59.293 xcodebuild[11861:3000989] [MT] IDELogStore: Failed to open Package log store: Error Domain=IDEFoundationErrorDomain Code=1 "Unable to create log store directory at '/var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Package': (513) You don’t have permission to save the file “Package” in the folder “Logs”." UserInfo={NSLocalizedDescription=Unable to create log store directory at '/var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Package': (513) You don’t have permission to save the file “Package” in the folder “Logs”.}. User info: {
    NSLocalizedDescription = "Unable to create log store directory at '/var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Package': (513) You don\U2019t have permission to save the file \U201cPackage\U201d in the folder \U201cLogs\U201d.";
}.
2020-06-02 21:03:59.295 xcodebuild[11861:3000989] [MT] IDELogStore: Failed to open log store at /var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Test
2020-06-02 21:03:59.296 xcodebuild[11861:3000989] [MT] IDELogStore: Failed to open Test log store: Error Domain=IDEFoundationErrorDomain Code=1 "Unable to create log store directory at '/var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Test': (513) You don’t have permission to save the file “Test” in the folder “Logs”." UserInfo={NSLocalizedDescription=Unable to create log store directory at '/var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Test': (513) You don’t have permission to save the file “Test” in the folder “Logs”.}. User info: {
    NSLocalizedDescription = "Unable to create log store directory at '/var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf/Logs/Test': (513) You don\U2019t have permission to save the file \U201cTest\U201d in the folder \U201cLogs\U201d.";
}.
2020-06-02 21:03:59.646 xcodebuild[11861:3000989] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-16139/IDEFoundation/Buildables/IDEWorkspaceArena.m:1131
Details:  Failed to create workspace arena at <DVTFilePath:0x7fc11872f0c0:'/var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf'>: Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “launch-ehjqpeknmgsahvbptwsevkqbqpyf” in the folder “DerivedData”." UserInfo={NSFilePath=/var/empty/Library/Developer/Xcode/DerivedData/launch-ehjqpeknmgsahvbptwsevkqbqpyf, NSUnderlyingError=0x7fc11f8974d0 {Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"}}
Object:   <IDEWorkspaceArena: 0x7fc11871bcb0>
Method:   -createWorkspaceArenaFolderIfNecessary
Thread:   <NSThread: 0x7fc119807950>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
/tmp/fink.hCGOW: line 3: 11861 Illegal instruction: 4  /usr/bin/xcodebuild -UsePerConfigurationBuildLocations=NO SYMROOT=. OBJROOT=.
### execution of /tmp/fink.hCGOW failed, exit code 132
### execution of /tmp/fink.2a6ne failed, exit code 132
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-launch-1.2.5-1
(Reading database ... 7357 files and directories currently installed.)
Removing fink-buildlock-launch-1.2.5-1 ...
Failed: phase compiling: launch-1.2.5-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 <[email protected]>
	The Fink Beginners List <[email protected]>.

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 Tue Jun  2 20:59:38 2020, 10.15, x86_64
Trees: local/main stable/main
Xcode.app: 11.5
Xcode command-line tools: 11.5.0.0.1.1588476445
Max. Fink build jobs:  1
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.