Re: MC not starting

2010-11-05 Thread Paul Onyschuk
I give up after fighting with pkgsrc for 2 hours. I tried compiling devel/libslang2 with pkgsrc's version of ncurses instead of native one. First I installed ncruses from pkgsrc, then changed mk.conf options to: LDFLAGS+= -Wl,-rpath -Wl,/usr/pkg/lib PREFER_PKGSRC= termcap ncurses Then I changed

Re: MC not starting

2010-11-05 Thread Chris Turner
Paul Onyschuk wrote: I give up after fighting with pkgsrc for 2 hours. pkgsrc does a pretty good job of replacing the environment with a 'clean' one - so I'm not sure if the evnironment stuff would take effect - you can e.g. 'bmake -d A ...' to get more information than you could ever want

Re: MC not starting

2010-11-04 Thread Tomas Bodzar
2010/11/4 Przemysław Pawełczyk pp...@o2.pl: Hi, I wrote in September a post etitled Unknown terminal: cons25 in DragonFly BSD (in point 3): http://www.mail-archive.com/users@crater.dragonflybsd.org/msg10993.html that: Why mc says Unknown terminal: cons25? I'm not able to run mc at

Re: MC not starting

2010-11-04 Thread Jan Lentfer
On Thu, 4 Nov 2010 19:58:25 +0100, Przemysław Pawełczyk pp...@o2.pl wrote: I wrote in September a post etitled Unknown terminal: cons25 in DragonFly BSD (in point 3): http://www.mail-archive.com/users@crater.dragonflybsd.org/msg10993.html that: Why mc says Unknown terminal: cons25? I'm not

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 4 Nov 2010 20:10:13 +0100 Tomas Bodzar tomas.bod...@gmail.com wrote: 2010/11/4 Przemysław Pawełczyk pp...@o2.pl: Hi, I wrote in September a post etitled Unknown terminal: cons25 in DragonFly BSD (in point 3):

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 04 Nov 2010 20:18:21 +0100 Jan Lentfer jan.lent...@web.de wrote: See the present screenshot (the message is the same): http://pp.blast.pl/www.png/dfbsd/df_13.png The second link isn't working. Did you try to set the TERM variable to another value as suggested, e.g. vt100? 1.

Re: MC not starting

2010-11-04 Thread Jan Lentfer
On Thu, 4 Nov 2010 20:37:17 +0100, Przemysław Pawełczyk pp...@o2.pl wrote: 2. set export TERM=vt100 both in .profile and .login (I hope I did it rightly): the message remains the same. I assume you logged out/in or sourced .profile and checked (echo $TERM) that TERM is set correctly? Jan --

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 04 Nov 2010 20:55:23 +0100 Jan Lentfer jan.lent...@web.de wrote: On Thu, 4 Nov 2010 20:37:17 +0100, Przemysław Pawełczyk pp...@o2.pl wrote: 2. set export TERM=vt100 both in .profile and .login (I hope I did it rightly): the message remains the same. I assume you logged out/in

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 04 Nov 2010 22:49:03 +0100 Jan Lentfer jan.lent...@web.de wrote: Am 04.11.2010 22:34, schrieb Przemysław Pawełczyk: Positive. After loggin the TERM gets cons25. # cat .profile ... TERM=vt100 export TERM ... # echo $TERM cons325 eh, well, that's not positive :-) I

Re: MC not starting

2010-11-04 Thread Paul Onyschuk
It's Slang problem. MC builded with this options, works just fine under localized cons25l2 terminal and csh: PKG_OPTIONS.mc= ncurses -slang Other apps that uses devel/libslang2 like news/slrn and misc/most, also suffers from the same problem. -- Paul Onyschuk bl...@bojary.koba.pl

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 04 Nov 2010 22:49:03 +0100 Jan Lentfer jan.lent...@web.de wrote: Please just do the following directly after login # tcsh # setenv TERM vt100 # mc I did, first changing sh shell to tcsh. What I got was inspiring but more to the avant-garde artists. :-) See for yourself:

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 4 Nov 2010 23:38:31 +0100 Paul Onyschuk bl...@bojary.koba.pl wrote: It's Slang problem. MC builded with this options, works just fine under localized cons25l2 terminal and csh: PKG_OPTIONS.mc= ncurses -slang Other apps that uses devel/libslang2 like news/slrn and misc/most,

Re: MC not starting

2010-11-04 Thread Justin C. Sherrill
On Thu, November 4, 2010 6:54 pm, Przemysław Pawełczyk wrote: On Thu, 4 Nov 2010 23:38:31 +0100 Paul Onyschuk bl...@bojary.koba.pl wrote: It's Slang problem. MC builded with this options, works just fine under localized cons25l2 terminal and csh: PKG_OPTIONS.mc= ncurses -slang

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 4 Nov 2010 23:38:31 +0100 Paul Onyschuk bl...@bojary.koba.pl wrote: It's Slang problem. MC builded with this options, works just fine under localized cons25l2 terminal and csh: PKG_OPTIONS.mc= ncurses -slang Other apps that uses devel/libslang2 like news/slrn and misc/most,

Re: MC not starting

2010-11-04 Thread Paul Onyschuk
On Thu, 4 Nov 2010 19:02:51 -0400 Justin C. Sherrill jus...@shiningsilence.com wrote: I think I can do the binary builds with PKG_OPTIONS.mc set to that, along with PKG_OPTIONS.slrn and PKG_OPTIONS.most. If they aren't going to work on DragonFly without that, I can see no downside to that.