You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
side note: Granted, this is a problem with Ubuntu not having a backported lib from jammy / hirsuite and my use of an outdated Ubuntu install. However, if anyone has any idea, please do share it.
~/Projects/squashfs$ make
go build ./...
go: downloading github.com/urfave/cli/v2 v2.2.0
go: downloading golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
# pkg-config --cflags -- libsquashfs1
pkg-config: exec: "pkg-config": executable file not found in $PATH
####
~/Projects/squashfs$ make
go build ./...
# pkg-config --cflags -- libsquashfs1
Package libsquashfs1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsquashfs1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsquashfs1' found
pkg-config: exit status 1
make: *** [Makefile:17: .build] Error 2
side note: Granted, this is a problem with Ubuntu not having a backported lib from jammy / hirsuite and my use of an outdated Ubuntu install. However, if anyone has any idea, please do share it.
Is there a backport of libsquashfs1 back to focal? I am trying to build umoci in order to build stacker for my Ubuntu Focal.
https://packages.ubuntu.com/search?keywords=squash
The text was updated successfully, but these errors were encountered: