Re: pykde4

2014-11-10 Thread Nicolas Pavillon
Hello, It's been some time, but I had tried to make a Portfile for pykde4, and then gave up because of several different issues, including the dependencies to X11. These repeated paths also surely ring a bell. I don't think I ever got around them, but did not try that hard either. Cheers

Re: pykde4

2014-11-10 Thread Chris Jones
The long paths are not a MacPorts specific issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750231 On 10/11/14 08:20, Nicolas Pavillon wrote: Hello, It's been some time, but I had tried to make a Portfile for pykde4, and then gave up because of several different issues, including

Re: pykde4

2014-11-10 Thread René J . V . Bertin
On Monday November 10 2014 11:31:23 René J.V. Bertin wrote: I've gotten a bit further. Stuff installs, but apparently MacPorts' python doesn't look in /opt/local/lib/pythonX/site-packages so I'll have to figure out why things get installed there. Also, I'll have to figure out how to convince

Re: pykde4

2014-11-10 Thread Jeremy Lavergne
I think Python builds as a framework, so you’d want to check the Library/Framework/Python/ directories instead. On Nov 10, 2014, at 16:06, René J.V. Bertin rjvber...@gmail.com wrote: /opt/local/lib/pythonX/site-packages ___ macports-users mailing

Re: pykde4

2014-11-10 Thread René J . V . Bertin
On Monday November 10 2014 16:08:46 Jeremy Lavergne wrote: I think Python builds as a framework, so you’d want to check the Library/Framework/Python/ directories instead. It does, hence I pass

Re: pykde4

2014-11-10 Thread Ryan Schmidt
On Nov 10, 2014, at 4:31 AM, René J.V. Bertin wrote: I've always wondered: Apple describe how you can make frameworks containing several main versions, but never document how to tell the linker which one to use... It clearly doesn't pick the newest version because I don't have Python 3.4

Re: pykde4

2014-11-10 Thread René J . V . Bertin
On Monday November 10 2014 17:13:56 Ryan Schmidt wrote: Apple intentionally does not provide a way to tell the linker which version of the framework to use; the intention is that you will link with the latest version. The reason for continuing to provide old versions of a framework is so

Re: pykde4

2014-11-10 Thread Ryan Schmidt
On Nov 10, 2014, at 5:30 PM, René J.V. Bertin wrote: On Monday November 10 2014 17:13:56 Ryan Schmidt wrote: Apple intentionally does not provide a way to tell the linker which version of the framework to use; the intention is that you will link with the latest version. The reason for

pykde4

2014-11-09 Thread René J . V . Bertin
Hello, Has anyone tried his/her hand at a Portfile for PyKDE4, with success? I'm doing just that, but one of the blocks I'm running into has to do with MacPort's convoluted naming for build directories: -- Configuring done CMake Error: Cannot open file for write: /Volumes/Debian/MP6/var

Re: pykde4

2014-11-09 Thread Ryan Schmidt
On Nov 9, 2014, at 12:04 PM, René J.V. Bertin wrote: Has anyone tried his/her hand at a Portfile for PyKDE4, with success? I'm doing just that, but one of the blocks I'm running into has to do with MacPort's convoluted naming for build directories: -- Configuring done CMake Error