Re: [Fink-devel] Proposal to create a new distribution for 10.9-10.11

2015-07-21 Thread John Lillibridge - NOAA Federal
> captain-10.9-libc++ isn’t going to work because we haven’t populated
> the 10.9-libcxx distribution yet.
> The way things are going for me right now, I don’t know if I’m ever going to
> have time to do that before El Capitan is released. 
> Somebody else needs to step up.
> 
> —Alexander

I have good news & bad news. First, I switched back to "TheCaptain"
branch, and answered NO to using binary distributions.

The bad news:
There were 'infinitely recursive' directories in /sw/src/fink.build/tar_1.26-4
(similarly later when I installed coreutils). Those are a bear to remove, but
I finally managed...

The good news:
The bootstrap succeeded without error! I ran into another issue installing
coreutils, regarding a missing dependency on help2man. I had to modify 
/sw/fink/10.11/stable/main/finkinfo/devel/help2man-perl.info to add the
10.11 distribution. It now reads:

Distribution: <<
  (%type_pkg[custom] = 5123) 10.7,
  (%type_pkg[custom] = 5124) 10.8,
  (%type_pkg[custom] = 5162) 10.9,
  (%type_pkg[custom] = 5182) 10.10,
  (%type_pkg[custom] = 5182) 10.11

I'm not sure Perl 5182 is correct, but that worked. More to come...

Thanks,
John
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Proposal to create a new distribution for 10.9-10.11

2015-07-15 Thread Alexander Hansen

> On Jul 15, 2015, at 10:10, John Lillibridge  wrote:
> 
> Alexander Hansen  gmail.com> writes:
> 
>> Oh, and as a side benefit, in principle we could start this new distribution
>> on github.
>> -
> 
> Thanks Alexander. I wanted to relate my initial experiences trying to 
> bootstrap
> a 10.11version of Fink on El Capitan Public Beta, using the github trees:
> 
> 1) I ran into a phase 2 error using "TheCaptain" github branch, because I had
> specified searching for binary packages. Here are the error messages:
> 
> Downloading the indexes of available packages in the binary distribution.
> /sw/bin/apt-get-lockwait -q update
> Err http://bindist.finkmirrors.net stable/main Packages
>  404 Not Found
> Ign http://bindist.finkmirrors.net stable/main Release
> Err http://bindist.finkmirrors.net stable/crypto Packages
>  404 Not Found
> Ign http://bindist.finkmirrors.net stable/crypto Release
> Failed to fetch http://bindist.finkmirrors.net/10.11/dists/stable/main/binary-
> darwin-x86_64/Packages  404 Not Found
> Failed to fetch 
> http://bindist.finkmirrors.net/10.11/dists/stable/crypto/binary-
> darwin-x86_64/Packages  404 Not Found
> Reading Package Lists...
> Building Dependency Tree...
> E: Some index files failed to download, they have been ignored, or old ones
> used instead.
> ### execution of /sw/bin/apt-get-lockwait failed, exit code 100
> WARNING: Failure while updating indexes.
> 
> ERROR: Bootstrap phase 2 failed!
> 
> The solution is to NOT ask to check bindist during the initial fink
> configuration. Even after correcting that I ran into problems similar to those
> below, so I attempted the other branch.
> 
> 2) I tried making a bootstrap build with the "Captain-10.9-libc++" github 
> branch.
> This time I got through phase 1 & 2, but was then unable to build any 
> additional
> packages,nor even do a successful 'fink selfupdate'. The error message was:
> 
> Scanning package description files
> Failed: not a reference at /sw/lib/perl5/Fink/Services.pm line 1887.
> 
> So not much success yet. Perhaps the next El Capitan Public Beta release will
> behave better, but I wanted you to be aware of these errors in the hope they
> can be fixed on the Fink side.
> 
> Thanks,
> John
> 
> 

captain-10.9-libc++ isn’t going to work because we haven’t populated the 
10.9-libcxx distribution yet.  The way things are going for me right now, I 
don’t know if I’m ever going to have time to do that before El Capitan is 
released.  Somebody else needs to step up.

—Alexander


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Proposal to create a new distribution for 10.9-10.11

2015-07-15 Thread John Lillibridge
Alexander Hansen  gmail.com> writes:

> Oh, and as a side benefit, in principle we could start this new distribution
> on github.
> -

Thanks Alexander. I wanted to relate my initial experiences trying to bootstrap
a 10.11version of Fink on El Capitan Public Beta, using the github trees:

1) I ran into a phase 2 error using "TheCaptain" github branch, because I had
specified searching for binary packages. Here are the error messages:

Downloading the indexes of available packages in the binary distribution.
/sw/bin/apt-get-lockwait -q update
Err http://bindist.finkmirrors.net stable/main Packages
  404 Not Found
Ign http://bindist.finkmirrors.net stable/main Release
Err http://bindist.finkmirrors.net stable/crypto Packages
  404 Not Found
Ign http://bindist.finkmirrors.net stable/crypto Release
Failed to fetch http://bindist.finkmirrors.net/10.11/dists/stable/main/binary-
darwin-x86_64/Packages  404 Not Found
Failed to fetch http://bindist.finkmirrors.net/10.11/dists/stable/crypto/binary-
darwin-x86_64/Packages  404 Not Found
Reading Package Lists...
Building Dependency Tree...
E: Some index files failed to download, they have been ignored, or old ones
used instead.
### execution of /sw/bin/apt-get-lockwait failed, exit code 100
WARNING: Failure while updating indexes.

ERROR: Bootstrap phase 2 failed!

The solution is to NOT ask to check bindist during the initial fink
configuration. Even after correcting that I ran into problems similar to those
below, so I attempted the other branch.

2) I tried making a bootstrap build with the "Captain-10.9-libc++" github 
branch.
This time I got through phase 1 & 2, but was then unable to build any additional
packages,nor even do a successful 'fink selfupdate'. The error message was:

Scanning package description files
Failed: not a reference at /sw/lib/perl5/Fink/Services.pm line 1887.

So not much success yet. Perhaps the next El Capitan Public Beta release will
behave better, but I wanted you to be aware of these errors in the hope they
can be fixed on the Fink side.

Thanks,
John


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Proposal to create a new distribution for 10.9-10.11

2015-06-09 Thread Alexander Hansen

> On Jun 9, 2015, at 18:43, Alexander Hansen  
> wrote:
> 
> We’ve accumulated a bunch of cruft, and I’d personally like to put 10.7 and 
> 10.8 out to pasture after 10.11 is released.  
> 
> I’m proposing the name “10.9-libc++” to denote when we first started building 
> with libc++.  This would replace 10.7 as the real directory to which the 
> symlinks point on 10.9, 10.10, and 10.11.  We’d need to investigate further 
> as to whether an in-place upgrade is possible for 10.9 and 10.10 users.  
> 
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 

Oh, and as a side benefit, in principle we could start this new distribution on 
github.
--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Proposal to create a new distribution for 10.9-10.11

2015-06-09 Thread Alexander Hansen
We’ve accumulated a bunch of cruft, and I’d personally like to put 10.7 and 
10.8 out to pasture after 10.11 is released.  

I’m proposing the name “10.9-libc++” to denote when we first started building 
with libc++.  This would replace 10.7 as the real directory to which the 
symlinks point on 10.9, 10.10, and 10.11.  We’d need to investigate further as 
to whether an in-place upgrade is possible for 10.9 and 10.10 users.  


-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel