'apt-get install make' fails due to fileutils depForum: Other Help Topics Topic: 'apt-get install make' fails due to fileutils dep started by: mshilly Posted by mshilly on Dec. 31 2005,18:10
Setup: Clean install of DSL2.0 to HD with 1GB swap on hda1 and 512MB memory and 5GB space on hda2.apt-get install make fails due to dependency on fileutils trying to overwrite /usr/bin/chgrp which is part of coreutils. So, I went and got the source for make and it says it can be compiled using build.sh, however, there was not a build.sh script in the package. How do I get around the conflicting dependency issue? Posted by mshilly on Dec. 31 2005,18:52
Well, to reply to my own post...I went and got the latest debian make package and just used dpkg -i <filename> to install it. I guess this is where the automated tools can do a lot for you but if you cannot rely on them too much. |