mattatcha / pacbuilder

Automatically exported from code.google.com/p/pacbuilder
0 stars 0 forks source link

pacbuilder redownloads sources when resuming #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudo pacbuilder --builddeps --keepdeps --verbose --deplist --install gcc
2. Build fails due to needing de_DE locale.
3. Add locale, restart with the same pacbuilder command, see that the gcc
source archives are all downloaded again.

What is the expected output? What do you see instead?
Pacbuilder should reuse files that it previously downloaded.

What version of the product are you using? On what operating system?
pacbuilder-svn 135-1 from AUR on arch linux.

Original issue reported on code.google.com by ken...@kenyonralph.com on 9 Aug 2009 at 10:38

GoogleCodeExporter commented 9 years ago
you also could set SRCDIR in makepkg.conf to avoid this ;)

Original comment by bash.lnx@gmail.com on 29 Mar 2010 at 5:54