Running snapcraft on Ubuntu 14.04 fails with a traceback
Metadata
Current evaluation
⚠️ This summary may be outdated — the issue content or evaluation prompts have changed since this evaluation was made.
Closed without comments. The liblz4.so.1 import error on Ubuntu 14.04 was abandoned as the project dropped support for the EOL distribution. No code fix was applied.
Suggested action: —
No scores available.
Issue body
I've just installed snapcraft on an updated Ubuntu 14.04.5 and installed snapcraft via:
snap install snapcraft --classic --edge
Here is the traceback:
Traceback (most recent call last):
File "/snap/snapcraft/2/bin/snapcraft", line 28, in <module>
import snapcraft.main
File "/snap/snapcraft/2/lib/python3.5/site-packages/snapcraft/__init__.py", line 282, in <module>
from snapcraft._baseplugin import BasePlugin # noqa
File "/snap/snapcraft/2/lib/python3.5/site-packages/snapcraft/_baseplugin.py", line 21, in <module>
from snapcraft.internal import common
File "/snap/snapcraft/2/lib/python3.5/site-packages/snapcraft/internal/__init__.py", line 20, in <module>
from snapcraft.internal.project_loader import load_config # noqa
File "/snap/snapcraft/2/lib/python3.5/site-packages/snapcraft/internal/project_loader.py", line 29, in <module>
from snapcraft.internal import (
File "/snap/snapcraft/2/lib/python3.5/site-packages/snapcraft/internal/parts.py", line 29, in <module>
from snapcraft.internal import (
File "/snap/snapcraft/2/lib/python3.5/site-packages/snapcraft/internal/pluginhandler/__init__.py", line 39, in <module>
from snapcraft.internal import (
File "/snap/snapcraft/2/lib/python3.5/site-packages/snapcraft/internal/repo.py", line 35, in <module>
import apt
File "/snap/snapcraft/2/lib/python3.5/site-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ImportError: liblz4.so.1: cannot open shared object file: No such file or directory
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Closed without comments. The liblz4.so.1 import error on Ubuntu 14.04 was abandoned as the project dropped support for the EOL distribution. No code fix was applied. | |
| qwen/qwen3.6-35b-a3b | — | — | Closed without resolution. The Ubuntu 14.04 liblz4.so.1 dependency error was abandoned as snapcraft dropped Trusty support. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Abandoned without a fix. Ubuntu 14.04 reached end-of-life and snapcraft dropped support for the distribution, leaving the missing liblz4.so.1 dependency unresolved. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1752964 Snapcraft snap broken on trusty | snapcraft (launchpad) | closed | Closed without resolution. Snapcraft v2.39.2 failed on Ubuntu Trusty due to a missing liblz4.so.1 dependency for mksquashfs. No comments were posted, and the report was likely abandoned following Trusty's end-of-life. | |
| #1703344 snapcraft cleanbuild exits with a traceback when lxd is not installed | snapcraft (launchpad) | closed | Closed without resolution. Missing LXD caused a FileNotFoundError during snapcraft cleanbuild. No comments, fixes, or status updates were provided. |