On Sun, Apr 15, 2001 at 08:02:36AM -0400, Carl Fink wrote: > Package: apt > Version: 0.3.19 > > I have attempted to install two ODBC-related packages (unixodbc, > godbcconfig) from unstable on my stable system. What I'm writing > here is my reconstruction of what happened. > > 1)I downloaded the necessary .deb files from http.us.debian.org, > along with various other required upgrades (e.g. libc6). I manually > installed using dpkg.
Do you have a list of all of the packages that you installed by hand? > 2)Now that these were installed, apt-get recognizes them, even though > they aren't included in the package lists for stable. So I typed > > apt-get install unixodbc-bin godbcconfig > > and they seemed to install normally. Oddly, unixodbc was > *uninstalled*. Unfortunately, both give this error now: What do you have in your sources.list? Just because you installed these packages by hand, apt doesn't know from where to download them. Also, why did you tell apt-get to install these packages when you had already installed them by hand? Perhaps you didn't install all of the dependencies of these packages? I believe that dpkg in stable has --force-depends enabled by default. Can you reproduce this problem? If not, can you send a list of all of the packages that you installed from unstable and their versions? A complete log of the upgrade process would be best. -- - mdz

