Re: gnome starter

2010-11-12 Thread Andrea D'Amore
On Fri, Nov 12, 2010 at 5:56 PM, io wrote: > On a MacBookPro I installed the bundle named gnome in the port list. > All OK. Then I considered the article GNOME on the MacPorts HOME. > bash uses profile files, so that I made the following shell file named gnome: Did you follow the line saying: "WA

Re: can't build cairo

2010-11-12 Thread Rainer Müller
On 2010-11-12 00:54 , Kevin Layer wrote: > export CC=gcc-4.2 > export MACOSX_DEPLOYMENT_TARGET=10.5 > export LDFLAGS="-arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk" > export CFLAGS="-arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk" > port install gtk2 +x11 configure.compiler=

Re: Wireshark as unprivileged user: no interfaces show up in the list (how to fix permanently?)

2010-11-12 Thread Ryan Schmidt
On Nov 12, 2010, at 14:40, Sven Aluoor wrote: > I installed > > # port list installed | grep wireshark > wireshark @1.4.1 net/wireshark "port list" does not do what you think it does. See: http://trac.macports.org/wiki/FAQ#portlist The command you should run inst

Re: suggestion (avoiding privacy violation, register for Apple Developer Account)

2010-11-12 Thread Sven Aluoor
On Fri, Nov 12, 2010 at 7:03 PM, Ryan Schmidt wrote: >> Can you please upload/mirror this "javadeveloper_10.6_10m3261.dmg" at >> MacPorts webserver > > I don't know whether Apple permits people to redistribute their software in > this manner. Please sign up for a developer account and download it

Wireshark as unprivileged user: no interfaces show up in the list (how to fix permanently?)

2010-11-12 Thread Sven Aluoor
Hi folks I installed # port list installed | grep wireshark wireshark @1.4.1 net/wireshark When logging with my user account -> no interfaces show up in the list for capturing (as root it works). The source for this problem are too less rights on /dev/bpf* # ls -la

Re: suggestion (avoiding privacy violation, register for Apple Developer Account)

2010-11-12 Thread Ryan Schmidt
On Nov 12, 2010, at 12:01, Sven Aluoor wrote: > I received the error: > > Error: db46 requires the Java for Mac OS X development headers. > Error: Download the Java Developer Package from: > > > Can you p

suggestion (avoiding privacy violation, register for Apple Developer Account)

2010-11-12 Thread Sven Aluoor
Hi folks I received the error: Error: db46 requires the Java for Mac OS X development headers. Error: Download the Java Developer Package from: Can you please upload/mirror this "javadeveloper_10.6_10m326

Re: Variant confusion

2010-11-12 Thread Ryan Schmidt
On Nov 12, 2010, at 03:54, Konrad Hinsen wrote: > I ran into a problem with NumPy (py26-numpy) crashing when calling the ATLAS > library, which apparently is a known problem. As a quick fix, I decided to > re-install NumPy using the Mac's system library versions of BLAS and LAPACK > rathern th

Re: Error upgrading gimp-app

2010-11-12 Thread Ryan Schmidt
On Nov 12, 2010, at 10:02, dashmz wrote: > while performing an "sudo port upgrade outdated" I encounterd > following error with the gimp-app: > > "---> Building gimp-app > Error: Target org.macports.build returned: shell command failed (see > log for details) > Log for gimp-app is at: > /opt/loc

Re: Error upgrading gimp-app

2010-11-12 Thread Adam Dershowitz
Macports does have the newest version of gimp, and it installs an application as well. gimp is listed as 2.6.11 and it is a a meta port and should then install gimp2 and gimp-app as dependancies. By just doing sudo port install gimp I have 2.6.11, which is the latest version of gimp accordin

gnome starter

2010-11-12 Thread io
On a MacBookPro I installed the bundle named gnome in the port list. All OK. Then I considered the article GNOME on the MacPorts HOME. bash uses profile files, so that I made the following shell file named gnome: export XDG_DATA_DIRS=/opt/local/share:$XDG_DATA_DIRS export XDG_DATA_HOME=/opt/local/s

Re: inkscape crashes

2010-11-12 Thread Jonathan Stickel
On 11/12/10 09:43 , ~suv wrote: On 12/11/10 16:58, Jonathan Stickel wrote: Thanks for the suggestions. Those links you gave were for older versions with different problems. However, it did give me an idea for something else to try. The pre-packaged app version has its own bundled python modul

Re: inkscape crashes

2010-11-12 Thread ~suv
On 12/11/10 16:58, Jonathan Stickel wrote: > Thanks for the suggestions. Those links you gave were for older > versions with different problems. However, it did give me an idea for > something else to try. The pre-packaged app version has its own bundled > python modules with broken lxml. The

Re: Error upgrading gimp-app

2010-11-12 Thread Jeff Singleton
gimp-app is building a really old version of GIMP. I don't even think that gimp-app.sourceforge.net is maintained any longer. TIP: use Macports to build gimp2 or gimp2-devel...then download the GIMPskel.zip from http://gimp-app.sourceforge.net and follow the instructions in the Text file to buil

Error upgrading gimp-app

2010-11-12 Thread dashmz
Hi, while performing an "sudo port upgrade outdated" I encounterd following error with the gimp-app: "---> Building gimp-app Error: Target org.macports.build returned: shell command failed (see log for details) Log for gimp-app is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_

Re: inkscape crashes

2010-11-12 Thread Jonathan Stickel
Thanks for the suggestions. Those links you gave were for older versions with different problems. However, it did give me an idea for something else to try. The pre-packaged app version has its own bundled python modules with broken lxml. To instead use Macports installed python, I opened u

Variant confusion

2010-11-12 Thread Konrad Hinsen
I ran into a problem with NumPy (py26-numpy) crashing when calling the ATLAS library, which apparently is a known problem. As a quick fix, I decided to re-install NumPy using the Mac's system library versions of BLAS and LAPACK rathern than ATLAS, i..e to use the variant -atlas. Here is wha