Fwd: GnCash Documents & GnuCash problems

2010-02-18 Thread Jasper Frumau
And here a copy to macports as well since I forgot: On Fri, Feb 19, 2010 at 1:30 AM, Dan Ports wrote: > On Thu, Feb 18, 2010 at 09:20:58AM +0300, Jasper Frumau wrote: > > OK. Well on start-up of GnuCash I get an error pop-up saying: > > > > *An Error occurred while loading or saving configuration

Re: history completion possible?

2010-02-18 Thread Ryan Matthew Balfanz
I know this thread has been going on for some time, but I thought this might be useful: "Command-line auto completion for Hadoop DFS commands" http://blog.rapleaf.com/dev/?p=304 It's a programatic way to generate auto-completion using bash. I imagine it would be possible to rework it to parse a .b

Re: history completion possible?

2010-02-18 Thread Ryan Matthew Balfanz
I know this thread has been going on for some time, but I thought this might be useful: "Command-line auto completion for Hadoop DFS commands" http://blog.rapleaf.com/dev/?p=304 It's a programatic way to generate auto-completion using bash. I imagine it would be possible to rework it to parse a .b

Re: "sudo port upgrade outdated" fills HDD

2010-02-18 Thread Sam Kuper
On 18 February 2010 08:27, nox wrote: > It should be feasible, I just haven't got the time to do it yet. Thanks, nox, that's good to hear. I'm sure lots of MacPorts users will be duly grateful! ___ macports-users mailing list macports-users@lists.macosf

Re: GnCash Documents & GnuCash problems

2010-02-18 Thread Dan Ports
On Thu, Feb 18, 2010 at 09:20:58AM +0300, Jasper Frumau wrote: > OK. Well on start-up of GnuCash I get an error pop-up saying: > > *An Error occurred while loading or saving configuration information for > GnuCash. Some of your configuration settings might not work properly*. The error messages y

Re: "sudo port upgrade outdated" fills HDD

2010-02-18 Thread Ryan Schmidt
On Feb 18, 2010, at 11:24, Michael Brian Bentley wrote: > I just installed a backup of my dev laptop's drive with 10.5 on a mini (whose > internal drive recently turned into a brick), and upgraded the OS to 10.6. > (Yup, Family edition.) > > I remember having to tear down and rebuild my whole

Re: history completion possible?

2010-02-18 Thread Bradley Giesbrecht
Marko, this is a nice feature if I can remember to use it. Thanks for the thread. // Brad On Feb 18, 2010, at 9:03 AM, Marko Käning wrote: The solution is to create a file .inputrc in home directory containing: --- # these allow you to start typing a command and # use the up/down arrow to

Re: "sudo port upgrade outdated" fills HDD

2010-02-18 Thread Michael Brian Bentley
Hi, I just installed a backup of my dev laptop's drive with 10.5 on a mini (whose internal drive recently turned into a brick), and upgraded the OS to 10.6. (Yup, Family edition.) I remember having to tear down and rebuild my whole MacPorts entourage on my laptop after the 10.5->10.6 update.

RE: history completion possible?

2010-02-18 Thread Marko Käning
The solution is to create a file .inputrc in home directory containing: --- # these allow you to start typing a command and # use the up/down arrow to auto complete from # commands in your history "\e[B": history-search-forward "\e[A": history-search-backward --- after typing something like "hg ci"

RE: history completion possible?

2010-02-18 Thread Marko Käning
On my linux laptop I actually found in /etc/inputrc LOTS of keywords like "history-search-backward" and "history-search-forward" for various kinds of terminals. I wonder where these definitions are (to be) made in MacOSX... Any ideas? ___ macports-use

RE: history completion possible?

2010-02-18 Thread Marko Käning
>fn+up/dn = pg up/dn > >Also, to get a pg up/dn control sequence in terminal, press shift + pg up/dn, >so you your keyboard shift+fn+up/dn Your last one gave me at least in a bash running vi what I want. :) Good to know SHIFT+FN+ ;) ___ macports-us

Re: bash_profile causing problems

2010-02-18 Thread Jurgen Sidgman
Mark, Thank you so much. Appending the line you suggested the problem was solved immediately. Thanks too to all of you who replied to my question. Jurgen On Feb 17, 2010, at 12:50 PM, M A wrote: > On Wed, Feb 17, 2010 at 11:32 AM, Jurgen Sidgman wrote: >> Hi, >> >> Does any one know why the

Re: kerberos5 fails to upgrade

2010-02-18 Thread Bjarne D Mathiesen
Ryan Schmidt wrote: > On Feb 18, 2010, at 04:07, Bjarne D Mathiesen wrote: > >> I'm seeing this on 5 different computers : >> >> 1) what can I do to fix this ? >> 2) do you want a debug output ? >> 3) any further information you need ? >> >> i7: root# port outdated >> The following installed ports

Re: kerberos5 fails to upgrade

2010-02-18 Thread Ryan Schmidt
On Feb 18, 2010, at 04:07, Bjarne D Mathiesen wrote: > I'm seeing this on 5 different computers : > > Model Name: Model: Processor: MacOS X Version: > -- - - --- > iMaciMac11,1Intel Core i7 S

kerberos5 fails to upgrade

2010-02-18 Thread Bjarne D Mathiesen
I'm seeing this on 5 different computers : Model Name: Model: Processor: MacOS X Version: -- - - --- iMaciMac11,1Intel Core i7 Snow Leopard 10.6.2 iMaciMac6,1 Intel Core 2 D

Re: boost-lib install problem

2010-02-18 Thread Ryan Schmidt
On Feb 18, 2010, at 02:59, Johannes Behr wrote: >>> I just try to install the boost lib on my fresh 32-bit macports installation >>> and it always fails: >> >> You're not seeing the first error. Use the debug switch to see all output. >> >> sudo port -d install boos > > OK, I attached the outp

RE: history completion possible?

2010-02-18 Thread Russell Jones
fn+up/dn = pg up/dn Also, to get a pg up/dn control sequence in terminal, press shift + pg up/dn, so you your keyboard shift+fn+up/dn Russell --- Begin Message --- > that started with "svn". However, I don't remember how I did that (it was > years ago) and > I can't find anything about it in m

Re: boost-lib install problem

2010-02-18 Thread Johannes Behr
On 18 Feb 2010, at 07:14, Ryan Schmidt wrote: > > On Feb 17, 2010, at 20:28, Ryan Schmidt wrote: > >> I can't get bzip2 to build for i386 right now; it has an error while >> building and I appear to have a bug in the portfile. I'll see what I can do. > > False alarm; local problem on my syste

Re: boost-lib install problem

2010-02-18 Thread Johannes Behr
> > >> I just try to install the boost lib on my fresh 32-bit macports installation >> and it always fails: > > You're not seeing the first error. Use the debug switch to see all output. > > sudo port -d install boos OK, I attached the output to this email. I still don't get it. > t > > I ex

Re: history completion possible?

2010-02-18 Thread Marko Käning
> that started with "svn". However, I don't remember how I did that (it was > years ago) and > I can't find anything about it in my bash configuration files, so I'm at a > loss. That's very sad! :| >The page-up and page-down keys are not available because they are intercepted >by Terminal.app

Re: history completion possible?

2010-02-18 Thread Marko Käning
I am completely puzzled now! Last night it worked at least in one direction for me.   Today a CTRL-R would not search backwards in history anymore...   :(   (Not to talk about a forward search...) ___ macports-users mailing list macports-users@list

Re: "sudo port upgrade outdated" fills HDD

2010-02-18 Thread nox
It should be feasible, I just haven't got the time to do it yet. Le 18 févr. 2010 à 03:44, Ryan Schmidt a écrit : > On Feb 17, 2010, at 20:29, Sam Kuper wrote: > >> Maybe so. I wasn't aware of boost before it made my Mac fall over, so I >> can't claim any intimate knowledge of it. My gut instin