Unknown CMake command qt4_wrap_cpp.

2011-09-29 Thread Norman Khine
hello, i did a: $ sudo port -d selfupdate $ sudo port -d upgrade outdated and this fails when it tries to update 'strigi', here is the main.log file http://pastie.org/2609516 $ port installed |grep qt qt3 @3.3.8_8+darwin_10 qt3 @3.3.8_9 qt3 @3.3.8_11 (active) qt4-mac @4.6.1_0 qt4-mac

boost:python

2011-08-02 Thread Norman Khine
i am not sure why, but the boost:python does not seem to work for me when using MacPorts $ port installed |grep boost boost @1.42.0_0 boost @1.44.0_0 boost @1.44.0_0+python26 boost @1.45.0_1+python26 boost @1.47.0_0+python26 (active) boost-jam @3.1.17_0 boost-jam @3.1.18_0 (active)

port outdated gimp2 :- Error: Uninstall gnome-keyring 2.30.3_0 failed: error deleting /opt/local/var/macports/software/gnome-keyring/2.30.3_0: directory not empty

2011-07-31 Thread Norman Khine
$ sudo port -d upgrade gimp2 ... DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: No need to upgrade! libtasn1 2.9_0 = libtasn1 2.9_0 DEBUG: Starting logging for gnome-keyring ---

Target org.macports.activate returned: Image error: /opt/local/bin/a2p is being used by the active perl5.8 port.

2011-03-12 Thread Norman Khine
hello, i am trying to install 'gramps' from macports, but get this error http://pastie.org/1663723 any advise, much appreciated. norman -- ˙ʇı ɹoɟ ƃuıʎɐd ǝɹ,noʎ ʍou puɐ ǝɔıoɥɔ ɐ ʞooʇ ı ʇɐɥʇ sı 'ʇlnɔıɟɟıp sı ʇɐɥʍ ˙uʍop ǝpısdn p,uɹnʇ pןɹoʍ ǝɥʇ ǝǝs noʎ 'ʇuǝɯɐן sǝɯıʇ ǝɥʇ puɐ 'ʇuǝʇuoɔ ǝq s,ʇǝן ʇǝʎ

Re: Target org.macports.activate returned: Image error: /opt/local/bin/a2p is being used by the active perl5.8 port.

2011-03-12 Thread Norman Khine
On Sat, Mar 12, 2011 at 5:47 PM, Norman Khine nor...@khine.net wrote: hello, i am trying to install 'gramps' from macports, but get this error http://pastie.org/1663723 any advise, much appreciated. $ sudo port deactivate perl5.8 seems to have solved this issue. norman -- ˙ʇı ɹoɟ

pyV8 setup BOOST_HOME

2010-12-22 Thread Norman Khine
hello, i have installed boost: $ port installed |grep boost boost @1.42.0_0 boost @1.44.0_0 boost @1.44.0_0+python26 boost @1.45.0_1+python26 (active) boost-jam @3.1.17_0 boost-jam @3.1.18_0 (active) when i run: $ man boost No manual entry for boost where should BOOST_HOME be set to

Re: wav2swf macports issue (maybe) -- Error: no mp3 soundstream support compiled in.

2010-10-04 Thread Norman Khine
On Mon, Oct 4, 2010 at 12:04 AM, Ryan Schmidt ryandes...@macports.org wrote: On Oct 3, 2010, at 16:37, Jon Hermansen wrote: configure does not find lame.h without specifying -I${prefix}/include/lame in CPPFLAGS: checking lame.h usability... no checking lame.h presence... no checking for

gfx module for swftools in macports

2010-10-04 Thread Norman Khine
hello, i just updated the swftools from macports, but am wondering if and how to install the gfx[1] with the macport's python $ /opt/local/bin/python -c 'import gfx' Traceback (most recent call last): File string, line 1, in module ImportError: No module named gfx thanks norman [1]

wav2swf macports issue (maybe) -- Error: no mp3 soundstream support compiled in.

2010-10-03 Thread Norman Khine
hello, i have: aqoon:~ khinester$ port -v installed swftools The following ports are currently installed: swftools @0.9.0_2 swftools @0.9.1_0 (active) platform='darwin 10' archs='x86_64' aqoon:~ khinester$ port -v installed lame The following ports are currently installed: lame @3.98.2_1

Error: Problem while installing py26-distribute

2010-09-30 Thread Norman Khine
i was trying to do a $ sudo port -v upgrade outdated but got this error: --- Installing py26-distribute @0.6.14_0 --- Activating py26-distribute @0.6.14_0 Error: Target org.macports.activate returned: Image error: /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/easy_install

py26-numpy install issues - ld: symbol(s) not found

2010-09-30 Thread Norman Khine
hello, i am doing a $ sudo port install py26-numpy but get the following error: ld: symbol(s) not found collect2: ld returned 1 exit status error: Command /usr/bin/gfortran -Wall build/temp.macosx-10.6-x86_64-2.6/numpy/linalg/lapack_litemodule.o

FastCGI PHP5 on OSX 10.6

2010-09-29 Thread Norman Khine
Hello, I have a running php5 on my OS, but would like to rebuild it with FastCGI support $ php -v PHP Warning: PHP Startup: Unable to load dynamic library '/opt/local/lib/php/extensions/no-debug-non-zts-20090626/gd.so' - dlopen(/opt/local/lib/php/extensions/no-debug-non-zts-20090626/gd.so, 9):

Re: FastCGI PHP5 on OSX 10.6

2010-09-29 Thread Norman Khine
Hi Ryan, thanks for the fast response. On Wed, Sep 29, 2010 at 2:04 PM, Ryan Schmidt ryandes...@macports.org wrote: On Sep 29, 2010, at 06:34, Norman Khine wrote: Hello, I have a running php5 on my OS, but would like to rebuild it with FastCGI support $ php -v PHP Warning:  PHP Startup

Re: FastCGI PHP5 on OSX 10.6

2010-09-29 Thread Norman Khine
i have done it the other way around? thanks On Wed, Sep 29, 2010 at 2:29 PM, Ryan Schmidt ryandes...@macports.org wrote: On Sep 29, 2010, at 07:24, Norman Khine wrote: On Wed, Sep 29, 2010 at 2:04 PM, Ryan Schmidt wrote: After jpeg was updated to version 8, you would have needed to rebuild

php5-openssl

2010-04-28 Thread Norman Khine
hello, i have a running php5 which was built with macports, if i now want to add support for openssl what is the best way to do it? would simply: $ sudo port -v install php5-openssl do? thanks -- ¿noʎ uɐɔ uʍop ǝpısdn ǝʇıɹʍ uɐɔ ı - % .join( [ {'*':'@','^':'.'}.get(c,None) or

Re: port install mochiweb fails

2010-04-25 Thread Norman Khine
thanks, i will try and dig further to get it working. On Sun, Apr 25, 2010 at 6:17 AM, Ryan Schmidt ryandes...@macports.org wrote: On Apr 24, 2010, at 22:09, Norman Khine wrote: hello, i am trying to install mochiweb through macports. this is the error i have: http://paste.lisp.org/display

port install mochiweb fails

2010-04-24 Thread Norman Khine
hello, i am trying to install mochiweb through macports. this is the error i have: http://paste.lisp.org/display/98304 any advise much appreciated thanks norman -- ¿noʎ uɐɔ uʍop ǝpısdn ǝʇıɹʍ uɐɔ ı - % .join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for c in ,adym,*)uzq^zqf ]

sudo port -v install kdelibs4 - build error

2010-03-25 Thread Norman Khine
hello, i am trying to build kdevelop4, but had this error: --- Installing giflib @4.1.6_1 --- Activating giflib @4.1.6_1 Error: Target org.macports.activate returned: Image error: /opt/local/bin/gif2epsn is being used by the active libungif port. Please deactivate this port first, or use 'port

Re: sudo port -v install kdelibs4 - build error

2010-03-25 Thread Norman Khine
thanks On Thu, Mar 25, 2010 at 4:21 PM, Ryan Schmidt ryandes...@macports.org wrote: On Mar 25, 2010, at 01:13, Norman Khine wrote: i am trying to build kdevelop4, but had this error: ---  Installing giflib @4.1.6_1 ---  Activating giflib @4.1.6_1 Error: Target org.macports.activate

how do i generate the kdelibs3 documentation when building kdelibs?

2010-03-25 Thread Norman Khine
hello, i am trying to build kdevelop and am installing the all the required packages as per http://www.kdevelop.org/index.html?filename=3.5/branches_compiling.html i have installed kdelibs3 as: $ sudo port -v install kdelibs3 +with_doxygen but i still get the following warning: config.status:

Re: is there a macport for xvidcap?

2010-03-22 Thread Norman Khine
ok thanks On Mon, Mar 22, 2010 at 3:59 AM, Frank Schima macsforever2...@macports.org wrote: On Mar 21, 2010, at 4:58 PM, Norman Khine wrote: hello, is there a macport for xvidcap? thanks port search xvidcap returns nothing. So no. You can file a trac ticket requesting it [1], but unless

is there a macport for xvidcap?

2010-03-21 Thread Norman Khine
hello, is there a macport for xvidcap? thanks -- % .join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for c in ,adym,*)uzq^zqf ] ) ___ macports-users mailing list macports-users@lists.macosforge.org

Re: mysql++-3.x

2010-03-11 Thread Norman Khine
thank you On Thu, Mar 11, 2010 at 12:54 AM, Ryan Schmidt ryandes...@macports.org wrote: On Mar 10, 2010, at 17:26, Joshua Root wrote: On 2010-3-11 10:19 , Norman Khine wrote: is there a port to install this library http://tangentsoft.net/mysql++ `port search mysql` says yes. Since

Build of Inkscape fails on 10.6.2

2010-02-24 Thread Norman Khine
Hello, I just tried to install Inkscape through MacPorts but it fails, here is the output http://paste.lisp.org/display/95576 Any thoughts on how to get this fixed. Thanks Norman -- % .join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for c in ,adym,*)uzq^zqf ] )

Re: Build of Gimp fails on 10.6.2

2010-02-24 Thread Norman Khine
i meant to say gimp On Thu, Feb 25, 2010 at 7:47 AM, Norman Khine nor...@khine.net wrote: Hello, I just tried to install Inkscape through MacPorts but it fails, here is the output http://paste.lisp.org/display/95576 Any thoughts on how to get this fixed. Thanks Norman -- % .join

Re: Attempting to fetch texlive_texmf-full-2007g0.tar.gz fails

2010-02-13 Thread Norman Khine
ok i fixed it, i moved the downloaded file to: /opt/local/var/macports/distfiles/texlive_texmf-full On Sat, Feb 13, 2010 at 2:36 PM, Norman Khine nor...@khine.net wrote: hello, i am trying to build texlive but it just gets stuck: $ sudo port install texlive Password: ---  Computing

remove apache2 from startup items

2010-01-18 Thread Norman Khine
hello, i have apache2 installed from macports, but when i built it i forgot to set the 'no_startupitem' variant. now everytime i reboot my computer apache starts and i have this process running: $ ps -ax PID TT STAT TIME COMMAND 31 ?? Ss 0:00.03 /opt/local/bin/daemondo

Re: apache2 +mod_proxy +vhosts +sni

2009-07-16 Thread Norman Khine
On Wed, Jul 15, 2009 at 11:33 PM, Ryan Schmidtryandes...@macports.org wrote: On Jul 15, 2009, at 09:50, Norman Khine wrote: How do I enable which modules to enable when building apache2 using macports? On gentoo for example, I can add APACHE2_MODULES= ... Is there a similar function

apache2 +mod_proxy +vhosts +sni

2009-07-15 Thread Norman Khine
Hello, How do I enable which modules to enable when building apache2 using macports? On gentoo for example, I can add APACHE2_MODULES= ... Is there a similar function in macports? Thanks Norman ___ macports-users mailing list

variants

2009-07-14 Thread Norman Khine
hello, i just built boost, using the '%% sudo port install boost' command, but forgot to add some specific variants i needed. do i simply: %% sudo port upgrade boost +variants thanks norman ___ macports-users mailing list

Re: install php5 failing

2009-07-14 Thread Norman Khine
Perhaps it is simply downloading the file and you should wait for it to do so. On a slow connection this could be the case. Not sure if it is possible to set a 'download' indicator advising the amount downloaded. On Tue, Jul 14, 2009 at 2:00 PM, Jon Bennettjmbenn...@gmail.com wrote: Hi, I'm

Re: variants

2009-07-14 Thread Norman Khine
Thanks, for the advise, I did uninstall and added the variants. On Tue, Jul 14, 2009 at 2:31 PM, Panagiotis Atmatzidisa...@convalesco.org wrote: On 14 Ιουλ 2009, at 9:41 ΠΜ, Norman Khine wrote: hello, i just built boost, using the '%% sudo port install boost' command, but forgot to add some

Re: Downgrade to php5.2 (latest)

2009-07-14 Thread Norman Khine
maybe this is can be of help http://bangpound.org/node/7548 perhaps there is a simpler way where you can select the exact version you need, but i am not sure. On Tue, Jul 14, 2009 at 4:25 PM, Jon Bennettjmbenn...@gmail.com wrote: Hi, I need to downgrade the version of php mac ports has

pkg-config --list-all

2009-07-13 Thread Norman Khine
Hello, I had installed from source pkg-config and some libraries. After which I installed MacPorts and now I have two pkg-config: $ which pkg-config /opt/local/bin/pkg-config $ pkg-config --version 0.23 $ pkg-config --list-all http://paste.lisp.org/display/83507#1 2) The one build from