Re: After two attempts, Gimp kept giving errors and failing

2012-08-31 Thread Ryan Schmidt
On Aug 31, 2012, at 13:53, Gustavo Benedito Reis Costa wrote: > Please, see my ticket that I made there about Gimp's dependences > installations failures and errors: > > https://trac.macports.org/ticket/35908 Based on what's said in that ticket, it sounds like you're having network problems.

Re: Is Goldendict available for Macports?

2012-08-31 Thread Mojca Miklavec
On Fri, Aug 31, 2012 at 11:25 PM, Davor Cubranic wrote: > Goldendict is not a Macport, is it? It is not, but it should be trivial to add it. > So you should contact Goldendict > developers for help on compiling under OS X. qmake followed by make did it for me, the application works fine. > The

Re: Update ocatve to the latest version

2012-08-31 Thread Peng Yu
Hi Michael, Thanks. I get the following warning. Is there a compile option should be enabled for octave? ~$ /opt/local/bin/octave -q warning: no graphical display found octave:1> ~$ octave --version GNU Octave, version 3.6.2 Copyright (C) 2012 John W. Eaton and others. This is free software; see

Re: Is Goldendict available for Macports?

2012-08-31 Thread Gustavo Benedito Reis Costa
Hello Davor, Good evening, Ah, well, I'll talk to the Goldendict developers, but I don't have a developer friend who uses a Mac or Linux for helping me to compile correctly the ports and the dependences. Thank you! Gustavo Reis ___ macports-users mail

Re: Is Goldendict available for Macports?

2012-08-31 Thread Davor Cubranic
Goldendict is not a Macport, is it? So you should contact Goldendict developers for help on compiling under OS X. The error below is caused by not having Phonon installed. The fact that you didn't recognize that makes me think you're getting in way over your head and should look for someone who

Re: Is Goldendict available for Macports?

2012-08-31 Thread Gustavo Benedito Reis Costa
Hi everybody, I finished compiling and installing qt4-mac and I could quake, but when I compiled Goldendict, it got many errors: /usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -DPROGRAM_VERSION=\"1.0.1+git\" -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_PHON

Re: many macports builds simply die on new, clean Mtn Lion install

2012-08-31 Thread Davor Cubranic
You may be jumping to conclusions too quickly here: 1. unfinished output may be caused by file buffering 2. if it were a memory issue, you'd more likely get a segfault, not a hang of a single process 3. if it were a bug in clang, you wouldn't get consistent lockups across different ports and alw

Re: How to modify dependents database

2012-08-31 Thread Jeremy Lavergne
> Still struggling with being unable to configure or compile lots of > macports. Using port -d hasn't really changed much. it clearly is related to > clang, but not clear exactly how. -d potentially provides us helpful debugging information. > python27 dies in the first call to cla

How to modify dependents database

2012-08-31 Thread John Daschbach
Hi, Still struggling with being unable to configure or compile lots of macports. Using port -d hasn't really changed much. it clearly is related to clang, but not clear exactly how. python27 dies in the first call to clang in configure, python33 dies in the second.

Re: Is Goldendict available for Macports?

2012-08-31 Thread Brandon Allbery
On Fri, Aug 31, 2012 at 12:52 PM, Gustavo Benedito Reis Costa < gusbened...@gmail.com> wrote: > sudo port provides =qmake > /opt/local/bin/qmake is provided by: qt4-mac > > is it correct? > I'm not sure what you're asking. "port provides" doesn't need sudo, it is querying the database. I ju

Re: Is Goldendict available for Macports?

2012-08-31 Thread Gustavo Benedito Reis Costa
Hello Brandon, I command just via terminal: sudo port provides =qmake /opt/local/bin/qmake is provided by: qt4-mac is it correct? Thank you a lot for the helps! Gustavo ___ macports-users mailing list macports-users@lists.macosforge.org http://li

Re: Is Goldendict available for Macports?

2012-08-31 Thread Dominik Reichardt
Sorry, I didn't really know which port qmake is part of. Never needed it. Thankfully the others were of more help ;) Dom Am 31.08.2012 um 17:54 schrieb Gustavo Benedito Reis Costa : > Hello Dom, > > I commanded "sudo port install qmake" and the Macports said it didn't find it. > > Gustavi __

Re: Is Goldendict available for Macports?

2012-08-31 Thread Clemens Lang
On Fri, Aug 31, 2012 at 12:54:43PM -0300, Gustavo Benedito Reis Costa wrote: > I commanded "sudo port install qmake" and the Macports said it didn't > find it. qmake is in the qt4-mac port. -- Clemens Lang ___ macports-users mailing list macports-user

Re: Is Goldendict available for Macports?

2012-08-31 Thread Brandon Allbery
On Fri, Aug 31, 2012 at 11:54 AM, Gustavo Benedito Reis Costa < gusbened...@gmail.com> wrote: > I commanded "sudo port install qmake" and the Macports said it didn't find > it. > haral:60101 Z$ port provides =qmake /opt/local/bin/qmake is provided by: qt4-mac (that may take a while to in

Re: Is Goldendict available for Macports?

2012-08-31 Thread Gustavo Benedito Reis Costa
Hello Dom, I commanded "sudo port install qmake" and the Macports said it didn't find it. Gustavi ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: many macports builds simply die on new, clean Mtn Lion install

2012-08-31 Thread Brandon Allbery
On Fri, Aug 31, 2012 at 11:35 AM, John Daschbach wrote: > Many builds simply hang, almost always during configuration. port reports > "Configuring ..." and then stays there indefinitely. I'd be interested in seeing "dtruss -f" output from a clean configure. "port -d (command)" running under "

many macports builds simply die on new, clean Mtn Lion install

2012-08-31 Thread John Daschbach
I have been struggling with building many macports on a late 2009 iMac which came back from Apple yesterday with a new hard drive (thanks AppleCare, 1 mo short of expiration!) A totally clean machine. I loaded the latest Xcode and command line tools. I also have installed R from research.att.

Re: Is Goldendict available for Macports?

2012-08-31 Thread Dominik Reichardt
You have to use macports to install qmake first. It doesn't come with the development tools. So do a "port install qmake" and then run qmake in the source of goldendict. Take care Dom Am 31.08.2012 um 15:44 schrieb Gustavo Benedito Reis Costa : > Hello people, > > Thank you, i'll go there an

Re: Is Goldendict available for Macports?

2012-08-31 Thread Arno Hautala
On Fri, Aug 31, 2012 at 9:29 AM, Mojca Miklavec wrote: > On Fri, Aug 31, 2012 at 3:15 PM, Arno Hautala wrote: >> >> I don't see any sort of documentation relating to how to compile anything. > > http://goldendict.org/buildfromgit.php > >> In fact, their .gitignore file [2] specifically excludes th

Re: Is Goldendict available for Macports?

2012-08-31 Thread Gustavo Benedito Reis Costa
Hello people, Thank you, i'll go there and ask them how to compile correctly. I tried to used git clone and it worked, but when I made "qmake"and the terminal didn't recognise it. Gustavo ___ macports-users mailing list macports-users@lists.macosforge.o

Re: Is Goldendict available for Macports?

2012-08-31 Thread Mojca Miklavec
On Fri, Aug 31, 2012 at 3:15 PM, Arno Hautala wrote: > On Fri, Aug 31, 2012 at 6:53 AM, Gustavo Benedito Reis Costa wrote: >> >> I would like to compile and run GoldenDict via Macports via terminal. >> I use Mac OS X 10.8.1 Mountain Lion. >> >> Is it available for Macports? If not, how to compile a

Re: Is Goldendict available for Macports?

2012-08-31 Thread Arno Hautala
On Fri, Aug 31, 2012 at 6:53 AM, Gustavo Benedito Reis Costa wrote: > > I would like to compile and run GoldenDict via Macports via terminal. > I use Mac OS X 10.8.1 Mountain Lion. > > Is it available for Macports? If not, how to compile and install it? This may be best taken up with the GoldenDi

Is Goldendict available for Macports?

2012-08-31 Thread Gustavo Benedito Reis Costa
Hello everybody! Good morning, I'm newer to this forum. I'm a Mac and Ubuntu Linux user. I'm new to Macports. I have searched for Goldendict at Macports site, on ports lists page, but it's not listed. I would like to compile and run GoldenDict via Macports via terminal. I use Mac OS X 10.8.1 Mou