public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] midnight commander -> which screen library
@ 2009-01-30 13:42 Enrico Weigelt
  2009-02-09 17:30 ` Mike Frysinger
  2009-02-09 18:32 ` [gentoo-dev] " Nikos Chantziaras
  0 siblings, 2 replies; 13+ messages in thread
From: Enrico Weigelt @ 2009-01-30 13:42 UTC (permalink / raw
  To: gentoo developers


Hi folks,


@mc.o (*1) we're currently discussing which screen library to keep.
Either ncurses or slang will be dropped (bundled slang will anyway)
Both have their pros and cons, so we haven't decided yet.

What do you suggest, which screen library to keep ? 

BTW: 4.6.2 is soon coming (only 1 bug left) :)


cu

[1] http://www.midnight-commander.org/
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	http://patches.metux.de/
---------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] midnight commander -> which screen library
  2009-01-30 13:42 [gentoo-dev] midnight commander -> which screen library Enrico Weigelt
@ 2009-02-09 17:30 ` Mike Frysinger
  2009-02-09 18:32 ` [gentoo-dev] " Nikos Chantziaras
  1 sibling, 0 replies; 13+ messages in thread
From: Mike Frysinger @ 2009-02-09 17:30 UTC (permalink / raw
  To: gentoo-dev

On Friday 30 January 2009 08:42:24 Enrico Weigelt wrote:
> @mc.o (*1) we're currently discussing which screen library to keep.
> Either ncurses or slang will be dropped (bundled slang will anyway)
> Both have their pros and cons, so we haven't decided yet.

considering ncurses is available on every distro by default, it's kind of a no 
brainer.  no one includes slang out of the box.
-mike



^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-dev]  Re: midnight commander -> which screen library
  2009-01-30 13:42 [gentoo-dev] midnight commander -> which screen library Enrico Weigelt
  2009-02-09 17:30 ` Mike Frysinger
@ 2009-02-09 18:32 ` Nikos Chantziaras
  2009-02-09 19:37   ` Mike Frysinger
  1 sibling, 1 reply; 13+ messages in thread
From: Nikos Chantziaras @ 2009-02-09 18:32 UTC (permalink / raw
  To: gentoo-dev

Enrico Weigelt wrote:
> Hi folks,
> 
> 
> @mc.o (*1) we're currently discussing which screen library to keep.
> Either ncurses or slang will be dropped (bundled slang will anyway)
> Both have their pros and cons, so we haven't decided yet.
> 
> What do you suggest, which screen library to keep ? 
> 
> BTW: 4.6.2 is soon coming (only 1 bug left) :)

  unicode? ( >=sys-libs/slang-2.1.3 )
  !unicode? ( sys-libs/ncurses )

If Unicode isn't possible with ncurses, keep slang :P  No Unicode 
support would be... not good.




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev]  Re: midnight commander -> which screen library
  2009-02-09 18:32 ` [gentoo-dev] " Nikos Chantziaras
@ 2009-02-09 19:37   ` Mike Frysinger
  2009-02-09 20:36     ` Nikos Chantziaras
  2009-02-10  0:02     ` [gentoo-dev] Re: midnight commander -> which screen library Petteri Räty
  0 siblings, 2 replies; 13+ messages in thread
From: Mike Frysinger @ 2009-02-09 19:37 UTC (permalink / raw
  To: gentoo-dev; +Cc: Nikos Chantziaras

On Monday 09 February 2009 13:32:24 Nikos Chantziaras wrote:
> Enrico Weigelt wrote:
> > @mc.o (*1) we're currently discussing which screen library to keep.
> > Either ncurses or slang will be dropped (bundled slang will anyway)
> > Both have their pros and cons, so we haven't decided yet.
> >
> > What do you suggest, which screen library to keep ?
> >
> > BTW: 4.6.2 is soon coming (only 1 bug left) :)
>
>   unicode? ( >=sys-libs/slang-2.1.3 )
>   !unicode? ( sys-libs/ncurses )
>
> If Unicode isn't possible with ncurses, keep slang :P  No Unicode
> support would be... not good.

that doesnt make any sense.  both ncurses and slang work just fine with and 
without unicode.  i dont think he was asking about Gentoo anyways ... he was 
asking about upstream mc.

the proper string under Gentoo would be:
ncurses? (
	unicode? ( sys-libs/ncurses[unicode] )
	!unicode? ( sys-libs/ncurses )
)
!ncurses? ( slang? ( >=sys-libs/slang-2.1.3 ) )
-mike



^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-dev]  Re: midnight commander -> which screen library
  2009-02-09 19:37   ` Mike Frysinger
@ 2009-02-09 20:36     ` Nikos Chantziaras
  2009-02-10  3:22       ` Mike Frysinger
  2009-02-10  0:02     ` [gentoo-dev] Re: midnight commander -> which screen library Petteri Räty
  1 sibling, 1 reply; 13+ messages in thread
From: Nikos Chantziaras @ 2009-02-09 20:36 UTC (permalink / raw
  To: gentoo-dev

Mike Frysinger wrote:
> On Monday 09 February 2009 13:32:24 Nikos Chantziaras wrote:
>>> BTW: 4.6.2 is soon coming (only 1 bug left) :)
>>   unicode? ( >=sys-libs/slang-2.1.3 )
>>   !unicode? ( sys-libs/ncurses )
>>
>> If Unicode isn't possible with ncurses, keep slang :P  No Unicode
>> support would be... not good.
> 
> that doesnt make any sense.  both ncurses and slang work just fine with and 
> without unicode.

MC doesn't.  A patch adds Unicode to MC.  It's for slang only.

Anyway, I just saw that there's a new patch listed in MC's homepage that 
seems to add Unicode.  I suppose Gentoo will switch to that and drop the 
current slang patch.




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev]  Re: midnight commander -> which screen library
  2009-02-09 19:37   ` Mike Frysinger
  2009-02-09 20:36     ` Nikos Chantziaras
@ 2009-02-10  0:02     ` Petteri Räty
  2009-02-10  3:20       ` Mike Frysinger
  2009-02-10  8:26       ` Tiziano Müller
  1 sibling, 2 replies; 13+ messages in thread
From: Petteri Räty @ 2009-02-10  0:02 UTC (permalink / raw
  To: gentoo-dev; +Cc: Nikos Chantziaras

[-- Attachment #1: Type: text/plain, Size: 1146 bytes --]

Mike Frysinger wrote:
> On Monday 09 February 2009 13:32:24 Nikos Chantziaras wrote:
>> Enrico Weigelt wrote:
>>> @mc.o (*1) we're currently discussing which screen library to keep.
>>> Either ncurses or slang will be dropped (bundled slang will anyway)
>>> Both have their pros and cons, so we haven't decided yet.
>>>
>>> What do you suggest, which screen library to keep ?
>>>
>>> BTW: 4.6.2 is soon coming (only 1 bug left) :)
>>   unicode? ( >=sys-libs/slang-2.1.3 )
>>   !unicode? ( sys-libs/ncurses )
>>
>> If Unicode isn't possible with ncurses, keep slang :P  No Unicode
>> support would be... not good.
> 
> that doesnt make any sense.  both ncurses and slang work just fine with and 
> without unicode.  i dont think he was asking about Gentoo anyways ... he was 
> asking about upstream mc.
> 
> the proper string under Gentoo would be:
> ncurses? (
> 	unicode? ( sys-libs/ncurses[unicode] )
> 	!unicode? ( sys-libs/ncurses )
> )
> !ncurses? ( slang? ( >=sys-libs/slang-2.1.3 ) )
> -mike
> 

ncurses? ( sys-libs/ncurses[unicode?] )
!ncurses? ( slang? ( >=sys-libs/slang-2.1.3 ) )

Regards,
Petteri


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev]  Re: midnight commander -> which screen library
  2009-02-10  0:02     ` [gentoo-dev] Re: midnight commander -> which screen library Petteri Räty
@ 2009-02-10  3:20       ` Mike Frysinger
  2009-02-10  8:26       ` Tiziano Müller
  1 sibling, 0 replies; 13+ messages in thread
From: Mike Frysinger @ 2009-02-10  3:20 UTC (permalink / raw
  To: gentoo-dev; +Cc: Petteri Räty, Nikos Chantziaras

[-- Attachment #1: Type: text/plain, Size: 1178 bytes --]

On Monday 09 February 2009 19:02:34 Petteri Räty wrote:
> Mike Frysinger wrote:
> > On Monday 09 February 2009 13:32:24 Nikos Chantziaras wrote:
> >> Enrico Weigelt wrote:
> >>> @mc.o (*1) we're currently discussing which screen library to keep.
> >>> Either ncurses or slang will be dropped (bundled slang will anyway)
> >>> Both have their pros and cons, so we haven't decided yet.
> >>>
> >>> What do you suggest, which screen library to keep ?
> >>>
> >>> BTW: 4.6.2 is soon coming (only 1 bug left) :)
> >>
> >>   unicode? ( >=sys-libs/slang-2.1.3 )
> >>   !unicode? ( sys-libs/ncurses )
> >>
> >> If Unicode isn't possible with ncurses, keep slang :P  No Unicode
> >> support would be... not good.
> >
> > that doesnt make any sense.  both ncurses and slang work just fine with
> > and without unicode.  i dont think he was asking about Gentoo anyways ...
> > he was asking about upstream mc.
> >
> > the proper string under Gentoo would be:
> > ncurses? (
> > 	unicode? ( sys-libs/ncurses[unicode] )
> > 	!unicode? ( sys-libs/ncurses )
> > )
>
> ncurses? ( sys-libs/ncurses[unicode?] )

thanks, i figured there was an easier answer
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev]  Re: midnight commander -> which screen library
  2009-02-09 20:36     ` Nikos Chantziaras
@ 2009-02-10  3:22       ` Mike Frysinger
  2009-02-10  7:26         ` [gentoo-dev] Can't format floppy or write to it Branko Badrljica
  0 siblings, 1 reply; 13+ messages in thread
From: Mike Frysinger @ 2009-02-10  3:22 UTC (permalink / raw
  To: gentoo-dev; +Cc: Nikos Chantziaras

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]

On Monday 09 February 2009 15:36:00 Nikos Chantziaras wrote:
> Mike Frysinger wrote:
> > On Monday 09 February 2009 13:32:24 Nikos Chantziaras wrote:
> >>> BTW: 4.6.2 is soon coming (only 1 bug left) :)
> >>
> >>   unicode? ( >=sys-libs/slang-2.1.3 )
> >>   !unicode? ( sys-libs/ncurses )
> >>
> >> If Unicode isn't possible with ncurses, keep slang :P  No Unicode
> >> support would be... not good.
> >
> > that doesnt make any sense.  both ncurses and slang work just fine with
> > and without unicode.
>
> MC doesn't.  A patch adds Unicode to MC.  It's for slang only.

that's a MC deficiency, not a terminal library one.  i wasnt talking about MC 
itself (perhaps you were, but you didnt really make that clear).
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev]  Can't format floppy or write to it...
  2009-02-10  7:26         ` [gentoo-dev] Can't format floppy or write to it Branko Badrljica
@ 2009-02-10  7:24           ` Josh Saddler
  2009-02-10 19:43           ` Mike Frysinger
  1 sibling, 0 replies; 13+ messages in thread
From: Josh Saddler @ 2009-02-10  7:24 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

This is not the right place to ask.

Ask on either:

1. Gentoo forums: http://forums.gentoo.org
2. Gentoo user mailing list: gentoo-user@lists.gentoo.org



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-dev]  Can't format floppy or write to it...
  2009-02-10  3:22       ` Mike Frysinger
@ 2009-02-10  7:26         ` Branko Badrljica
  2009-02-10  7:24           ` Josh Saddler
  2009-02-10 19:43           ` Mike Frysinger
  0 siblings, 2 replies; 13+ messages in thread
From: Branko Badrljica @ 2009-02-10  7:26 UTC (permalink / raw
  To: gentoo-dev

I needed to make bootable floppy for graphic card BIOS reflash and 
noticed that I can't fdformat floppy or even write to formatted one.

I can mount it -o rw, but when I try to write, write would fail.

Also, "fdformat /dev/fd0" seems to be working, but just to the 
point,where it verifies written and fails on track 0.

I have checked:

- floppies for write protection ( it was off )
- for dirt on heads- I have cleaned floppy thoroughly
- bad unit. Exchanged it with another, with exactly same result.
- bad floppy disk. Tried a few other, with same result. Same disks 
formatted on another Windoze machine just fine.
- bad access flags on /dev/fd0. (" Access: (0660/brw-rw----) Uid: ( 0/ 
root) Gid: ( 11/ floppy)" )

Here is output of "fdformat /dev/fd0":

 >LANG="en" fdformat /dev/fd0

 >Double-sided, 80 tracks, 18 sec/track. Total capacity 1440 kB.
 >Formatting ... done
 >Verifying ... Problem reading cylinder 1, expected 18432, read 2048


and here is dmesg | tail:

>
> Buffer I/O error on device fd0, logical block 32
> end_request: I/O error, dev fd0, sector 288
> Buffer I/O error on device fd0, logical block 36
> end_request: I/O error, dev fd0, sector 308
> Buffer I/O error on device fd0, logical block 38
> end_request: I/O error, dev fd0, sector 333
> Buffer I/O error on device fd0, logical block 41
> end_request: I/O error, dev fd0, sector 45
> Buffer I/O error on device fd0, logical block 5

Machine:
Phenom 9950
Boartd Foxconn A7DA-S
8 Gig RAM.
nVidia 8800GT with 1GiG RAM DDR3
DVD+ RW unit
floppy
2x 500 Gb HDD SATA

Gentoo 64-bit ( 2008.0-desktop profile )
pretty much latest version of everything
kernel gentoo-sources-2.6.28-r1


Has anyone noticed anything remotely similar ?
I can recall being able to use floppy normally with older 2.6.27 
kernels, but can't try this now...


Regards,

Branko





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev]  Re: midnight commander -> which screen library
  2009-02-10  0:02     ` [gentoo-dev] Re: midnight commander -> which screen library Petteri Räty
  2009-02-10  3:20       ` Mike Frysinger
@ 2009-02-10  8:26       ` Tiziano Müller
  2009-02-10 19:44         ` Mike Frysinger
  1 sibling, 1 reply; 13+ messages in thread
From: Tiziano Müller @ 2009-02-10  8:26 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 2209 bytes --]

Am Dienstag, den 10.02.2009, 02:02 +0200 schrieb Petteri Räty:
> Mike Frysinger wrote:
> > On Monday 09 February 2009 13:32:24 Nikos Chantziaras wrote:
> >> Enrico Weigelt wrote:
> >>> @mc.o (*1) we're currently discussing which screen library to keep.
> >>> Either ncurses or slang will be dropped (bundled slang will anyway)
> >>> Both have their pros and cons, so we haven't decided yet.
> >>>
> >>> What do you suggest, which screen library to keep ?
> >>>
> >>> BTW: 4.6.2 is soon coming (only 1 bug left) :)
> >>   unicode? ( >=sys-libs/slang-2.1.3 )
> >>   !unicode? ( sys-libs/ncurses )
> >>
> >> If Unicode isn't possible with ncurses, keep slang :P  No Unicode
> >> support would be... not good.
> > 
> > that doesnt make any sense.  both ncurses and slang work just fine with and 
> > without unicode.  i dont think he was asking about Gentoo anyways ... he was 
> > asking about upstream mc.
> > 
> > the proper string under Gentoo would be:
> > ncurses? (
> > 	unicode? ( sys-libs/ncurses[unicode] )
> > 	!unicode? ( sys-libs/ncurses )
> > )
> > !ncurses? ( slang? ( >=sys-libs/slang-2.1.3 ) )
> > -mike
> > 
> 
> ncurses? ( sys-libs/ncurses[unicode?] )
> !ncurses? ( slang? ( >=sys-libs/slang-2.1.3 ) )

Since you want always one of {slang,ncurses} you'll probably want
something like this:

slang? ( >=sys-libs/slang-2.1.3 )
!slang? ( sys-libs/ncurses[unicode?] )

and drop the ncurses USE-flag completely. Or set USE="+ncurses" and do
this:
ncurses? ( sys-libs/ncurses[unicode?] )
!ncurses? ( >=sys-libs/slang-2.1.3 )

... depends on what you want per default.


-- 
-------------------------------------------------------
Tiziano Müller
Gentoo Linux Developer, Council Member
Areas of responsibility:
  Samba, PostgreSQL, CPP, Python, sysadmin
E-Mail     : dev-zero@gentoo.org
GnuPG FP   : F327 283A E769 2E36 18D5  4DE2 1B05 6A63 AE9C 1E30
-- 
-------------------------------------------------------
Tiziano Müller
Gentoo Linux Developer, Council Member
Areas of responsibility:
  Samba, PostgreSQL, CPP, Python, sysadmin
E-Mail     : dev-zero@gentoo.org
GnuPG FP   : F327 283A E769 2E36 18D5  4DE2 1B05 6A63 AE9C 1E30

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev]  Can't format floppy or write to it...
  2009-02-10  7:26         ` [gentoo-dev] Can't format floppy or write to it Branko Badrljica
  2009-02-10  7:24           ` Josh Saddler
@ 2009-02-10 19:43           ` Mike Frysinger
  1 sibling, 0 replies; 13+ messages in thread
From: Mike Frysinger @ 2009-02-10 19:43 UTC (permalink / raw
  To: gentoo-dev; +Cc: Branko Badrljica

[-- Attachment #1: Type: text/plain, Size: 72 bytes --]

in addition to the points Josh made, please do not hijack threads
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev]  Re: midnight commander -> which screen library
  2009-02-10  8:26       ` Tiziano Müller
@ 2009-02-10 19:44         ` Mike Frysinger
  0 siblings, 0 replies; 13+ messages in thread
From: Mike Frysinger @ 2009-02-10 19:44 UTC (permalink / raw
  To: gentoo-dev; +Cc: Tiziano Müller

[-- Attachment #1: Type: text/plain, Size: 1822 bytes --]

On Tuesday 10 February 2009 03:26:34 Tiziano Müller wrote:
> Am Dienstag, den 10.02.2009, 02:02 +0200 schrieb Petteri Räty:
> > Mike Frysinger wrote:
> > > On Monday 09 February 2009 13:32:24 Nikos Chantziaras wrote:
> > >> Enrico Weigelt wrote:
> > >>> @mc.o (*1) we're currently discussing which screen library to keep.
> > >>> Either ncurses or slang will be dropped (bundled slang will anyway)
> > >>> Both have their pros and cons, so we haven't decided yet.
> > >>>
> > >>> What do you suggest, which screen library to keep ?
> > >>>
> > >>> BTW: 4.6.2 is soon coming (only 1 bug left) :)
> > >>
> > >>   unicode? ( >=sys-libs/slang-2.1.3 )
> > >>   !unicode? ( sys-libs/ncurses )
> > >>
> > >> If Unicode isn't possible with ncurses, keep slang :P  No Unicode
> > >> support would be... not good.
> > >
> > > that doesnt make any sense.  both ncurses and slang work just fine with
> > > and without unicode.  i dont think he was asking about Gentoo anyways
> > > ... he was asking about upstream mc.
> > >
> > > the proper string under Gentoo would be:
> > > ncurses? (
> > > 	unicode? ( sys-libs/ncurses[unicode] )
> > > 	!unicode? ( sys-libs/ncurses )
> > > )
> > > !ncurses? ( slang? ( >=sys-libs/slang-2.1.3 ) )
> > > -mike
> >
> > ncurses? ( sys-libs/ncurses[unicode?] )
> > !ncurses? ( slang? ( >=sys-libs/slang-2.1.3 ) )
>
> Since you want always one of {slang,ncurses} you'll probably want
> something like this:
>
> slang? ( >=sys-libs/slang-2.1.3 )
> !slang? ( sys-libs/ncurses[unicode?] )
>
> and drop the ncurses USE-flag completely. Or set USE="+ncurses" and do
> this:
> ncurses? ( sys-libs/ncurses[unicode?] )
> !ncurses? ( >=sys-libs/slang-2.1.3 )
>
> ... depends on what you want per default.

pfft, real men dont need terminal libraries ;)
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-02-10 19:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30 13:42 [gentoo-dev] midnight commander -> which screen library Enrico Weigelt
2009-02-09 17:30 ` Mike Frysinger
2009-02-09 18:32 ` [gentoo-dev] " Nikos Chantziaras
2009-02-09 19:37   ` Mike Frysinger
2009-02-09 20:36     ` Nikos Chantziaras
2009-02-10  3:22       ` Mike Frysinger
2009-02-10  7:26         ` [gentoo-dev] Can't format floppy or write to it Branko Badrljica
2009-02-10  7:24           ` Josh Saddler
2009-02-10 19:43           ` Mike Frysinger
2009-02-10  0:02     ` [gentoo-dev] Re: midnight commander -> which screen library Petteri Räty
2009-02-10  3:20       ` Mike Frysinger
2009-02-10  8:26       ` Tiziano Müller
2009-02-10 19:44         ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox