Re: odd Gnucash dependencies

2008-12-23 Thread Bryan Blackburn
On Tue, Dec 23, 2008 at 02:33:31PM -0600, Ryan Schmidt said: > > On Dec 23, 2008, at 10:13, Lenore Horner wrote: > >> Running >> sudo port install gnucash +without_hbci +without_ofx +without_quotes >> >> on a clean install of MacPorts 1.7.0 on a Powerbook G4 with OS X 10.5.6 >> and XCode 3.1 >> >>

Re: Strange MPlayer error after successful install

2008-12-23 Thread Ryan Schmidt
On Dec 23, 2008, at 03:07, Bryan Blackburn wrote: On Tue, Dec 23, 2008 at 02:51:57AM -0600, Ryan Schmidt said: On Dec 22, 2008, at 21:19, Tim Visher wrote: I've had a successful run of installing mplayer and now I'm getting a strange error when attempting to use it. dyld: Library not

Re: New version of subversion and apache2 not indicated?

2008-12-23 Thread Chris Janton
On 2008-12-23 , at 13:37 , Ryan Schmidt wrote: The only reason I can think of why the ports would not be shown as outdated is if your PortIndex was not up to date. Try "port sync" one more time. subversion and apache2 did show as outdated for me recently. mac 3 # cd /opt/mports/trunk mac

Re: gtk2 fails to build - libXdamage wrong version

2008-12-23 Thread Joshua Root
David Evans wrote: > After gtk2 builds its objects, at the final link stage > I get this error: > > i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No > such file or directory

Re: smaller version of Gnucash

2008-12-23 Thread Ryan Schmidt
On Dec 23, 2008, at 03:12, Neil wrote: On Tue, Dec 23, 2008 at 12:16 AM, Ryan Schmidt wrote: In any case, the documentation is in a separate port, gnucash-docs, so if you want the docs, you install that port; if you don't, you don't. Why would you keep the docs separate from the app? See

Re: smaller version of Gnucash

2008-12-23 Thread Joshua Root
Ryan Schmidt wrote: > I wrote a PHP web page to create a graph of a port's dependencies which > I find useful for researching these kinds of things. Here are the > dependencies of aqbanking and libofx graphed: > > http://ryandesign.com/tmp/aqbanking.png > > http://ryandesign.com/tmp/libofx.png >

Re: Installing gcc version 4.3.2 on Mac OS X

2008-12-23 Thread Ryan Schmidt
On Dec 23, 2008, at 08:25, Roger Wehage wrote: Is there an easy way to correct symbolic links to the executables in gcc version 4.3.2 on Mac OS X? I successfully installed MacPorts 1.7.0 (Darwin Ports?) Hi Roger. Welcome to MacPorts! The project used to be called DarwinPorts a long time

Re: New version of subversion and apache2 not indicated?

2008-12-23 Thread Ryan Schmidt
On Dec 23, 2008, at 12:14, Chris Janton wrote: I may just be confused. I'm running from trunk. I did my typical svn update / build I get the following results from my check for new versions of things. I expect to see subversion and apache2 (upgraded on a system running 1.7, not from trunk

Re: more Gnucash questions

2008-12-23 Thread Ryan Schmidt
On Dec 23, 2008, at 10:32, Lenore Horner wrote: Is there something malformed about the following command? $ sudo port install gnucash +without_hcbi +without_ofx +without_quotes After I issued that command, the first item installed was gmp and now its installing libofx. It's +without_hbci

Re: odd Gnucash dependencies

2008-12-23 Thread Ryan Schmidt
On Dec 23, 2008, at 10:13, Lenore Horner wrote: Running sudo port install gnucash +without_hbci +without_ofx +without_quotes on a clean install of MacPorts 1.7.0 on a Powerbook G4 with OS X 10.5.6 and XCode 3.1 seems to install multiple versions of docbook-xml (4.3, 4.1.2, 4.2, 4.4, 4.5,

Re: gtk2 fails to build - libXdamage wrong version

2008-12-23 Thread David Evans
David Evans wrote: > I installed xorg-libXdamage and gtk2 now compiles and links. Thanks > for the pointer. > > Macports moves in mysterious ways as the installation of > xorg-libXdamage claimed at > the end that it was already installed. > By the time it gets to the end, it is! ;-) I've wondered

Re: gtk2 fails to build - libXdamage wrong version

2008-12-23 Thread David Evans
David Evans wrote: David Evans wrote: After gtk2 builds its objects, at the final link stage I get this error: i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No such file or directory libXdamage does exist but not this version. After this error message is displayed the

New version of subversion and apache2 not indicated?

2008-12-23 Thread Chris Janton
I may just be confused. I'm running from trunk. I did my typical svn update / build I get the following results from my check for new versions of things. I expect to see subversion and apache2 (upgraded on a system running 1.7, not from trunk) mac 17 # port outdated No installed ports are

more Gnucash questions

2008-12-23 Thread Lenore Horner
Is there something malformed about the following command? $ sudo port install gnucash +without_hcbi +without_ofx +without_quotes After I issued that command, the first item installed was gmp and now its installing libofx. Thanks, Lenore ___ macpor

odd Gnucash dependencies

2008-12-23 Thread Lenore Horner
Running sudo port install gnucash +without_hbci +without_ofx +without_quotes on a clean install of MacPorts 1.7.0 on a Powerbook G4 with OS X 10.5.6 and XCode 3.1 seems to install multiple versions of docbook-xml (4.3, 4.1.2, 4.2, 4.4, 4.5, and 5.0) as shown in the excerpts below. I notice

Re: smaller version of Gnucash

2008-12-23 Thread Lenore Horner
Hi Ryan, Thanks for the very good description. $ port deps gnucash +without_hbci This would not have occurred to me to try. Thanks. libtool and libofx are already needed by gnucash itself, but gwenhywfar, qt3, ktoblzcheck, libglade2 and gmp are new dependencies. Then we could ask what

Re: gtk2 fails to build - libXdamage wrong version

2008-12-23 Thread David Evans
David Evans wrote: > After gtk2 builds its objects, at the final link stage > I get this error: > > i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No > such file or directory > > > libXdamage does exist but not this version. > > After this error message is displayed there is one

Installing gcc version 4.3.2 on Mac OS X

2008-12-23 Thread Roger Wehage
Hi, Is there an easy way to correct symbolic links to the executables in gcc version 4.3.2 on Mac OS X? I successfully installed MacPorts 1.7.0 (Darwin Ports?) on my MacBook Pro 2.4 GHz Intel Core 2 Duo with version 10.5.6 OS. Then I miraculously installed gcc43 version 4.3.2 with no erro

Re: How to keep source

2008-12-23 Thread Bart Masschelein
portautoclean Automatic cleaning of the build directory of a given port after it has been installed. Default: yes So, if you really want the source (and objects) for ever port you build to stay around unless you explicitly clean them, then you'll want to set thi

gtk2 fails to build - libXdamage wrong version

2008-12-23 Thread David Evans
After gtk2 builds its objects, at the final link stage I get this error: i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No such file or directory libXdamage does exist but not this version. After this error message is displayed there is one final error: Warning: the foll

Re: smaller version of Gnucash

2008-12-23 Thread Neil
On Tue, Dec 23, 2008 at 12:16 AM, Ryan Schmidt wrote: > On Dec 22, 2008, at 18:00, Lenore Horner wrote: > In any case, the documentation is > in a separate port, gnucash-docs, so if you want the docs, you install that > port; if you don't, you don't. > Why would you keep the docs separate from th

Re: Strange MPlayer error after successful install

2008-12-23 Thread Bryan Blackburn
On Tue, Dec 23, 2008 at 02:51:57AM -0600, Ryan Schmidt said: > > On Dec 22, 2008, at 21:19, Tim Visher wrote: > >> I've had a successful run of installing mplayer and now I'm getting a >> strange error when attempting to use it. >> >> dyld: Library not loaded: bin/libsmbclient.dylib.0 >>

Re: Strange MPlayer error after successful install

2008-12-23 Thread Ryan Schmidt
On Dec 22, 2008, at 21:19, Tim Visher wrote: I've had a successful run of installing mplayer and now I'm getting a strange error when attempting to use it. dyld: Library not loaded: bin/libsmbclient.dylib.0 Referenced from: /opt/local/bin/mplayer Reason: image not found

Re: smaller version of Gnucash

2008-12-23 Thread Ryan Schmidt
On Dec 22, 2008, at 18:00, Lenore Horner wrote: I made this mistake today of upgrading Gnucash from 2.2.5 to 2.2.7 without using any variants. So far it's taken 6 hours and it's not done yet. Plus I have to go back and deal with a couple of errors. (most I'm pretty sure the only thing