Re: base master and editing commands

2017-12-04 Thread Ryan Schmidt
On Dec 4, 2017, at 10:30, db wrote: > On 4 Dec 2017, at 13:20, Rainer Müller wrote: >> You are trying to build MacPorts against readline installed by MacPorts. > > Why can I build it against its own curl but not its own readline? Well curl is curl. macOS provides an old version of curl and MacPor

Re: base master and editing commands

2017-12-04 Thread db
On 4 Dec 2017, at 13:20, Rainer Müller wrote: > You are trying to build MacPorts against readline installed by MacPorts. Why can I build it against its own curl but not its own readline? Eventually, I temporarily deactivated readline and it built fine.

Re: base master and editing commands

2017-12-04 Thread Rainer Müller
On 2017-12-04 13:15, db wrote: > On 4 Dec 2017, at 01:00, Joshua Root wrote: >> So you want --enable-readline as well. > > I tried cleaning and rebuilding, and now I get the following error. > > readline.c:128:23: error: use of undeclared identifier > 'username_completion_function'; did you mea

Re: base master and editing commands

2017-12-04 Thread db
On 4 Dec 2017, at 01:00, Joshua Root wrote: > So you want --enable-readline as well. I tried cleaning and rebuilding, and now I get the following error. readline.c:128:23: error: use of undeclared identifier 'username_completion_function'; did you mean 'rl_username_completion_function'?

Re: base master and editing commands

2017-12-03 Thread db
On 4 Dec 2017, at 01:00, Joshua Root wrote: > So you want --enable-readline as well. I just tried it and some of the commands still don't work: ^A, ^E, arrows — ^U, ^W work though.

Re: base master and editing commands

2017-12-03 Thread db
On 4 Dec 2017, at 01:00, Joshua Root wrote: > So you want --enable-readline as well. Thanks. In the guide 2.2.2. doesn't use this option, 2.2.3. does.

Re: base master and editing commands

2017-12-03 Thread Joshua Root
On 2017-12-4 10:56 , db wrote: > On 4 Dec 2017, at 00:37, Joshua Root wrote: >> Looks like you have a build without readline support? > > Hmm…, I just cloned base master and built it. Only option I added is > --with-curlprefix=/opt/local to the configure phase. So you want --enable-readline as

Re: base master and editing commands

2017-12-03 Thread db
On 4 Dec 2017, at 00:37, Joshua Root wrote: > Looks like you have a build without readline support? Hmm…, I just cloned base master and built it. Only option I added is --with-curlprefix=/opt/local to the configure phase.

Re: base master and editing commands

2017-12-03 Thread Joshua Root
On 2017-12-4 03:27 , db wrote: > Basic editing commands don't work in shell mode. > > macports-base $ port > MacPorts 2.4.99 > Entering shell mode... ("help" for help, "quit" to quit) > [Code/macports-base] > syncc^H^H^A^E^K > > Fortunately ^U works. > > I haven't found an issue in the tracker.

base master and editing commands

2017-12-03 Thread db
Basic editing commands don't work in shell mode. macports-base $ port MacPorts 2.4.99 Entering shell mode... ("help" for help, "quit" to quit) [Code/macports-base] > syncc^H^H^A^E^K Fortunately ^U works. I haven't found an issue in the tracker.