00:30:32 TheCharlatan: depends/native_ds_store.mk and depends/native_mac_alias.mk seem to have stopped working due to the repo being down, is this something you can look into? 00:49:34 I guess I can fix it myself by looking at the bitcoin repo 01:01:15 -xmr-pr- selsta opened pull request #6771: depends: fix broken links for ds_store / mac_alias 01:01:15 -xmr-pr- > https://github.com/monero-project/monero/pull/6771 06:22:32 selsta: fluffypony: "hmmmmmm getting a "Error: internal error: Transaction sanity check failed" on a transfer" -> wallet code does 3 attempts to fetch new outputs and re-run tx sanity check again. Tx sanity check routine logs a error message with the distinct reason on failure, please enable "verify" log category (or adjust log_level) 06:26:42 ah - I thought it was a known issue and did the xfer with a couple of smaller amounts 06:26:52 will see if I can repro with the change still in the wallet 07:36:53 https://github.com/monero-project/monero/issues/6772 07:46:15 -xmr-pr- kayront opened issue #6773: Feature Request: Optionally Categorize Adressbook Entries 07:46:15 -xmr-pr- > https://github.com/monero-project/monero/issues/6773 07:46:15 -xmr-pr- kayront opened issue #6772: Feature Request: Addressbook import/export 07:46:15 -xmr-pr- > https://github.com/monero-project/monero/issues/6772 07:53:26 ok cool I can reproduce it still 07:54:17 getting a new log now 08:26:40 sanitised log outoput 08:26:41 https://paste.centos.org/view/raw/1953f440 08:26:50 cc xiphon 17:36:36 .merges 17:36:36 -xmr-pr- 6600 6693 19:09:05 we really need to quit calling our releases e.g. "Windows 64-bit" and "Mac OS-X 64-bit" 19:09:20 they should be "Windows x86-64" and "Mac OS-X x86-64" 19:09:36 there are Windows releases on ARM 19:09:44 and there will soon be Mac OSX releases on ARM too 19:11:03 hyc: mac releases will be one binary for both platforms 19:11:07 but for Windows I agree 19:11:29 oh, Mac will keep using fat binaries huh, ok 19:11:31 I binary that runs on x86_64 and ARM ? 19:11:37 yeah 19:11:50 same as when they transitioned from M68K to PPC, and PPC to x86 19:12:04 fat binaries, contains objet code for multiple platforms 19:12:08 Like, two actual binaries in a shell ? 19:12:11 yep 19:12:32 Mac files are structured objects, with multiple tagged streams 19:12:46 It seemed preposterous, but thinking about it, it's just #!/bin.sh exec $0`-name -m`... 19:12:57 "$@" 19:12:59 not a shell, it's their binary file format 19:13:20 actually, it's their *file* format, period. any file can have multiple forks inside 19:13:21 macos does not support 32 bit anymore so "macOS" might be enough in the future 19:13:47 Data files which give you different data depending on the arch you're on ? 19:13:49 the runtime loader knows which fork it wants to find, ignores the rest 19:14:01 Malware gonna love that. 19:14:06 afaik it even strips the unneeded part on first startup 19:14:10 no, you can see all the forks 19:14:16 Oh OK. 19:15:27 but it lets you tag them so you can keep things separate. and there are standard fork IDs like 'RSRC' for graphical resources, etc. Stuff that flat filesystems had to keep in a separate .RSC file 20:05:31 https://github.com/monero-project/monero/pull/6771 needs a review so that we can fix depends / travis CI 20:47:57 macOS could release llvm bitcode bianries that finish ASM translation at runtime. the appstore has done this behind the scenes for a while, but dont know if they are bold enough to do it on desktop 20:48:23 Is that Github link supposed to error out? 20:48:25 ^ selsta 20:48:49 the link works for me 20:49:10 unless there was another one since 20:05, got disconnected for a bit 20:49:18 nothing errors out here 20:49:39 I get 'page not found' for the /archive/ stuff 20:50:00 selsta, vtnerd: I meant the Github link in the commit, sorry 20:50:30 dEBRUYNE: you need to merge the link together manually 20:50:32 Maybe you forgot to add 1.1.0.tar.gz 20:50:41 Or whatever it was. 20:50:46 yes 20:50:53 Ah 20:50:55 Will see myself out :p 20:51:10 https://github.com/al45tair/ds_store/archive/v1.1.0.tar.gz should work 20:59:29 ty 21:00:00 Travis CI passed so the fix should be correct 21:35:45 Anyone got the old tarballs to compare ? Changing URL and hash at the same time without the old tarballs to compare is wide open to abuse. 21:35:56 the old repo is gone 21:36:01 I don’t have a copy 21:39:03 maybe someone who has gitian setup can look if a copy is still somewhere 21:40:46 FWIW bitcoin switched to the github repo over a year ago 22:06:16 that’s the diff https://www.irccloud.com/pastebin/xgxWiLhv/ 22:06:26 found it in gitian caches 22:08:54 but maybe someone else wants to confirm this as I opened the PR? 22:09:59 the diff is due to a python3 patch getting applied 22:12:18 Patch seems good. 23:17:54 ok seems like the majority of CLSAG code is testing related, this shouldn’t be too difficult to review