[PROBLEM] Unable to compile unrar-nonfree because of man - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Additional Packages (/forum-22.html) +--- Thread: [PROBLEM] Unable to compile unrar-nonfree because of man (/thread-2505.html) |
Unable to compile unrar-nonfree because of man - pix3l - 1st Oct, 2014 08:31 AM Hi, I'm unable to compile unrar-nonfree. The process quits with the following error: Code: g++ -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DUNRAR -c scantree.cpp To me, it seems like the make process needs the full version of man and not the BusyBox version of it. Is there a way to install the full man, so I can finally compile unrar? RE: Unable to compile unrar-nonfree because of man - menakite - 1st Oct, 2014 10:10 AM Technically, yes - but it seems we already have it packaged: Code: xbian@xbian ~ $ apt-cache policy unrar Re: Unable to compile unrar-nonfree because of man - f1vefour - 1st Oct, 2014 12:54 PM unrar-free can't extract multipart archives. @pix3l See this: http://raspberrypi.stackexchange.com/questions/3617/how-to-install-unrar-nonfree RE: Unable to compile unrar-nonfree because of man - josch - 2nd Oct, 2014 12:39 AM As menakite has already implied: You don't need to compile it by yourself and you even don't need to follow the how-to posted by f1vefour. All you have to do is: Terminal sudo apt-get install unrar and you will get the nonfree version.... RE: Unable to compile unrar-nonfree because of man - pix3l - 3rd Oct, 2014 08:14 PM (2nd Oct, 2014 12:39 AM)josch Wrote: As menakite has already implied: You don't need to compile it by yourself and you even don't need to follow the how-to posted by f1vefour. Thanks, this actually helped.. haha so simple.. RE: Unable to compile unrar-nonfree because of man - f1vefour - 3rd Oct, 2014 09:20 PM He did need to follow the instructions if he wanted to compile it himself. I assumed he had already tried unrar in the repository and it failed to work. |