> Hi, > > Recently i've been working with System Imager[1] on Debian Lenny, i > already installed from the sources (latest stable revision, 3.8.1) on > the server machine, but the only way that i found to complete the > installation > was commenting the line number 65 on the file > $HOME/systemimager-3.8.1/initrd_source/initrd.rul that references to > make rules of coreutils package. > > Maybe the error ocurred before my little change because System Imager > is trying to install 5.93 version of coreutils on my Debian box that > include 5.97 version of the same package. > > Is it possible that this little change on my Debian box is affecting the > results of using System Imager?, what would you recommend me? > > [1] http://www.systemimager.org/ > > -- > Milton Mazzarri, a.k.a. [MilMazz] > Usuario de GNU/Linux: #369158 > http://www.milmazz.com > > Yes I am also running killer application Systemimager. I installed 3.8.1 from sources. It fails to compile as is but it will compile correctly if you use coreutils-6.3. Therefore do as follows:
Dowload coreutils-6.3 from http://ftp.gnu.org/gnu/coreutils/ # cd /usr/src/systemimager-3.8.1/initrd_source/make.d # vim coreutils.rul change line 6 to COREUTILS_VERSION = 6.3 apparently there were problems with duplication of names with another library if I remember correctly. greetings David Andresen -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
