Hi Alexander,

 Thank you for your attention.
  I did what you guide me but the error remains:

MacBook-Air-Wellington-Prado:bin root# vi /sw/etc/apt/sources.list 


MacBook-Air-Wellington-Prado:bin root# cat /sw/etc/apt/sources.list 
deb http://bindist.finkmirrors.net/10.10 stable main
# Local modifications should either go above this line, or at the end.
#
# Default APT sources configuration for Fink, written by the fink program
# Local package trees - packages built from source locally
# NOTE: this is automatically kept in sync with the Trees: line in
# /sw/etc/fink.conf
# NOTE: run 'fink scanpackages' to update the corresponding Packages.gz files
deb file:/sw/fink local main
deb file:/sw/fink stable main

# Official binary distribution: download location for packages
# from the latest release
deb http://bindist.finkmirrors.net/10.11 stable main

# Put local modifications to this file below this line, or at the top.

# Official bindist see http://bindist.finkmirrors.net/ for details.
deb http://bindist.finkmirrors.net/10.11 stable main




MacBook-Air-Wellington-Prado:bin root# ./apt-get update
Hit http://bindist.finkmirrors.net stable/main Packages
Hit http://bindist.finkmirrors.net stable/main Release
Hit http://bindist.finkmirrors.net stable/main Packages
Hit http://bindist.finkmirrors.net stable/main Release
Hit http://bindist.finkmirrors.net stable/main Packages
Hit http://bindist.finkmirrors.net stable/main Release
Reading Package Lists... Done
Building Dependency Tree... Done



MacBook-Air-Wellington-Prado:bin root# ./apt-get install gconf2 gconf2-dev 
gconf2-shlibs
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package gconf2


I ran the last step just out of curiosity:

MacBook-Air-Wellington-Prado:bin root# ./fink install terminator
Scanning package description files..........
Information about 8845 packages read in 1 seconds.
Can't resolve dependency "macosx (<< 10.11.0-1)" for package 
"system-openssl-dev-0.9.8-7" (no matching packages/versions found)
Exiting with failure.



Some more tip ?

Thank you .

Regards





Subject: Re: [Fink-beginners] Missing openssl-dev for gconf2 was Re: Welcome to 
the "Fink-beginners" mailing list
From: alexanderk.han...@gmail.com
Date: Wed, 14 Oct 2015 16:18:21 -0700
CC: fink-beginners@lists.sourceforge.net
To: wellpr...@hotmail.com


On Oct 14, 2015, at 15:46, Alexander Hansen <alexanderk.han...@gmail.com> 
wrote:(changing the subject to something a bit more meaningful for list archive 
searches)
On Oct 14, 2015, at 15:25, wellington prado <wellpr...@hotmail.com> wrote:Hi,

 I'm getting problem in the install of "TERMINATOR" application.

MacBook-Air-Wellington-Prado:bin root# ./fink install terminator
Information about 8844 packages read in 1 seconds.
Can't resolve dependency "system-openssl-dev" for package "gconf2-2.28.1-1" (no 
matching packages/versions found)
Exiting with failure.

I already have openssl installed in my system.

MacBook-Air-Wellington-Prado:libs root# openssl version
OpenSSL 0.9.8zg 14 July 2015

Do you guys have some tip about it ?

My MAC OSX version is EL Capitain 10.11

Thank you

Wellington
------------------------------------------------------------------------------_______________________________________________Fink-beginners
 mailing listFink-beginners@lists.sourceforge.netList 
archive:http://news.gmane.org/gmane.os.apple.fink.beginnersSubscription 
management:https://lists.sourceforge.net/lists/listinfo/fink-beginners
You have OpenSSL, but you don’t have any headers for it, because Apple removed 
them for 10.11.  We’re in the process of updating our packages either to use 
our own OpenSSL package or a different encryption provider.   Hopefully this 
will get updated shortly.


-- 
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

A workaround is available, too, which involves using binaries from the 10.10 
distribution:
1)  edit /sw/etc/apt/sources.list as an administrator and add 
deb http://bindist.finkmirrors.net/10.10 stable main
at the bottom of the file.  Then save it.
2) Run “sudo apt-get update”
3) Run “sudo apt-get install gconf2 gconf2-dev gconf2-shlibs” to install the 
various parts of gconf2.  This may also download other packages that use 
OpenSSL.
4) You can then try “fink install terminator”




-- 
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

Reply via email to