[00:03:16] did anyone else manage to recreate the same gitian hashes as me and salmonskin? [00:18:41] 1dd88cdd8bf09af2539d0b345e647129d8fd55c92b6d824b6ecc53efd531028 navcoin-4.7.0-win.tar.gz 8f69569613d1de766cb52cd622a824d9b4da858ed02dc6e251c291e5e0dc6b4d navcoin-4.7.0-win32-debug.zip 9aec2b184f4c85ea3ccb2abb771d675baf6a9a6b1d18d5aea72ef08ccd370fdd navcoin-4.7.0-win32-setup-unsigned.exe 7fa8f6809821085b088906de91c724526e14711df9d2721215013f124f30674f navcoin-4.7.0-win32.zip [00:18:42] 8baf97aaddd61b32ef59eeb13d99b1b2fb6ebb0c723519a76ab41f59a8b52a1e navcoin-4.7.0-win64-debug.zip 25e87a8e98b9aae2b9f19c23c55d8c601a0bdaa2a02e7438eb85e6087e6ec84f navcoin-4.7.0-win64-setup-unsigned.exe 856af25db88496174376c1d850ed94b8c0789457c65240cef2c3da9f92a0a1be navcoin-4.7.0-win64.zip e89975b3e2e6c90d46f4a5d05d4ae7ccf9e16ed09317b3d0a02d628d0faeeaa5 src/navcoin-4.7.0.tar.gz 43241a22cbfd34bf1679a8b31ea68f484251e91add39ebd1c2346109869b0b22 [00:18:42] navcoin-win-4.0.0-res.yml [00:23:47] the build is going you can see the log live while i sleep at http://116.203.231.38:1500 @prole [06:49:19] *** Joins: aguycalled (~user@unaffiliated/aguycalled) [06:49:22] *** Server sets mode: +cnt [07:28:05] i cant access that link [07:28:23] looks like you're getting the same as mxaddict though, which is different from me & salmonskin [07:33:18] ah the link works now, yeah you're getting same osx hashes as mxaddict too [07:33:21] hmm [08:54:23] root@build:~# find gitian-builder/inputs/ -type f -exec md5sum "{}" +|sha256sum 1a080cc0be0f8ca082af846b934d14391b8a48007c3fa7978562fb053c7e73f4 - root@build:~# cat gitian-builder/build.sh USE_DOCKER=1 ./bin/gbuild -j2 --commit navcoin-core=c8d9d72b48584e817d8818d53af36abd63e73297 --url navcoin-core=http://github.com/navcoin/navcoin-core ../navcoin-core/contrib/gitian-descriptors/gitian-win.yml USE_DOCKER=1 ./bin/gbuild -j2 [08:54:23] --commit navcoin-core=c8d9d72b48584e817d8818d53af36abd63e73297 --url navcoin-core=http://github.com/navcoin/navcoin-core ../navcoin-core/contrib/gitian-descriptors/gitian-linux.yml USE_DOCKER=1 ./bin/gbuild -j2 --commit navcoin-core=c8d9d72b48584e817d8818d53af36abd63e73297 --url navcoin-core=http://github.com/navcoin/navcoin-core ../navcoin-core/contrib/gitian-descriptors/gitian-osx.yml root@build:~# [08:54:26] @prole [12:13:10] I'll try run off the commit hash, I was using the tag 4.7.0 but it should be the same afaik [12:13:26] What else could be different? Some library? [12:14:04] What was the error you guys resolved? [12:14:10] With your gitian [12:14:36] You and mx both had to make new instances of gitian right? [13:18:09] the inputs could be different, i pasted there a hash of the folder for you to compare [13:18:33] everything else should be deterministic no matter what [22:23:06] yeah so [22:23:11] find gitian-builder/inputs/ -type f -exec md5sum "{}" +|sha256sum 68efd87b50c746a5b03228e0b1134c8c6e84ed3440efea92fc293aba473764a2 - [22:23:17] this is what i get on my gitian server [22:23:55] different hash on the inputs [22:24:12] how do we want to resolve this? do i need to update my inputs directory? [22:32:03] prob u have a different macos sdk [22:32:44] try curl --location --fail https://bitcoincore.org/depends-sources/sdks/MacOSX10.11.sdk.tar.gz [22:41:18] ive wget the osx sdk and am running the build again