LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Recompile a package without patches? (https://www.linuxquestions.org/questions/debian-26/recompile-a-package-without-patches-4175443533/)

Knightron 12-30-2012 10:35 PM

Recompile a package without patches?
 
Hello guys. There is a bug in Debian Wheezy which is annoying me. I've reported it, but they don't think it's important enough to fix. I would like to try installing a vanilla version of the package to see if that fixes my issue, because i do not have this issue in Slackware, or Opensuse. Can someone point me to a guide to do as i want, or give me some steps. Thanks.

business_kid 12-31-2012 03:57 AM

www.linuxfromscratch.org

Read the book for your package

AwesomeMachine 01-03-2013 09:32 PM

apt-get source <package> --download-only

Grab the .tar.gz file out of the source directory and build it like source: ./configure, etc. If you don't how, let us know. We'll teach you.

Knightron 01-04-2013 04:39 AM

Thanks for the replies guys. Doesn't the 'Debian way' recommend against compiling from source though?

ruario 01-04-2013 05:49 AM

http://www.cyberciti.biz/faq/rebuild...inary-package/

Before the 'dpkg-buildpackage -rfakeroot -b' or 'fakeroot debian/rules binary' step remove the patches you don't want from foo-1/debian/patches/00list


All times are GMT -5. The time now is 02:30 PM.