Re: Problem installing Firefox-X11 with Gnucash

2007-11-03 Thread Alwyn Schoeman
Hi everyone, I'm having the same problem with gnucash. However, I don't want to install firefox-x11 using macports as I already use the dmg from the Mozilla foundation. How can I specify that it should not use firefox-x11 when I build gnucash? Thanks Alwyn -- View this message in context:

Re: Problem installing Firefox-X11 with Gnucash

2007-11-03 Thread Randall Wood
On 3 Nov 2007, at 03:29, Alwyn Schoeman wrote: Hi everyone, I'm having the same problem with gnucash. However, I don't want to install firefox-x11 using macports as I already use the dmg from the Mozilla foundation. The Mozilla supplied Firefox can not be used to build X11-based

orbit2 duplicate symbol

2007-11-03 Thread William Davis
here is another of these orbit2 build failed on Leopard mkdir .libs gcc -O2 -Werror-implicit-function-declaration -o test-linc test- linc.o -L/opt/local/lib ../src/.libs/liblinc.a /opt/local/lib/ libgobject-2.0.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/ lib/libglib-2.0.dylib

pango ,atk, gtk2 fail build with dup symbol

2007-11-03 Thread William Davis
atk: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_DISABLE_DEPRECATED - DATK_LOCALEDIR=\/opt/local/share/locale\ -D_REENTRANT -I/opt/local/ include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/ include -I/opt/local/include -no-cpp-precomp -O2 -funroll-loops - fstrict-aliasing -Wall -MT

Re: pango ,atk, gtk2 fail build with dup symbol

2007-11-03 Thread Ryan Schmidt
Bugs have been filed for atk and pango: atk: http://trac.macports.org/projects/macports/ticket/13094 pango: http://trac.macports.org/projects/macports/ticket/13123 I have added your email address to the Cc list for those bugs so you'll be informed of their progress. I don't see a bug

Re: libgnome-duplicate symbol failure

2007-11-03 Thread Ryan Schmidt
Please submit a bug report in Trac for this problem, and Cc yourself and the maintainer, and assign the bug to the maintainer. Thanks. On Nov 2, 2007, at 14:47, Vincent McGarry wrote: On a MacBok Pro, Core 2 Duo, 2.4 GHz, running Leopard. gcc -dynamiclib -o .libs/libgnome-2.0.2000.1.dylib

Re: pango ,atk, gtk2 fail build with dup symbol

2007-11-03 Thread William Davis
On Nov 3, 2007, at 2:14 PM, Ryan Schmidt wrote: Bugs have been filed for atk and pango: atk: http://trac.macports.org/projects/macports/ticket/13094 pango: http://trac.macports.org/projects/macports/ticket/13123 I have added your email address to the Cc list for those bugs so you'll

Re: orbit2 duplicate symbol

2007-11-03 Thread William Davis
On Nov 3, 2007, at 2:16 PM, Ryan Schmidt wrote: Please file a bug report in Trac and assign in to the port maintainer and Cc yourself and the port maintainer. Thanks. On Nov 3, 2007, at 12:03, William Davis wrote: ok filed ticket #13127 on orbit2 William Davis (frstanATbellsouthDOTnet)

Problem installing pdflib

2007-11-03 Thread Eric Brombaugh
Hi, I'm trying to install octave octave-forge and the process failed while compiling pdflib. Details: Mac OS X 10.5 2.2GHz Intel Macbook Macports base version 1.520 A log from the command 'sudo port -v install pdflib log' is attached. Thanks, Eric log Description: Binary data

slrn-devel doesn't build

2007-11-03 Thread Olaf Foellinger
Hi, slrn-devel doesn't build since it cannot find slang libraries. A solution and a patchfile is included in ticket #13130. Gruss Olaf ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Qt4 port

2007-11-03 Thread Jochen Küpper
On 03.11.2007, at 22:28, Adam Dershowitz wrote: On 24.10.2007, at 06:46, Adam Dershowitz wrote: I just noticed that 4.3.2_0 was now in macports. So I tried doing: sudo port upgrade outdated and it worked just fine to go from 4.3.1_1. This time I did not have to first deactivate. Right

Problem installing teTeX

2007-11-03 Thread Eric Brombaugh
Hi again, Still trying to get octave and octave-forge installed on a Leopard / Santa Rosa Macbook. This time the teTex install bailed out. The relevant error is: /bin/sh ../libtool --mode=link gcc -o xdvi-xaw.bin -L/opt/local/lib browser.o dvi-draw.o dvi-init.o dvisel.o encodings.o

Problems building octave

2007-11-03 Thread Eric Brombaugh
Hi again, I'm all the way to building octave on my Leopard / Santa Rosa Macbook. It bombs out during the documentation formatting process: making arith.texi from arith.txi /bin/sh: line 1: 79234 Segmentation fault ./munge-texi -d ../../ src/DOCSTRI NGS -d ../../scripts/DOCSTRINGS

Something to tail -f during a long build?

2007-11-03 Thread Lloyd Zusman
Once I've started a long build (for example, of something like gcc42), is there a file somewhere that I can look at with tail -f in order to watch the progress of the build? I know that I can start a build with the -v or maybe -d flag to see more info, but I'm specfically wondering if there's a

mplayer doesn't build for me under Leopard on MacBook Pro

2007-11-03 Thread Lloyd Zusman
I have recently upgraded to Leopard, XCode 3.0, and Darwin Ports 1.5.0 on my MacBook Pro. I am trying to install mplayer, but the build goes for a while and then finally fails with this error (some long lines manually broken in order to get this posted via Gmane): . Error: Target

Re: mplayer doesn't build for me under Leopard on MacBook Pro

2007-11-03 Thread Ryan Schmidt
A bug has been filed for this: http://trac.macports.org/projects/macports/ticket/13021 I have added your email address to the Cc list so you'll be notified when changes are made to the bug. On Nov 3, 2007, at 19:35, Lloyd Zusman wrote: I have recently upgraded to Leopard, XCode 3.0, and

Re: Something to tail -f during a long build?

2007-11-03 Thread Ryan Schmidt
On Nov 3, 2007, at 19:05, Lloyd Zusman wrote: Once I've started a long build (for example, of something like gcc42), is there a file somewhere that I can look at with tail -f in order to watch the progress of the build? I know that I can start a build with the -v or maybe -d flag to see

Re: Something to tail -f during a long build?

2007-11-03 Thread Lloyd Zusman
Ryan Schmidt ryandesign at macports.org writes: On Nov 3, 2007, at 19:05, Lloyd Zusman wrote: Once I've started a long build (for example, of something like gcc42), is there a file somewhere that I can look at with tail -f in order to watch the progress of the build? [ ... ] No,

Re: mplayer doesn't build for me under Leopard on MacBook Pro

2007-11-03 Thread Lloyd Zusman
Ryan Schmidt ryandesign at macports.org writes: A bug has been filed for this: http://trac.macports.org/projects/macports/ticket/13021 I have added your email address to the Cc list so you'll be notified when changes are made to the bug. On Nov 3, 2007, at 19:35, Lloyd Zusman wrote:

Re: Something to tail -f during a long build?

2007-11-03 Thread Randall Wood
On 3 Nov 2007, at 20:58, Ryan Schmidt wrote: On Nov 3, 2007, at 19:05, Lloyd Zusman wrote: Once I've started a long build (for example, of something like gcc42), is there a file somewhere that I can look at with tail -f in order to watch the progress of the build? I know that I can

Re: Problems building octave

2007-11-03 Thread Ryan Schmidt
Presumably you are trying to use octave 2.9.9 which is the version in MacPorts at this time. Patches have been submitted to update the octave port to 2.9.15. You could try those patches and see if they help. http://trac.macports.org/projects/macports/ticket/12937 On Nov 3, 2007, at 18:20,

Re: Problem installing pdflib

2007-11-03 Thread Ryan Schmidt
A bug has been filed about pdflib's failure to build on Mac OS X 10.5 Leopard: http://trac.macports.org/projects/macports/ticket/13024 Could you check if that's the same error you got? If so, could you mention your solution in that ticket? Thanks. On Nov 3, 2007, at 15:52, Eric Brombaugh

Re: Something to tail -f during a long build?

2007-11-03 Thread Lloyd Zusman
Randall Wood rhwood at mac.com writes: [ ... ] This is what I do: 1)sudo port install whatever ~/whatever.install.log 21 2)Ctrl+Z 3)open ~/whatever.install.log 4)fg The end result is that I have Console.app open with the log file while port is running in the

Re: version bump for mutt-devel to 1.5.17

2007-11-03 Thread Ryan Schmidt
On Nov 2, 2007, at 12:21, Olaf Foellinger wrote: ticket #13107 contains a patch for the current portfile. Please review it and commit it if possible. Done! Thanks. ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Problem installing pdflib

2007-11-03 Thread Eric Brombaugh
Looks like it might be the same issue but they didn't do a -v install so I can't be certain. I'll update the ticket once I figure out how Trac works. Eric On Nov 3, 2007, at 6:21 PM, Ryan Schmidt wrote: A bug has been filed about pdflib's failure to build on Mac OS X 10.5 Leopard:

Re: Problems building octave

2007-11-03 Thread Eric Brombaugh
No problem - I'm trying a workaround. Eric On Nov 3, 2007, at 6:28 PM, Andre Stechert wrote: Apologies for not engaging on this right away -- work is furiously active right now and upgrading to Leopard would be a bad idea. I can re-engage within a couple weeks, but if you need the port

Re: Problem installing teTeX

2007-11-03 Thread Ryan Schmidt
On Nov 3, 2007, at 16:49, Eric Brombaugh wrote: Still trying to get octave and octave-forge installed on a Leopard / Santa Rosa Macbook. This time the teTex install bailed out. The relevant error is: /bin/sh ../libtool --mode=link gcc -o xdvi-xaw.bin -L/opt/local/ lib browser.o

Re: Problem installing teTeX

2007-11-03 Thread Eric Brombaugh
Thanks for checking that. I don't have a directory '/usr/local (from old Mac)/lib' on my machine, but that nomenclature sounds like something that Migration Assistant might generate - possibly that was added to a library list somewhere and the config process picked it up from there. I

Re: Warning in sipcalc port

2007-11-03 Thread mac
Hi, Thank you for reporting this problem. I fixed it in r30681 and r30682. It should show up within 12 hours. Ok, thank you. I must do something to fix ? upgrade will be ok ? I must uninstall an re-install ? In the future, you can report problems in our Trac issue tracker, but make

Re: Warning in sipcalc port

2007-11-03 Thread Ryan Schmidt
On Nov 3, 2007, at 20:54, [EMAIL PROTECTED] wrote: Thank you for reporting this problem. I fixed it in r30681 and r30682. It should show up within 12 hours. Ok, thank you. I must do something to fix ? upgrade will be ok ? I must uninstall an re-install ? In at most 12 hours, the

Re: Problem installing teTeX

2007-11-03 Thread Ryan Schmidt
Perhaps try searching thru your entire /usr/local and /opt/local directories to see if (from old Mac) appears anywhere. grep (from old Mac) -r /usr/local 2/dev/null grep (from old Mac) -r /opt/local 2/dev/null On Nov 3, 2007, at 20:51, Eric Brombaugh wrote: Thanks for checking that. I don't

Re: Problem installing teTeX

2007-11-03 Thread Eric Brombaugh
Thanks for the suggestion. I tried both of those hierarchies as well as a few others (/etc, /Libraries, /System) and didn't find anything. Curiouser and curiouser. Eric On Nov 3, 2007, at 7:16 PM, Ryan Schmidt wrote: Perhaps try searching thru your entire /usr/local and /opt/local