01:31:23 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4850-gd9e8576752 04:22:08 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4850-gd9e8576752 08:21:03 -!- Voxel is now known as Artfaith 12:35:56 New branch created: pull/2818 (3 commits) 13https://github.com/crawl/crawl/pull/2818 12:35:56 03Soundwave-4202 {GitHub} 07https://github.com/crawl/crawl/pull/2818 * 0.30-a0-44-g97e90823a2: branchinit 10(43 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/97e90823a2e4 12:35:56 03ekboo21702 07https://github.com/crawl/crawl/pull/2818 * 0.30-a0-44-g1fc8dc530e: Raygui added 10(16 minutes ago, 163 files, 20236+ 0-) 13https://github.com/crawl/crawl/commit/1fc8dc530e90 12:35:56 03Noah Perry02 {GitHub} 07https://github.com/crawl/crawl/pull/2818 * 0.30-a0-46-g8f7078282b: Merge pull request #1 from NCPE227/master 10(8 minutes ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/8f7078282b88 12:37:05 o.O 12:39:06 New branch created: pull/2819 (1 commit) 13https://github.com/crawl/crawl/pull/2819 12:39:06 03DESKTOP-P5NTS6R\Tyler02 07https://github.com/crawl/crawl/pull/2819 * 0.30-a0-56-g382e0c9ec4: Added worn armor info button to action panel Added known spells info button to action panel Added makefile to automatically compile WEBTILES and run webserver (tornado+python3) 10(19 minutes ago, 3 files, 71+ 37-) 13https://github.com/crawl/crawl/commit/382e0c9ec410 12:41:13 03tnobley02 {GitHub} 07https://github.com/crawl/crawl/pull/2819 * 0.30-a0-360-ge94621cfb6: Merge branch 'master' into armor+spells-pac 10(47 seconds ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/e94621cfb6cf 13:58:31 -!- kate-- is now known as kate- 16:42:48 Hello, would anyone be able to help me with compiling my clone of DCSS? 16:46:42 03advil02 07* 0.30-a0-359-gd0147acb1a: fix: improve slow callback logging code 10(3 minutes ago, 8 files, 49+ 107-) 13https://github.com/crawl/crawl/commit/d0147acb1abb 16:57:52 possibly 16:59:01 what platform? 17:02:27 i am trying to compile on windows and macos 17:03:08 when trying to compile using "make TILES=y", i receive the following error: "Can't get version information: `git describe` failed (no git, no repository, or shallow clone), and util/release_ver doesn't exist. 17:03:08 make: *** [Makefile:1455: build.h] Error 2" 17:03:28 New branch created: pull/2820 (4 commits) 13https://github.com/crawl/crawl/pull/2820 17:03:29 03Soundwave-4202 {GitHub} 07https://github.com/crawl/crawl/pull/2820 * 0.30-a0-44-g97e90823a2: branchinit 10(5 hours ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/97e90823a2e4 17:03:29 03ekboo21702 07https://github.com/crawl/crawl/pull/2820 * 0.30-a0-44-g1fc8dc530e: Raygui added 10(5 hours ago, 163 files, 20236+ 0-) 13https://github.com/crawl/crawl/commit/1fc8dc530e90 17:03:29 03Noah Perry02 {GitHub} 07https://github.com/crawl/crawl/pull/2820 * 0.30-a0-46-g8f7078282b: Merge pull request #1 from NCPE227/master 10(5 hours ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/8f7078282b88 17:03:29 03Soundwave-4202 {GitHub} 07https://github.com/crawl/crawl/pull/2820 * 0.30-a0-363-g8ea62d7d33: Merge branch 'crawl:master' into Jacob-Miller 10(6 minutes ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/8ea62d7d3384 17:04:33 Unstable branch on crawl.kelbi.org updated to: 0.30-a0-359-gd0147acb1a (34) 17:05:43 hm. if you're trying to build from the zip files I think that'll happen. if this is a git clone then it should work unless git isn't installed currently (but then how did you clone it?) 17:06:19 might need someone else to help though, I seem to recall this starting to happen after some change and it needs a workaround to build 17:07:02 but I've been building from git (admittedly on ubuntu) for several decades without problems, so I think git checkouts should be okay 17:07:41 these lines have also appeared directly after running the make command: 17:07:41 cat: util/release_ver: No such file or directory 17:07:41 fatal: No names found, cannot describe anything. 17:08:21 and yes i was wondering the same thing, how would it let me clone if this command fails...? 17:08:49 also i am running this through MSYS2 17:09:47 https://paste.tomsmeding.com/JHdCcNSf is all I can find in the logs 17:10:03 apparently it needs all the tags now or it gets confused 17:10:44 hm, that's for a fork. if this is simply a clone, try "git fetch --tags" 17:16:24 ah, that command did the trick, looks like it was looking for tags in the upstream repo instead of my local repo 17:16:52 thank you much! sorry if this was a simple fix i am not too familiar with github forks haha 17:17:44 this is a git trap. by default it skips tags and branches other than the one you specify (or default "master") when it clones, whether directly or via github 17:17:57 but a change was made a couple months ago which requires the tags be present 17:19:00 i see. i was only following the INSTALL.md that was included but now i will look for that issue when forking/cloning 17:19:25 thank you again =D 17:19:31 right, someone should probably update that since this has happened to a couple of people now 17:33:54 New branch created: pull/2821 (1 commit) 13https://github.com/crawl/crawl/pull/2821 17:33:54 03Jacob Compton02 07https://github.com/crawl/crawl/pull/2821 * 0.30-a0-359-gd7fa29ed26: added dependencies 10(5 hours ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/d7fa29ed26c5 17:47:10 <06a​dvil> what is the change exactly? is there a github doc on this? 17:47:30 <06a​dvil> or is it a git change? 17:48:19 07advil02 * 0.30-a0-116-g3b1a8e4ee4: fix: use only annotated tags for version info 10(8 weeks ago, 3 files, 7+ 7-) 13https://github.com/crawl/crawl/commit/3b1a8e4ee43b 17:48:19 %git HEAD^^{/tags} 17:48:49 I think 17:52:10 whatever it was, afterward clones need to fetch tags (which is not either git's or github's default) for "git describe" to work 17:55:54 <06a​dvil> hm when I clone a fresh repo git describe is fine, is this specifically about github forked repos? 18:04:09 Unstable branch on crawl.akrasiac.org updated to: 0.30-a0-359-gd0147acb1a (34) 18:09:54 I've been wondering that myself 18:10:33 I'm working from a straight clone and haven't had problems, but I also tend to do `git fetch --all` after cloning so I probably don't count 21:44:22 -!- mu is now known as misha 23:34:56 Unstable branch on crawl.develz.org updated to: 0.30-a0-359-gd0147acb1a (34) 23:55:59 Windows builds of master branch on crawl.develz.org updated to: 0.30-a0-359-gd0147acb1a