Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target Packages (multiverse/binary-all/Packages) is configured multiple times #70

Open
crazy-max opened this issue May 23, 2022 · 0 comments

Comments

@crazy-max
Copy link
Collaborator

crazy-max commented May 23, 2022

ref. moby/moby#43553 (comment)

When using xx-apt on ubuntu against a cross platform like linux/arm/v6 this warning message is displayed:

$ docker buildx bake --set *.platform=linux/arm/v6
...
 > [rootlesskit-base 1/1] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt   xx-apt-get update && xx-apt-get install -y libc6-dev gcc   && xx-go --wrap:
#0 7.991 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list.d/xx-armel.list:2
#0 7.991 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:34 and /etc/apt/sources.list.d/xx-armel.list:3
#0 7.991 W: Target Packages (restricted/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:34 and /etc/apt/sources.list.d/xx-armel.list:3
#0 7.991 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:34 and /etc/apt/sources.list.d/xx-armel.list:3
#0 7.991 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:34 and /etc/apt/sources.list.d/xx-armel.list:3
#0 7.991 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:44 and /etc/apt/sources.list.d/xx-armel.list:4
#0 7.991 W: Target Packages (restricted/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:44 and /etc/apt/sources.list.d/xx-armel.list:4
#0 7.991 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:46 and /etc/apt/sources.list.d/xx-armel.list:4
#0 7.991 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:48 and /etc/apt/sources.list.d/xx-armel.list:4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant