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
Problem: pbuilder uses tar, which results in "Cannot readlink: Invalid argument"
Solution: use --no-targz when calling `pbuilder create` (in Dockerfile when
building the base image), `pbuilder execute ...` when building base chroot
locally and `pbuilder build` when building a package.
0 commit comments