Pages:
Author

Topic: Nightly Builds (Read 5488 times)

newbie
Activity: 18
Merit: 0
August 22, 2011, 08:28:24 PM
#36
Yes; was asking to see if they could be hosted at the same place or would have to be elsewhere.
legendary
Activity: 1652
Merit: 2216
Chief Scientist
August 22, 2011, 02:12:54 PM
#35
Would you be interested in nightly builds for DragonFly BSD and OpenBSD?
Yes, would you be interested in building?
hero member
Activity: 755
Merit: 515
August 22, 2011, 01:43:12 PM
#34
Would you be interested in nightly builds for DragonFly BSD and OpenBSD?

Currently I do all the building on one Ubuntu VM, so adding two more VMs is quite a bit more effort.  If you want to do them though, setting up a cronjob to build is quite easy.

if it is possible, could you do a 64 bit windows build? just to see how much faster it is.
The Linux 32/64 difference is unnoticeable, the only reason a Linux 64-bit binary is provided is the 32-bit one will fail to load due to 32-bit BDB on 64-bit Ubuntu attempting to load 64-bit plugins.  Because they are both compiled with gcc, the difference for Windows should be virtually identical to that on Linux.  That and setting up a 64-bit build for windows would be substantially more effort.

Sorry to those who have noticed the builds have not been happening over the past couple days, Im hoping to get them back running today or tomorrow (Im in the process of switching build servers).
sr. member
Activity: 350
Merit: 251
August 21, 2011, 10:35:10 PM
#33
if it is possible, could you do a 64 bit windows build? just to see how much faster it is.
newbie
Activity: 18
Merit: 0
August 21, 2011, 10:22:26 PM
#32
Would you be interested in nightly builds for DragonFly BSD and OpenBSD?
LZ
legendary
Activity: 1722
Merit: 1072
P2P Cryptocurrency
August 21, 2011, 07:22:32 PM
#31
Thanks for your builds. Smiley
hero member
Activity: 755
Merit: 515
April 24, 2011, 06:24:37 PM
#30
On linux, bitcoind, 64bits :
./bitcoind
=> bitcoind doesn't display "bitcoin server starting" and doesn't return to the next line of the terminal.

But, from another terminal, i can send rpc commands and all seams to work.
I can launch "./bitcoind stop" and bitcoind stops in the first terminal.

The problem doesn't appear with the -daemon option.
This problem didn't exist in the 0.3.20.2 release.
That isn't a problem with the nightlies.  That was a conscious change made and will be in the 0.3.21 release (I believe its in the 0.3.21 RC now). 
hero member
Activity: 540
Merit: 500
April 24, 2011, 06:16:44 PM
#29
On linux, bitcoind, 64bits :
./bitcoind
=> bitcoind doesn't display "bitcoin server starting" and doesn't return to the next line of the terminal.

But, from another terminal, i can send rpc commands and all seams to work.
I can launch "./bitcoind stop" and bitcoind stops in the first terminal.

The problem doesn't appear with the -daemon option.
This problem didn't exist in the 0.3.20.2 release.
hero member
Activity: 755
Merit: 515
April 24, 2011, 05:59:14 PM
#28
Windows 7, vanilla fresh install.
1. Run start /B bitcoind -rpcpassword=1
(wait for it to finish startup)
2. Run bitcoind -rpcpassword=1 stop
3. Windows says it crashed (and db error visible)
Ok, so I wasn't able to fix that on Windows Server 2003.  I'd assume it would work on XP but I gave up on windows.  Now the win32 nightlies are compiled on Ubuntu via https://github.com/TheBlueMatt/bitcoin/tree/crosscompile.  They appear to work 100% now.  If you find any additional issues, please notify me.
legendary
Activity: 2576
Merit: 1186
April 21, 2011, 11:11:36 AM
#27
More importantly, both the oldest and newest Win32 nightlies on the site crash when stopped.
I can't reproduce, could you provide more information (ie Windows version, etc)
Windows 7, vanilla fresh install.
1. Run start /B bitcoind -rpcpassword=1
(wait for it to finish startup)
2. Run bitcoind -rpcpassword=1 stop
3. Windows says it crashed (and db error visible)
hero member
Activity: 755
Merit: 515
April 21, 2011, 05:16:50 AM
#26
More importantly, both the oldest and newest Win32 nightlies on the site crash when stopped.
I can't reproduce, could you provide more information (ie Windows version, etc)
legendary
Activity: 2576
Merit: 1186
April 20, 2011, 11:29:37 PM
#25
things to avoid
----------------------------------------------------
Breaking changes, like Luke JR's RPC versioning changes.
More trolling, I see.

For anyone interested, my RPCv1 changes do NOT break anything, and are completely backward compatible.

Weren't those the ones that didn't actually do anything?
No.


More importantly, both the oldest and newest Win32 nightlies on the site crash when stopped.
sr. member
Activity: 406
Merit: 256
April 20, 2011, 11:24:59 PM
#24
things to avoid
----------------------------------------------------
Breaking changes, like Luke JR's RPC versioning changes.
More trolling, I see.

For anyone interested, my RPCv1 changes do NOT break anything, and are completely backward compatible.

Weren't those the ones that didn't actually do anything?
legendary
Activity: 2576
Merit: 1186
April 20, 2011, 11:22:08 PM
#23
things to avoid
----------------------------------------------------
Breaking changes, like Luke JR's RPC versioning changes.
More trolling, I see.

For anyone interested, my RPCv1 changes do NOT break anything, and are completely backward compatible.
legendary
Activity: 1596
Merit: 1091
March 20, 2011, 09:54:31 PM
#22
It would be nice if directories such as http://bitcoin.bluematt.me/bitcoin-nightly/ included a README that described the contents of the directory / purpose of the project / etc.
newbie
Activity: 26
Merit: 0
March 20, 2011, 08:53:04 PM
#21
New version pushed just now.

The default is now to use 127.0.0.1 while bootstrapping (on the host) and 10.0.2.2 in the VM.  This will always hit the host.

Let me know if it works for you.
newbie
Activity: 26
Merit: 0
March 19, 2011, 09:11:58 PM
#20

After building the VMs, attempting to run the build script results in apt errors fetching from my host name.  ie "Failed to fetch from http://HostHostName:...".  My host name will not resolve via DNS which is apparently the problem here. 

Try doing:

Code:
export MIRROR_HOST=10.0.2.2
bin/make-base-vm

I think I'll make that the default.
No change at all.

Strange.  Could you try:

* While make-base-vm is running, run
Code:
ps auxww | grep vmbuilder
and make sure that the mirror arguments refer to 10.0.2.2
* Make sure that you didn't specify -i or --skip-image
* I just realized that the --quiet flag to gbuild actually does --skip-image due to a bug .  If you had this flag on, it didn't pick up the new base vm image.

I've just pushed a new version that fixed the latter and makes 10.0.2.2 the default.

I'm on irc if you want to chat instead of messaging here.
hero member
Activity: 755
Merit: 515
March 19, 2011, 08:44:27 PM
#19

After building the VMs, attempting to run the build script results in apt errors fetching from my host name.  ie "Failed to fetch from http://HostHostName:...".  My host name will not resolve via DNS which is apparently the problem here. 

Try doing:

Code:
export MIRROR_HOST=10.0.2.2
bin/make-base-vm

I think I'll make that the default.
No change at all.
newbie
Activity: 26
Merit: 0
March 19, 2011, 07:48:12 PM
#18

After building the VMs, attempting to run the build script results in apt errors fetching from my host name.  ie "Failed to fetch from http://HostHostName:...".  My host name will not resolve via DNS which is apparently the problem here. 

Try doing:

Code:
export MIRROR_HOST=10.0.2.2
bin/make-base-vm

I think I'll make that the default.
newbie
Activity: 26
Merit: 0
March 19, 2011, 07:26:00 PM
#17

After building the VMs, attempting to run the build script results in apt errors fetching from my host name.  ie "Failed to fetch from http://HostHostName:...".  My host name will not resolve via DNS which is apparently the problem here. 

Looking into this.
Pages:
Jump to: