2013-12-30T00:13:14 *** arvind_khadri has joined #rtems 2013-12-30T04:31:53 *** mkhoory-2 has quit IRC (Read error: Connection reset by peer) 2013-12-30T04:32:09 *** mkhoory has joined #rtems 2013-12-30T04:33:54 *** mkhoory has quit IRC (Read error: Connection reset by peer) 2013-12-30T06:06:05 *** edwardk_ has joined #rtems 2013-12-30T06:06:36 *** edwardk has quit IRC (Ping timeout: 272 seconds) 2013-12-30T06:57:20 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-30T06:57:37 *** gcibot has joined #rtems 2013-12-30T06:58:31 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-30T06:58:42 *** gcibot has joined #rtems 2013-12-30T09:52:04 *** arvind_khadri has quit IRC (Remote host closed the connection) 2013-12-30T10:02:17 *** DrJoel has joined #rtems 2013-12-30T10:02:18 *** DrJoel has joined #rtems 2013-12-30T10:02:18 *** ChanServ sets mode: +o DrJoel 2013-12-30T10:03:02 hey DrJoel 2013-12-30T10:03:26 hello.. just popping on to see what I need to do for GCI. 2013-12-30T10:03:44 :) 2013-12-30T10:04:19 The holidays is my longest time off work during the entire year (20 Dec to 6 Jan this year). I want to avoid coding but GCI needs attention :) 2013-12-30T10:04:25 How are you doing? 2013-12-30T10:05:17 great, still working the graphics tookit task 2013-12-30T10:05:24 GCI students have closed 225 out of our potention 495 tasks!!! 2013-12-30T10:05:53 for us students, holidays is the longest time off studies, allowing us to code more 2013-12-30T10:06:01 yaay for 225 tasks :D 2013-12-30T10:06:16 I originally mentored the packaging of that together with a GSOC student. Then another updated it. Really should pull pieces from upstream for you. 2013-12-30T10:06:45 currently one package doesn't build, the rest are fine with make 2013-12-30T10:06:49 I am amazed at the hard tasks you all are doing. The past two years our coding tasks were left untouched. Daniel busted us for reusing tasks from previous years and they had already been done. LOL 2013-12-30T10:07:05 Which one and what's the failure? 2013-12-30T10:07:09 fltk-1.3.0 2013-12-30T10:07:24 I'll get logs in a minute, but there's lots of undefined references 2013-12-30T10:07:47 oh.. not sure that is really 100% supported. We probably need to semi-ignore it failing and contact the GSOC student for a confirmation 2013-12-30T10:10:06 If I may ask, where in the world geographically are you? 2013-12-30T10:10:11 India 2013-12-30T10:10:26 I am in Huntsville Alabama USA.. 2C here this morning and windy. brrrr 2013-12-30T10:10:31 So likely much warmer there today 2013-12-30T10:11:04 warmer for you, cold for me (it's been colder this year, and I caught cold :/) 2013-12-30T10:11:26 20C currently, but goes down to 10 in the mornings 2013-12-30T10:11:38 I can't even imagine how would it feel at 2C 2013-12-30T10:12:41 We have been down to -8C this winter but we normally don't stay like this. Rare to get snow or ice. Earlier this week, it was 20C. 2013-12-30T10:13:14 I was going to work in the yard today. We had 5 trees removed and there is still wood needing moved. But not with it this cold. 2013-12-30T10:13:59 Gedare will tell you I am being a woos .. his dad was a lumberjack so this is normal work and warmer than where he grew up 2013-12-30T10:24:56 DrJoel: logs from fltk building failing http://git.io/Ad2UOA 2013-12-30T10:25:32 I was able to fix the cairo_test failures (line 442), but haven't gone any farther than that yet 2013-12-30T10:32:10 line 445 looks like you are not linking against libjpeg and just below it libpng 2013-12-30T10:32:40 From there it likely cascades. Especially if you missed all the libraries. :) 2013-12-30T10:32:46 yep, fixed that, libpng wanted libz too 2013-12-30T10:33:37 If you can build with waf what is currently built with make, then you are ok. Usually a good idea to build with the old system, keep logs and compare at the point of failure 2013-12-30T10:34:05 this is with make :/ 2013-12-30T10:34:25 ouch.. :( 2013-12-30T10:34:29 I didn't switch everything to waf yet, since it's esentially just calling make 2013-12-30T10:34:47 more info at: http://www.google-melange.com/gci/task/view/google/gci2013/5333150951538688 2013-12-30T10:34:48 Are you using the doit script? 2013-12-30T10:34:49 Waf conversion: Convert rtems-graphics-toolkit 2013-12-30T10:34:49 Status: Claimed (5 days, 23 hours left) 2013-12-30T10:34:49 Mentor(s): Chris Johns, Gedare, C Rempel 2013-12-30T10:34:53 yes 2013-12-30T10:35:21 Grrr.... hate it when things aren't where I htink they are 2013-12-30T10:35:43 I did change it a bit, some of it which has been committed by gedare. but the result is the same as what I had by trying to build with an unmodified tree 2013-12-30T10:36:02 bit rot 2013-12-30T10:41:44 filed a bug on bugzilla 2013-12-30T10:42:16 PR2167 2013-12-30T10:42:42 OK.. that may be all that happens for now. Let me try to find the gsoc student 2013-12-30T10:43:45 Have you seen http://www.rtems.org/wiki/index.php/RTEMSGraphicsToolkit which mentions the student's github? 2013-12-30T10:44:05 yes, gedare pulled that into rtems, and I've been using that as a base 2013-12-30T10:45:43 I am curious if his code built from github. If not, then we can report that and hopefully if his email still works, get help 2013-12-30T10:46:42 I'm fairly certain it didn't, but I'll try a fresh clone just to be sure, and report back 2013-12-30T10:47:07 ok.. post on the task via melange.. I am running off to do chore 2013-12-30T10:47:12 chores.. not just one. 2013-12-30T10:47:17 *** DrJoel has quit IRC (Quit: Some folks are wise, and some otherwise.) 2013-12-30T12:17:04 *** arvind_khadri has joined #rtems 2013-12-30T13:01:50 *** arvind_khadri has quit IRC (Remote host closed the connection) 2013-12-30T13:14:18 *** dunsmoreb has joined #rtems 2013-12-30T16:58:56 *** kiwichris has joined #rtems 2013-12-30T17:08:16 *** kiwichris has quit IRC (Read error: Connection reset by peer) 2013-12-30T17:28:35 *** edwardk_ has quit IRC (Quit: Computer has gone to sleep.) 2013-12-30T20:19:00 *** chernuh has joined #rtems 2013-12-30T20:29:00 *** chernuh has quit IRC (Remote host closed the connection) 2013-12-30T21:01:34 *** edwardk has joined #rtems 2013-12-30T23:01:17 *** dunsmoreb has quit IRC (Quit: Leaving) 2013-12-31T00:04:13 *** kiwichris has joined #rtems 2013-12-31T00:12:46 *** kiwichris has quit IRC (Read error: Connection reset by peer) 2013-12-31T00:14:32 *** arvind_khadri has joined #rtems 2013-12-31T02:30:38 *** arvind_khadri has quit IRC (Read error: Operation timed out) 2013-12-31T03:02:36 *** gigetoo has quit IRC (Remote host closed the connection) 2013-12-31T03:03:23 *** gigetoo has joined #rtems 2013-12-31T04:07:06 *** arvind_khadri has joined #rtems 2013-12-31T05:15:45 *** kiwichris has joined #rtems 2013-12-31T05:59:08 *** kiwichris has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2013-12-31T06:47:55 *** antgreen has quit IRC (Ping timeout: 252 seconds) 2013-12-31T07:14:56 *** antgreen has joined #rtems 2013-12-31T09:49:57 *** bagdulin has joined #rtems 2013-12-31T10:01:42 *** bagdulin has quit IRC (K-Lined) 2013-12-31T10:12:49 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-31T10:55:02 *** arvind_khadri has quit IRC (Quit: Leaving) 2013-12-31T13:14:16 *** edwardk has joined #rtems 2013-12-31T13:18:36 *** dunsmoreb has joined #rtems 2013-12-31T14:06:38 *** dunsmoreb has quit IRC (Ping timeout: 240 seconds) 2013-12-31T15:25:02 *** dunsmoreb has joined #rtems 2013-12-31T16:25:43 *** kiwichris has joined #rtems 2013-12-31T16:59:11 *** kiwichris has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2013-12-31T17:03:51 *** kiwichris has joined #rtems 2013-12-31T17:14:48 *** kiwichris has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2013-12-31T17:15:59 *** kiwichris has joined #rtems 2013-12-31T17:26:20 *** kiwichris has quit IRC (Read error: Connection reset by peer) 2013-12-31T18:44:07 *** kiwichris has joined #rtems 2013-12-31T18:49:43 *** kiwichris has quit IRC (Read error: Connection reset by peer) 2013-12-31T20:10:13 *** edwardk has quit IRC (Ping timeout: 248 seconds) 2013-12-31T21:33:03 *** dunsmoreb has quit IRC (Quit: Leaving)