00:26:28 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.23-a0-612-gcb482e9 (34) 01:28:15 Unstable branch on crawl.develz.org updated to: 0.23-a0-612-gcb482e9 (34) 01:29:35 reaverb: got any sick plans for 0.23? 01:30:57 Nah, cleaning up a couple mantis issues was just being a good citizen. It's not impossible I get back into crawl development at some point, but I have not plans right now. 01:35:23 are there any servers that accept donations? 01:37:26 cue 01:59:11 Windows builds of master branch on crawl.develz.org updated to: 0.23-a0-612-gcb482e9 02:43:27 hey everyone, I'm working on setting up a full crawl server for a network i'm apart of and i've run into a build error that's stumped me w/r/t dgamelaunch. https://bin.tilde.team/m2ft 02:44:29 this looks like a threaded built gone wrong (and interleaved messages) 02:45:10 should i force -j1? 02:45:22 at minimm to get a sensible error message, yes 02:45:40 tis looks like a compile error got overwritten/clobbered 02:46:31 (or ld dumped core in the middle of it, but I'd expect something to say so in that case. exit 1 isn't a core dump) 02:47:28 running make -j1 VIRUS=1 gives the same error 02:48:02 o.O 02:48:05 yeh 02:58:02 geekosaur: i was able to force a more detailed error by removing -pthread from LIBS in the Makefile. https://bin.tilde.team/b3cw 02:58:36 no, that's just an error from removing -pthread 02:58:50 dammit, my bad, i'm not a developer 02:59:51 Monster database of master branch on crawl.develz.org updated to: 0.23-a0-612-gcb482e9 03:02:05 Two rune vaults complete with rune generated on Shoals:4 13https://crawl.develz.org/mantis/view.php?id=11799 by Diojeanne 03:03:18 added it back in geekosaur, and i'm getting a slightly different error than the original: https://bin.tilde.team/2s7c 03:04:58 ok, that one makes more sense. like to know how it lost the middle of that the first tiem around, though. this one shoudl be fixed by adding -lfl to the libraries 03:05:10 ok, i'll try that now 03:06:01 although you may need to install a -dev package to get it, depending on distribution 03:06:14 ld is complaining it can't find lfl, what's the library called so i can install it? 03:06:59 nvm 03:07:02 got it with libfl-dev 03:07:38 and it looks like the compilation was successful. thanks for the help geekosaur 03:08:02 that was inda a bad question, I could dtermine that on mine (yougot there fist) but debian/ubuntu packge names don't work on other linuxes 03:09:07 i'd be able to find it 03:51:53 %git 7a20e1320ad6 03:51:53 07ebering02 * 0.23-a0-608-g7a20e13: Don't trigger alarms through glass 10(15 hours ago, 1 file, 3+ 2-) 13https://github.com/crawl/crawl/commit/7a20e1320ad6 03:52:12 I'm afraid this commit prevented alarm traps from triggering at all. 03:52:33 Unless they're behind glass. 08:27:29 Yermak: yes 08:27:34 %git :/Ge0ff 08:27:34 07ebering02 * 0.23-a0-610-g21ca0c9: Correct a conditional (Ge0ff) 10(13 hours ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/21ca0c989518 08:27:42 you weren't the first to notice :) 12:22:39 Unstable branch on crawl.akrasiac.org updated to: 0.23-a0-612-gcb482e9 (34) 13:12:22 hey everyone - ran into another compilation issue, this time with crawl-trunk itself not dgamelauncher. it appears there are files missing, i have the appropriate libraries installed: https://bin.tilde.team/lx7f 13:14:45 ahriman: Could you pastebin all the output and the initial invocation? 13:14:51 yep 13:15:46 Pinkbeast: https://bin.tilde.team/z0j7 13:17:22 I'm a bit confused because a) it looks like we're not starting from a "make clean" but b) I expect update-trunk to always do that, essentially 13:17:42 So it might be worth cd-ing https://bin.tilde.team/z0j7 13:17:44 whoops 13:18:03 cd-ing /home/crawl-dev/dgamelaunch-config/crawl-build/crawl-git-repository/crawl-ref/source/ and doing a "make clean", ditto in the rltiles subdirectory 13:18:14 ok will do 13:18:48 I'm afraid this is definitely "try and make it work" bodgery not "I understand the underlying cause" solution 13:20:17 hey as long as it compiles eventually i don't mind a hacky solution 13:20:28 im getting the same missing files error 13:20:42 with a few object files successfully compiled beforehand 13:20:59 Humour me and pastebin the new output. 13:21:07 alrighty 13:21:58 If you've got the relevant libpngwhatever-dev installed it shouldn't be going here at all 13:22:21 crap i have to re-clean and run it with tmux because of terminal history/scrolling 13:22:26 hang on 13:26:15 Pinkbeast: whole output https://bin.tilde.team/zg4s 13:26:33 i have all the available libpng-dev's installed 13:30:27 I wonder how we got https://bin.tilde.team/zg4s 13:30:30 Oh bloody hell 13:30:41 Sorry, I'm on Windows and the silly cut and pasting catches me out all the time 13:30:47 you're good 13:30:51 I wonder how we got NO_PKGCONFIG= ? 13:31:06 no idea 13:33:08 What if, in directory "rltiles", you do "make all ARCH=x86_64-linux-gnu TILES=YesPlease" ? 13:33:20 i'll do that now 13:33:50 And, can I see your ~crawl-dev/dgamelaunch-config/crawl-build/update-crawl-trunk-build.sh , please? 13:35:18 update-crawl-trunk-build.sh: https://bin.tilde.team/plsm - about to paste the error from the build 13:36:37 Oh, and "which pkg-config" 13:37:30 pkg-config ain't installed, so i'll do that now 13:37:57 Ah! Well, there's _a_ problem, in that the Makefile uses it to determine which of the contribs it doesn't need to build 13:38:20 crap, okay i'll make clean and re-run it 13:38:42 run it from bin/dgl update-trunk or the custom make command you mentioned? 13:38:50 /bin/dgl 13:38:53 ok 13:39:50 looks like we're compiling successfully 13:40:22 there's no build dependencies listed on the wiki page so i'm kind of flying blind https://crawl.develz.org/wiki/doku.php?id=dcss:server:setting_up_dgamelaunch_and_webtiles 13:41:15 The top-level Makefile is meant to handle the lack of pkg-config, but something has clearly gone awry. 13:41:49 i'm just happy it's compiling. i cant wait to get this up and running for our network 13:41:58 However, crawl-ref/INSTALL.txt does list it as a prerequisite 13:41:58 thanks for your help Pinkbeast 13:42:17 i missed that file, my bad 13:42:47 ahriman: FWIW I've done all this for my own purposes (except Webtiles) so might be able to help in future. 13:43:16 thanks, i appreciate it 13:43:34 i'm going to keep idling in the channel until i get it up 100% so i'll be around 13:54:49 -!- amalloy_ is now known as amalloy 15:12:28 03gammafunk02 07* 0.23-a0-613-g343d861: Fix a decoration and a comment in a ghost vault 10(4 days ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/343d86159390 15:12:28 03gammafunk02 07* 0.23-a0-614-g6788861: Fix a monster item definition in a vault 10(17 hours ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/67888616f594 15:12:28 03gammafunk02 07* 0.23-a0-615-g63707c9: Fix a weapon ego designation in a vault 10(15 hours ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/63707c92e330 15:12:28 03gammafunk02 07* 0.23-a0-616-g092a5d6: Use local variables in some vault Lua 10(5 hours ago, 1 file, 15+ 15-) 13https://github.com/crawl/crawl/commit/092a5d614851 15:12:28 03gammafunk02 07* 0.23-a0-617-g9ead64f: A ghost vault full of gnarly gnolls 10(2 days ago, 1 file, 94+ 0-) 13https://github.com/crawl/crawl/commit/9ead64f3847f 15:17:08 Unstable branch on crawl.kelbi.org updated to: 0.23-a0-617-g9ead64f384 (34) 16:21:05 03advil02 07* 0.23-a0-618-g2e9d38c: Fix some issues with build-rltiles and webtiles 10(2 minutes ago, 1 file, 4+ 1-) 13https://github.com/crawl/crawl/commit/2e9d38c61e5b 16:22:11 ahriman: I think that will probably fix your build issue (it'll correctly use the contrib libpng if there is no pkg-config) 16:31:59 Unstable branch on crawl.kelbi.org updated to: 0.23-a0-618-g2e9d38c61e (34) 16:33:55 advil: it built successfully, though now im trying to get webtiles up. i have to work so i can't work on it further right now, it'll be later. thanks for everyone's help 17:36:10 03ebering02 07* 0.23-a0-619-g281719c: Spice up the skin of Zhor 10(3 hours ago, 3 files, 17+ 1-) 13https://github.com/crawl/crawl/commit/281719c6f9e7 17:47:05 Unstable branch on crawl.kelbi.org updated to: 0.23-a0-619-g281719c6f9 (34) 18:21:31 Unstable branch on underhound.eu updated to: 0.23-a0-619-g281719c6f9 (34) 19:00:49 -!- amalloy is now known as amalloy_ 19:17:46 -!- amalloy_ is now known as amalloy 19:45:53 Should line #44 "#include "terrain.h" // For storm bow" from art-func.h go now? 21:35:43 -!- bairyn is now known as ByronJohnson 22:31:55 !tell Lasty %git :/Zhor 22:31:55 ebering: OK, I'll let lasty know. 22:54:47 silvanus (L13 BaFi) ERROR in 'libutil.cc' at line 367: screen write out of bounds: (34,1) into (33,21) (Orc:2) 23:03:04 -!- amalloy is now known as amalloy_