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
When using SONiC reproducible build feature, build fails with:
The following packages have unmet dependencies:
libc6-dev : Depends: libc6 (= 2.31-13+deb11u7) but 2.31-13+deb11u8 is to be installed
E: Unable to correct problems, you have held broken packages.
The command '/bin/sh -c apt-get update && apt-get install -y apt-utils build-essential python3-dev' returned a non-zero code: 100
[ FAIL LOG END ] [ target/docker-config-engine-bullseye.gz ]
This is seen on 202305, but presumably affects other branches too, as even master references the outdated 2.31-13+deb11u7 version of libc6 (and related packages):
make SONIC_DPKG_CACHE_SOURCE=/dpkg-cache SONIC_DPKG_CACHE_METHOD=cache NOSTRETCH=1 SONIC_VERSION_CONTROL_COMPONENTS=py2,py3,web,git,docker MIRROR_SNAPSHOT=y all
Describe the results you received:
Error above.
Describe the results you expected:
Build should work.
Output of show version:
n/A
Output of show techsupport:
n/A
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
Description
When using SONiC reproducible build feature, build fails with:
This is seen on
202305
, but presumably affects other branches too, as evenmaster
references the outdated2.31-13+deb11u7
version oflibc6
(and related packages):sonic-buildimage/files/build/versions/dockers/docker-config-engine-bullseye/versions-deb-bullseye
Line 6 in 86a9ab6
Steps to reproduce the issue:
make SONIC_DPKG_CACHE_SOURCE=/dpkg-cache SONIC_DPKG_CACHE_METHOD=cache NOSTRETCH=1 SONIC_VERSION_CONTROL_COMPONENTS=py2,py3,web,git,docker MIRROR_SNAPSHOT=y all
Describe the results you received:
Error above.
Describe the results you expected:
Build should work.
Output of
show version
:n/A
Output of
show techsupport
:n/A
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: