Skip to content

Bug: install-build-deps.sh doesn't work on Debian 13 (Trixie) #719

@ysangkok

Description

@ysangkok

stacker version

v1.1.0

Describe the bug

Trying to build stacker on the trixie image from https://hub.docker.com/r/i386/golang :

root@c2638699cf17:/go/src/github.com/project-stacker/stacker# ./install-build-deps.sh 
Error: Unable to locate package liblxc-dev
Error: Unable to locate package lxc-utils

The issue is that the script contains package names that don't exist in Debian.

To reproduce

./bin/podman run --platform=linux/i386 -it docker.io/i386/golang:1.25.0-trixie
git clone https://github.com/project-stacker/stacker
cd stacker
./install-build-deps.sh

Expected behavior

I expected install-build-deps.sh to run without error on a popular distribution such as Debian.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugexternalSubmitted by non-maintainers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions