|
From: Heiko Z. <he...@zu...> - 2010-12-07 18:56:52
|
Quoting Andreas Gutowski <a.g...@gu...>: > hi together, > > i use DL for a long time. and i'm very happy with it. great work! > > but now after the upgrade to v1.4 i would like to add 2 features > (privoxy and tinc). i had a look at the documentation and started "from > scratch" ... im not really an expert in programming and compiling - so > i first want to build the bootcd.iso without any modifications of the > source. but i ran into an error and yes here i am :-) > > i did it step by step .. but while compiling util-linux, i get an error. > i put the output and the logfile here > > => http://pastebin.com/FtLB53Nq > > hope someone has a tip.. > For some reason it's trying to apply the loop-aes patch for util-linux again. Did you try to compile before and didn't do a "make mrproper" to clean the build env up? Workaround: Execute the following commands (be in the root of the build directory). rm -rf tmp/util-linux* tar -C tmp -xjf src/util-linux-ng-2.18.tar.bz2 Then try the "make build" again. -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |