Bug 3824 - Requires: dialog OR newt
Summary: Requires: dialog OR newt
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: alsa-utils (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Michael Shigorin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on: 4051 4052
Blocks:
  Show dependency tree
 
Reported: 2004-03-12 22:28 MSK by Andrey Rahmatullin
Modified: 2007-04-11 20:07 MSD (History)
2 users (show)

See Also:


Attachments
Вот патч. (789 bytes, patch)
2004-06-26 11:48 MSD, Andrey Rahmatullin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Rahmatullin 2004-03-12 22:28:22 MSK
/usr/sbin/alsaconf:

[...]
if which dialog > /dev/null; then
  DIALOG=dialog
else
  if which whiptail > /dev/null; then
[...]
    DIALOG=whiptail_wrapper
  else
    echo "Error, dialog or whiptail not found."
[...]


Therefore "Requires: newt" isn't correct. Alsaconf works good without newt and 
with dialog.

But I don't know how to set this requirement :(  Newt && dialog could Provides: 
smth. virtual, but I think it isn't a good idea to do this for one program 
(alsaconf).
Comment 1 Michael Shigorin 2004-03-25 19:03:21 MSK
fixes are welcome ;-)
Comment 2 inger@altlinux.org 2004-06-23 18:05:48 MSD
стоит вообще пользоваться только одним нормальным диалогом. newt когда-нибудь исчезнет из Сизифа со 
своим подобием dialog. 
 
Comment 3 Andrey Rahmatullin 2004-06-24 10:12:07 MSD
Миша, пересобери с dialog.
Comment 4 Andrey Rahmatullin 2004-06-26 11:48:56 MSD
Created attachment 445 [details]
Вот патч.

Плюс в спек придется добавить Requires: dialog (зависимость не ловится).
Comment 5 Michael Shigorin 2004-06-26 12:44:42 MSD
applying in 1.0.5-alt2, thanks
Comment 6 Andrey Rahmatullin 2004-06-29 18:08:24 MSD
Патч упомянут в спеке, но не приложен.
Comment 7 Michael Shigorin 2004-06-29 18:10:59 MSD
whooopps
Comment 8 Michael Shigorin 2004-07-03 23:12:33 MSD
alsa-utils-1.0.5-alt3