Re: [Fink-devel] rpath fink fix

2014-11-13 Thread Alexander Hansen
Forwarding on to -devel because I’m not at all interested in being the sole 
support channel for this.

 On Nov 13, 2014, at 7:32 AM, Jack Howarth howarth.at.f...@gmail.com wrote:
 
 Alexander,
   Is the fix to allow David Fang's llvm35 packaging's use of rpath in its 
 shlibs committed to any branches of fink git? I wanted to manually apply the 
 change to my installed fink's perlmod files to test it if I can find the diff 
 from the commit of the fix. Thanks in advance.
   Jack


It’s not complete, but it’s in the runtime_path branch.  
(https://github.com/fink/fink/tree/runtime_path)

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


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
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] llvm35/clang35 validation requires @rpath acceptance in shlib validation

2014-11-13 Thread Alexander Hansen

 On Nov 4, 2014, at 11:07 AM, David Fang f...@csl.cornell.edu wrote:
 
 Hi all,
   Sitting in my experimental tree is a draft of llvm35's packaging 
 that bootstraps (much like its predecessor llvm34), but fails Shlib 
 validation because the install_names for shlibs all start with @rpath (or 
 on older darwin @executable_path or @loader_path).  This was a decision by 
 upstream build maintainers that allows this package to be 
 binary-relocatable, even though fink makes no such guarantees about its 
 packages -- fink's remain in fixed install locations.
 dmacks and akh began to look into a patch that would allow this to pass 
 validation.  Can you guys comment on the status/issues/obstacles? 
 Such a fix would unblock llvm35 from hitting dists.
 
 Thanks!
 
 Fang
 
 -- 
 David Fang
 http://www.csl.cornell.edu/~fang/
 
 

I’ve pushed something that works for me to 
https://github.com/fink/fink/tree/runtime_path.

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


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
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] llvm35/clang35 validation requires @rpath acceptance in shlib validation

2014-11-13 Thread Alexander Hansen

 On Nov 13, 2014, at 8:50 AM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 
 On Nov 4, 2014, at 11:07 AM, David Fang f...@csl.cornell.edu wrote:
 
 Hi all,
  Sitting in my experimental tree is a draft of llvm35's packaging 
 that bootstraps (much like its predecessor llvm34), but fails Shlib 
 validation because the install_names for shlibs all start with @rpath (or 
 on older darwin @executable_path or @loader_path).  This was a decision by 
 upstream build maintainers that allows this package to be 
 binary-relocatable, even though fink makes no such guarantees about its 
 packages -- fink's remain in fixed install locations.
 dmacks and akh began to look into a patch that would allow this to pass 
 validation.  Can you guys comment on the status/issues/obstacles? 
 Such a fix would unblock llvm35 from hitting dists.
 
 Thanks!
 
 Fang
 
 -- 
 David Fang
 http://www.csl.cornell.edu/~fang/
 
 
 
 I’ve pushed something that works for me to 
 https://github.com/fink/fink/tree/runtime_path 
 https://github.com/fink/fink/tree/runtime_path.
 

And I’ve set up a formal pull request at https://github.com/fink/fink/pull/112
-- 
Alexander Hansen, Ph.D.
Fink User Liaison

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk___
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] Some perlmods to be Yosemified

2014-11-13 Thread Alexander Hansen
I’m installing the perlmods needed for the mirror validation script in the 
fink-mirrors source, and the following modules didn’t have pm5182 variants yet:

html-form-pm (Daniel J.)
http-response-encoding-pm (Daniel M.)

I’ve got updated packaging which just adds pm5182 variants to the existing 
packages, and I can add that to the distro if there are no objections (these 
are in the dep chain for www-mechanize-pm).
-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
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] Some perlmods to be Yosemified

2014-11-13 Thread Daniel Johnson

 On Nov 13, 2014, at 1:16 PM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 I’m installing the perlmods needed for the mirror validation script in the 
 fink-mirrors source, and the following modules didn’t have pm5182 variants 
 yet:
 
 html-form-pm (Daniel J.)
 http-response-encoding-pm (Daniel M.)
 
 I’ve got updated packaging which just adds pm5182 variants to the existing 
 packages, and I can add that to the distro if there are no objections (these 
 are in the dep chain for www-mechanize-pm).
 -- 
 Alexander Hansen, Ph.D.
 Fink User Liaison
 

Fine with me. You can do that with any of my packages as long as they pass 
tests. I seem to have been distracted by other things.

Daniel



smime.p7s
Description: S/MIME cryptographic signature
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk___
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] Updating mirrors

2014-11-13 Thread Alexander Hansen
I’m in the process of refreshing the fink-mirrors package as a prelude to 
releasing fink-0.38.3—a bootstrap goes more smoothly when fink starts out with 
a current mirror set.  I’m thinking that since distfiles.sjc.ca.us doesn’t seem 
to be updating either source packages or its .info collection, we should remove 
it from the mirror list (at least temporarily), unless we can get a hold of the 
administrator. 

Any objections to that?
-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
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] Some perlmods to be Yosemified

2014-11-13 Thread Daniel Macks
 On Thu, 13 Nov 2014 13:20:05 -0500, Daniel Johnson 
dan...@daniel-johnson.org wrote:

  On Nov 13, 2014, at 1:16 PM, Alexander Hansen 
 alexanderk.han...@gmail.com wrote:
   I’m installing the perlmods needed for the mirror validation 
 script in the fink-mirrors source, and the following modules didn’t 
 have pm5182 variants yet:
   html-form-pm (Daniel J.)
  http-response-encoding-pm (Daniel M.)
   I’ve got updated packaging which just adds pm5182 variants to 
 the existing packages, and I can add that to the distro if there are 
 no objections (these are in the dep chain for www-mechanize-pm). 
  --  Alexander Hansen, Ph.D. 
  Fink User Liaison
  Fine with me. You can do that with any of my packages as long as 
 they pass tests. I seem to have been distracted by other things. 

  Ditto for me. If all you do is add the variant and it passes all 
self-tests and there are no splitoffs (foo-pmXXX-bin, etc), akh is 
welcome to commit. 

dan

  --
Daniel Macks
dma...@netspace.org



--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
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