Re: [Fink-beginners] 10.11 missing `system-openssl-dev`

2015-10-09 Thread Smith, Phillip R.
Thanks.  Yes the update worked fine. 

-Ross- (via iPhone)

> On Oct 9, 2015, at 10:16 AM, Alexander Hansen  
> wrote:
> 
> 
>> On Oct 8, 2015, at 17:25, Smith, Phillip R.  wrote:
>> 
>> Thanks.  Made a little progress and cleared out most of the changes.  
>> 
>> Now I’m left with just one: -
>> 
>> smithp01-MB-61> fink list -ot
>> Information about 8860 packages read in 1 seconds.
>> (i)phonon-mac-shlibs4.5.0-37Shared libraries for Phonon
>> 
>> smithp01-MB-62> fink update phonon-mac-shlibs
>> Information about 8860 packages read in 1 seconds.
>> Can't resolve dependency "system-openssl-dev" for package 
>> "phonon-mac-4.5.0-37" (no
>> matching packages/versions found)
>> Exiting with failure.
>> smithp01-MB-63>
>> 
>> The 10,10 machine that I’m updating side-by-side with this one seems to have 
>> installed a version of "system-openssl-dev” as it zoomed on through.  But 
>> that did not happen on the 10.11 machine.
>> 
>> Again - thanks.
>> 
>> -ross
>> 
>> 
> 
> They’re different OS versions with different contents, so this isn’t too 
> surprising.  Only 10.11 (thus far) lacks OpenSSL headers, so it’s the only OS 
> X where we don’t provide a system-openssl-dev.
> 
> phonon just got updated last night to avoid this dependency, so you should be 
> able to selfupdate and not have to worry about it.
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 


This email message, including any attachments, is for the sole use of the 
intended recipient(s) and may contain information that is proprietary, 
confidential, and exempt from disclosure under applicable law. Any unauthorized 
review, use, disclosure, or distribution is prohibited. If you have received 
this email in error please notify the sender by return email and delete the 
original message. Please note, the recipient should check this email and any 
attachments for the presence of viruses. The organization accepts no liability 
for any damage caused by any virus transmitted by this email.
=


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


Re: [Fink-beginners] 10.11 missing `system-openssl-dev`

2015-10-09 Thread Smith, Phillip R.
Thanks.  Made a little progress and cleared out most of the changes.  

Now I’m left with just one: -

smithp01-MB-61> fink list -ot
Information about 8860 packages read in 1 seconds.
(i) phonon-mac-shlibs   4.5.0-37Shared libraries for Phonon

smithp01-MB-62> fink update phonon-mac-shlibs
Information about 8860 packages read in 1 seconds.
Can't resolve dependency "system-openssl-dev" for package "phonon-mac-4.5.0-37" 
(no
matching packages/versions found)
Exiting with failure.
smithp01-MB-63>

The 10,10 machine that I’m updating side-by-side with this one seems to have 
installed a version of "system-openssl-dev” as it zoomed on through.  But that 
did not happen on the 10.11 machine.

Again - thanks.

-ross


> On Oct 8, 2015, at 7:37 PM, Alexander Hansen  
> wrote:
> 
>> 
>> On Oct 8, 2015, at 16:24, Smith, Phillip R.  wrote:
>> 
>> I have a similar issue now.  I upgraded to 10.11 a couple of days ago and 
>> everything looked good until I tried a “fink update-all”
>> 
>> smithp01-MB-25> fink update-all
>> Information about 8783 packages read in 1 seconds.
>> Can't resolve dependency "system-openssl-dev" for package 
>> "phonon-mac-4.5.0-37" (no matching packages/versions found)
>> Exiting with failure.
>> 
>> Since that day I see on my 10.10 system that there have been a good number 
>> of updates that (I’m guessing) would address this problem.  However, I can’t 
>> run an “update-all” without getting the same error.
>> 
>> Is there a way to spot-install the relevant packages?  Which should I try 
>> first?
>> 
>> (btw.  I tried to remove phonon-mac didn’t help at all since I was still 
>> left with the -shlibs file)
>> 
>> Thanks for any pointers…
>> 
>> -Ross
>> 
> 
> My standard recommendation under such circumstances is *not* to use 
> update-all, but instead to use something like:
> 
> for PKG in `fink list -ot` | cut -f2` ; do fink update $PKG ; done
> 
> That will skip packages which currently have an openssl-dev dependency hole.  
> If you don’t run it from a root prompt, e.g by using ‘sudo -s’ first, then 
> you will need to enter your password periodically.
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison



This email message, including any attachments, is for the sole use of the 
intended recipient(s) and may contain information that is proprietary, 
confidential, and exempt from disclosure under applicable law. Any unauthorized 
review, use, disclosure, or distribution is prohibited. If you have received 
this email in error please notify the sender by return email and delete the 
original message. Please note, the recipient should check this email and any 
attachments for the presence of viruses. The organization accepts no liability 
for any damage caused by any virus transmitted by this email.
=
--
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] 10.11 missing `system-openssl-dev`

2015-10-09 Thread Alexander Hansen

> On Oct 8, 2015, at 17:25, Smith, Phillip R.  wrote:
> 
> Thanks.  Made a little progress and cleared out most of the changes.  
> 
> Now I’m left with just one: -
> 
> smithp01-MB-61> fink list -ot
> Information about 8860 packages read in 1 seconds.
> (i)   phonon-mac-shlibs   4.5.0-37Shared libraries for Phonon
> 
> smithp01-MB-62> fink update phonon-mac-shlibs
> Information about 8860 packages read in 1 seconds.
> Can't resolve dependency "system-openssl-dev" for package 
> "phonon-mac-4.5.0-37" (no
> matching packages/versions found)
> Exiting with failure.
> smithp01-MB-63>
> 
> The 10,10 machine that I’m updating side-by-side with this one seems to have 
> installed a version of "system-openssl-dev” as it zoomed on through.  But 
> that did not happen on the 10.11 machine.
> 
> Again - thanks.
> 
> -ross
> 
> 

They’re different OS versions with different contents, so this isn’t too 
surprising.  Only 10.11 (thus far) lacks OpenSSL headers, so it’s the only OS X 
where we don’t provide a system-openssl-dev.

phonon just got updated last night to avoid this dependency, so you should be 
able to selfupdate and not have to worry about it.

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


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


Re: [Fink-beginners] 10.11 missing `system-openssl-dev`

2015-10-08 Thread Alexander Hansen

> On Oct 8, 2015, at 16:24, Smith, Phillip R.  wrote:
> 
> I have a similar issue now.  I upgraded to 10.11 a couple of days ago and 
> everything looked good until I tried a “fink update-all”
> 
> smithp01-MB-25> fink update-all
> Information about 8783 packages read in 1 seconds.
> Can't resolve dependency "system-openssl-dev" for package 
> "phonon-mac-4.5.0-37" (no matching packages/versions found)
> Exiting with failure.
> 
> Since that day I see on my 10.10 system that there have been a good number of 
> updates that (I’m guessing) would address this problem.  However, I can’t run 
> an “update-all” without getting the same error.
> 
> Is there a way to spot-install the relevant packages?  Which should I try 
> first?
> 
> (btw.  I tried to remove phonon-mac didn’t help at all since I was still left 
> with the -shlibs file)
> 
> Thanks for any pointers…
> 
> -Ross
> 

My standard recommendation under such circumstances is *not* to use update-all, 
but instead to use something like:

for PKG in `fink list -ot` | cut -f2` ; do fink update $PKG ; done

That will skip packages which currently have an openssl-dev dependency hole.  
If you don’t run it from a root prompt, e.g by using ‘sudo -s’ first, then you 
will need to enter your password periodically.

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


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


Re: [Fink-beginners] 10.11 missing `system-openssl-dev`

2015-10-08 Thread Hanspeter Niederstrasser
On 10/8/2015 6:24 PM, Smith, Phillip R. wrote:
> I have a similar issue now.  I upgraded to 10.11 a couple of days ago and 
> everything looked good until I tried a “fink update-all”
>
> smithp01-MB-25> fink update-all
> Information about 8783 packages read in 1 seconds.
> Can't resolve dependency "system-openssl-dev" for package 
> "phonon-mac-4.5.0-37" (no matching packages/versions found)
> Exiting with failure.

I removed the build dependency on system-openssl by phonon-mac.  It was 
actually not being used and must have been leftover form an older version.

Hanspeter



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