Showing 100 of 2042 issues
| Issue | Title | Author | Age | Action | Staleness ↑ | Confidence | Summary |
|---|---|---|---|---|---|---|---|
|
snapcraft (launchpad) issue #1718245 |
svn source-type not honoring proxies | ~kwmonroe | 3279d | needs triage | 92 | 60 | svn source-type fails on Launchpad builders behind an authenticated proxy because the svn handler doesn't write proxy settings to ~/.subversion/servers. Unlabelled, zero comments, no maintainer activity for ~9 years; reporter worked around it with a git mirror. |
|
snapcraft (launchpad) issue #1835158 |
show build backend used on --debug | ~techtonik | 2628d | close stale | 92 | 60 | Feature request from the snapcraft 2.x era to log which VM/LXD build backend is used when running with --debug, to diagnose slow builds. No maintainer response; the old provider code has since been replaced by craft-providers in snapcraft 7.x. |
|
snapcraft (launchpad) issue #1846068 |
Specifying `/var/lib` in layout breaks snapd because of `/var/lib/snapd` | ~zyga | 2538d | needs triage | 92 | 72 | Snapcraft allows /var/lib as a layout target, which shadows /var/lib/snapd and produces an uninstallable snap. No validation rejects parent paths of disallowed layout targets. 7 years old, zero comments, no labels, no maintainer response. |
|
snapcraft (launchpad) issue #1654899 |
snapcraft.yaml syntax docs missing ‘classic’ confinement mode | ~raof | 3533d | close stale | 92 | 55 | Docs gap: snapcraft-syntax.md listed only devmode/strict confinement, omitting classic. 9.6 years old, 0 comments, no maintainer response; the referenced doc file predates the current restructured docs/reference layout. |
|
snapcraft (launchpad) issue #1839842 |
Dump plugin to fetch single binary | ~doismellburning | 2587d | close stale | 92 | 60 | Wishlist request for an http/binary source-type on the dump plugin to fetch a single uncompressed binary without unpacking. 7 years old with no maintainer response; likely already addressable via the parts library's file source type. |
|
snapcraft (launchpad) issue #1825792 |
Support `no-install` build attribute in cmake plugin | ~brlin | 2700d | needs triage | 92 | 65 | Feature request to add a no-install build attribute to the cmake plugin so projects lacking an install target need not re-implement the build step. Untriaged, no maintainer response in ~7 years; the plugin still unconditionally runs the install target. |
|
snapcraft (launchpad) issue #1794955 |
snapcraft erroneously errors when deleting non-existent multipass container | ~popey | 2905d | close stale | 92 | 55 | snapcraft clean fails with 'instance does not exist' when the multipass container is already gone; reporter suggests treating it as a no-op. Open since 2018, unlabeled, no maintainer activity for ~7.9 years. |
|
snapcraft (launchpad) issue #1965814 |
snap contains python 3.8 and 3.9 libs | ~kenneth-loafman | 1635d | close stale | 92 | 62 | Snapcraft 2.x-era report that a built snap bundles both python3.8 and python3.9, causing librsync to fail on the 3.9 interpreter. Unlabelled, zero comments, inactive ~4.4 years; the python plugin was since rewritten to a venv-based design in Snapcraft 3.x. |
|
snapcraft (launchpad) issue #1921418 |
wrong architecture of stage-snaps when cross building | ~ondrak | 1996d | close stale | 92 | 55 | Cross-building with stage-snaps downloads the wrong architecture snap (tested on snapcraft 4.6). No comments, no activity for ~5 years, tracked under Jira label craft-415. |
|
snapcraft (launchpad) issue #1828252 |
i386 arch not enabled on amd64 build systems | ~popey | 2683d | close stale | 92 | 50 | Feature request to enable i386 architecture on amd64 build systems so snaps requiring i386 build/stage packages can be built. Filed 7+ years ago with zero comments, no labels, and no maintainer interaction. The suggested mechanism (dpkg --add-architecture during VM/container stand-up) references a build system era that has since changed significantly. |
|
snapcraft (launchpad) issue #1841292 |
psuh should support wildcards | ~popey | 2576d | close stale | 92 | 55 | Wishlist feature request for snapcraft push to accept multiple snap files or a wildcard so several architectures can be pushed and released to a channel in one command. Open ~7 years with no maintainer activity or comments. |
|
snapcraft (launchpad) issue #1955887 |
snapcraft npm doesn't respect npm-node-version | ~nanu | 1719d | close stale | 92 | 45 | npm part ignores npm-node-version: build runs Node v10.19.0 instead of requested 14.13.0, breaking a vue-cli build. No maintainer activity or comments in ~4.7 years; npm part since moved to craft-parts where the property is supported. |
|
rockcraft pr #842 |
chore: refactor test to uniform sed commands | yanksyoon | 538d | close stale | 92 | 72 | Refactors spread test task.yaml files to use uniform sed commands. 526 days old, zero comments, zero reviewers, CLA unsigned, target files modified by multiple subsequent PRs since submission. |
|
snapcraft (launchpad) issue #1862666 |
musl libc support | ~cjp256 | 2405d | needs triage | 92 | 55 | Maintainer-filed design note that snapcraft's gnu arch triplets and soname crawling don't handle musl libc (x86_64-linux-musl), causing unsatisfiable libc.musl-x86_64.so.1 errors; a layout workaround exists. No labels, comments, or activity in ~6.5 years. |
|
snapcraft (launchpad) issue #1861026 |
python3 ctypes can't find libs on due to ld cache | ~jdstrand | 2419d | close stale | 92 | 68 | python3-magic snap fails on Ubuntu Core 16/18 with 'undefined symbol: magic_open' via ctypes (ld cache); works on classic. No maintainer response; affected bases (core, core18) are EOL. |
|
snapcraft (launchpad) issue #1904212 |
ValueError: No revision information for 1 | ~popey | 2128d | close stale | 92 | 70 | snapcraft 4.4.1 'push' (deprecated) crashed with 'ValueError: No revision information for 1' after a successful upload/release, likely a store channel-map race. Open ~5.8 years, zero comments, no labels or maintainer response. |
|
snapcraft (launchpad) issue #1566331 |
snapcraft autotools plugin doesn't support building other architectures | ~cmiller | 3811d | close stale | 92 | 85 | Feature request for the autotools plugin to support cross-compilation for other architectures via environment variables. Implemented by merged PR #1383 (CC/CXX env vars) and refined by #1654 (--host triplet). No maintainer interaction; ready to close. |
|
snapcraft (launchpad) issue #1814017 |
Add docker image for core18 building | ~jbicha | 2781d | close stale | 92 | 70 | Request for a docker image with multipass preconfigured to build snaps on the core18 base, for gnome-calculator CI. No comments, no labels, inactive ~6.7 years; core18 is EOL and the project has moved on to newer bases. |
|
snapcraft (launchpad) issue #1809852 |
zipfile.BadZipFile: File is not a zip file raises an exception | ~timhirrel | 2816d | close stale | 92 | 70 | Snapcraft 2.43.1 crash during pull: zipfile.BadZipFile when a source file is not a valid zip. No maintainer interaction for ~7.5 years; the old internal/sources code path no longer exists in current snapcraft. |
|
snapcraft (launchpad) issue #1814066 |
Add a method of listing the keys on a store | ~jamesj | 2781d | close stale | 92 | 72 | Feature request for a --remote flag on snapcraft list-keys to query registered keys from the snap store. Open 7.5 years, no maintainer interaction, project has moved issue tracking to Launchpad where a corresponding bug (1814066) is open. |
|
snapcraft (launchpad) issue #1917919 |
snapcraft validate (and possibly other operations requiring gpg passphrases)... | ~roadmr | 2016d | close stale | 92 | 60 | snapcraft validate fails on headless/remote systems because gpg cannot prompt for the key passphrase; workaround is unlocking the key outside snapcraft first. Reported on snapcraft 4.5.4/Ubuntu 18.04; no maintainer response in 4+ years, no labels. |
|
snapcraft (launchpad) issue #1750527 |
dashboard does not validate text fields | ~chipaca | 3126d | close stale | 92 | 55 | Old dashboard.snapcraft.io accepted newlines and control characters in snap Title/Summary/Description, allowing VT100 escape sequences in 'snap find' output. No labels, no comments, no activity for ~6 years; the old dashboard has since been replaced. |
|
snapcraft (launchpad) issue #1660302 |
foreign architecture builds doesn't work with classic snaps | ~popey | 3511d | close stale | 92 | 65 | Cross-arch builds (--target-arch) of classic snaps fail because the build environment lacks the core snap. Reported 2016 against snapcraft 2.x; 0 comments, no maintainer response; codebase since fully rewritten. |
|
snapcraft (launchpad) issue #1727435 |
error message for desktop file problems does not include how to fix them | ~elopio | 3243d | needs triage | 92 | 55 | Snapcraft raises the same generic exception for all desktop file errors (missing file, missing 'Desktop Entry', missing 'Exec' key) without explaining how to fix each. Suggests splitting the exception or adding a fix-hint field. Open since 2018, no comments, no maintainer response, unlabelled beyond bitesize/ui. |
|
snapcraft (launchpad) issue #1899311 |
tarfile.ReadError: unexpected end of data | ~amodster | 2162d | close not a bug | 92 | 72 | snapcraft pull fails with tarfile.ReadError 'unexpected end of data' when extracting a local tar source. 5+ years old, snapcraft 2.43.1, zero comments, no maintainer interaction. Likely a truncated/corrupt tar file on the user's side, not a snapcraft defect. |
|
starbase issue #211 |
Merge queues | lengau | 856d | close stale | 92 | 78 | Tracking issue for adopting GitHub merge queues, created by maintainer lengau 845 days ago referencing charmcraft PR #1676. No comments, no follow-up documentation, and no merge queue configuration found in the starbase repo. |
|
snapcraft (launchpad) issue #1864584 |
Hotplug support docs say to use snapd edge channel but now supported in stable | ~drsteed | 2391d | needs triage | 90 | 55 | Request to update snapcraft hotplug docs, which say snapd edge channel is required for USB hotplug slots, when stable now supports it. No labels, no comments, no maintainer activity for ~6.5 years. |
|
snapcraft (launchpad) issue #1752459 |
Not possible to close a channel for only a specific architecture | ~popey | 3117d | needs triage | 90 | 65 | Request to close a snap channel for a specific architecture only (e.g. undo accidental stable release on arm64). Open ~8.5 years, zero comments, no labels, no maintainer engagement. Related Launchpad bug #1732501 still open. |
|
snapcraft (launchpad) issue #1869544 |
snapcraft use cached packages across VMs | ~keshavnrj | 2358d | close stale | 90 | 55 | Feature request to cache apt packages centrally across snapcraft build VMs so they survive `snapcraft clean`. No labels or comments in 6+ years; premise tied to outdated-version Launchpad bug 1869542. |
|
craft-cli issue #135 |
logging handler is not using any formater | rgildein | 1324d | needs triage | 90 | 85 | craft-cli's _Handler.emit uses record.getMessage() instead of self.format(record), ignoring any formatter set on the handler. Code unchanged at HEAD; no labels, no maintainer response, 0 comments in 1312 days. |
|
rockcraft pr #807 |
test: [PROTOTYPE] confirm npm symlink fix with spread | bepri | 582d | close stale | 90 | 55 | Prototype spread test (7 files, +51/-11) by maintainer bepri to confirm an npm symlink fix; pending review, no CI, no comments, inactive for 571 days. |
|
snapcraft (launchpad) issue #1964418 |
firefox just circles jig 2022-03-09 | ~ac0xl | 1647d | close not a bug | 90 | 80 | User reports the Firefox snap freezing with a loading spinner on a Raspberry Pi 400 running Ubuntu 21.10, plus general venting about snaps vs apt. Misdirected to the snapcraft repo; no labels, comments, or maintainer response in ~4.5 years. |
|
snapcraft (launchpad) issue #1843404 |
snapcraft export-login doesn't provide meaningful error messages when an... | ~johanlorenzo | 2559d | needs triage | 90 | 70 | snapcraft export-login returns a generic 'Authentication error: Failed to get macaroon' instead of a meaningful message when an argument (e.g. snap name) is wrong. Unlabelled, zero comments, no maintainer interaction for ~7 years. |
|
snapcraft (launchpad) issue #2131202 |
Opera and LossLessCut is no possible open in Wayland | ~maciek-borzecki | 303d | needs triage | 90 | 75 | Vague complaint about Wayland compatibility with Opera and LossLessCut snaps; requests snapd simplification for developers. No maintainer triage, 281 days inactive. |
|
snapcraft (launchpad) issue #1827216 |
local source must not specify parent directories | ~tejohnso | 2690d | needs triage | 90 | 50 | 2018 documentation request: local source paths must be within the build directory (e.g. source: ../../my-project/build fails) and the docs should say so. No labels, no comments, no maintainer activity in over 7 years. |
|
snapcraft (launchpad) issue #1965792 |
source-depth should propagate to git submodules | ~itrue | 1635d | needs triage | 90 | 75 | Feature request: source-depth should also apply --depth to git submodule update so shallow clones don't fetch full submodule history (e.g. qt5). Unlabeled, zero comments, 1624 days old; craft-parts git source still lacks depth propagation to submodules. |
|
snapcraft (launchpad) issue #1720207 |
snapcraft list-keys returns no keys, but the user has keys | ~elopio | 3270d | close stale | 90 | 70 | Maintainer elopio reported snapcraft list-keys showing an empty table despite the user having a registered key, while create-key says a 'default' key exists. Zero comments, no activity for ~6.4 years; the list-keys command has since been removed and replaced by keys. |
|
snapcraft (launchpad) issue #1774254 |
Wrong prefix is set in staged pkg-config files when alternate --prefix is configured | ~brlin | 3026d | needs triage | 90 | 55 | Staged .pc files get prefix rewritten to $SNAPCRAFT_STAGE plus the original configure prefix, producing invalid paths when an alternate --prefix was used. Open since 2018, no labels or comments; pkg-config prefix handling has since been reworked in the codebase. |
|
snapcraft (launchpad) issue #2065278 |
flutter plugin: cache SDK across parts | ~saviq | 856d | close stale | 90 | 60 | Feature request to cache Flutter SDK across parts. Issue is 848 days old with no maintainer interaction, labels, or comments. |
|
craft-application pr #973 |
Test qa.yaml with starflow PR #101 changes | Copilot | 277d | close stale | 90 | 85 | Temporary test PR pinning qa.yaml starflow workflow refs to @copilot/use-pristine-ubuntu-action branch for cross-repo validation of starflow PR #101. 266 days old, zero activity, target file has since been modified multiple times. |
|
snapcraft (launchpad) issue #2012290 |
Feature request: create log of build environment settings and flags | ~igorljubuncic-deactivatedaccount | 1271d | close stale | 90 | 65 | Feature request to add build environment logging with a CLI flag for debugging. Untriaged, no maintainer engagement for 1263 days. |
|
snapcraft (launchpad) issue #1886223 |
snapcraft recommends bad naming standards | ~merlijn-sebrechts | 2261d | close stale | 90 | 70 | Reports that the snapcraft register CLI prompt implied third parties couldn't publish snaps and suggested username suffixes, contradicting store naming docs. No maintainer response; the referenced register command/prompt no longer exists in current snapcraft. |
|
snapcraft (launchpad) issue #1668242 |
"snapcraft gated" output doesn't have a clear order | ~ara | 3483d | close stale | 90 | 70 | Feature request to sort 'snapcraft gated' output by snap name (a-z) and by validation date (desc) per snap. Open since ~2017 with zero comments and no maintainer interaction; gated command still exists in the codebase. |
|
snapcraft (launchpad) issue #1990166 |
Snapcraft 7 silently ignores any files ending in *.snap when the source is a folder | ~itrue | 1453d | close stale | 90 | 70 | Snapcraft 7 silently ignores *.snap files in source folders. Valid bug with reproduction, never triaged, 1445 days old. |
|
snapcraft (launchpad) issue #1928046 |
Misleading error message about lxd.migrate | ~mardy | 1950d | close stale | 90 | 60 | Snapcraft's LXD provider error message tells users to run lxd.migrate when the real fix is removing the transitional lxd deb package. Reported on Ubuntu 20.04; no maintainer response in ~5 years. |
|
snapcraft (launchpad) issue #1851240 |
using source-branch and source-tag not possible but no explanation in help... | ~ogra | 2503d | needs triage | 90 | 55 | Request to document in `snapcraft help sources` that source-branch and source-tag are mutually exclusive for git sources (or allow both). Filed ~6.8 years ago by ogra with no labels, comments, or maintainer response; current state unverified. |
|
snapcraft (launchpad) issue #1637623 |
snapcraft create-key displays an ugly error when the keys don't match | ~elopio | 3605d | keep open | 90 | 60 | snapcraft create-key leaks a raw subprocess error when passphrases don't match. Labeled store/ui, filed by a maintainer, no comments for ~10 years; a related error-message bug was closed as abandoned. |
|
snapcraft (launchpad) issue #1882535 |
[focal/core20][python3.7+] staging conflicts when multiple python parts have... | ~dmitriis | 2286d | needs triage | 90 | 60 | Staging conflicts when multiple python parts share identical dependencies: Python 3.7+ .pyc files embed source timestamps, so identical sources produce different .pyc/RECORD hashes across parts. Reported for focal/core20, no maintainer response, 0 comments, open ~6 years. |
|
snapcraft (launchpad) issue #1665658 |
Add system enablement snaps to nightly build of snapcraft | ~morphis | 3493d | close stale | 90 | 70 | 2016 request to add 13 system enablement snaps (network-manager, bluez, pulseaudio, etc.) to snapcraft's nightly build to catch build regressions. Zero comments, no maintainer activity for ~7 years; the referenced CI setup predates the project's move to spread tests and GitHub Actions. |
|
snapcraft (launchpad) issue #1861082 |
[SRU] ubuntu-bug doesn't know how to file bugs against snaps | ~xnox | 2419d | close stale | 90 | 70 | SRU request to make ubuntu-bug/apport file bug reports against snaps. Fix was verified on focal (verification-done-focal) and shipped in Groovy; no activity for 6+ years and the 20.04 target is now EOL. |
|
craft-cli issue #149 |
Discuss whether we should maintain 'line-length = 99' | tigarmo | 1186d | close stale | 90 | 80 | Discussion on whether to keep line-length = 99 or align with Starbase's default of 88. Resolved in practice: the codebase now uses 88 (ruff, isort, sphinx-lint) after the starbase migration; no activity since June 2023. |
|
snapcraft (launchpad) issue #1886717 |
Wrong version installed even when explicit | ~kenneth-loafman | 2257d | close stale | 90 | 65 | Report from ~6 years ago that a duplicity snap built with snapcraft got six 1.11.0 from Ubuntu repos instead of six>=1.12.0 from PyPI. No labels, no comments, no maintainer response; affected snapcraft 2.x era is long gone. |
|
snapcraft (launchpad) issue #2098999 |
Snapcraft auth does not create dir needed and errors out | ~kenneth-loafman | 568d | close stale | 90 | 60 | Snapcraft auth fails to create credentials directory on macOS, causing FileNotFoundError. Issue is 560 days old with no maintainer response. |
|
snapcraft (launchpad) issue #1740851 |
Can’t run snapd on Codenvy 5.22.0 | ~20avva | 3174d | close not a bug | 90 | 80 | User reports snapd socket missing in a Codenvy 5.22.0 workspace, so snap install fails with 'cannot communicate with server'. Issue was closed and redirected to Launchpad (snapd tracker); the environment problem remains unresolved. No comments, last activity ~3 years ago. |
|
snapcraft (launchpad) issue #1989012 |
package-repositories assumes architecture | ~ondrak | 1465d | needs triage | 90 | 50 | snapcraft 7.1.3 incorrectly assumes architecture in package-repositories, hardcoding it in generated .sources files instead of omitting the field when not specified. |
|
snapcraft (launchpad) issue #1784372 |
snapcraft and other snap commands don't support a --debug for behind the... | ~rharding | 2965d | close stale | 90 | 65 | Feature request (2018) for a --debug flag on snapcraft/snap CLI commands to expose backend API/network activity for diagnosing hangs. Unlabelled, zero comments, no maintainer engagement in ~7 years. Current code already offers unified verbosity levels (quiet/brief/verbose/debug/trace) via --verbose/--verbosity/CRAFT_VERBOSITY_LEVEL and a... |
|
snapcraft (launchpad) issue #1794814 |
snapcraft.yaml does not allow WatchdogSec for systemd services | ~presto88 | 2906d | needs triage | 90 | 55 | Feature request to add a watchdog-sec field to snapcraft.yaml so generated systemd units set WatchdogSec, enabling daemon:notify watchdog restarts. Open ~8 years, no labels, no comments, no maintainer interaction. |
|
craft-providers issue #281 |
multipass: do not always use sudo to execute commands | mr-cal | 1207d | close stale | 90 | 70 | Enhancement to make sudo behavior configurable in MultipassInstance.execute_run() and execute_popen(). Open 1200 days with no maintainer engagement or implementation. |
|
snapcraft (launchpad) issue #1808896 |
Relative path base poorly documented | ~racb | 2825d | needs triage | 90 | 35 | Python plugin 'requirements' doc doesn't state what relative paths are based on, and the 'Failed to find the referred requirements file' error doesn't say where snapcraft looked. Reported on snapcraft 2.43.1; no labels, comments, or maintainer activity since. |
|
snapcraft (launchpad) issue #1736812 |
automatic dep resolution fails with link loops | ~xordspar0 | 3201d | needs triage | 90 | 55 | Snapcraft's automatic dependency resolution fails when a package installs a symlink loop (X11/X11 -> .), erroring that install and stage paths are the same file. Unlabelled, zero comments, no maintainer activity in ~8.7 years. |
|
craft-providers pr #876 |
ci: add weekly tests on a variety of distros | lengau | 273d | needs review | 90 | 50 | Adds weekly CI tests across multiple Linux distros using LXD; PR has been inactive for 266 days with multiple failing integration tests and no reviewer engagement |
|
snapcraft (launchpad) issue #1732501 |
it's not possible to close a channel for only one architecture | ~elopio | 3222d | needs triage | 90 | 55 | Feature request: snapcraft close command lacks an architecture argument, so closing a channel affects all architectures. No maintainer response, no labels, no comments. Related Launchpad bug #1752459 also open with no activity. |
|
rockcraft issue #790 |
different contents or permissions error | yanksyoon | 599d | needs triage | 90 | 55 | Rockcraft npm plugin with npm-include-node writes node_modules into /lib, colliding with a second part's libpq5_libs stage-packages, causing a 'different contents or permissions' merge error. No maintainer response in 587 days. |
|
snapcraft (launchpad) issue #1604810 |
try to snapcraft release an unexisting revision shows the wrong error | ~elopio | 3705d | close stale | 90 | 60 | Misleading error when running snapcraft release with a non-existent revision: it suggests 'snapcraft register' instead of saying the revision is invalid. Filed by maintainer elopio in 2016, labelled bitesize, 0 comments, no activity for ~9.5 years; the legacy CLI has since been replaced by the craft-based rewrite. |
|
snapcraft (launchpad) issue #1999321 |
Snapcraft is stuck on "launching instance..." indefinitely | ~mjakeman | 1371d | needs triage | 90 | 40 | Snapcraft hangs indefinitely on 'launching instance...' on arm64 architectures (M1 Mac, Fedora 37 arm64, Asahi Linux). No maintainer response or labels after 1362 days. |
|
snapcraft (launchpad) issue #1582469 |
clean behavior is confusing | ~niemeyer | 3770d | close stale | 90 | 55 | Snapcraft 'clean' UX is confusing: forcing a part is skipped when cached, 'clean --step' errors, and removing phase content breaks internal state. Body specs un/re lifecycle commands and deprecating clean. 10 yrs old, last activity 5.3 yrs ago, craft-5 milestone. |
|
snapcraft (launchpad) issue #1803736 |
meson plugin: Allow duplicate items in meson-parameters | ~brlin | 2856d | needs triage | 90 | 55 | Feature request to allow duplicate items in meson-parameters by setting uniqueItems to False in the meson plugin schema. Related PR snapcraft#2410 was closed unmerged; fix tracked in bug #1803736. No maintainer response on the issue itself. |
|
starflow pr #6 |
feat: Security scanner | lengau | 716d | close stale | 90 | 55 | Adds a security scanner GitHub workflow using the secscan API; author notes it doesn't work yet because runners lack access. Pending review, no CI, no comments, inactive for ~19 months. |
|
snapcraft (launchpad) issue #1848513 |
--debug does not expose appropriate environment variables | ~racb | 2521d | close stale | 90 | 55 | Snapcraft --debug drops user into a shell on command failure but does not propagate the environment variables (SNAPCRAFT_* and Python-specific vars) the failing command relied on, so the failure cannot be reproduced. 7 years old, no labels, no maintainer interaction. |
|
snapcraft (launchpad) issue #1883265 |
"loadinternal: cannot find runtime/cgo" with base: core20, go.mod but no cgo in code | ~jdstrand | 2282d | needs triage | 90 | 70 | Go plugin build fails on core20 with CGO_ENABLED=0 because the plugin passes -ldflags -linkmode=external, causing ld to look for cgo runtime objects. No maintainer response; reporter found override-build workaround and suggested dropping linkmode when CGO is disabled. |
|
snapcraft (launchpad) issue #1950867 |
remote-build: Support passing --enable-experimental-extensions & options in general | ~ppd | 1763d | close stale | 90 | 65 | Feature request to pass snapcraft options (e.g. --enable-experimental-extensions) to remote-build, blocked on Launchpad bug 1949989. The motivating kde-neon core20 case is resolved as the extension is no longer experimental. No activity for ~4.5 years. |
|
fetch-service pr #501 |
draft: reorder some lxd calls to trigger launchpad behavior | tigarmo | 311d | close stale | 90 | 70 | Draft PR to reorder LXD calls to trigger Launchpad behavior. No reviewer engagement, no comments, inactive for 309 days. |
|
snapcraft (launchpad) issue #1849935 |
Generated 'git describe' based version strings can exceed 32 character version limit | ~ec0 | 2513d | close stale | 90 | 70 | 2018 bug report: version: git can generate git-describe strings exceeding snapcraft's 32-character limit (e.g. 38 chars). No maintainer activity in ~6.7 years. The version: git feature has since been deprecated in favor of version-script/craftctl set version. |
|
snapcraft (launchpad) issue #2012503 |
wrong arch of stage packages | ~ondrak | 1269d | close not a bug | 90 | 72 | Snapcraft 7.3 picks host architecture for stage packages when cross-building (build-on amd64, build-for arm64). No maintainer response in 3.4 years. Nearly identical issue #5335 was closed as expected behavior requiring explicit :$CRAFT_ARCH_BUILD_FOR suffix on stage packages. |
|
snapcraft (launchpad) issue #1856502 |
Obscure error message from snapcraft release when not logged in correctly | ~robert-ancell | 2462d | needs triage | 90 | 70 | snapcraft release prints an obscure 401 macaroon error when not logged in; user suggests a friendlier message pointing to 'snapcraft login'. No labels, no comments, ~6.5 years inactive. Same problem class tracked in craft-store#97 and LP 1834469. |
|
snapcraft (launchpad) issue #1979154 |
remote-build spams terminal | ~popey | 1545d | needs triage | 90 | 60 | snapcraft 7.0.7 remote-build prints progress updates on new lines instead of rewriting the line, spamming the terminal. Reported June 2022, no maintainer response, 0 comments, open ~4 years. Legacy remote-build code was later replaced by craft-application's implementation. |
|
snapcraft (launchpad) issue #2065230 |
No help text for the "help" sub-command when in a directory containing snapcraft.yaml | ~brlin | 856d | close stale | 90 | 60 | snapcraft help help command not found when in directory with snapcraft.yaml. Issue is 848 days old with no maintainer response. |
|
snapcraft (launchpad) issue #1996621 |
Multiple levels of mixed prime inclusion/exclusion fail silently | ~lauren-brock | 1396d | needs triage | 90 | 60 | Bug report about mixed prime inclusion/exclusion patterns failing silently without warnings in craft-parts fileset handling |
|
snapcraft (launchpad) issue #1865167 |
Removing a hook script and building, script still present | ~knitzsche | 2387d | needs triage | 90 | 70 | Snapcraft retains a deleted snap/hooks script in the rebuilt snap because the stale copy in prime/ is never removed; a full clean is required. Open ~6.5 years with zero comments, no labels, and no maintainer response. |
|
snapcraft (launchpad) issue #1792078 |
Snapcraft complain on a non-executable hook named `README.md` | ~brlin | 2922d | needs triage | 90 | 55 | Snapcraft build fails when snap/hooks/ contains a non-executable README.md used to document sub-dirs; reporter argues only known hook names should be validated. Open ~8 years, zero comments, no labels or maintainer engagement. |
|
snapcraft (launchpad) issue #1753250 |
meson version out of date | ~bitseater | 3113d | close stale | 90 | 70 | 2017-era report that snapcraft's meson plugin build environment pinned meson 0.29, missing the i18n/gettext module added in 0.30. No comments, no maintainer response; the plugin has since been rewritten, so the pinned old meson no longer applies. |
|
snapcraft (launchpad) issue #2060820 |
`UBUNTU_STORE_AUTH_DATA_FILENAME` should be passed from Snapcraft to SnapD... | ~jordanmg13 | 884d | close stale | 90 | 50 | Feature request to pass UBUNTU_STORE_AUTH_DATA_FILENAME env var from Snapcraft to SnapD during builds. Untriaged, 876 days old with no maintainer engagement. |
|
fetch-service pr #430 |
docs: docstrings for ./inspectors/common | sergiusens | 404d | close stale | 90 | 70 | Adds docstrings to ./inspectors/common. PR is 401 days old with no reviewer engagement and no comments. |
|
snapcraft (launchpad) issue #1982843 |
Passthrough stopped working in 7.x | ~ted | 1508d | needs triage | 90 | 55 | Regression: snapcraft 7.x rejects the valid 'passthrough' field in apps.<name> config with 'extra field not permitted', while 6.x accepts it. No maintainer response, 0 comments, ~4 years old. |
|
snapcraft (launchpad) issue #1661070 |
Default pkg-config paths not found | ~mrjogo | 3509d | needs triage | 90 | 55 | pkg-config's built-in absolute search paths don't match a snap's layout, so runtime scripts calling pkg-config (e.g. ROS gazebo_ros) fail; suggests setting PKG_CONFIG_PATH in wrappers. Open ~9.5 years, 0 comments, no maintainer response. |
|
snapcraft (launchpad) issue #1602258 |
Support other distributions as sources (Fedora, Mageia, openSUSE, Debian)... | ~ngompa13 | 3713d | close stale | 90 | 70 | RFE to support RPM-based distros (Fedora, openSUSE, CentOS, Mageia) and Debian as snap bases instead of Ubuntu-only. No activity for ~7 years. RPM source support and repo refactor done, but RPM-based bases were never implemented. |
|
rockcraft issue #664 |
Broken Symlinks when Ubuntu 24.04 with Python plugin and `override-prime` is used | alithethird | 766d | close stale | 90 | 65 | Broken symlinks with Ubuntu 24.04 + Python plugin + override-prime; PR #498 fix doesn't apply in this scenario. Maintainer questioned user's config approach; no response to follow-up. Inactive 2 years. |
|
snapcraft (launchpad) issue #1654768 |
rust plugin doesn't check if the Cargo.toml file exists | ~elopio | 3534d | needs triage | 90 | 70 | Rust plugin downloads the Rust toolchain before validating that Cargo.toml exists, causing a confusing late failure. Open ~10 years with zero comments; plugin now lives in craft-parts and still lacks an early existence check. |
|
rockcraft issue #188 |
Consecutive runs of rockcraft pack fail | arturo-seijas | 1311d | close not a bug | 90 | 75 | Second 'rockcraft pack' run fails when overlay-script creates a group/user because the cached overlay already has them. Workaround is 'rockcraft clean'. 1300 days old, no maintainer response, no labels. Docs now recommend override-build with useradd/groupadd --root instead. |
|
snapcraft (launchpad) issue #2036424 |
Mantic s390x install fails: grep-status: *** stack smashing detected ***: terminated | ~dbungert | 1089d | close stale | 90 | 75 | grep-status crashes with stack smashing on s390x during Mantic installation, causing subiquity to fail. Issue is 1081 days old with no maintainer comments. |
|
snapcraft (launchpad) issue #1932032 |
Progress shown in snapcraft status output is not accurate | ~suligap | 1914d | needs triage | 90 | 60 | snapcraft status reports inaccurate progressive-release progress: store channelmap current-percentage not split by architecture, and snapcraft derives the non-progressive release's percentage as 100 minus the progressive one. No maintainer activity in ~5 years. |
|
snapcraft (launchpad) issue #1636981 |
when a validation already exists, the error message is not nice and is... | ~elopio | 3607d | close stale | 90 | 45 | snapcraft validate shows a raw 409 error (with snap-id) only after the user enters their GPG passphrase when a validation already exists; the error should appear before signing and be human-readable. No comments, no activity for ~5.6 years. |
|
snapcraft (launchpad) issue #1807871 |
Does not warn/error when no apps are defined | ~ev | 2832d | needs triage | 90 | 45 | Feature request for snapcraft to warn or error when no apps are defined in snapcraft.yaml, and to add a lint check. 7.7 years old, no labels, no maintainer comments, never triaged. |
|
rockcraft issue #812 |
rockcraft insists on rebuilding part that has not changed | nicolasbock | 576d | needs triage | 90 | 55 | Rockcraft rebuilds the mariadb part when the unrelated scripts part changes, despite no dependency between them. Reported 565 days ago with no maintainer response, labels, or activity; the rebuild logic lives in craft-parts, not rockcraft. |
|
snapcraft (launchpad) issue #2043513 |
snapcraft export-login doesn't explain what the login file is | ~merlijn-sebrechts | 1032d | close stale | 90 | 70 | Help text for snapcraft export-login doesn't explain what the login-file is. Open for 1024 days with no maintainer response or comments. |
|
snapcraft (launchpad) issue #1950479 |
Experimental offline mode fails with network present | ~igorljubuncic-deactivatedaccount | 1766d | close stale | 90 | 68 | Snapcraft's experimental --offline mode crashes with 'NoneType' object is not subscriptable in snaps.py when network is present, and lacks graceful failover. Reported ~4.8 years ago with no maintainer response; the offline feature was only ever added as a warning-only experimental flag. |
|
snapcraft (launchpad) issue #1612373 |
Numerical value for 'source-tag' key causes confusing error | ~wesley-wiedenmeier | 3683d | close stale | 90 | 70 | Unquoted numeric source-tag (e.g., 2.14) in snapcraft.yaml caused a confusing 'Can't convert float to str' error. No comments, no activity for ~7.7 years. The snapcraft.internal.sources code path no longer exists after the 2.x rewrite. |
|
snapcraft (launchpad) issue #1695251 |
'git' version not expanded in version-script | ~stub | 3388d | close stale | 90 | 70 | Request to expand 'git' version before running version-script so SNAPCRAFT_PROJECT_VERSION holds the real version. version-script is deprecated/removed in current snapcraft (only docs reference remains), so the feature no longer exists. |
|
snapcraft (launchpad) issue #1990549 |
snapcraft isn't context aware in displaying help text | ~dilyn-corner | 1450d | close stale | 90 | 70 | Feature request for context-aware CLI help based on snapcraft.yaml base. Open for over 4 years with no maintainer interaction or labels. |
|
snapcraft (launchpad) issue #1933224 |
Recent changes completely break 32bit snaps | ~ogra | 1907d | needs triage | 90 | 55 | Snapcraft silently filters libraries from base snaps, breaking 32-bit multi-arch ARM snaps (build-on armhf, run-on arm64) by dropping 32-bit libs not present in the 64-bit base. Reporter requests louder warnings and an opt-out switch. No maintainer response in ~5 years. |