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
dpkg-deb tries to build debbuilder dependencies: dpkg-deb: building package '[debbuilder]-deps' in ...
Reads database and prepares to unpack debbuilder deps package.
Then, this message shows:
Correcting dependencies...Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) [package]-build-deps:amd64 < [version] >
Broken [package]-deps:amd64 Depends on [package 2]:amd64 < none @un H >
Considering [package 2]:amd64 1 as a solution to [package]-deps:amd64 -2
Removing [package]-deps:amd64 rather than change [package 2]-dev:amd64
Done
Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following packages will be REMOVED:
[package]-deps
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 9,216 B disk space will be freed.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 36616 files and directories currently installed.)
Removing [package]-deps ([version]) ...
mk-build-deps: Unable to install [package]-build-deps at /usr/bin/mk-build-deps line 457.
mk-build-deps: Unable to install all build-dep packages
+ sleep 60
+ seconds_waiting=60
+ '[' 60 -ge 300 ']'
+ false
This message shows 5 times (try to install -> fails -> try to install again). Each time seconds_waiting increment in 60 seconds more until it reach 300 seconds. Then it exits the build.
Correcting dependencies...Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) gz-rendering7-build-deps:amd64 < 6.999.999+nightly+git20220731+1r37441a5fdab83b9bcf3deeb6de5e016ad65028c6-1~jammy @iU K Nb Ib >
Broken gz-rendering7-build-deps:amd64 Depends on libgz-common5-events-dev:amd64 < none @un H >
Considering libgz-common5-events-dev:amd64 1 as a solution to gz-rendering7-build-deps:amd64 -2
Removing gz-rendering7-build-deps:amd64 rather than change libgz-common5-events-dev:amd64
Done
Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Seems to be a problem with libgz-common5-events-dev. For debugging I would recommend:
This error has happened on 3 debbuilders:
The error goes like this:
dpkg-deb: building package '[debbuilder]-deps' in ...
This message shows 5 times (try to install -> fails -> try to install again). Each time
seconds_waiting
increment in 60 seconds more until it reach 300 seconds. Then it exits the build.Reference builds:
The text was updated successfully, but these errors were encountered: