Hi, I noticed the problem but did not know how to solve it. I simply used an older version of util-linux that installed correctly. In between I returned to version 1.2.0 of the book that worked perfectly. Now I am back to the development version and I am about compiling in chapter 7 of the book. So I'll be able to test soon.
Regards Pierre From: William Harrington <[email protected]> Subject: Re: [Clfs-dev] Boot Method is Broken Date: Sun, 27 Jan 2013 08:53:46 -0600 > > On Jan 27, 2013, at 8:33 AM, William Harrington wrote: > >> CC="${CC} ${BUILD64}" PKG_CONFIG=true ./configure >> --prefix=/tools --exec-prefix='' --build=${CLFS_HOST} >> --host=${CLFS_TARGET} --libdir=/tools/lib64 >> --disable-makeinstall-chown --disable-login --disable-su >> --config-cache --bindir=/tools/bin --sbindir=/tools/sbin >> --libdir=/tools/lib64 >> make usrsbin_execdir=/tools/sbin usrbin_execdir=/tools/bin -j >> 15 >> make usrsbin_execdir=/tools/sbin usrbin_execdir=/tools/bin >> install > > Er some typos in there > > CC="${CC} ${BUILD64}" PKG_CONFIG=true ./configure > --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} > --libdir=/tools/lib64 \ > --bindir=/tools/bin --sbindir=/tools/sbin > ----disable-makeinstall-chown --disable-login --disable-su > ----config-cache > make > make usrsbin_execdir=/tools/sbin usrbin_execdir=/tools/bin > install > > That should do it. > If more people are able to test it with success, then some > changes will be made in the book. > > Sincerely, > > William Harrington _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
