Bug 40133 - Не работает pycdlib-compare
Summary: Не работает pycdlib-compare
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: pycdlib-tools (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Олег Соловьев
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-01 15:23 MSK by Alexander Makeenkov
Modified: 2021-06-01 17:56 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 Alexander Makeenkov 2021-06-01 15:23:38 MSK
$ pycdlib-compare alt-server-9.1-x86_64.iso alt-workstation-9.1-x86_64.iso
Parsing file1 alt-server-9.1-x86_64.iso...
Parsing file2 alt-workstation-9.1-x86_64.iso...
ISO1 has length 3105325056, ISO2 has length 5072191488
Traceback (most recent call last):
  File "/usr/bin/pycdlib-compare", line 500, in <module>
    main()
  File "/usr/bin/pycdlib-compare", line 447, in main
    pvd_cmp(iso1.pvd, iso2.pvd, compare_date)
  File "/usr/bin/pycdlib-compare", line 40, in pvd_cmp
    obj_cmp_int(obj1, obj2, 'PVD', 'descriptor_type')
  File "/usr/bin/pycdlib-compare", line 15, in obj_cmp_int
    val1 = getattr(obj1, field)
AttributeError: 'PrimaryOrSupplementaryVD' object has no attribute 'descriptor_type'

Версия пакета: pycdlib-tools-1.7.0-alt1
Comment 1 Repository Robot 2021-06-01 17:56:31 MSK
pycdlib-1.11.0-alt1 -> sisyphus:

 Tue Jun 01 2021 Ivan Razzhivin <underwit@altlinux> 1.11.0-alt1
 - Update to upstream version 1.11.0 (closes: #40133)