* [kbd] I: kbd-1.14.1wip
@ 2008-02-13 17:07 Alexey Gladkov
2008-02-14 23:57 ` Miklos Vajna
0 siblings, 1 reply; 9+ messages in thread
From: Alexey Gladkov @ 2008-02-13 17:07 UTC (permalink / raw)
To: kbd
Greetings!
kbd-1.14.1wip available for download:
ftp://ftp.altlinux.org/pub/people/legion/kbd/kbd-1.14.1wip.tar.gz
Changelog:
o Build system:
- Fix computing of the host-system type.
- Fix options handling (thanks for the help to Mike Frysinger).
o Keymaps:
- Add Norwegian dvorak keymap.
- Add turkish F (trf) keyboard map.
--
Rgrds, legion
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [kbd] I: kbd-1.14.1wip
2008-02-13 17:07 [kbd] I: kbd-1.14.1wip Alexey Gladkov
@ 2008-02-14 23:57 ` Miklos Vajna
2008-02-15 8:48 ` Alexey Gladkov
0 siblings, 1 reply; 9+ messages in thread
From: Miklos Vajna @ 2008-02-14 23:57 UTC (permalink / raw)
To: Linux console tools development discussion
[-- Attachment #1: Type: text/plain, Size: 801 bytes --]
On Wed, Feb 13, 2008 at 08:07:52PM +0300, Alexey Gladkov <gladkov.alexey@gmail.com> wrote:
> kbd-1.14.1wip available for download:
>
> ftp://ftp.altlinux.org/pub/people/legion/kbd/kbd-1.14.1wip.tar.gz
this _is_ strage :)
here is my ~/bin/kbdtest script:
[ -e configure.ac ] && autoconf
./configure
cd src
make loadkeys
sudo ./loadkeys /usr/share/kbd/keymaps/i386/qwertz/hu.map
ret=$?
cd ..
git clean -x -d -f
git checkout -f
exit $ret
probably you remember git bisect found that the commit that introduced
autoconf broke the loading of the hu keymap here.
now i did a git pull and the problem is still there. however if i
compile kbd from the above tarball, it works properly.
maybe the autoconf version used matters? i have 2.61 here.
hmm..
thanks,
- VMiklos
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [kbd] I: kbd-1.14.1wip
2008-02-14 23:57 ` Miklos Vajna
@ 2008-02-15 8:48 ` Alexey Gladkov
2008-02-15 12:37 ` Miklos Vajna
0 siblings, 1 reply; 9+ messages in thread
From: Alexey Gladkov @ 2008-02-15 8:48 UTC (permalink / raw)
To: Linux console tools development discussion
Miklos Vajna wrote:
> probably you remember git bisect found that the commit that introduced
> autoconf broke the loading of the hu keymap here.
>
> now i did a git pull and the problem is still there. however if i
> compile kbd from the above tarball, it works properly.
Cool.
> maybe the autoconf version used matters? i have 2.61 here.
Nop.
> hmm..
I has made diff between kbd-1.14 and your tarball... difference only
in kbd/src/analyze.c file. I generated analyze.c and loadkeys.c in
the kbd-1.14.1wip.
--
Rgrds, legion
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [kbd] I: kbd-1.14.1wip
2008-02-15 8:48 ` Alexey Gladkov
@ 2008-02-15 12:37 ` Miklos Vajna
2008-02-15 12:48 ` Alexey Gladkov
0 siblings, 1 reply; 9+ messages in thread
From: Miklos Vajna @ 2008-02-15 12:37 UTC (permalink / raw)
To: Linux console tools development discussion
[-- Attachment #1: Type: text/plain, Size: 465 bytes --]
On Fri, Feb 15, 2008 at 11:48:43AM +0300, Alexey Gladkov <gladkov.alexey@gmail.com> wrote:
> I has made diff between kbd-1.14 and your tarball... difference only
> in kbd/src/analyze.c file. I generated analyze.c and loadkeys.c in
> the kbd-1.14.1wip.
ah, i suspect that'll be the problem. what flex version are you using?
i have flex-2.5.33 here.
(i just checked that flex's make test passes here so i don't think this
is the fault of flex.)
thanks,
- VMiklos
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [kbd] I: kbd-1.14.1wip
2008-02-15 12:37 ` Miklos Vajna
@ 2008-02-15 12:48 ` Alexey Gladkov
2008-02-15 13:06 ` Miklos Vajna
0 siblings, 1 reply; 9+ messages in thread
From: Alexey Gladkov @ 2008-02-15 12:48 UTC (permalink / raw)
To: Linux console tools development discussion
Miklos Vajna wrote:
> ah, i suspect that'll be the problem. what flex version are you using?
>
> i have flex-2.5.33 here.
>
> (i just checked that flex's make test passes here so i don't think this
> is the fault of flex.)
$ flex --version
flex 2.5.33
--
Rgrds, legion
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [kbd] I: kbd-1.14.1wip
2008-02-15 12:48 ` Alexey Gladkov
@ 2008-02-15 13:06 ` Miklos Vajna
2008-02-15 13:33 ` Alexey Gladkov
0 siblings, 1 reply; 9+ messages in thread
From: Miklos Vajna @ 2008-02-15 13:06 UTC (permalink / raw)
To: Linux console tools development discussion
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
On Fri, Feb 15, 2008 at 03:48:05PM +0300, Alexey Gladkov <gladkov.alexey@gmail.com> wrote:
> $ flex --version
> flex 2.5.33
hmm, do you use any additional patches? :S
thanks,
- VMiklos
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [kbd] I: kbd-1.14.1wip
2008-02-15 13:06 ` Miklos Vajna
@ 2008-02-15 13:33 ` Alexey Gladkov
2008-02-15 13:43 ` Dmitry V. Levin
0 siblings, 1 reply; 9+ messages in thread
From: Alexey Gladkov @ 2008-02-15 13:33 UTC (permalink / raw)
To: Linux console tools development discussion
Miklos Vajna wrote:
> hmm, do you use any additional patches? :S
We have two patches. You can find them:
ftp://ftp.altlinux.org/pub/distributions/ALTLinux/Sisyphus/files/SRPMS/flex-2.5.33-alt3.src.rpm
--
Rgrds, legion
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [kbd] I: kbd-1.14.1wip
2008-02-15 13:33 ` Alexey Gladkov
@ 2008-02-15 13:43 ` Dmitry V. Levin
2008-02-15 16:54 ` Miklos Vajna
0 siblings, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2008-02-15 13:43 UTC (permalink / raw)
To: Linux console tools development discussion
[-- Attachment #1: Type: text/plain, Size: 381 bytes --]
On Fri, Feb 15, 2008 at 04:33:38PM +0300, Alexey Gladkov wrote:
> Miklos Vajna wrote:
> > hmm, do you use any additional patches? :S
>
> We have two patches. You can find them:
>
> ftp://ftp.altlinux.org/pub/distributions/ALTLinux/Sisyphus/files/SRPMS/flex-2.5.33-alt3.src.rpm
Better URL is
http://git.altlinux.org/people/ldv/packages/?p=flex.git;a=tree
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [kbd] I: kbd-1.14.1wip
2008-02-15 13:43 ` Dmitry V. Levin
@ 2008-02-15 16:54 ` Miklos Vajna
0 siblings, 0 replies; 9+ messages in thread
From: Miklos Vajna @ 2008-02-15 16:54 UTC (permalink / raw)
To: Linux console tools development discussion
[-- Attachment #1: Type: text/plain, Size: 221 bytes --]
On Fri, Feb 15, 2008 at 04:43:24PM +0300, "Dmitry V. Levin" <ldv@altlinux.org> wrote:
> Better URL is
> http://git.altlinux.org/people/ldv/packages/?p=flex.git;a=tree
thanks, then i understand the difference.
- VMiklos
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-02-15 16:54 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-13 17:07 [kbd] I: kbd-1.14.1wip Alexey Gladkov
2008-02-14 23:57 ` Miklos Vajna
2008-02-15 8:48 ` Alexey Gladkov
2008-02-15 12:37 ` Miklos Vajna
2008-02-15 12:48 ` Alexey Gladkov
2008-02-15 13:06 ` Miklos Vajna
2008-02-15 13:33 ` Alexey Gladkov
2008-02-15 13:43 ` Dmitry V. Levin
2008-02-15 16:54 ` Miklos Vajna
Linux console tools development discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/kbd/0 kbd/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 kbd kbd/ http://lore.altlinux.org/kbd \
kbd@lists.altlinux.org kbd@lists.altlinux.ru kbd@lists.altlinux.com
public-inbox-index kbd
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.kbd
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git