Re: Missing libgudev-1.0-0 udeb package?

2020-12-10 Thread Shawn Guo
On Thu, Dec 10, 2020 at 11:21 PM Timo Aaltonen  wrote:
> >> It seems that there is no libgudev-1.0-0 udeb at all, while it becomes
> >> a dependency of xserver-xorg-input-libinput-udeb like below.
> >>  xserver-xorg-input-libinput-udeb
> >>  libinput10-udeb
> >>  libwacom2-udeb
> >>  libgudev-1.0-0
> >>
> >> Should we build libgudev-1.0-0 udeb to resolve this dependency problem?
> >>
> > I guess one alternative would be to build libinput-udeb without libwacom
> > support?
> yeah, libwacom udeb was added just because libinput gained a dependency
> on it.. I'll drop it from the next upload

Appreciate the quick response!  I just rebuilt the installer with
libinput driver instead of evdev, and the cursor works now! \o/

Thanks much, Timo, Julien!

Shawn



Re: Missing libgudev-1.0-0 udeb package?

2020-12-10 Thread Timo Aaltonen

On 10.12.2020 16.09, Julien Cristau wrote:

On Thu, Dec 10, 2020 at 09:26:49PM +0800, Shawn Guo wrote:

Hi,

I'm running a Sid graphical installer on my Lenovo Yoga C630 laptop
(arm64).  For some reason, the cursor movement via touchpad doesn't
work there.  It works in an installed Debian Sid system though.  One
difference I suspect is that the installer runs Xorg evdev input
driver, while Debian runs Xorg libinput driver.  So I'm trying to
build xserver-xorg-input-libinput-udeb instead of
xserver-xorg-input-evdev-udeb into the installer for testing.  But I'm
getting the following dependency error.

Reading package lists... Done
Building dependency tree... Done
   libwacom2-udeb:arm64 Depends on libgudev-1.0-0:arm64 < none @un H >
(>= 234) can't be satisfied!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libwacom2-udeb : Depends: libgudev-1.0-0 (>= 234) but it is not installable
E: Unable to correct problems, you have held broken packages.

It seems that there is no libgudev-1.0-0 udeb at all, while it becomes
a dependency of xserver-xorg-input-libinput-udeb like below.
 xserver-xorg-input-libinput-udeb
 libinput10-udeb
 libwacom2-udeb
 libgudev-1.0-0

Should we build libgudev-1.0-0 udeb to resolve this dependency problem?


I guess one alternative would be to build libinput-udeb without libwacom
support?
yeah, libwacom udeb was added just because libinput gained a dependency 
on it.. I'll drop it from the next upload



--
t



Bug#976808: Bullseye arm64 d-i Alpha 3: Items cannot be selected by space

2020-12-10 Thread Alper Nebi Yasak
On 09/12/2020 02:15, Ryutaroh Matsumoto wrote:
> Hi Alper, thank you for paying attention.
> 
>> On that specific question, you use the arrow keys to navigate between
> 
> Neither the space bar nor arrow keys worked for me with Alpha 3...

I tried running it under different terminals (tmux, xfce4-terminal,
gnome-terminal, xterm, rxvt-unicode) in case that was the problem, but
couldn't reproduce this. Other than that I have no idea why it wouldn't
work.

(Just in case, try running "cat -v" and pressing the arrow keys -- it
prints ^[[A upto ^[[D or ^[0A upto ^[0D for me.)

> When I tried a weekly build of d-i on November or October,
> at least "v" and "^" worked,  d-i failed on "tasksel", and
> the installation cannot be completed
> 
> But Alpha 3 does not seem to recognize "v" or "^" as subtitutes of arrow keys,
> and the situation got worse. Ryutaroh

For me, "v" and "^" work on the GRUB menu but not on the d-i menus (both
in Alpha 3 and Alpha 2), but I didn't test that on any weekly builds.



Re: Missing libgudev-1.0-0 udeb package?

2020-12-10 Thread Julien Cristau
On Thu, Dec 10, 2020 at 09:26:49PM +0800, Shawn Guo wrote:
> Hi,
> 
> I'm running a Sid graphical installer on my Lenovo Yoga C630 laptop
> (arm64).  For some reason, the cursor movement via touchpad doesn't
> work there.  It works in an installed Debian Sid system though.  One
> difference I suspect is that the installer runs Xorg evdev input
> driver, while Debian runs Xorg libinput driver.  So I'm trying to
> build xserver-xorg-input-libinput-udeb instead of
> xserver-xorg-input-evdev-udeb into the installer for testing.  But I'm
> getting the following dependency error.
> 
> Reading package lists... Done
> Building dependency tree... Done
>   libwacom2-udeb:arm64 Depends on libgudev-1.0-0:arm64 < none @un H >
> (>= 234) can't be satisfied!
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  libwacom2-udeb : Depends: libgudev-1.0-0 (>= 234) but it is not installable
> E: Unable to correct problems, you have held broken packages.
> 
> It seems that there is no libgudev-1.0-0 udeb at all, while it becomes
> a dependency of xserver-xorg-input-libinput-udeb like below.
> xserver-xorg-input-libinput-udeb
> libinput10-udeb
> libwacom2-udeb
> libgudev-1.0-0
> 
> Should we build libgudev-1.0-0 udeb to resolve this dependency problem?
> 
I guess one alternative would be to build libinput-udeb without libwacom
support?

Cheers,
Julien



Missing libgudev-1.0-0 udeb package?

2020-12-10 Thread Shawn Guo
Hi,

I'm running a Sid graphical installer on my Lenovo Yoga C630 laptop
(arm64).  For some reason, the cursor movement via touchpad doesn't
work there.  It works in an installed Debian Sid system though.  One
difference I suspect is that the installer runs Xorg evdev input
driver, while Debian runs Xorg libinput driver.  So I'm trying to
build xserver-xorg-input-libinput-udeb instead of
xserver-xorg-input-evdev-udeb into the installer for testing.  But I'm
getting the following dependency error.

Reading package lists... Done
Building dependency tree... Done
  libwacom2-udeb:arm64 Depends on libgudev-1.0-0:arm64 < none @un H >
(>= 234) can't be satisfied!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libwacom2-udeb : Depends: libgudev-1.0-0 (>= 234) but it is not installable
E: Unable to correct problems, you have held broken packages.

It seems that there is no libgudev-1.0-0 udeb at all, while it becomes
a dependency of xserver-xorg-input-libinput-udeb like below.
xserver-xorg-input-libinput-udeb
libinput10-udeb
libwacom2-udeb
libgudev-1.0-0

Should we build libgudev-1.0-0 udeb to resolve this dependency problem?

Shawn