[Bug 1658909] Re: lsb_release fails in classic (arm64)
Oliver Grawert
ogra at ubuntu.com
Tue Jan 24 13:26:05 UTC 2017
lsb_release is not supposed to be working in core (it should not even be
shipped, but there is an issue with a dependency from cloud-init) ...
that said, it should work in the classic dimension if it is installed
there though.
** Changed in: lsb (Ubuntu)
Status: New => Invalid
** Changed in: lsb-release (Ubuntu)
Status: New => Invalid
** Changed in: snappy
Importance: Undecided => Medium
** Changed in: snappy
Assignee: (unassigned) => Oliver Grawert (ogra)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to lsb in Ubuntu.
https://bugs.launchpad.net/bugs/1658909
Title:
lsb_release fails in classic (arm64)
Status in Snappy:
Confirmed
Status in lsb package in Ubuntu:
Invalid
Status in lsb-release package in Ubuntu:
Invalid
Bug description:
I'm getting this when running lsb_release with classic on a
Dragonboard:
$ lsb_release -a
Traceback (most recent call last):
File "/usr/bin/lsb_release", line 95, in <module>
main()
File "/usr/bin/lsb_release", line 59, in main
distinfo = lsb_release.get_distro_information()
File "/usr/lib/python3/dist-packages/lsb_release.py", line 383, in get_distro_information
distinfo = guess_debian_release()
File "/usr/lib/python3/dist-packages/lsb_release.py", line 281, in guess_debian_release
get_distro_info(distinfo['ID'])
File "/usr/lib/python3/dist-packages/lsb_release.py", line 41, in get_distro_info
RELEASES_ORDER.sort(key=lambda n: float(n[0]))
File "/usr/lib/python3/dist-packages/lsb_release.py", line 41, in <lambda>
RELEASES_ORDER.sort(key=lambda n: float(n[0]))
ValueError: could not convert string to float: '16.04 LTS'
To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1658909/+subscriptions
More information about the foundations-bugs
mailing list