Bug 5070 - apt backend crashes on old systems
Summary: apt backend crashes on old systems
Status: CLOSED WONTFIX
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Server Installer (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.13.0
Assignee: Pierre Ossman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 15:11 CEST by Pierre Ossman
Modified: 2020-09-22 12:38 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2014-04-04 15:11:14 CEST
I had to do some testing on an old ubuntu (8.04), but tl-setup exploded with this:

> /usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not stable yet
>   warnings.warn("apt API not stable yet", FutureWarning)
> Traceback (most recent call last):
>   File "/opt/thinlinc/sbin/../libexec/tl-setup.py", line 39, in <module>
>     import thinlinc . tlsetup . lsb
>   File "/opt/thinlinc/modules/thinlinc/tlsetup/lsb.py", line 13, in <module>
>     from thinlinc import packageinstaller
>   File "/opt/thinlinc/modules/thinlinc/packageinstaller/__init__.py", line 9, in <module>
>     import aptbackend
>   File "/opt/thinlinc/modules/thinlinc/packageinstaller/aptbackend.py", line 29, in <module>
>     class O00ooOO ( apt . progress . base . InstallProgress ) :
> AttributeError: 'module' object has no attribute 'base'
Comment 1 Pierre Ossman cendio 2020-09-22 12:38:35 CEST
We don't support such ancient stuff, so this shouldn't be a problem anymore.

Note You need to log in before you can comment on or make changes to this bug.