Times are UTC Toggle Colours
00:06:04 *** welshdragon has quit IRC 01:19:23 *** hanf^ has joined #openttdcoop.devzone 01:24:17 *** Klaus__ has joined #openttdcoop.devzone 01:26:18 *** hanf has quit IRC 01:29:49 *** hanf^ has quit IRC 01:54:12 *** Klaus__ has quit IRC 03:11:09 *** anonvocis has joined #openttdcoop.devzone 07:22:34 *** Zuu has joined #openttdcoop.devzone 07:55:14 *** Zuu has quit IRC 09:10:10 <planetmaker> Rubidium: who made all these sprites for the mono font? You? Or are they provided somewhere? 09:29:55 <Brot6> OpenGFX - Revision 843:6a28faaf0e35: Fix: Hardcoded path in build rules could cause problems with... (planetmaker) @ http://dev.openttdcoop.org/projects/opengfx/repository/revisions/6a28faaf0e35 09:48:43 <Brot6> opengfx: compile of r843 still failed (#3261) - http://bundles.openttdcoop.org/opengfx/nightlies/ERROR/r843 09:53:43 *** ODM has joined #openttdcoop.devzone 11:31:32 *** hanf has joined #openttdcoop.devzone 11:44:15 *** ODM has quit IRC 12:23:58 <Ammler> planetmaker: any clue, why it still failed? 12:24:10 <planetmaker> no 12:24:15 <planetmaker> :-( 12:24:22 <Ammler> ok, then I check... 12:24:39 <planetmaker> I didn't even see anything suspicious 12:25:11 <planetmaker> "opengfx: currently only MQ of openttd is supported" 12:25:19 <planetmaker> first line in http://bundles.openttdcoop.org/opengfx/nightlies/ERROR/r843/opengfx-r843-devzone.log 12:25:50 <planetmaker> or maybe "cp: omitting directory `/home/hg/misc/compiler/nightlies/opengfx'" 12:25:51 <Ammler> yes, it is obviously no mq 12:26:04 <planetmaker> obviously not, yes 12:26:24 <Ammler> no, that is fine, I suspect it is the T-line 12:26:42 <Ammler> as I "bashed" some things which might now break 12:27:09 <Ammler> removed some "ls"-parsing 12:30:00 <Ammler> runnung it in debug mode, let me check first before we guess too much :-P 12:40:13 *** hanf has quit IRC 12:46:59 <Brot6> opengfx: compile of r843 still failed (#3261) - http://bundles.openttdcoop.org/opengfx/nightlies/ERROR/r843 12:56:45 <Brot6> OpenGFX - Revision 844:6ef0116544d2: Fix (rPREV): nightlies have a own files file (Ammler) @ http://dev.openttdcoop.org/projects/opengfx/repository/revisions/6ef0116544d2 13:07:45 <Ammler> nml is so ugly slow :-D 13:11:40 <Yexo> are you sure it's nml and not the preprocessing / dependency checks? 13:12:54 <planetmaker> nml is slower than nforenum/grfcodec 13:13:07 <planetmaker> but using gimp doesn't help. And the preprocessing is also ugly slow 13:13:13 <Yexo> yes, of course it's slower 13:13:24 <planetmaker> that's in for a rework, the dep & preprocessing 13:13:58 <planetmaker> but I lack a bit idea how to make it just work and still faster. Oh well :-) 13:14:12 <planetmaker> but with the whole gimp stuff, it takes aaaaggggeees to compile 13:14:19 <Ammler> opengfx compiling started at 57 and still running 13:14:41 <Ammler> just fun, I do not want to be negative :-P 13:14:48 <Yexo> that is very slow indeed 13:14:50 <planetmaker> ehm, 20 min ago? 13:15:01 <Ammler> yep, right now it does gimp jobs 13:15:16 <planetmaker> that is terribly slow 13:15:29 <Ammler> hehe 13:15:53 <Ammler> well, maybe ther were other jobs at same time and so it needed to wait 13:16:11 <Brot6> opengfx: update from r841 to r844 done - http://bundles.openttdcoop.org/opengfx/nightlies/r844 13:16:14 <Ammler> with the new kernel, we have no issues anymore but sometimes things are quite slow 13:16:23 <Ammler> specially as we use just one thread 13:16:58 <planetmaker> Yexo: got a minute? (or an hour, given compile time) I've no clue why http://devs.openttd.org/~planetmaker/patches/index.php?source=mono.diff doesn't provide the mono font 13:16:58 <Ammler> I wonder, if we shall try to rise jobs to 2 again 13:17:31 <Ammler> planetmaker: I change config to jobs=2 13:17:41 <planetmaker> you mean make -j2? 13:17:45 <Ammler> if somethings fails, just change it back to 1, if I am not around 13:17:51 <planetmaker> where do I change that? 13:17:55 <Ammler> yes, it is in scheduler.sh at top 13:18:01 <planetmaker> ok 13:18:18 <Ammler> /home/hg/misc/compiler/scheduler.sh: JOBS=1 13:19:06 <Yexo> +font_glyph(MONO, 0x2060, "sprites/png/gui/mono.png") { <- is that the right offset? 13:19:26 <planetmaker> you mean 0x2060? 13:19:28 <Yexo> it looks like it's missing sprites for the "normal" letters 13:19:29 <Yexo> yes 13:19:53 <planetmaker> it's afaik what I got from the openttd commit 13:20:06 <planetmaker> http://hg.openttd.org/openttd/trunk.hg/rev/fd124feb3f57 13:20:43 <Yexo> it's the last two bytes, so "20 00", not "60 20" 13:21:52 <planetmaker> hm, really? 13:22:12 <Yexo> the "60" is the count of characters that follows 13:23:03 <planetmaker> ups :-) 13:23:13 <planetmaker> nasty off-by-one :-P 13:23:30 <Yexo> happens to the best :) 13:24:32 <planetmaker> thanks :-) 13:25:29 <planetmaker> Luckily not all files need re-compilation, just the extra one ;-) 13:44:22 <planetmaker> hm... not quite what I expected... http://imagebin.org/185014 13:44:23 <Webster> Title: Imagebin - A place to slap up your images. (at imagebin.org) 13:49:08 <Rubidium> planetmaker: "test.php" made them and then I fixed some "errors". Feel free to rip mono.png from openttd's sources 13:52:34 <Rubidium> the first 8 lines are the 256 first characters of 'ASCII', so basically you start from the second line and use the next 7 for the "base". The rest are the extra sprites (in the order I found them in chars.nfo in OpenTTD's source, but IIRC I got that one from OpenGFX) 13:52:39 <planetmaker> that's what I did ;-). The question was more where did you get that file from / who created that. From your words I gather it was you? 13:52:56 <planetmaker> i.e. what attribution shall I quote? 13:53:42 <Yexo> planetmaker: you're missing NO_CROP on those sprites 13:53:45 <Rubidium> -1 * 0 0C "Monospaced characters (Liberation Mono)" 13:54:08 <planetmaker> oh... NOCROP. Dang again 13:54:09 <Rubidium> it's from the Liberation Mono font (GPLv2), so saying that would probably be enough 13:54:39 <planetmaker> ok, will do that then. But you created the png, right? 13:55:53 <Rubidium> yep 13:55:59 <Rubidium> well, my script did 13:56:15 <planetmaker> well, what your machine did for you is your work ;-) 13:57:33 <Rubidium> though arguably it doesn't constitute of enough original work to be copyrightable by me ;) 14:08:44 <planetmaker> there we go. I added you as coder of them then 14:09:18 <Brot6> OpenGFX - Revision 845:07da4b3fbe25: Feature: Monospaced font 'liberation mono' (planetmaker) @ http://dev.openttdcoop.org/projects/opengfx/repository/revisions/07da4b3fbe25 14:39:23 *** ODM has joined #openttdcoop.devzone 14:40:55 <Brot6> OpenGFX - Revision 846:979517dc4090: Doc: Update readme (planetmaker) @ http://dev.openttdcoop.org/projects/opengfx/repository/revisions/979517dc4090 14:50:35 *** PuerScyphu has joined #openttdcoop.devzone 15:00:39 *** anonvocis has quit IRC 15:12:39 *** ODM has quit IRC 15:55:16 *** frosch123 has joined #openttdcoop.devzone 16:14:54 <Brot6> DevZone Help Center - Bug #3266 (Closed): DevZone compile failed (compiler) @ http://dev.openttdcoop.org/issues/3266 16:14:54 <Brot6> DevZone Help Center - Bug #3266 (Closed): DevZone compile failed (Ammler) @ http://dev.openttdcoop.org/issues/3266#change-8597 16:29:48 <Brot6> OpenGFX - Bug #3271 (New): DevZone compile failed (compiler) @ http://dev.openttdcoop.org/issues/3271 16:31:09 <Ammler> planetmaker: looks not like devzone issue 16:33:33 <planetmaker> hm... but where is the issue? 16:34:00 <Ammler> the readme and grf2html? 16:34:28 <planetmaker> docs failed? how that? 16:34:36 <planetmaker> I see now, yes... but...? 16:35:43 <Ammler> well, ping me if I shall help 16:35:50 <Ammler> maybe it is the issue with j2 16:41:36 <planetmaker> gah, but I can't rebuild with -j1 on the server 16:41:54 <planetmaker> http://paste.openttdcoop.org/show/788/ 16:42:32 <Ammler> I never said, that works 16:42:37 *** hanf has joined #openttdcoop.devzone 16:42:57 <Ammler> scheduler.sh isn't a Makefile :-P 16:43:20 <planetmaker> it behaves exactly like one 16:43:26 <planetmaker> ;-) 16:44:09 <planetmaker> is there a way to force a re-build? 16:44:19 <Ammler> -c 16:44:21 <Ammler> no 16:44:22 <Ammler> -f 16:44:33 <Ammler> ./scheduler.sh -h 16:44:33 <planetmaker> thx 16:44:49 <planetmaker> --help was not supported and wanted to build *something* ;-) 16:44:52 <Ammler> be aware that order of the arguments matter 16:45:08 <Ammler> there is no getopt function 16:47:12 <Brot6> opengfx: compile of r846 still failed (#3271) - http://bundles.openttdcoop.org/opengfx/nightlies/ERROR/r846 16:48:39 <Ammler> planetmaker: you can btw. also enter the build system after building and debug there 16:48:44 <Ammler> it does not cleanup 16:48:52 <planetmaker> where? 16:49:01 <planetmaker> the nightly folder? 16:49:35 <Ammler> sudo chroot /home/ottdc/chroots/<tab>-nightlies 16:49:49 <planetmaker> it still built it with -j2 even though I said JOBS=1 16:50:05 <Ammler> you changed that in the file? 16:50:08 <planetmaker> no 16:50:13 <Ammler> as said, scheduler.sh is not a Makefile 16:50:43 <planetmaker> also scripts accept paraemters sometimes ;-) 16:50:51 <Ammler> and again, I do not rembmer ever told you that his would work 16:50:52 <planetmaker> and I totally did not relate that to the command line 16:51:41 <planetmaker> ja, ok, I'll stop asking 16:52:59 <planetmaker> but if I only try what you said would work, I'd have to log out now. 16:53:52 <planetmaker> searching buts usually involves testing things 17:02:48 <Ammler> well, if you do no success, ping me and I will try 17:11:37 <Ammler> or if you want we can do it togehter on screen, just not right now 17:11:47 <Ammler> ping me in a hour or so 17:12:37 <planetmaker> no rush. Compilation takes indeed time ;-) 17:12:39 <Brot6> opengfx: update from r844 to r846 done - http://bundles.openttdcoop.org/opengfx/nightlies/r846 17:16:12 <planetmaker> hm, so it's the -j1 vs. -j2 :-( 17:16:18 <Brot6> nml: update from r1719 to r1720 done - http://bundles.openttdcoop.org/nml/nightlies/r1720 17:19:41 <Brot6> heqs: update from r739 to r743 done - http://bundles.openttdcoop.org/heqs/nightlies/r743 17:20:50 <Brot6> dutchtrains: update from r22 to r25 done - http://bundles.openttdcoop.org/dutchtrains/nightlies/r25 17:22:30 <Brot6> fish: update from r704 to r706 done - http://bundles.openttdcoop.org/fish/nightlies/r706 17:24:45 <Brot6> narvs: rebuild of r57 done (Diffsize: 525) (DiffDiffsize: 506) - http://bundles.openttdcoop.org/narvs/nightlies/r57/log 17:48:29 <Brot6> foobarstramtracks: rebuild of r23 done (Diffsize: 37120) (DiffDiffsize: 3199) - http://bundles.openttdcoop.org/foobarstramtracks/nightlies/r23/log 18:00:00 *** Zuu has joined #openttdcoop.devzone 18:08:36 <Brot6> newgrf_makefile: compile of r381 still failed (#3262) - http://bundles.openttdcoop.org/newgrf_makefile/nightlies/ERROR/r381 18:09:24 <Brot6> vactrainset: compile of r1 still failed (#3044) - http://bundles.openttdcoop.org/vactrainset/nightlies/ERROR/r1 18:10:29 <Brot6> rust: rebuild of r23 done (Diffsize: 55) (DiffDiffsize: 38) - http://bundles.openttdcoop.org/rust/nightlies/r23/log 18:12:40 <Brot6> dutchtramset: rebuild of r87 done (Diffsize: 26384) (DiffDiffsize: 651) - http://bundles.openttdcoop.org/dutchtramset/nightlies/r87/log 18:13:57 <planetmaker> thanks Ammler, your guess with -jX was the right one. Sadly though ;-) 18:14:46 <planetmaker> meh. gimp fails with -j7 18:19:46 <Brot6> ogfx-rv: rebuild of r140 done (Diffsize: 364) (DiffDiffsize: 344) - http://bundles.openttdcoop.org/ogfx-rv/nightlies/r140/log 18:29:18 <Brot6> airportsplus: rebuild of r146 done (Diffsize: 948437) (DiffDiffsize: 947479) - http://bundles.openttdcoop.org/airportsplus/nightlies/r146/log 18:29:56 <Brot6> Following repos rebuilds successful without any difference to earlier nightlies builds: ogfx-trains (Diffsize: 120), bros, ogfx-industries (Diffsize: 4406), firs, opengfx (Diffsize: 7), transrapidtrackset, 2cctrainset, cets, worldairlinersset, basecosts, nutracks, water-features, 32bpp-extra, manindu (Diffsize: 2), ogfx-biggui, snowlinemod, swisstowns (Diffsize: 39), metrotrackset (Diffsize: 1), dutchroadfurniture (Diffsize: 2045), 18:29:56 <Brot6> spanishtowns (Diffsize: 8), frenchtowns (Diffsize: 21), ogfx-landscape (Diffsize: 110), ttrs, ogfx-trees, swedishrails (Diffsize: 719), german-townnames (Diffsize: 39), smts (Diffsize: 8), chips, dach (Diffsize: 456), belarusiantowns (Diffsize: 63), indonesiantowns (Diffsize: 21), comic-houses (Diffsize: 22) 19:03:50 <Brot6> clientpatches: compile of r23289 still failed (#2964) - http://bundles.openttdcoop.org/clientpatches/testing/ERROR/r23289 19:06:16 <Brot6> serverpatches: compile of r23289 still failed (#2966) - http://bundles.openttdcoop.org/serverpatches/testing/ERROR/r23289 19:08:10 <Brot6> 32bpp-ez-patches: compile of r23289 still failed (#2446) - http://bundles.openttdcoop.org/32bpp-ez-patches/testing/ERROR/r23289 19:38:46 *** JVassie has joined #openttdcoop.devzone 19:43:16 *** ODM has joined #openttdcoop.devzone 19:43:29 *** andythenorth has joined #openttdcoop.devzone 21:59:52 *** andythenorth has quit IRC 22:28:47 *** ODM has quit IRC 23:00:13 <planetmaker> Ammler: for what it's worth: I archived the modernstation set. the license issue has been left unresolved long enough 23:01:00 <planetmaker> good night now 23:01:09 *** frosch123 has quit IRC 23:31:18 *** Webster has joined #openttdcoop.devzone 23:31:26 *** ^Spike^ has joined #openttdcoop.devzone 23:31:59 *** Terkhen has joined #openttdcoop.devzone 23:31:59 *** V453000 has joined #openttdcoop.devzone 23:32:02 *** XeryusTC has joined #openttdcoop.devzone 23:32:31 *** avdg has joined #openttdcoop.devzone 23:32:31 *** Yexo has joined #openttdcoop.devzone 23:39:23 *** JVassie has quit IRC 23:54:19 *** Zuu has quit IRC