-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitian build is not formed by using the cmd ./bin/gbuild --commit batan=HEAD ../bitcoin/contrib/gitian.yml #138
Comments
The "Connection timed out during banner exchange" is the clear issue. Ssh fails to connect. Are you using a recent version of python-vm-builder? Actually, I see you are trying to use a qt-win.yml descriptor. Bitcoin Core no longer includes a specific descriptor for building qt. If you are trying to build an old version of Bitcoin Core or an altcoin based on an old version of Bitcoin Core, it may be possible that you are having trouble because you are using a recent gitian-builder. If you are using a recent gitian-builder, that may be an explanation. I would read documentation or contact the software project that you are trying to build and see what their instructions are for building with Gitian (either batan or bitcoin, it seems like you combine a commit name of batan with a descriptor for bitcoin). If you are building Bitcoin Core, then the development head isn't usually used as the commit option for Gitian builds I believe. |
I am also getting the same error in running : from bin/gbuild:280:in each' from bin/gbuild:280:in block in 'from bin/gbuild:278:in each' from bin/gbuild:278:in '` I am stucked here since 5 days. I tried multiple things but it never goes successful. Any help will be appreciated a lot. Please look into this. |
I don't know which coin it is that you are trying to build. Maybe including the contents of boost-win32.yml would be helpful. As I mentioned to @satyamakgec in my first comment here, Bitcoin Core no longer separates out the descriptors in the way that whatever coins you two are trying to build do so. It would be most helpful if you can link to the descriptors and the instructions that you are following that lead up to these errors. |
I have created one altcoin by making some configuration changes. I am following the guide given in doc folder release-process.md file. My coin is also pow based. Content of boost-win32.yml are as name: "boost" "xenial" |
Please let me know if you require anything else to get it resolved. i have downloaded the related dependencies successfully as listed in the same doc. |
It may have to do with the ssh timeout not being enough for your system. In the past it was increased and is currently 30 seconds, but maybe that isn't enough? Here's the last PR that increased the timeout, so you can see if making those changes to a larger number (maybe 60 seconds?) gets rid of the connection timeout. Have you tried to follow the sanity checks from the gitian-builder readme? Here's the specific instructions, based on it appearing that you are using xenial and kvm.
After you run the on-target command does it timeout or display a list of files? After you increase the timeout number, does the connection still timeout when you repeat the above commands? If you add |
hello i have this error too: `sudo bin/gbuild --commit learncoin=HEAD ../learncoin/contrib/gitian-descriptors/gitian-win32.yml remote: Repository not found. from bin/gbuild:256:in each' from bin/gbuild:256:in '` and i have not idea how to fix it |
were any of you able to solve this issue? I have the same problem apparently when I try to run the following command " Please help me to solve this :v |
have you ssh installed ? |
sudo bin/gbuild inputs/lcoin/contrib/gitian-descriptors/deps-win32.yml --- Building for precise amd64 --- |
thanks for the help! I don't even remember how I solved this but I did it :v |
I am not able to solve stuck for five days please help....... --- Building for precise amd64 --- |
I ran into the same problem. It got solved by deleting and remaking the vm-base I am attaching a guide you can use |
Thanks a lot, it helps... |
i execute the cmd -- ./bin/gbuild --commit batan=HEAD ../bitcoin/contrib/gitian.yml but it requires some qt-win-4.8.5.zip i download this as per the release-process.txt file but when i execute cmd --- ./bin/gbuild ../batan/contrib/gitian-descriptors/qt-win.yml to make zip available to the gitian build in the folder gitian-descriptors but it again show some error ----
explorer@CMT-PC:~/gitian-builder$ sudo ./bin/gbuild ../batan/contrib/gitian-descriptors/qt-win.yml
'--- Building for precise amd64 ---
Stopping target if it is up
Making a new image copy
Formatting 'target-precise-amd64.qcow2', fmt=qcow2 size=11811160064 backing_file='base-precise-amd64.qcow2' encryption=off cluster_size=65536 lazy_refcounts=off
Starting target
Checking if target is up...............
Connection timed out during banner exchange
./bin/gbuild:21:in
system!': failed to run on-target true (RuntimeError) from ./bin/gbuild:73:in
build_one_configuration'from ./bin/gbuild:285:in
block (2 levels) in <main>' from ./bin/gbuild:280:in
each'from ./bin/gbuild:280:in
block in <main>' from ./bin/gbuild:278:in
each'from ./bin/gbuild:278:in `
then how do i resolve this issue please help me in this problem
Thanks
The text was updated successfully, but these errors were encountered: