[Fink-users] Installing Zbar from Source Into Fink Directory

2013-06-26 Thread Buz Barstow
Hi all,

I'm currently installing the SimpleCV package into my fink directory. I am most 
of the way there, but would like to include the zbar library in the 
installation. 

I have the source code tarball for zbar (from 
http://sourceforge.net/projects/zbar/files/zbar/0.10/zbar-0.10.tar.bz2/download)
 and the source tarball for the zbar python extension (from 
https://pypi.python.org/pypi/zbar).

I have also sucessfully installed the libzbar package through fink.

Unfortunately, when I try to install the zbar python bindings into my fink 
directory (/sw) using:

/sw/bin/python2.py setup.py install

the install fails, complaining that /usr/bin/clang is unable to find the header 
file zbar.h (which is in my /sw/include directory).

Is there a good workaround to get this to install in /sw?

Thanks!

--Buz




--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Duplicate installs?

2013-06-26 Thread Bill Waggoner
Here's a strange one ...

I ran a selfupdate and then a list -o and got this response to the ist request:

Scanning package description files..
Information about 7578 packages read in 2 seconds.
(i)  cpan-meta-pm5123 2.131560-1  Distribution metadata for a CPAN dist
(i)  cpan-meta-pm5124 2.131560-1  Distribution metadata for a CPAN dist
(i)  extutils-makemaker-  6.68-1  Perl module to create a
module Makefile
(i)  extutils-makemaker-  6.68-1  Perl module to create a
module Makefile
(i)  openssl  1.0.1e-2Secure Sockets Layer and
Crypto Library
(i)  openssl100-dev   1.0.1e-2Secure Sockets Layer and
Crypto Library
(i)  openssl100-shlibs1.0.1e-2Secure Sockets Layer and
Crypto Library

So I ran:

`-- fink list -w 160 extutils-makemaker
Scanning package description files..
Information about 7578 packages read in 1 seconds.
 i   extutils-makemaker-pm6.56-5   Perl
module to create a module Makefile
(i)  extutils-makemaker-pm51236.68-1   Perl
module to create a module Makefile
 p   extutils-makemaker-pm5123-bin [virtual package]
(i)  extutils-makemaker-pm51246.68-1   Perl
module to create a module Makefile
 p   extutils-makemaker-pm5124-bin [virtual package]

I wonder if that looks right ... it doesn't to me.

I did have a problem a while back with some circular dependencies, I
wonder if it's reated to that ...

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Duplicate installs?

2013-06-26 Thread Alexander Hansen
On 6/26/13 10:00 AM, Bill Waggoner wrote:
 Here's a strange one ...

 I ran a selfupdate and then a list -o and got this response to the ist 
 request:

 Scanning package description files..
 Information about 7578 packages read in 2 seconds.
 (i)  cpan-meta-pm5123 2.131560-1  Distribution metadata for a CPAN 
 dist
 (i)  cpan-meta-pm5124 2.131560-1  Distribution metadata for a CPAN 
 dist
 (i)  extutils-makemaker-  6.68-1  Perl module to create a
 module Makefile
 (i)  extutils-makemaker-  6.68-1  Perl module to create a
 module Makefile
 (i)  openssl  1.0.1e-2Secure Sockets Layer and
 Crypto Library
 (i)  openssl100-dev   1.0.1e-2Secure Sockets Layer and
 Crypto Library
 (i)  openssl100-shlibs1.0.1e-2Secure Sockets Layer and
 Crypto Library

 So I ran:

 `-- fink list -w 160 extutils-makemaker
 Scanning package description files..
 Information about 7578 packages read in 1 seconds.
   i   extutils-makemaker-pm6.56-5   Perl
 module to create a module Makefile
 (i)  extutils-makemaker-pm51236.68-1   Perl
 module to create a module Makefile
   p   extutils-makemaker-pm5123-bin [virtual 
 package]
 (i)  extutils-makemaker-pm51246.68-1   Perl
 module to create a module Makefile
   p   extutils-makemaker-pm5124-bin [virtual 
 package]

 I wonder if that looks right ... it doesn't to me.

 I did have a problem a while back with some circular dependencies, I
 wonder if it's reated to that ...


It's right.

The older extutils-makemaker-pm doesn't stipulate any particular 
version of Perl, whereas the -pm5123 and -pm5124 versions do.  The 
unversioned one is needed to build some other perl modules which are 
also unversioned.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Installing Zbar from Source Into Fink Directory

2013-06-26 Thread Buz Barstow
Hi Hanspeter,

Many thanks for this. I just ran selfupdate and am installing.

I'll let you know shortly if SimpleCV is functional.

Many thanks, and all the best,

--Buz


On Jun 26, 2013, at 1:32 PM, Hanspeter Niederstrasser wrote:

 On 6/26/2013 12:53 PM, Buz Barstow wrote:
 Hi all,
 
 I'm currently installing the SimpleCV package into my fink directory. I am 
 most of the way there, but would like to include the zbar library in the 
 installation.
 
 I have the source code tarball for zbar (from 
 http://sourceforge.net/projects/zbar/files/zbar/0.10/zbar-0.10.tar.bz2/download)
  and the source tarball for the zbar python extension (from 
 https://pypi.python.org/pypi/zbar).
 
 I have also sucessfully installed the libzbar package through fink.
 
 Unfortunately, when I try to install the zbar python bindings into my fink 
 directory (/sw) using:
 
 /sw/bin/python2.py setup.py install
 
 the install fails, complaining that /usr/bin/clang is unable to find the 
 header file zbar.h (which is in my /sw/include directory).
 
 Is there a good workaround to get this to install in /sw?
 
 The zbar python bindings are now available for 10.7/8 after a selfupdate.  
 Alex's comment about how to set flags so your compiler is able to find 
 Fink-installed headers is still relevant, however.  If you do manage to build 
 SimpleCV on OS X, perhaps you could submit it as a Fink package?
 
 Once you know what steps are needed, we'd be happy to help you through the 
 submission process: http://sourceforge.net/p/fink/package-submissions/
 
 Hanspeter
 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Installing Zbar from Source Into Fink Directory

2013-06-26 Thread Buz Barstow
Hi Alex, 
Many thanks for this. I just saw that Hanspeter Niederstrasser posted a fink 
package for the python bindings, but I will keep these instructions on hand for 
other packages.

All the best,

--Buz


On Jun 26, 2013, at 1:03 PM, Alexander Hansen wrote:

 On 6/26/13 9:53 AM, Buz Barstow wrote:
 Hi all,
 
 I'm currently installing the SimpleCV package into my fink directory. I am 
 most of the way there, but would like to include the zbar library in the 
 installation.
 
 I have the source code tarball for zbar (from 
 http://sourceforge.net/projects/zbar/files/zbar/0.10/zbar-0.10.tar.bz2/download)
  and the source tarball for the zbar python extension (from 
 https://pypi.python.org/pypi/zbar).
 
 I have also sucessfully installed the libzbar package through fink.
 
 Unfortunately, when I try to install the zbar python bindings into my fink 
 directory (/sw) using:
 
 /sw/bin/python2.py setup.py install
 
 the install fails, complaining that /usr/bin/clang is unable to find the 
 header file zbar.h (which is in my /sw/include directory).
 
 Is there a good workaround to get this to install in /sw?
 
 Thanks!
 
 --Buz
 
 
 
 
 
 
 A build not finding a Fink-installed header is independent of the install 
 location. 
 http://fink.thetis.ig42.org/faq/usage-general.php?phpLang=en#compile-myself 
 has some environment settings to help out--these aren't set up by default.
 -- 
 Alexander Hansen, Ph.D.
 Fink User Liaison
 My package updates: http://finkakh.wordpress.com/


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Pygame Segmentation Fault

2013-06-26 Thread Buz Barstow
Hi all,

I'm continuing my install of SimpleCV into my fink environment, and have 
managed to get zbar installed, but am now having a problem with pygame (a 
dependency of the SimpleCV findBarcode function). 

I have the pygame-py27 package installed.

When I called findBarcode() I get the error:

Fatal Python error: (pygame parachute) Segmentation Fault
Abort trap: 6

Does anyone know of a work around?

All the best,

---Buz



--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Duplicate installs?

2013-06-26 Thread Daniel Macks


On Wed, 26 Jun 2013 13:00:01 -0400, Bill Waggoner 
ctgreybe...@gmail.com wrote:
Here's a strange one ... 
  
   I ran a selfupdate and then a list -o and got this response to the 
ist request:
  
   Scanning package description files.. 
   Information about 7578 packages read in 2 seconds. 
   (i)  cpan-meta-pm5123 2.131560-1  Distribution metadata for 
a CPAN dist
   (i)  cpan-meta-pm5124 2.131560-1  Distribution metadata for 
a CPAN dist
   (i)  extutils-makemaker-  6.68-1  Perl module to create a
   module Makefile
   (i)  extutils-makemaker-  6.68-1  Perl module to create a
   module Makefile
   (i)  openssl  1.0.1e-2Secure Sockets Layer and
   Crypto Library
   (i)  openssl100-dev   1.0.1e-2Secure Sockets Layer and
   Crypto Library
   (i)  openssl100-shlibs1.0.1e-2Secure Sockets Layer and
   Crypto Library
  
   So I ran:
  
   `-- fink list -w 160 extutils-makemaker
   Scanning package description files.. 
   Information about 7578 packages read in 1 seconds. 
i   extutils-makemaker-pm6.56-5   Perl
   module to create a module Makefile
   (i)  extutils-makemaker-pm51236.68-1   Perl
   module to create a module Makefile
p   extutils-makemaker-pm5123-bin 
[virtual package]
   (i)  extutils-makemaker-pm51246.68-1   Perl
   module to create a module Makefile
p   extutils-makemaker-pm5124-bin 
[virtual package]
  
   I wonder if that looks right ... it doesn't to me. 
  
   I did have a problem a while back with some circular dependencies, I
   wonder if it's reated to that ... 

akh responded to the substance of your situation. But just a note that 
'fink list -t' uses tabs to separate the columns, so you don't need to 
guess that '-w 160' is wide enough. 

dan

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



--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] EOL for 10.5

2013-06-26 Thread Alexander Hansen
As a heads-up, the Fink Project is planning to end official support for 
10.5 around July 1.

Folks on 10.5 will still have access to all of the packages which are 
currently available for their OS/architecture, but the project isn't 
going to be responsible for providing further updates.  Individual 
maintainers may do some updating and respond to requests.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users