Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Alexander Hansen
On 10/30/13 6:58 PM, Thomas Grant wrote: > Ahh yes that did it. I would have never figured that out. > > Thank you so much! > > > -- > Thomas D. Grant, Ph.D. > Post-doctoral Scholar > Hauptman-Woodward Medical Research Institute > 700 Ellicott St. > Buffalo, NY 14203 > > You're welcome. I've hea

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Thomas Grant
Ahh yes that did it. I would have never figured that out. Thank you so much! -- Thomas D. Grant, Ph.D. Post-doctoral Scholar Hauptman-Woodward Medical Research Institute 700 Ellicott St. Buffalo, NY 14203 On Wed, Oct 30, 2013 at 9:53 PM, Alexander Hansen < alexanderk.han...@gmail.com> wrote:

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Alexander Hansen
On 10/30/13 6:42 PM, Thomas Grant wrote: > I've tried leaving DYLD_LIBRARY_PATH unset, but that still didn't work. > > I did notice however that the following command produces no output: > > nm /sw/lib/python2.7/lib-dynload/_tkinter.so | grep waitpid > > which is the complaint from python when tryi

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Thomas Grant
I've tried leaving DYLD_LIBRARY_PATH unset, but that still didn't work. I did notice however that the following command produces no output: nm /sw/lib/python2.7/lib-dynload/_tkinter.so | grep waitpid which is the complaint from python when trying to import _tkinter. The build error stating that

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Alexander Hansen
On 10/30/13 3:36 PM, Thomas Grant wrote: > A long time ago I set DYLD_LIBRARY_PATH in my .profile file, but I don't > recall why. It may have been to get some program to work. Should it > not be set? I could set DYLD_FALLBACK_LIBRARY_PATH instead? > > > > > -- > Thomas D. Grant, Ph.D. > Post-doc

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Thomas Grant
A long time ago I set DYLD_LIBRARY_PATH in my .profile file, but I don't recall why. It may have been to get some program to work. Should it not be set? I could set DYLD_FALLBACK_LIBRARY_PATH instead? -- Thomas D. Grant, Ph.D. Post-doctoral Scholar Hauptman-Woodward Medical Research Institut

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Alexander Hansen
On 10/30/13 2:06 PM, Thomas Grant wrote: > > On Wed, Oct 30, 2013 at 3:53 PM, Alexander Hansen > mailto:alexanderk.han...@gmail.com>> wrote: > > nm /usr/lib/system/libsystem_c.__dylib | grep waitpid > > > It appears that I do. I get the following: > > $ nm /usr/lib/system/libsystem_c.dylib | g

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Thomas Grant
On Wed, Oct 30, 2013 at 3:53 PM, Alexander Hansen < alexanderk.han...@gmail.com> wrote: > nm /usr/lib/system/libsystem_c.**dylib | grep waitpid > It appears that I do. I get the following: $ nm /usr/lib/system/libsystem_c.dylib | grep waitpid 0009e736 T _waitpid 0006f56a T _wait

Re: [Fink-users] Octave364 does not build under 10.9

2013-10-30 Thread Peter Dyballa
Am 30.10.2013 um 19:44 schrieb Gary K. Olson: > Would it be possible to build pstoedit against imagemagick5-dev or > imagemagick7-dev instead? It should work with imagemagick5-dev on newer Mac OS X versions. And I also assume that imagemagick7-dev is fine. If you don't have X11 installed you

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Alexander Hansen
On 10/30/13 12:42 PM, Thomas Grant wrote: > Yes I think you're right. This is what I get: > > building '_tkinter' extension > gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall > -Wstrict-prototypes -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/X11R6/include > -I. -IInclude -I./Include -

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Thomas Grant
Yes I think you're right. This is what I get: building '_tkinter' extension gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/X11R6/include -I. -IInclude -I./Include -I/sw/include -I/sw/src/fink.build/python27-2.7.5-4/Py

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Alexander Hansen
On 10/30/13 12:28 PM, Thomas Grant wrote: > I attempted to rebuild tcltk first, but that didn't change anything as > you suspected. > > However, rebuilding python2.7 also failed with the following error: > > Python build finished, but the necessary bits to build these modules > were not found: > bs

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Thomas Grant
I attempted to rebuild tcltk first, but that didn't change anything as you suspected. However, rebuilding python2.7 also failed with the following error: Python build finished, but the necessary bits to build these modules were not found: bsddb185 dl imageop linuxaudiode

Re: [Fink-users] pdftk compile error in 10.9

2013-10-30 Thread Matthias RIngwald
Hi I’ve replaced all references to gcc47 with references to gcc48 and got the package to compile again. best matthias On 25.10.2013, at 02:39, Alexander Hansen wrote: > On 10/24/13 5:05 PM, Daren Gillespie wrote: >> I'm new to this but decided I wanted to help test the 10.9 port. I'll >> just

Re: [Fink-users] Octave364 does not build under 10.9

2013-10-30 Thread Alexander Hansen
On 10/30/13 11:52 AM, Alexander Hansen wrote: > On 10/30/13 11:44 AM, Gary K. Olson wrote: >> Alexander you may already be aware of this, but the octave packages will >> not build under 10.9 because pstoedit, which they depend upon, needs >> imagemagick2-dev which is not available for 10.9. Would i

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Hanspeter Niederstrasser
On 10/30/2013 2:25 PM, Thomas Grant wrote: > Is there any way to reinstall tcl/tk without having to first remove all the > packages dependent on it (which apparently includes python2.7)? You can reinstall a package using the "fink reinstall " command. This simply takes the built .deb archive and

Re: [Fink-users] Octave364 does not build under 10.9

2013-10-30 Thread Alexander Hansen
On 10/30/13 11:44 AM, Gary K. Olson wrote: > Alexander you may already be aware of this, but the octave packages will > not build under 10.9 because pstoedit, which they depend upon, needs > imagemagick2-dev which is not available for 10.9. Would it be possible > to build pstoedit against imagemagi

Re: [Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Alexander Hansen
On 10/30/13 11:25 AM, Thomas Grant wrote: > Dear all, > > I recently ran fink update-all and now can't seem to run python 2.7 GUI > applications requiring _tkinter. > > When I try and simply import _tkinter in a python shell I get the > following error: > > >>> import _tkinter > Traceback (most re

Re: [Fink-users] Octave364 does not build under 10.9

2013-10-30 Thread Gary K. Olson
Alexander you may already be aware of this, but the octave packages will not build under 10.9 because pstoedit, which they depend upon, needs imagemagick2-dev which is not available for 10.9. Would it be possible to build pstoedit against imagemagick5-dev or imagemagick7-dev instead? I can try t

[Fink-users] _tkinter fails to import after update-all

2013-10-30 Thread Thomas Grant
Dear all, I recently ran fink update-all and now can't seem to run python 2.7 GUI applications requiring _tkinter. When I try and simply import _tkinter in a python shell I get the following error: >>> import _tkinter Traceback (most recent call last): File "", line 1, in ImportError: dlopen(

[Fink-users] libcdio7-shlibs compile error as dependency to ffmpeg

2013-10-30 Thread Daren Gillespie
I did cc the maintainer the first time but they reported that 10.9 was not available to them. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include/ -I/sw/include -g -O2 -c -o iso9660.lo iso9660.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -