Snapcraft python build fails to run with `GLIBC_2.25' not found error message
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
While starting snap build using snapcraft python plugin, following error message is displayed.
/snap/gestimato
App git: https:/
Ubuntu Version: 17.10 (64 bit) (Fully updated)
Kernel: 4.13.0-16-generic
Snapcraft version: 2.34
Snap Version: 2.28.5+17.10
Contents of yaml file is as below:
name: gestimator
version: 1.1.0
summary: GEstimator is a simple civil estimation software written in Python and GTK+
description: |
GEstimator is a simple civil estimation software written in Python and GTK+. GEstimator can prepare estimates along with rate analysis and supports multiple databases.
grade: devel
confinement: devmode
parts:
gestimator:
source: .
plugin: python
python-version: python3
after: []
apps:
gestimator:
command: bin/GEstimator.py
desktop: usr/share/
no longer affects: | ubuntu |
Hey Manu, how do you have Snapcraft installed? This sounds like a problem that I believe has been fixed in master, but not yet released. Can you try installing the snap from edge and trying again?
sudo snap install --edge snapcraft