summaryrefslogtreecommitdiff
path: root/Hurd/InstallNotes.mdwn
diff options
context:
space:
mode:
authorGrant Bowman <grantbow at grantbow dot com>2002-05-15 06:40:00 +0000
committerGrant Bowman <grantbow at grantbow dot com>2002-05-15 06:40:00 +0000
commit7663045c17e211f108f0a5470c84aeba49feee9f (patch)
treeb816e37b5ecf476c3d058f0fb0bbdfa261c91c4c /Hurd/InstallNotes.mdwn
parent2eb4bb4b6a7438db5435459ca4d3cb5d1f4435cc (diff)
none
Diffstat (limited to 'Hurd/InstallNotes.mdwn')
-rw-r--r--Hurd/InstallNotes.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/Hurd/InstallNotes.mdwn b/Hurd/InstallNotes.mdwn
index c96b8380..47397eca 100644
--- a/Hurd/InstallNotes.mdwn
+++ b/Hurd/InstallNotes.mdwn
@@ -7,3 +7,7 @@ The [installation](http://www.gnu.org/software/hurd/install.html) page is the lo
deb ftp://alpha.gnu.org/gnu/hurd/debian-libio unstable main
deb ftp://ftp.debian.org/debian unstable main
deb-src ftp://ftp.debian.org/debian unstable main
+
+* Some packages like libc6-dev are old yet depended on by other packages not yet updated. In this particular case, I believe the new dependency is libc0.3-dev. However these dependencies may cause problems for apt. To circumvent these problems there are two general solutions.
+ * The first is to change the dependencies that apt looks at in the /var/lib/apt/lists/ directory. For example, you could modify libc0.3 to provide the missing libc6-dev package.
+ * Installing the "equivs" package and creating a dummy package is the second alternative. This will satisfy the apt dependency in a cleaner manner.