On Thu, Dec 19, 2019 at 03:30:37PM -0400, Marco Shaw wrote: > (I'm not sure how well Gmail will format things.)
Seems OK, mostly. > Also in my chroot: Ah. You likely forgot to bind-mount the various little things that one has to bind-mount inside a chroot to get full functionality. This is probably not immediately relevant to your problem. Probably. > # dpkg -i /tmp/mycustompackage_i386.deb > Selecting previously unselected package mycustompackage. One has to wonder whether this package is even properly built. > dpkg: dependency problems prevent configuration of mycustompackage: > mycustompackage depends on libmysqlclient18 (>= 5.5.43-0+deb7u1); however: > Package libmysqlclient18:i386 is not configured yet. > mycustompackage depends on libk5crypto3 (>= 1.10.1+dfsg-5+deb7u3); however: > Package libk5crypto3:i386 is not configured yet. > mycustompackage depends on perl-modules (>= 5.14.2-21+deb7u2); however: > Package perl-modules is not configured yet. > mycustompackage depends on libxml2 (>= 2.8.0+dfsg1-7+wheezy4); however: > Package libxml2:i386 is not configured yet. > mycustompackage depends on libkrb5support0 (>= 1.10.1+dfsg-5+deb7u3); > however: > Package libkrb5support0:i386 is not configured yet. > mycustompackage depends on libcurl3 (>= 7.26.0-1+wheezy17); however: > Package libcurl3:i386 is not configured yet. > mycustompackage depends on libssl1.0.0 (>= 1.0.1t-1+deb7u1); however: > Package libssl1.0.0:i386 is not configured yet. > mycustompackage depends on libxml-libxml-perl (>= 2.0001+dfsg-1+deb7u1); > however: > Package libxml-l The errors cut off here, perhaps due to a cut and paste failure, or perhaps due to something else. I suspect the important bits are in this missing segment. There's some long chain of A depends on B depends on C depends on D... and we need to see the end of this chain.