- Joined
- May 28, 2011
- Messages
- 10,996
First I'd like to say thank you to the folks who helped me out for the past two days trying to figure out how to use GIT. It's definitely different than SVN.
Now to the problem at hand, I'm trying to build 8.3.1-Release up through the current changes and I get to a section where two files cannot be downloaded, "libgpg-error-1.10.tar.bz2" and "libgcrypt-1.5.0.tar.bz2" and the weird part is the URL the build process is trying to use, it cannot be found...
I was able to locate the file here And a newer versions were very recently released just days ago.
I ended up downloading these files manually and then restarted the build process.
"samba-3.6.12" no longer exists as the latest version and has been moved into the /stable subdirectory and was replaced by "samba-3.6.13" so there is another problem. I grabbed a copy and manually added it like I did the files above. I see 5 minutes ago William updated the code to reflect this change.
It's still moving forward right now so if I have any other problems I will post those. I didn't want to create a ticket against the build process just yet, maybe if I cannot build it once 8.3.1-Release-p1 comes out.
Now to the problem at hand, I'm trying to build 8.3.1-Release up through the current changes and I get to a section where two files cannot be downloaded, "libgpg-error-1.10.tar.bz2" and "libgcrypt-1.5.0.tar.bz2" and the weird part is the URL the build process is trying to use, it cannot be found...
Code:
http://gnupg.org.favoritelinks.net/libgpg-error/libgpg-error-1.10.tar.bz2 http://gnupg.org.favoritelinks.net/libgcrypt/libgcrypt-1.5.0.tar.bz2
I was able to locate the file here
Code:
ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.10.tar.bz2 ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgcrypt-1.5.0.tar.bz2
I ended up downloading these files manually and then restarted the build process.
"samba-3.6.12" no longer exists as the latest version and has been moved into the /stable subdirectory and was replaced by "samba-3.6.13" so there is another problem. I grabbed a copy and manually added it like I did the files above. I see 5 minutes ago William updated the code to reflect this change.
It's still moving forward right now so if I have any other problems I will post those. I didn't want to create a ticket against the build process just yet, maybe if I cannot build it once 8.3.1-Release-p1 comes out.