gnuplot and aquaterm

2010-03-28 Thread Lenore Horner

Powerbook G4 running 10.5.8

Plotting generates no output.  This used to work and I don't know what  
I've changed or how to fix it.  No errors are showing up in console.   
Just nothing happens.


$ gnuplot

G N U P L O T
Version 4.2 patchlevel 5
last modified Mar 2009
System: Darwin 9.8.0

Copyright (C) 1986 - 1993, 1998, 2004, 2007 - 2009
Thomas Williams, Colin Kelley and many others

Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from http://www.gnuplot.info/faq/

Send bug reports and suggestions to http://sourceforge.net/projects/gnuplot 




Terminal type set to 'aqua'
gnuplot plot sin(x)
gnuplot exit


$ aquaterm
-bash: aquaterm: command not found

But
$ port installed aquaterm
The following ports are currently installed:
  aquaterm @1.0.1_5 (active)

So macports think's aquaterm is installed, but the command line can't  
find it.  My .profile contains the following (and other things like  
gnucash start fine from the command line).


# for MacPorts
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export MANPATH=/opt/local/share/man:$MANPATH

 $echo $PATH
/Library/Frameworks/Python.framework/Versions/2.6/bin:/opt/local/bin:/ 
opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/ 
texbin:/usr/X11/bin


$ port installed gnuplot
The following ports are currently installed:
  gnuplot @4.2.5_1+darwin+no_x11 (active)


Thanks,
Lenore
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


ffmpeg --disable-altivec option

2010-03-28 Thread t...@qx.net
Hello,

I need to install ffmpeg with the --disable-altivec option.  Is that possible?

Best regards to all,
Tom


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: ffmpeg --disable-altivec option

2010-03-28 Thread Ryan Schmidt

On Mar 28, 2010, at 11:11, t...@qx.net wrote:

 I need to install ffmpeg with the --disable-altivec option.  Is that possible?

I don't see an option for that in the portfile. Out of curiosity, why do you 
need this option?

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Gramps version 3.2.0 for Mac OS X

2010-03-28 Thread Tim Lyons
I have now created the MacPorts Portfile for Gramps 3.2.0, and have  
asked for this to be uploaded to MacPorts.


I would be very interested to know how many people are currently  
using Gramps on Macintosh, which version/port of Gramps they are  
using, which hardware architecture and which version of the Operating  
System they are using.



I installed a fresh copy of MacPorts and built Gramps 3.2.0 from  
scratch. On my Mac OS X 10.4.11 iMac iSight (2.1 GHx PowerPC G5) this  
took 12 hours 53 minutes. I have tested the new MacPorts version in  
this environment.




There were a few problems that have now been fixed in MacPorts. The  
remaining issues are:


(1) If you had a previous installation of Gramps, you have to rename/ 
move aside /Applications/MacPorts when you do a fresh install.


(2) MacPorts ticket 24127 (http://trac.macports.org/ticket/24127),  
libproxy 0.4.0 build failure - I loaded the portfile for 0.3.0 which  
worked OK.


(3) The WriteCD plugin is unavailable. This relies on GNOME and has  
not been made to work on OS X.


(4) The spelling checker is not installed because there is no MacPort  
of the python bindings to gtkspell, this results in the warning:  
14484: WARNING: Spell.py: line 66: Spelling checker is not installed.


(5) A warning message is produced: Xlib:  extension RANDR missing  
on display :0.0. According to the MacPorts FAQ (http:// 
trac.macports.org/wiki/FAQ#randr) It's harmless and you should  
ignore it.


(6)The Geographic View is not available because webkit-gtk does not  
build under MacPorts (MacPorts ticket 23464 http://trac.macports.org/ 
ticket/23464 and webkitgtk bug https://bugs.webkit.org/show_bug.cgi? 
id=36088).


(7) When going into the file chooser (for example on export or import  
or plugin manager, you may get the warning: GtkWarning: Unable to  
find default local directory monitor type. This doen't seem to be  
very serious, and seems to be a more general gtk issue. See http:// 
www.mail-archive.com/bug-gn...@gnu.org/msg03464.html.




If you start gramps from the xterm window, don't forget to follow the  
instructions about setting paths for the X11 environment in http:// 
trac.macports.org/wiki/InstallingMacPorts.



Instructions for installing the MacPorts version of Gramps are in the  
Wiki at http://www.gramps-project.org/wiki/index.php? 
title=Mac_OS_X_MacPorts.


The latest version of MacPorts Gramps prior to this is 3.0.4.
The latest official stable fink version is 1.0.10 for Mac OS X 10.4.  
The latest official unstable fink version is

3.0.4 for Mac OS X 10.5.
The latest prebuilt binary version (http://www.gramps-project.org/ 
apple) is 3.1.2 for Intel and PPC, but this does not work on Mac OS X  
10.4 PPC.


Regards,
Tim Lyons.___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gnuplot and aquaterm

2010-03-28 Thread Ryan Schmidt
On Mar 28, 2010, at 11:09, Lenore Horner wrote:

 $ aquaterm
 -bash: aquaterm: command not found
 
 But
 $ port installed aquaterm
 The following ports are currently installed:
  aquaterm @1.0.1_5 (active)
 
 So macports think's aquaterm is installed, but the command line can't find 
 it.  My .profile contains the following (and other things like gnucash start 
 fine from the command line).

As you'll see with port contents aquaterm, it does not install a binary that 
you run on the command line; it installs an application that you double-click 
in the Finder.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Python binding for gtkspell

2010-03-28 Thread guylinton

Is there a MacPorts version of the Python binding for gtkspell?


-- 
View this message in context: 
http://old.nabble.com/Python-binding-for-gtkspell-tp28060792p28060792.html
Sent from the MacPorts - Users mailing list archive at Nabble.com.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Python binding for gtkspell

2010-03-28 Thread Ryan Schmidt

On Mar 28, 2010, at 12:12, guylinton wrote:

 Is there a MacPorts version of the Python binding for gtkspell?

I don't see one. You could file a ticket requesting this. If you can supply a 
Portfile that would be even better.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: slrn 0.9.9p1 in ports now

2010-03-28 Thread Ryan Schmidt
On Mar 27, 2010, at 19:28, LuKreme wrote:

 I do not see a way to get it to build with uudeview, however. The only 
 variants are pull, ssl, and universal.

I filed a ticket for your request:

http://trac.macports.org/ticket/24262

I also attached a patch there which may implement this request; please test and 
let us know if it works.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


RE: Re: ffmpeg --disable-altivec option

2010-03-28 Thread t...@qx.net
--- Original Message ---
From: Ryan Schmidt[mailto:ryandes...@macports.org]
Sent: 3/28/2010 12:48:07 PM
To  : t...@qx.net
Cc  : macports-users@lists.macosforge.org
Subject : RE: Re: ffmpeg --disable-altivec option

 
On Mar 28, 2010, at 11:11, t...@qx.net wrote:

 I need to install ffmpeg with the --disable-altivec option.  Is that 
 possible?

I don't see an option for that in the portfile. Out of curiosity, why do you 
need this option?

I have a G3 PPC.  Altivec was a G4 implementation ( Velocity Engine ).  Without 
disabling altivec I get 'illegal instruction' failures from ffmpeg.  
As a note, I have installed the same release of ffmpeg from source, with 
--disable-altivec, and it works fine.  I had to have help from the 
ffmpeg user mailing list to discover this.  I would like to get my 'stuff' 
under MacPorts, but the install I did would not work because of 'illegal 
instructions.'  Is a patch possible?  Thanks for your help!  Best regards, Tom


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: how do i generate the kdelibs3 documentation when building kdelibs?

2010-03-28 Thread Takanori Yamamoto
As you say, the variant (+with_doxygen) was broken.
I tried to fix this problem in r65592 so could you try it again?

Thanks in advance.

On 2010/03/26, at 5:57, Norman Khine wrote:

 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: executing depfiles commands
 
 You have no kdelibs documentation generated by Doxygen installed.
 You should install Doxygen from www.doxygen.org, reconfigure
 and rebuild the kdelibs sources. You should 'make apidox' and
 'make install' in your kdelibs build dir, and then rerun this
 configure script.
 
 how do i generate the kdelibs3 documentation ?
 
 thanks
 
 -- 
 ¿noʎ uɐɔ uʍop ǝpısdn ǝʇıɹʍ uɐɔ ı - % .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
 http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gnuplot and aquaterm

2010-03-28 Thread Joshua Root
On 2010-3-29 03:09 , Lenore Horner wrote:
 Powerbook G4 running 10.5.8
 
 Plotting generates no output.  This used to work and I don't know what
 I've changed or how to fix it.  No errors are showing up in console. 
 Just nothing happens.
 
 $ gnuplot
 
 G N U P L O T
 Version 4.2 patchlevel 5
 last modified Mar 2009
 System: Darwin 9.8.0
 
 Copyright (C) 1986 - 1993, 1998, 2004, 2007 - 2009
 Thomas Williams, Colin Kelley and many others
 
 Type `help` to access the on-line reference manual.
 The gnuplot FAQ is available from http://www.gnuplot.info/faq/
 
 Send bug reports and suggestions to
 http://sourceforge.net/projects/gnuplot
 
 
 Terminal type set to 'aqua'
 gnuplot plot sin(x)

Not sure what the problem could be, but just as a data point, this works
for me on Snow Leopard.

- Josh
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: slrn 0.9.9p1 in ports now

2010-03-28 Thread LuKreme

On Mar 28, 2010, at 12:02, Ryan Schmidt ryandes...@macports.org wrote:

On Mar 27, 2010, at 19:28, LuKreme wrote:
I do not see a way to get it to build with uudeview, however. The  
only variants are pull, ssl, and universal.


I filed a ticket for your request:


Thanks!



please test and let us know if it works.


Will do. Will build it tonight.




___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gnuplot and aquaterm

2010-03-28 Thread Joshua Root
On 2010-3-29 05:41 , Joshua Root wrote:
 On 2010-3-29 03:09 , Lenore Horner wrote:
 Powerbook G4 running 10.5.8

 Plotting generates no output.  This used to work and I don't know what
 I've changed or how to fix it.  No errors are showing up in console. 
 Just nothing happens.

 gnuplot plot sin(x)
 
 Not sure what the problem could be, but just as a data point, this works
 for me on Snow Leopard.

I just tried on a G5 running Leopard and it works there too.

- Josh
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gnuplot and aquaterm

2010-03-28 Thread Ryan Schmidt
On Mar 28, 2010, at 17:55, Lenore Horner wrote:

 On Mar 28, 2010, at 12:12 PM, Ryan Schmidt wrote:
 
 On Mar 28, 2010, at 11:09, Lenore Horner wrote:
 
 $ aquaterm
 -bash: aquaterm: command not found
 
 But
 $ port installed aquaterm
 The following ports are currently installed:
 aquaterm @1.0.1_5 (active)
 
 So macports think's aquaterm is installed, but the command line can't find 
 it.  My .profile contains the following (and other things like gnucash 
 start fine from the command line).
 
 
 As you'll see with port contents aquaterm, it does not install a binary 
 that you run on the command line; it installs an application that you 
 double-click in the Finder.

 
 Well fooey.  I don't have that app even though port says its installed.  I 
 tried installing and nothing changed.  Do I have to uninstall and then 
 install to force it to fix itself?

On my system, port contents aquaterm shows it contains an application called 
AquaTerm.app installed in the standard MacPorts application directory (which is 
/Applications/MacPorts by default). What does port contents aquaterm show on 
your system?

Don't forget to Reply All.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gnuplot and aquaterm

2010-03-28 Thread Lenore Horner


On Mar 28, 2010, at 5:58 PM, Ryan Schmidt wrote:


On Mar 28, 2010, at 17:55, Lenore Horner wrote:


On Mar 28, 2010, at 12:12 PM, Ryan Schmidt wrote:


On Mar 28, 2010, at 11:09, Lenore Horner wrote:


$ aquaterm
-bash: aquaterm: command not found

But
$ port installed aquaterm
The following ports are currently installed:
aquaterm @1.0.1_5 (active)

So macports think's aquaterm is installed, but the command line  
can't find it.  My .profile contains the following (and other  
things like gnucash start fine from the command line).



As you'll see with port contents aquaterm, it does not install a  
binary that you run on the command line; it installs an  
application that you double-click in the Finder.




Well fooey.  I don't have that app even though port says its  
installed.  I tried installing and nothing changed.  Do I have to  
uninstall and then install to force it to fix itself?


On my system, port contents aquaterm shows it contains an  
application called AquaTerm.app installed in the standard MacPorts  
application directory (which is /Applications/MacPorts by default).  
What does port contents aquaterm show on your system?
Port contents aquaterm claims that exists for me too, but no such  
folder exists.  Clearly I've managed to muck things up.  Since port  
install aquaterm didn't fix the problem, I force uninstalled and then  
installed.  That fixed things.


Don't forget to Reply All.

Sorry.




___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


gzopen and gzopen64

2010-03-28 Thread Ralph Pass
I just updated my macports.  Now some of my applications do not build.  
The message is that _gzopen64 is not found.  Apparently there is a 'new' 
flag needed to build applications.


Any experience, comments, suggestions?


Snow Leopard, recent Macbook Pro.



Thanks,
Ralph Pass

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gzopen and gzopen64

2010-03-28 Thread Ryan Schmidt

On Mar 28, 2010, at 18:56, Ralph Pass wrote:

 I just updated my macports.  Now some of my applications do not build.  The 
 message is that _gzopen64 is not found.  Apparently there is a 'new' flag 
 needed to build applications.
 
 Any experience, comments, suggestions?

Presumably an incompatibily with zlib 1.2.4? Which applications now fail? I 
guess we'll need to contact each application's developer for assistance.


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


RE: Re: ffmpeg --disable-altivec option

2010-03-28 Thread t...@qx.net
Thanks Josh,

Now, I am not sure just what to do next.  Since receiving your reply I have:

% sudo port uninstall ffmpeg
% sudo port clean --all ffmpeg
% sudo port install ffmpeg

The resultant ffmpeg did not indicate --disable-altivec in the header and my 
test case failed with 'illegal instruction.'

What should I have done?

Sorry for my confusion and thanks for your help,
Tom



--- Original Message ---
From: Joshua Root[mailto:j...@macports.org]
Sent: 3/28/2010 3:03:24 PM
To  : t...@qx.net
Cc  : macports-users@lists.macosforge.org
Subject : RE: Re: ffmpeg --disable-altivec option

 On 2010-3-29 05:19 , t...@qx.net wrote:
 --- Original Message ---
 From: Ryan Schmidt[ mailto:ryandes...@macports.org ]
 Sent: 3/28/2010 12:48:07 PM
 To  : t...@qx.net
 Cc  : macports-users@lists.macosforge.org
 Subject : RE: Re: ffmpeg --disable-altivec option

  
 On Mar 28, 2010, at 11:11, t...@qx.net wrote:
 
 I need to install ffmpeg with the --disable-altivec option.  Is that 
 possible?
 
 I don't see an option for that in the portfile. Out of curiosity, why do you 
 need this option?
 
 I have a G3 PPC.  Altivec was a G4 implementation ( Velocity Engine ).  
 Without disabling altivec I get 'illegal instruction' failures from ffmpeg.  
 As a note, I have installed the same release of ffmpeg from source, with 
 --disable-altivec, and it works fine.  I had to have help from the 
 ffmpeg user mailing list to discover this.  I would like to get my 'stuff' 
 under MacPorts, but the install I did would not work because of 'illegal 
 instructions.'  Is a patch possible?  Thanks for your help!  Best regards, Tom

I've changed the portfile to add --disable-altivec to the configure args
when building on a PPC CPU that does not have a vector unit.

- Josh


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: ffmpeg --disable-altivec option

2010-03-28 Thread Joshua Root
On 2010-3-29 11:24 , t...@qx.net wrote:
 Thanks Josh,
 
 Now, I am not sure just what to do next.  Since receiving your reply I have:
 
 % sudo port uninstall ffmpeg
 % sudo port clean --all ffmpeg
 % sudo port install ffmpeg
 
 The resultant ffmpeg did not indicate --disable-altivec in the header and my 
 test case failed with 'illegal instruction.'
 
 What should I have done?

port selfupdate

- Josh
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gzopen and gzopen64

2010-03-28 Thread Ryan Schmidt

On Mar 28, 2010, at 19:53, Ralph Pass wrote:

 My main problem is with Astrometry.net and their 2masstofits.c routine (other 
 applications were just ones I had lying around and do not use any more).
 
 www.astrometry.net

Oh, software you're compiling by hand? not software available in MacPorts? 
Yeah, then you'll have to contact the developers of those programs for 
assistance.

P.S: Remember to Reply All so your message goes to the mailing list too.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gzopen and gzopen64

2010-03-28 Thread Ralph Pass

Will do.

Ralph Pass




Ryan Schmidt wrote:

On Mar 28, 2010, at 19:53, Ralph Pass wrote:

  

My main problem is with Astrometry.net and their 2masstofits.c routine (other 
applications were just ones I had lying around and do not use any more).

www.astrometry.net



Oh, software you're compiling by hand? not software available in MacPorts? 
Yeah, then you'll have to contact the developers of those programs for 
assistance.

P.S: Remember to Reply All so your message goes to the mailing list too.

  

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


almost 20GB lost on scribus compile...get it back?

2010-03-28 Thread AinSophAur33

I installed MacPorts specifically to use Scribus, which is like MS Publisher
for those who don't know. Before I began to install (sudo port install
scribus), I had more than 22 GB free on my HD. Partway through, I saw that I
now only had 3 GB free, so I aborted the install and uninstalled what was
there. (I now know this to have been foolish, but what's done is done.)

But now, even with that uninstalled, I'm still at only 3 GB of free hard
disk space, and it's decreasing steadily...is it a swapfile that I missed?
Is there any way I can get that 20 GB back?

Thanks in advance!
-- 
View this message in context: 
http://old.nabble.com/almost-20GB-lost-on-%22scribus%22-compile...get-it-back--tp28064126p28064126.html
Sent from the MacPorts - Users mailing list archive at Nabble.com.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: slrn 0.9.9p1 in ports now

2010-03-28 Thread LuKreme
On 28-Mar-2010, at 12:36, LuKreme wrote:
 
 On Mar 28, 2010, at 12:02, Ryan Schmidt ryandes...@macports.org wrote:
 please test and let us know if it works.
 
 Will do. Will build it tonight.

Success.

# slrn --version
slrn 0.9.9p1
S-Lang Library Version: 2.2.2
Compiled at: Mar 28 2010 19:02:55
Operating System: Darwin

COMPILE TIME OPTIONS:
 Backends: +nntp -slrnpull -spool
 External programs / libs: -canlock -inews +ssl +uudeview +iconv
 Features: +decoding +emphasized_text +end_of_thread +fake_refs +gen_msgid
-grouplens -msgid_cache +piping +rnlock +spoilers -strict_from
 Using 64 bit integers for article numbers.

DEFAULTS:
 Default server object: nntp
 Default posting mechanism: nntp

Even processed some random pics and seemed to all go fine.

-- 
Q how do you titillate an ocelot?  A you oscillate its tit a lot.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: almost 20GB lost on scribus compile...get it back?

2010-03-28 Thread Arno Hautala
On Sun, Mar 28, 2010 at 21:40, AinSophAur33 allmusicp...@yahoo.com wrote:

 But now, even with that uninstalled, I'm still at only 3 GB of free hard
 disk space, and it's decreasing steadily...is it a swapfile that I missed?
 Is there any way I can get that 20 GB back?

That would be the partially compiled components and the packages that
had to be downloaded.
You should be able to clean all of these using the command:

port clean --all all


If you're still missing large amounts of space it could be system swap
space.  What does the following yield?

ls -lah /var/vm/

-- 
arno  s  hautala/-|   a...@alum.wpi.edu

pgp eabb6fe6 d47c500f b2458f5d a7cc7abb f81c4e00
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: almost 20GB lost on scribus compile...get it back?

2010-03-28 Thread AinSophAur33

ls -lah /var/vm/

yeields:

total 4456448
drwxr-xr-x   5 root  wheel   170B Mar 28 21:50 .
drwxr-xr-x  26 root  wheel   884B Feb  5 15:10 ..
-rw--T   1 root  wheel   2.0G Mar 28 13:50 sleepimage
-rw---   1 root  wheel64M Mar 28 21:28 swapfile0
-rw---   1 root  wheel64M Mar 28 22:12 swapfile1

Which is some, but nowhere near the 20+ GB that I know went missing...what
else could be the issue?

-- 
View this message in context: 
http://old.nabble.com/almost-20GB-lost-on-%22scribus%22-compile...get-it-back--tp28064126p28064288.html
Sent from the MacPorts - Users mailing list archive at Nabble.com.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


inkscape compile problem

2010-03-28 Thread Michael Parson
Macports 1.8.2 clean install, fresh selfupdate, first thing I tried to 
install is inkscape, it goes off and compiles and installs a bunch of 
stuff, and failes when it gets to inkscape:


---  Building inkscape
DEBUG: Executing org.macports.build (inkscape)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
DEBUG: Assembled command: 'cd 
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_inkscape/work/inkscape-0.47
  /usr/bin/make -j1 all'
/usr/bin/make  all-recursive
Making all in src
depbase=`echo extension/internal/pdfinput/pdf-parser.o | sed 
's|[^/]*$|.deps/|;s|\.o$||'`;\
/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I..  
-I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 
-I/opt/local/include/freetype2 -I/opt/local/include  -D_REENTRANT -DORBIT2=1 
-I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include 
-I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 
-I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include 
-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
-I/opt/local/include   -fopenmp -I/opt/local/include/ImageMagick
-I/opt/local/include/libwpg-0.1 -I/opt/local/include/libwpd-0.8   
-I/opt/local/include   -I/opt/local/include   -I/opt/local/include/poppler   
-I/opt/local/include/poppler/glib -I/opt/local/include/poppler 
-I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include 
-I/opt/local/include/cairo -I/opt/local/include/glib-2.0 
-I/opt/local/lib/glib-2.0/include -I/opt/local/include 
-I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/lo!
cal/include/freetype2 -I/opt/local/include/libpng12   -DPOTRACE=\potrace\ 
-D_REENTRANT -I/opt/local/include/gdkmm-2.4 -I/opt/local/lib/gdkmm-2.4/include 
-I/opt/local/include/giomm-2.4 -I/opt/local/lib/giomm-2.4/include 
-I/opt/local/include/pangomm-1.4 -I/opt/local/lib/pangomm-1.4/include 
-I/opt/local/include/gtk-2.0 -I/opt/local/include/glibmm-2.4 
-I/opt/local/lib/glibmm-2.4/include -I/opt/local/include/glib-2.0 
-I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/sigc++-2.0 
-I/opt/local/lib/sigc++-2.0/include -I/opt/local/include/cairomm-1.0 
-I/opt/local/lib/cairomm-1.0/include -I/opt/local/include/pango-1.0 
-I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 
-I/opt/local/include/libpng12 -I/opt/local/lib/gtk-2.0/include 
-I/opt/local/include/atk-1.0 -I/opt/local/include/gtkmm-2.4 
-I/opt/local/lib/gtkmm-2.4/include -I/opt/local/include/gtk-unix-print-2.0 
-I/opt/local/include/atkmm-1.6 -I/opt/local/include/libxml2 !
  -I../cxxtest  -I./bind/javainc -I./bind/javainc/linux   -Werror=format-security -Wall 
-Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -I/opt/local/include 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_inkscape/work/inkscape-0.47/src/extension/script
  -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch 
-Wno-unused-parameter -O2 -arch x86_64 -MT extension/internal/pdfinput/pdf-parser.o -MD 
-MP -MF $depbase.Tpo -c -o extension/internal/pdfinput/pdf-parser.o 
extension/internal/pdfinput/pdf-parser.cpp \
mv -f $depbase.Tpo $depbase.Po
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::opSetExtGState(Object*, int)':
extension/internal/pdfinput/pdf-parser.cpp:812: error: no matching function for 
call to 'GfxColorSpace::parse(Object*)'
/opt/local/include/poppler/GfxState.h:182: note: candidates are: static 
GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::opSetFillColorSpace(Object*, int)':
extension/internal/pdfinput/pdf-parser.cpp:1012: error: no matching function 
for call to 'GfxColorSpace::parse(Object*)'
/opt/local/include/poppler/GfxState.h:182: note: candidates are: static 
GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
extension/internal/pdfinput/pdf-parser.cpp:1014: error: no matching function 
for call to 'GfxColorSpace::parse(Object*)'
/opt/local/include/poppler/GfxState.h:182: note: candidates are: static 
GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::opSetStrokeColorSpace(Object*, int)':
extension/internal/pdfinput/pdf-parser.cpp:1035: error: no matching function 
for call to 'GfxColorSpace::parse(Object*)'
/opt/local/include/poppler/GfxState.h:182: note: candidates are: static 
GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
extension/internal/pdfinput/pdf-parser.cpp:1037: error: no matching function 
for call to 'GfxColorSpace::parse(Object*)'
/opt/local/include/poppler/GfxState.h:182: note: candidates are: static 
GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::opSetFillColorN(Object*, int)':

Re: gzopen and gzopen64

2010-03-28 Thread Joshua Root
On 2010-3-29 12:04 , Ryan Schmidt wrote:
 
 On Mar 28, 2010, at 19:53, Ralph Pass wrote:
 
 My main problem is with Astrometry.net and their 2masstofits.c routine 
 (other applications were just ones I had lying around and do not use any 
 more).

 www.astrometry.net
 
 Oh, software you're compiling by hand? not software available in MacPorts? 
 Yeah, then you'll have to contact the developers of those programs for 
 assistance.

Sounds like you're either not linking with zlib (-lz), or not using the
right -L to make sure you get MacPorts' zlib.

- Josh
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: inkscape compile problem

2010-03-28 Thread Ryan Schmidt

On Mar 28, 2010, at 21:16, Michael Parson wrote:

 Macports 1.8.2 clean install, fresh selfupdate, first thing I tried to 
 install is inkscape, it goes off and compiles and installs a bunch of stuff, 
 and failes when it gets to inkscape:
 
 ---  Building inkscape
 DEBUG: Executing org.macports.build (inkscape)
 DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
 DEBUG: Assembled command: 'cd 
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_inkscape/work/inkscape-0.47
   /usr/bin/make -j1 all'
 /usr/bin/make  all-recursive
 Making all in src
 depbase=`echo extension/internal/pdfinput/pdf-parser.o | sed 
 's|[^/]*$|.deps/|;s|\.o$||'`;\
/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I..  
 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
  -I/opt/local/include/freetype2 -I/opt/local/include  -D_REENTRANT -DORBIT2=1 
 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include 
 -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 
 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include 
 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
 -I/opt/local/include   -fopenmp -I/opt/local/include/ImageMagick
 -I/opt/local/include/libwpg-0.1 -I/opt/local/include/libwpd-0.8   
 -I/opt/local/include   -I/opt/local/include   -I/opt/local/include/poppler   
 -I/opt/local/include/poppler/glib -I/opt/local/include/poppler 
 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include 
 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include 
 -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/lo!
 cal/include/freetype2 -I/opt/local/include/libpng12   -DPOTRACE=\potrace\ 
 -D_REENTRANT -I/opt/local/include/gdkmm-2.4 
 -I/opt/local/lib/gdkmm-2.4/include -I/opt/local/include/giomm-2.4 
 -I/opt/local/lib/giomm-2.4/include -I/opt/local/include/pangomm-1.4 
 -I/opt/local/lib/pangomm-1.4/include -I/opt/local/include/gtk-2.0 
 -I/opt/local/include/glibmm-2.4 -I/opt/local/lib/glibmm-2.4/include 
 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
 -I/opt/local/include -I/opt/local/include/sigc++-2.0 
 -I/opt/local/lib/sigc++-2.0/include -I/opt/local/include/cairomm-1.0 
 -I/opt/local/lib/cairomm-1.0/include -I/opt/local/include/pango-1.0 
 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 
 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 
 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 
 -I/opt/local/include/gtkmm-2.4 -I/opt/local/lib/gtkmm-2.4/include 
 -I/opt/local/include/gtk-unix-print-2.0 -I/opt/local/include/atkmm-1.6 
 -I/opt/local/include/libxml2 
 !
  -I../cxxtest  -I./bind/javainc -I./bind/javainc/linux   
 -Werror=format-security -Wall -Wformat -Wformat-security -W 
 -D_FORTIFY_SOURCE=2 -I/opt/local/include 
 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_inkscape/work/inkscape-0.47/src/extension/script
   -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch 
 -Wno-unused-parameter -O2 -arch x86_64 -MT 
 extension/internal/pdfinput/pdf-parser.o -MD -MP -MF $depbase.Tpo -c -o 
 extension/internal/pdfinput/pdf-parser.o 
 extension/internal/pdfinput/pdf-parser.cpp \
mv -f $depbase.Tpo $depbase.Po
 extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
 PdfParser::opSetExtGState(Object*, int)':
 extension/internal/pdfinput/pdf-parser.cpp:812: error: no matching function 
 for call to 'GfxColorSpace::parse(Object*)'

poppler was recently updated to 0.12.2, this apparently breaks inkscape:

https://bugs.launchpad.net/inkscape/+bug/487038

That report also includes a patch. Please file a ticket in the MacPorts issue 
tracker for this problem referencing that bug report so that we can apply the 
patch in MacPorts too.


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: almost 20GB lost on scribus compile...get it back?

2010-03-28 Thread Rainer Müller
On 2010-03-29 04:14 , AinSophAur33 wrote:
 Which is some, but nowhere near the 20+ GB that I know went missing...what
 else could be the issue?

Use the command 'du -sh /opt/local/var/macports/' to see how much disk
space MacPorts really occupies. Active ports will already be counted as
they are hard links only.

I would recommend to install ncdu from MacPorts to examine disk usage
interactively. Run it on the root directory to see what takes up so much
space.

There are also the graphical applications filelight and baobab (port
gnome-utils) which have the same purpose. But these require installation
of Qt/GTK+ first which probably won't work with only 3 GB of disk space
left :-)

Do you use FileVault? The sparse image for your home will always grow
while you are logged in. Each file will still take space even after it
is deleted and this disk space is not reclaimed. Did you probably copy
large files in the home directory and this is not related to MacPorts?

To reclaim disk space if using FileVault, logout while power is
connected which should trigger reclaim. Note that this only happens if
the wasted disk space in the image is over a certain threshold. As an
alternative solution, log in as another user and manually run the
command 'sudo -u foo hdiutil compact /Users/.foo/foo.sparseimage' where
foo is your main username in Terminal.

HTH,
Rainer
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: inkscape compile problem

2010-03-28 Thread ~suv
On 29/3/10 04:16, Michael Parson wrote:
 Macports 1.8.2 clean install, fresh selfupdate, first thing I tried to
 install is inkscape, it goes off and compiles and installs a bunch of
 stuff, and failes when it gets to inkscape:

Compiling Inkscape 0.47 fails due to the upgrade of poppler to 0.12.4

corresponding upstream bug report:
Bug #487038 in Inkscape: “0.47 build error with poppler 0.12.2 on Linux”:
https://bugs.launchpad.net/inkscape/+bug/487038

Untested: the patch attached to comment #4 of that report should be
added to the inkscape @0.47 port.

The patch is not needed when compiling Inkscape 0.47+devel from bzr
trunk = r9231. The port 'inkscape-devel' however is outdated and
compiles an older revision (22457) from SVN than the released version
0.47 r22583 (port 'inkscape'). Inkscape has since moved its source
repositories to bazaar at https://launchpad.net/inkscape.


~suv
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: inkscape compile problem

2010-03-28 Thread Ryan Schmidt

On Mar 28, 2010, at 21:44, ~suv wrote:

 On 29/3/10 04:16, Michael Parson wrote:
 Macports 1.8.2 clean install, fresh selfupdate, first thing I tried to
 install is inkscape, it goes off and compiles and installs a bunch of
 stuff, and failes when it gets to inkscape:
 
 Compiling Inkscape 0.47 fails due to the upgrade of poppler to 0.12.4
 
 corresponding upstream bug report:
 Bug #487038 in Inkscape: “0.47 build error with poppler 0.12.2 on Linux”:
 https://bugs.launchpad.net/inkscape/+bug/487038
 
 Untested: the patch attached to comment #4 of that report should be
 added to the inkscape @0.47 port.

The patch in comment #4 should NOT be added; further comments later in the bug 
report (e.g. comment #6) explain how horrible that patch is. We should probably 
be using whatever fix is being talked about in comment #19 instead.

 The patch is not needed when compiling Inkscape 0.47+devel from bzr
 trunk = r9231. The port 'inkscape-devel' however is outdated and
 compiles an older revision (22457) from SVN than the released version
 0.47 r22583 (port 'inkscape'). Inkscape has since moved its source
 repositories to bazaar at https://launchpad.net/inkscape.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


RE: Re: ffmpeg --disable-altivec option

2010-03-28 Thread t...@qx.net
Success!   Thanks Josh!  My apologies for not understanding the port command 
usages better!

Best regards,
Tom



--- Original Message ---
From: Joshua Root[mailto:j...@macports.org]
Sent: 3/28/2010 8:45:47 PM
To  : t...@qx.net
Cc  : macports-users@lists.macosforge.org
Subject : RE: Re: ffmpeg --disable-altivec option

 On 2010-3-29 11:24 , t...@qx.net wrote:
 Thanks Josh,
 
 Now, I am not sure just what to do next.  Since receiving your reply I have:
 
 % sudo port uninstall ffmpeg
 % sudo port clean --all ffmpeg
 % sudo port install ffmpeg
 
 The resultant ffmpeg did not indicate --disable-altivec in the header and my 
 test case failed with 'illegal instruction.'
 
 What should I have done?

port selfupdate

- Josh


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: almost 20GB lost on scribus compile...get it back?

2010-03-28 Thread Ryan Schmidt

On Mar 28, 2010, at 21:14, AinSophAur33 wrote:

 ls -lah /var/vm/
 
 yeields:
 
 total 4456448
 drwxr-xr-x   5 root  wheel   170B Mar 28 21:50 .
 drwxr-xr-x  26 root  wheel   884B Feb  5 15:10 ..
 -rw--T   1 root  wheel   2.0G Mar 28 13:50 sleepimage
 -rw---   1 root  wheel64M Mar 28 21:28 swapfile0
 -rw---   1 root  wheel64M Mar 28 22:12 swapfile1
 
 Which is some, but nowhere near the 20+ GB that I know went missing...what
 else could be the issue?

The incomplete build you cancelled (sudo port clean whateverportitwas); unless 
it was a huge port like qt4-mac it shouldn't have eaten anywhere near 1GB, much 
less 20GB

The distfiles that got downloaded for everything you installed so far (sudo 
port clean --all all); my approx. 2 years worth of thousands of distfiles 
occupy 8.8GB so 20GB is also way out of proportion there

I suggest you use a program like Disk Inventory X to tell you where your disk 
space has gone.


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gzopen and gzopen64

2010-03-28 Thread Joshua Root
On 2010-3-29 14:09 , Ralph Pass wrote:
 Actually the problem is that macports put the libz.1.2.4 in
 /opt/local/lib and there is a libz.dylib in /usr/lib.

That's not a problem. The problem, as I said, is that you're not using
-L/opt/local/lib.

- Josh
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: inkscape compile problem

2010-03-28 Thread Rainer Müller
On 2010-03-29 04:47 , Ryan Schmidt wrote:
 The patch in comment #4 should NOT be added; further comments later in the 
 bug report (e.g. comment #6) explain how horrible that patch is. We should 
 probably be using whatever fix is being talked about in comment #19 instead.

That would be:
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9217

Gentoo is using this patch to fix the issue, which looks simpler
(originated at Fedora):
http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape/files/inkscape-0.47-poppler.patch?view=markup

Rainer


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: inkscape compile problem

2010-03-28 Thread Ryan Schmidt

On Mar 28, 2010, at 22:32, Rainer Müller wrote:

 On 2010-03-29 04:47 , Ryan Schmidt wrote:
 The patch in comment #4 should NOT be added; further comments later in the 
 bug report (e.g. comment #6) explain how horrible that patch is. We should 
 probably be using whatever fix is being talked about in comment #19 instead.
 
 That would be:
 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9217
 
 Gentoo is using this patch to fix the issue, which looks simpler
 (originated at Fedora):
 http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape/files/inkscape-0.47-poppler.patch?view=markup

Perhaps the Gentoo patch is simpler, but if the one from the official 
repository works, I think we should prefer that one, since it is the one the 
developers of Inkscape have already decided to use.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users