Bug 24836 - Добавление wine-gecko вызывает ошибку
Summary: Добавление wine-gecko вызывает ошибку
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: arepo (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-29 09:51 MSK by Vitaly Lipatov
Modified: 2010-12-31 00:01 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Lipatov 2010-12-29 09:51:35 MSK
Добавляю в arepo.conf в раздел programs:
строку wine-gecko и получаю

File "/usr/bin/arepo", line 713, in <module>
    main()
  File "/usr/bin/arepo", line 691, in main
    res = repackage(case, source, target, shadow)
  File "/usr/bin/arepo", line 637, in repackage
    spec_string = gen_spec(case, source, fl)
  File "/usr/bin/arepo", line 623, in gen_spec
    'dep-list': auto_dep_list(header, source),
  File "/usr/bin/arepo", line 471, in auto_dep_list
    return '\n'.join(str(dep) for dep in header.deps_in_for(pkg_names, source))
  File "/usr/bin/arepo", line 307, in deps_in_for
    self['requireversion'])
TypeError: zip argument #2 must support iteration

Это вызвано тем. что wine-gecko не имеет зависимостей? Может быть, добавить? Или можно исправить arepo?
Comment 1 avm 2010-12-29 10:16:05 MSK
Вечером исправлю.
Comment 2 avm 2010-12-30 03:58:40 MSK
Захакал, см. в git.
Comment 3 Vitaly Lipatov 2010-12-31 00:01:52 MSK
Спасибо, Алексей! Работает.