IRC Logs

Log of #ghostscript at irc.freenode.net.

Search:
 <<<Back 1 day (to 2014/12/29)20141230 
Mulover Hey there! Short question: any chance, that http://bugs.ghostscript.com/show_bug.cgi?id=695582 will be fixed?12:55.41 
rayjj strange that pcl wouldn't build with clang (at least if gcc was missing). Of course with the "fix", we'll probably have folks trying to build ghostpdl/pcl6 with all sorts of strange compilers instead of gcc :-/13:40.07 
  looks like avih is having network issues14:17.48 
  henrys: (for the logs) I got a strange "compile fail" from the macpro. I did a cluster test with this same code yesterday and it compiled fine (I was just running WITHOUT the extras="-dBGPrint=true")14:21.35 
  henrys: Do you want to check the logs, or should I repost my message about macpro compile issue ?14:37.13 
  henrys: BTW, good morning :-)14:37.33 
henrys sorry doing an update14:41.40 
rayjj henrys: do you think that was what caused the compile fail?14:45.33 
henrys yeah it's failing for me now.14:45.58 
rayjj that's why I never update peeves or peeved :-)14:46.17 
  but that's a bummer with macpro. Can you take it down out of the cluster so I can do my run ?14:47.30 
henrys I've disabled it but AFAIK anyone can disable it from the dashboard, if I'm not here.14:48.43 
  ../gs/base/gp_unifs.c:170:5: error: unknown type name 'DIR'14:49.36 
  DIR *entry;14:49.37 
rayjj henrys: the error I got was "./gs/base/gp_unifs.c:217:5: error: unknown type name 'DIR'"14:49.38 
henrys is not shoveling until the temperature is positive14:55.32 
rayjj DIR is supposed to be defined by dirent.h (we include dirent_.h). In the dirent.h on peeved it has: typedef struct __dirstream DIR;14:56.40 
  henrys: I fly through (connection) DEN tomorrow AM early. I haven't checked the weather there. Should I worry ?14:57.45 
avih_ rayjj: yeah :/ is it too annoying?14:58.14 
henrys the pcl configure is missing something I'll just pull it over from gs... hopefully these sorts of issues go away with chris' new build structure.14:58.52 
  rayjj: it supposed to clear up tomorrow but the overnight low is -16... 15:01.11 
rayjj avih_: you've been "stable" now for almost 30 min. Before that I was seeing you pop on, then off every 10 minutes or so15:03.12 
  henrys: I'll be in DEN (if all goes well) about 8am, so that'll still be pretty near the low. I may experience a cold blast at the airplane door to jetway junction, but that's about it15:05.28 
avih_ rayjj: yeah, in the past 24h my irc proxy server had serious network issues... seems better now. hope it stays that way.. sorry for the noise...16:09.28 
  i guess this is what you get for cheap hosting...16:10.26 
henrys rayjj: I fixed it not sure why the regression test hasn't started yet.16:25.30 
  rayjj: says here to expect delays at dia today I imagine tomorrow will be the same: http://www.denverpost.com/weathernews/ci_27227833/denver-weather-high-4-degrees-low-9-high?source=infinite16:30.34 
rayjj henrys: the flight today corresponding to the one from DEN to LAX today was delayed, but as long as my flight to DEN is OK, that just gives us more connection time17:11.46 
henrys jogux: we haven't released robin's pdf repair fixes to itunes or google play have we?17:42.18 
jogux we have not.17:42.29 
  should we?17:43.13 
henrys I'd rather not but I might be overruled17:44.35 
jogux fair enough :) I'd imagine it's a largely policitical decision...17:45.59 
henrys jogux: he's just going to send them email we have a fix and it'll be in the next release.18:08.29 
jogux henrys: okay.18:08.57 
henrys rayjj: I wonder if configure.ac changes aren't tested, your change ran but mine didn't.18:40.50 
Zeus93 robin_watts, thank you so much for your help few days ago. I have a new issue today with jbig2dec. jbig2_image_png.c:29:23: fatal error: pngstruct.h: No such file or directory18:50.37 
jogux Zeus93: Robin is away on holiday now. 18:53.10 
  zeus93: that sounds like fairly straight forward problem though. do you have a pngstruct.h? :-)18:53.31 
Zeus93 thanks jogux. good question :)18:57.19 
jogux it should be part of libpng. I don't know the backgorund of what you're doing or much about jbig2, but I would check if you've missed a git submodules --init or --update step somewhere. others here may know more (and I have to go for dinner now)18:58.09 
Zeus93 excuse my noobiness :)18:58.12 
  thank you! well my main goal is mupdf18:59.22 
  actually I searched and the file is indeed in the system. /tmp/libpng/pngstruct.h19:07.05 
jogux zeus93: that's an odd place. is your whole mupdf source tree in /tmp ?19:26.48 
Zeus93 yes19:30.00 
  actually i take it back the mupdf source is i /opt/mupdf19:31.07 
jogux zeus93: can you explain the steps you've done so far? usually mupdf is very simple to build: git clone http://mupdf.com/repos/mupdf.git; git submodule update --init; make19:35.17 
Zeus93 sure19:36.49 
robin_watts_mac Zeus93: I wouldn't have expected us to need that file.19:38.20 
  mupdf does not depend on libpng.19:38.26 
Zeus93 I'm putting together individual components first in this order: libpng, freetype, jpeg, openjpeg, zlib, leptonica, jbig2dec19:38.56 
robin_watts_mac I would guess that you're rolling your own makefiles and you've included a jbig2dec file that isn't usually used for the mupdf build.19:39.21 
  As I say, mupdf does not depend on libpng.19:39.35 
Zeus93 you got it robin.19:39.58 
rayjj hmm... the xps created from the one file that segfaulted with my fixes causes gxps to run a REALLY long time. On peeved I killed it after 23 minutes. The xps was created by:20:10.14 
  .gs -sOutputFile=out.xps -sDEVICE=xpswrite -r300 -Z: -sDEFAULTPAPERSIZE=letter -dNOPAUSE -dBATCH -dClusterJob -dJOBSERVER tests_private/pdf/PDF_1.7_FTS/fts_06_0626.pdf20:10.15 
  I built HEAD with DEBUG and I can replicate the segfault on peeved. At least I'll be able to debug it :-/20:44.06 
mablae_ hello everyone20:44.33 
rayjj hi, mablae_ 20:45.51 
robin_watts_mac rayjj: Is peeved the one you can visualgdb?21:25.50 
 Forward 1 day (to 2014/12/31)>>> 
ghostscript.com
Search: