2013-12-02T00:10:24 *** edwardk has joined #rtems 2013-12-02T00:20:38 *** arvind_khadri has joined #rtems 2013-12-02T00:34:03 *** javamonnn has quit IRC (Remote host closed the connection) 2013-12-02T00:50:47 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-02T01:07:14 *** sebhub has joined #rtems 2013-12-02T04:32:59 *** sebhub has quit IRC (Ping timeout: 260 seconds) 2013-12-02T05:57:21 *** gigetoo_ has joined #rtems 2013-12-02T05:57:41 *** gigetoo has quit IRC (Ping timeout: 240 seconds) 2013-12-02T06:23:05 *** edwardk has joined #rtems 2013-12-02T06:44:09 *** gigetoo_ has quit IRC (Quit: leaving) 2013-12-02T06:44:36 *** gigetoo has joined #rtems 2013-12-02T06:45:18 *** gigetoo is now known as list 2013-12-02T07:24:10 *** edwardk has joined #rtems 2013-12-02T07:39:53 *** arvind_khadri has quit IRC (Remote host closed the connection) 2013-12-02T07:59:20 *** list has quit IRC (Remote host closed the connection) 2013-12-02T08:00:09 *** gigetoo has joined #rtems 2013-12-02T08:04:14 *** gigetoo is now known as list 2013-12-02T08:05:21 *** list is now known as gigetoo 2013-12-02T08:59:06 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-02T09:11:01 *** vipulnayyar has joined #rtems 2013-12-02T09:54:14 *** antgreen has quit IRC (Ping timeout: 264 seconds) 2013-12-02T10:10:29 *** gedare has joined #rtems 2013-12-02T10:17:55 gedare: hey, are there any more waf / POSIX tests tasks? 2013-12-02T10:23:41 hi cdesai 2013-12-02T10:24:10 there will be some more waf tasks but i haven't made them yet..probably a few days 2013-12-02T10:24:35 do you have a task right now? 2013-12-02T10:24:52 I just finished mine, marked as complete on melange 2013-12-02T10:25:10 ok. i can create a waf one for you if you want, that will require a little bit of research on your part how to do it 2013-12-02T10:25:48 that would be great, thanks 2013-12-02T10:26:23 cdesai, i think you put the wrong patch on your task 2013-12-02T10:26:53 yea, sorry 2013-12-02T10:27:24 submitted 0001-powerpc-motorola-Move-bspreset.c-to-startup.patch 2013-12-02T10:29:58 cdesai, i think this file needs to go to motorola_powerpc/startup/bspreset.c 2013-12-02T10:30:31 gedare: hmm, the task description says " powerpc : shared/bspreset.c should be moved to shared/startup/bspreset.c" 2013-12-02T10:30:31 I think only motorola_powerpc uses it, and the function probably is not generic across all powerpc BSPs 2013-12-02T10:30:36 *** vipulnayyar has joined #rtems 2013-12-02T10:31:11 yeah, unfortunately the pattern was not quite right 2013-12-02T10:31:30 a makefile grep showed only motorola_powerpc referencing it 2013-12-02T10:31:40 can you instead move the file to motorola_powerpc/startup/bspreset.c 2013-12-02T10:32:29 * cdesai obeys 2013-12-02T10:32:32 thanks 2013-12-02T10:45:20 *** vipulnayyar has quit IRC (Ping timeout: 246 seconds) 2013-12-02T10:51:29 looks like something suddenly went wrong with my env 2013-12-02T10:51:31 ../../../../../../../../rtems/c/src/../../cpukit/score/cpu/powerpc/cpu.c:22:26: fatal error: rtems/system.h: No such file or directory 2013-12-02T10:53:37 did you start your build before "bootstrap" finished? 2013-12-02T10:53:53 how did you build? 2013-12-02T10:53:57 waited for it, trying with a clean env now 2013-12-02T10:54:06 make RTEMS_BSP=mcp750 2013-12-02T10:54:16 configured with --target=powerpc-rtems4.11 2013-12-02T10:54:37 did you use --enable-maintainer-mode on your configure line? 2013-12-02T10:54:40 it did work from clean, time tor try the patch 2013-12-02T10:54:46 nope 2013-12-02T10:54:55 if not then I think you may need to redo configure and make 2013-12-02T10:55:07 okay 2013-12-02T10:55:08 sometimes make does not pick up the changes to the Makefile.in files 2013-12-02T10:55:27 This is another reason we want waf. :) 2013-12-02T10:55:32 yea, it tried looking for shared/startup/bspreset.c even after I changed it 2013-12-02T10:55:38 exactly. 2013-12-02T10:58:59 still looks for startup/console/bspreset.c (I built clean from upstream master), I re-ran bootstrap, then configure 2013-12-02T10:59:11 also, I noticed that it's the only c file under motorola_powerpc (the one I added) 2013-12-02T10:59:54 where did you run bootstrap in? 2013-12-02T11:00:07 it has to be run from a directory containing a configure.ac file 2013-12-02T11:00:17 libbsp 2013-12-02T11:00:21 ok that should work... 2013-12-02T11:00:26 *libbsp/powerpc 2013-12-02T11:00:37 yea, it did work just before I moved to motorola_powerpc/ 2013-12-02T11:00:55 after you patch, you ran bootstrap, and then configure and make in a clean directory? 2013-12-02T11:02:04 ran make in an existing env 2013-12-02T11:03:26 ok.. try a clean configure and make 2013-12-02T11:03:37 ok 2013-12-02T11:03:46 (broken build system *sigh*) 2013-12-02T11:06:29 worked from clean 2013-12-02T11:07:39 new patch up on melange 2013-12-02T11:10:37 cdesai, http://www.google-melange.com/gci/task/view/google/gci2013/5804804664197120 2013-12-02T11:10:39 Waf conversion: Convert posix_api 2013-12-02T11:10:39 Status: Open 2013-12-02T11:10:39 Mentor(s): Chris Johns, Gedare 2013-12-02T11:11:01 thanks gedare 2013-12-02T11:11:28 i can't push your patch from this computer, so i sent to the ml to deal with later. 2013-12-02T11:11:59 gotta go. bye 2013-12-02T11:12:04 *** gedare has quit IRC (Quit: Leaving) 2013-12-02T11:12:05 same here, bye. 2013-12-02T11:15:29 *** vipulnayyar has joined #rtems 2013-12-02T11:20:23 *** vipulnayyar has joined #rtems 2013-12-02T11:32:08 *** vipulnayyar has quit IRC (Quit: Leaving) 2013-12-02T11:47:20 *** edwardk has joined #rtems 2013-12-02T12:13:11 *** vipulnayyar has joined #rtems 2013-12-02T12:41:45 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-02T14:08:33 *** peerst_ has joined #rtems 2013-12-02T14:10:50 *** peerst has quit IRC (Read error: Connection reset by peer) 2013-12-02T14:10:51 *** peerst_ is now known as peerst 2013-12-02T15:26:04 *** antgreen has joined #rtems 2013-12-02T16:24:41 *** antgreen has quit IRC (Read error: Operation timed out) 2013-12-02T17:01:08 *** edwardk has joined #rtems 2013-12-02T17:43:51 *** antgreen has joined #rtems 2013-12-02T18:35:02 *** javamonnn has joined #rtems 2013-12-02T18:39:31 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-02T18:39:56 *** edwardk has joined #rtems 2013-12-02T18:40:28 *** edwardk has quit IRC (Client Quit) 2013-12-02T20:08:14 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-02T20:21:50 *** javamonnn has joined #rtems 2013-12-02T20:50:05 *** edwardk has joined #rtems 2013-12-02T20:58:14 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-02T21:07:06 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-02T21:35:11 *** javamonnn has joined #rtems 2013-12-02T21:39:53 *** gedare has joined #rtems 2013-12-02T21:55:03 *** gedare has quit IRC (Ping timeout: 272 seconds) 2013-12-02T22:49:50 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-02T23:18:37 *** javamonnn has joined #rtems 2013-12-03T00:27:50 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-03T00:40:46 *** arvind_khadri has joined #rtems 2013-12-03T00:47:14 *** javamonnn has joined #rtems 2013-12-03T01:00:31 *** edwardk has joined #rtems 2013-12-03T01:18:38 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-03T01:22:38 *** sebhub has joined #rtems 2013-12-03T02:25:05 *** vipulnayyar has joined #rtems 2013-12-03T02:29:27 *** vipulnayyar has quit IRC (Client Quit) 2013-12-03T02:37:04 *** sebhub has quit IRC (Ping timeout: 264 seconds) 2013-12-03T02:40:39 *** javamonnn has joined #rtems 2013-12-03T02:44:29 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T02:48:23 kiwichris, hope this isn't too much of a dumb question, but what does it mean if I made a RAP and it ended up having a ridiculous amount of relocations? i.e. 500,000 relocations for 500KB of code 2013-12-03T02:49:50 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-03T02:50:00 the relocation section of the original ELF is supporsed to have 28000 entries, in comparison 2013-12-03T02:58:07 *** javamonnn has joined #rtems 2013-12-03T03:31:02 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-03T04:32:26 *** javamonnn has joined #rtems 2013-12-03T04:54:38 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-03T05:17:13 *** edwardk has joined #rtems 2013-12-03T05:55:22 *** javamonnn has joined #rtems 2013-12-03T07:11:50 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-03T07:42:11 *** gedare has joined #rtems 2013-12-03T07:55:31 *** javamonnn has joined #rtems 2013-12-03T08:14:58 javamonnn: try to keep the first line of your commit message < 70 characters 2013-12-03T08:15:19 it gets used as a short message in git-log and as the subject line when the patch is emailed 2013-12-03T08:26:14 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-03T08:30:52 *** javamonnn has joined #rtems 2013-12-03T08:38:54 *** phipse has joined #rtems 2013-12-03T08:38:59 hi 2013-12-03T09:00:14 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-03T09:22:44 *** arvind_khadri has quit IRC (Remote host closed the connection) 2013-12-03T09:32:13 gedare: where would you suggest adding the check for POSIX? I've got it at posix_api/wscript currently, as posix_api/Makefile had it 2013-12-03T09:32:39 cdesai: that will be good enough. 2013-12-03T09:32:45 hi phipse 2013-12-03T09:32:56 thanks for submitting your work.. i should try to read the code:) 2013-12-03T09:45:46 hi gedare, thanks, 2/2 adds an extra guard, to prevent undefined ref errors if paravirt is not used and 3/3 adds the virtualpok BSP 2013-12-03T09:46:23 ok thanks i'll try to take a look today 2013-12-03T09:46:55 but as you can see, I still haven't got how to use git-send-email properly ;) 2013-12-03T09:47:40 *** edwardk has joined #rtems 2013-12-03T09:50:13 gedare: that "checking for POSIX" link made it so easy :D 2013-12-03T09:50:43 cdesai: good i did not think it would be too hard 2013-12-03T09:55:52 *** javamonnn has joined #rtems 2013-12-03T10:07:07 *** phipse has quit IRC (Quit: leaving) 2013-12-03T10:07:26 *** javamonnn has quit IRC (Ping timeout: 240 seconds) 2013-12-03T10:28:00 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-03T10:28:14 *** gcibot has joined #rtems 2013-12-03T10:28:16 Hey, I'm a bot written by aviraldg who inserts metadata about GCI links!nSource at: https://github.com/aviraldg/gcibot. 2013-12-03T10:29:11 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-03T10:29:57 *** gcibot has joined #rtems 2013-12-03T10:54:59 *** gedare has quit IRC (Read error: Operation timed out) 2013-12-03T11:11:54 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T11:15:26 *** gedare has joined #rtems 2013-12-03T11:15:49 cdesai: please also fix ratemon_cond_server 2013-12-03T11:15:54 it requires posix 2013-12-03T11:15:59 (was buried in the description) 2013-12-03T11:16:45 you can push the commit to the same branch as your pull request is on, and it will update the pull request automatically 2013-12-03T11:22:35 *** marcinb has joined #rtems 2013-12-03T11:24:02 *** javamonnn has joined #rtems 2013-12-03T11:26:35 *** edwardk has joined #rtems 2013-12-03T11:33:03 *** gigetoo has quit IRC (Remote host closed the connection) 2013-12-03T11:35:03 mkhoory, this does seem like a lot 2013-12-03T11:35:24 one every 1 byte of code does not make sense 2013-12-03T11:36:09 *** gigetoo has joined #rtems 2013-12-03T11:37:18 gedare, commented on the posix patch; I think the test for posix need a () 2013-12-03T11:38:01 ok. it runs right, so i don't know what python is checking. 2013-12-03T11:38:11 *** javamonnn has quit IRC (Ping timeout: 260 seconds) 2013-12-03T11:38:12 course, i didn't try without posix enabled yet, could be just 'true' 2013-12-03T11:40:27 Yes cause the code exists 2013-12-03T11:40:54 ie you are testing a function is declared and that is always true or raises an exception 2013-12-03T11:40:58 ok. gotcha 2013-12-03T11:41:17 hey on another topic, pipe and the pipe fs 2013-12-03T11:41:19 i'll get the student to fix it throughout. he's the only one that added the checks. 2013-12-03T11:41:25 NIce 2013-12-03T11:41:52 yeah we're almost set.. just need to figure out how to check for c++. 2013-12-03T11:42:00 The code cpukit/libfs/src/pipe/fifo.c uses barriers to sync readers 2013-12-03T11:42:26 RTEMS always support c++; the enable is just for the class libs and tests 2013-12-03T11:42:56 and the class stuff is not worth considering and really should be updated or removed 2013-12-03T11:43:01 ok.. so probably something like cxxprogram 2013-12-03T11:43:07 yes 2013-12-03T11:43:11 gotcha. 2013-12-03T11:43:13 ok, pipes? 2013-12-03T11:43:52 yeah it is using barriers to sync readers but I am not sure if multiple readers on a pipe is a FIFO or a set as you get with barriers 2013-12-03T11:44:35 hmmm 2013-12-03T11:45:44 yeah i get it 2013-12-03T11:46:10 I am testing redirecting stderr to a buffer; dup2 call is horribly broken 2013-12-03T11:46:42 I suppose multiple readers on a pipe is undefined in what happens 2013-12-03T11:48:23 hmmm.. 2013-12-03T11:49:36 The pipe reader seems wrong. It loops until all the data requested is read and a read normally returns any data received up the amount requested 2013-12-03T11:51:16 yeah. it is a bit hard to follow but that's where i am looking 2013-12-03T11:52:56 i don't know the intended functionality 2013-12-03T11:55:20 should pipe_read() return as soon as it gets some data? 2013-12-03T11:55:31 that's normal for a filesystem read right? 2013-12-03T11:56:32 Yes 2013-12-03T11:56:40 then yes this has problems. 2013-12-03T11:56:53 is this supposed to be compliant with some posix definitions? 2013-12-03T11:56:58 It is a stream and the user needs to pull is the bits together; just like a socket read 2013-12-03T11:57:05 Yes the read call 2013-12-03T11:57:16 ok 2013-12-03T11:58:03 I will fix it. After this I should have a unix like piece of redirection code working which is nice. I can capture stderr into a buffer and then send to a remote syslog 2013-12-03T11:59:20 good. this is part of RTEMS i almost never touch 2013-12-03T12:00:07 i triaged the open bugs filed as belonging to cpukit and generated some GCI tasks to fix or investigate them. we'll see what comes of that. 2013-12-03T12:02:01 i can't see what the behavior of a pipe should be in the presence of multiple readers. 2013-12-03T12:03:04 gotta go. 2013-12-03T12:08:37 *** gedare has quit IRC (Ping timeout: 252 seconds) 2013-12-03T12:32:20 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T12:38:13 *** edwardk has joined #rtems 2013-12-03T12:40:46 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-03T12:41:04 *** gcibot has joined #rtems 2013-12-03T12:46:07 *** javamonnn has joined #rtems 2013-12-03T12:53:06 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T13:04:11 *** javamonnn has quit IRC (Ping timeout: 246 seconds) 2013-12-03T13:17:59 *** marcinb has quit IRC (Remote host closed the connection) 2013-12-03T13:19:04 *** marcinb has joined #rtems 2013-12-03T13:25:27 *** marcinb has quit IRC (Quit: Leaving) 2013-12-03T13:29:48 *** marcinb has joined #rtems 2013-12-03T13:51:36 *** gedare has joined #rtems 2013-12-03T13:59:34 gedare, thanks 2013-12-03T13:59:48 you're welcome 2013-12-03T14:00:21 *** javamonnn has joined #rtems 2013-12-03T14:20:24 3 more waf tasks and the conversion is 'complete'. 2013-12-03T14:20:30 as complete as i care to get it, anyway 2013-12-03T14:22:55 *** javamonnn has quit IRC (Ping timeout: 260 seconds) 2013-12-03T14:35:55 *** edwardk has joined #rtems 2013-12-03T14:48:47 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T14:52:25 *** javamonnn has joined #rtems 2013-12-03T14:56:40 *** javamonnn has quit IRC (Ping timeout: 245 seconds) 2013-12-03T15:14:35 *** javamonnn has joined #rtems 2013-12-03T15:16:53 *** gedare has quit IRC (Ping timeout: 248 seconds) 2013-12-03T15:22:59 *** edwardk has joined #rtems 2013-12-03T15:27:23 *** javamonnn has quit IRC (Remote host closed the connection) 2013-12-03T15:54:46 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T16:01:08 *** edwardk has joined #rtems 2013-12-03T16:27:22 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T16:39:15 *** javamonn has joined #rtems 2013-12-03T16:48:52 *** edwardk has joined #rtems 2013-12-03T17:42:41 *** javamonn has quit IRC (Ping timeout: 245 seconds) 2013-12-03T17:45:52 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T17:54:33 *** edwardk has joined #rtems 2013-12-03T18:06:36 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T18:11:27 kiwichris, yeah its indeed strange. I think that may be the reason why I'm getting significantly longer times to load with RAP compared with ELF. 2013-12-03T18:32:09 *** peerst_ has joined #rtems 2013-12-03T18:33:40 *** peerst has quit IRC (Read error: Connection reset by peer) 2013-12-03T18:33:40 *** peerst_ is now known as peerst 2013-12-03T18:42:24 *** marcinb has quit IRC (Quit: Leaving) 2013-12-03T18:45:34 *** gedare has joined #rtems 2013-12-03T18:46:23 *** edwardk has joined #rtems 2013-12-03T18:49:21 *** javamonnn has joined #rtems 2013-12-03T18:49:42 conversion of the RTEMS code to waf is almost done? that's excellent :D 2013-12-03T18:53:26 i was referring to something else 2013-12-03T18:53:32 but that is also close to done 2013-12-03T18:53:46 javamonnn: hi 2013-12-03T18:54:03 javamonnn: you can drop your PR task for the doxy one real quick to get credit and then re-claim your bug fix if you like. 2013-12-03T18:54:39 normally i don't care for shenanigans, but you did wait almost 2 hours :) 2013-12-03T18:54:51 gedare: okay will do, unclaiming now 2013-12-03T18:58:32 haha yeah sorry about that, I mean I would've been completely okay with not receiving credit for the bsp task, I just really wanted that bug fix before anyone else got it 2013-12-03T18:59:27 gedare, oh. Great either way! 2013-12-03T19:00:34 *** edwardk has joined #rtems 2013-12-03T19:01:09 mkhoory: yeah. :) 2013-12-03T19:01:19 javamonnn: i know.. it's high stakes gci! 2013-12-03T19:01:50 i triaged our bugzilla to find some possible coding tasks that would prove more challenging perhaps. 2013-12-03T19:02:03 challenging, but doable 2013-12-03T19:09:33 These bugzilla tasks are very interesting, I like it when a task is challenging and open ended in nature. The "fix" ones on melange right now seem very doable but a good challenge. 2013-12-03T19:09:58 plus you can almost never run out of bugs to turn into tasks haha. 2013-12-03T19:10:00 yes, the investigate ones may not result in actual code-writing. 2013-12-03T19:10:01 heh 2013-12-03T19:11:18 I'll have to take a better look at them when I get a chance, I'm sure one or two would be an easy enough fix assuming the bug still exists and is readily reproduced 2013-12-03T19:22:10 gedare: the task description states I am to write a new test case (time in the past). psxtimer02 already contains a case with the TIMER_ABSTIME flag, should I move this and create one for relative time? 2013-12-03T19:22:28 Or should I leave the absolute where it is and have a relative test by itself? 2013-12-03T19:26:07 actually I don't know how you would do a time in the past test with a relative time 2013-12-03T19:28:25 you can extend the existing test case 2013-12-03T19:28:31 i didn't investigate if test casese existed or not 2013-12-03T19:28:35 i gotta go 2013-12-03T19:28:50 alright later 2013-12-03T19:32:41 *** gedare has quit IRC (Ping timeout: 245 seconds) 2013-12-03T19:37:03 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T19:38:37 *** edwardk has joined #rtems 2013-12-03T19:41:10 *** edwardk has quit IRC (Client Quit) 2013-12-03T19:58:15 mkhoory, any way you can make a simple test case 2013-12-03T20:00:31 *** edwardk has joined #rtems 2013-12-03T20:03:56 *** edwardk has quit IRC (Client Quit) 2013-12-03T20:26:35 *** javamonnn has quit IRC (Ping timeout: 246 seconds) 2013-12-03T20:49:23 *** javamonnn has joined #rtems 2013-12-03T21:29:08 *** edwardk has joined #rtems 2013-12-03T21:35:55 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T22:16:40 *** edwardk has joined #rtems 2013-12-03T22:29:51 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T22:37:47 *** edwardk has joined #rtems 2013-12-03T23:00:19 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-03T23:09:19 *** javamonnn has quit IRC (Ping timeout: 260 seconds) 2013-12-03T23:14:46 *** mkhoory-2 has joined #rtems 2013-12-03T23:20:07 *** verm__ has quit IRC (Ping timeout: 245 seconds) 2013-12-03T23:22:24 *** mkhoory has quit IRC (Ping timeout: 245 seconds) 2013-12-03T23:22:28 *** ysionneau has quit IRC (Ping timeout: 245 seconds) 2013-12-03T23:27:15 *** ysionneau has joined #rtems 2013-12-03T23:28:39 *** javamonnn has joined #rtems 2013-12-03T23:28:52 *** mkhoory-2 is now known as mkhoory 2013-12-03T23:47:27 *** edwardk has joined #rtems 2013-12-03T23:53:01 *** YuGin has joined #rtems 2013-12-03T23:58:04 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-04T00:02:16 *** javamonnn has quit IRC (Ping timeout: 245 seconds) 2013-12-04T00:17:21 *** edwardk has joined #rtems 2013-12-04T00:33:09 *** arvind_khadri has joined #rtems 2013-12-04T00:50:10 *** javamonnn has joined #rtems 2013-12-04T01:29:46 *** javamonnn has quit IRC (Ping timeout: 245 seconds) 2013-12-04T03:03:30 *** Thorn__ has joined #rtems 2013-12-04T03:03:30 *** Thorn__ has joined #rtems 2013-12-04T03:12:16 *** Thorn has quit IRC (*.net *.split) 2013-12-04T03:12:17 *** rokka has quit IRC (*.net *.split) 2013-12-04T03:22:20 *** javamonnn has joined #rtems 2013-12-04T03:26:40 *** javamonnn has quit IRC (Ping timeout: 245 seconds) 2013-12-04T03:42:50 The "Fix Bug" tasks looks good 2013-12-04T03:42:51 look* 2013-12-04T04:00:27 *** javamonnn has joined #rtems 2013-12-04T04:02:10 These bugzilla tasks are very interesting, I like it when a task is challenging and open ended in nature. The "fix" ones on melange right now seem very doable but a good challenge. +1 :D 2013-12-04T04:11:23 *** javamonnn has quit IRC (Ping timeout: 246 seconds) 2013-12-04T04:20:35 *** rokka has joined #rtems 2013-12-04T05:54:21 *** Thorn__ is now known as Thorn 2013-12-04T06:00:50 *** javamonnn has joined #rtems 2013-12-04T06:10:15 *** javamonnn has quit IRC (Ping timeout: 260 seconds) 2013-12-04T06:31:21 *** verm__ has joined #rtems 2013-12-04T06:31:21 *** verm__ has joined #rtems 2013-12-04T06:31:50 *** verm__ has joined #rtems 2013-12-04T06:32:10 *** verm__ has joined #rtems 2013-12-04T07:02:38 *** antgreen has quit IRC (Ping timeout: 245 seconds) 2013-12-04T07:15:41 *** antgreen has joined #rtems 2013-12-04T07:27:50 *** antgreen has quit IRC (Ping timeout: 264 seconds) 2013-12-04T07:33:37 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-04T07:41:51 *** edwardk has joined #rtems 2013-12-04T07:42:39 *** antgreen has joined #rtems 2013-12-04T08:18:45 *** gedare has joined #rtems 2013-12-04T08:41:48 *** gedare has quit IRC (Ping timeout: 252 seconds) 2013-12-04T08:58:10 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-04T09:08:45 *** YuGin has quit IRC (Ping timeout: 245 seconds) 2013-12-04T09:48:16 *** arvind_khadri has quit IRC (Remote host closed the connection) 2013-12-04T10:12:11 *** antgreen has quit IRC (Ping timeout: 272 seconds) 2013-12-04T10:13:23 *** vipulnayyar has joined #rtems 2013-12-04T10:55:58 *** edwardk has joined #rtems 2013-12-04T11:36:34 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-04T11:57:38 *** edwardk has joined #rtems 2013-12-04T12:45:38 *** gigetoo has quit IRC (Remote host closed the connection) 2013-12-04T12:48:10 *** gigetoo has joined #rtems 2013-12-04T13:10:00 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-04T13:47:49 *** gcibot has quit IRC (Ping timeout: 248 seconds) 2013-12-04T14:25:45 *** gedare has joined #rtems 2013-12-04T14:35:17 *** gedare has quit IRC (Ping timeout: 246 seconds) 2013-12-04T14:38:05 *** antgreen has joined #rtems 2013-12-04T14:55:30 *** antgreen has quit IRC (Ping timeout: 240 seconds) 2013-12-04T15:04:49 *** gedare has joined #rtems 2013-12-04T15:08:27 *** antgreen has joined #rtems 2013-12-04T15:14:51 *** gcibot has joined #rtems 2013-12-04T15:28:42 *** antgreen has quit IRC (Read error: Operation timed out) 2013-12-04T15:29:31 *** gedare has quit IRC (Ping timeout: 240 seconds) 2013-12-04T16:04:35 *** Thorn has quit IRC (Ping timeout: 245 seconds) 2013-12-04T17:09:50 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-04T17:10:18 *** gcibot has joined #rtems 2013-12-04T17:10:58 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-04T17:11:57 *** gcibot has joined #rtems 2013-12-04T17:36:44 *** Ignacio has joined #rtems 2013-12-04T19:16:32 *** YuGin has joined #rtems 2013-12-04T20:04:24 *** antgreen has joined #rtems 2013-12-04T20:07:19 *** Ignacio has left #rtems ("Saliendo") 2013-12-04T20:08:59 *** javamonnn has joined #rtems 2013-12-04T22:01:46 *** edwardk has joined #rtems 2013-12-04T22:16:50 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-04T22:48:33 *** edwardk has joined #rtems 2013-12-04T23:00:28 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-04T23:21:49 *** edwardk has joined #rtems 2013-12-04T23:30:54 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-05T00:31:46 *** arvind_khadri has joined #rtems 2013-12-05T00:55:01 *** edwardk has joined #rtems 2013-12-05T01:04:19 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-05T01:08:52 *** edwardk has joined #rtems 2013-12-05T01:49:33 *** sebhub has joined #rtems 2013-12-05T02:56:11 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-05T03:14:16 *** edwardk has joined #rtems 2013-12-05T03:31:20 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-05T03:46:35 *** edwardk has joined #rtems 2013-12-05T03:58:27 *** gigetoo has quit IRC (Ping timeout: 264 seconds) 2013-12-05T04:06:51 *** sebhub has quit IRC (Ping timeout: 264 seconds) 2013-12-05T04:09:25 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-05T04:10:58 *** edwardk has joined #rtems 2013-12-05T04:20:25 *** YuGin has quit IRC (Ping timeout: 245 seconds) 2013-12-05T04:21:30 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-05T04:37:25 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-05T04:40:25 *** edwardk has joined #rtems 2013-12-05T05:04:23 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-05T05:04:42 *** gcibot has joined #rtems 2013-12-05T05:07:01 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-05T05:07:11 *** gcibot has joined #rtems 2013-12-05T05:08:30 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-05T05:11:43 *** gcibot has joined #rtems 2013-12-05T05:20:43 *** edwardk has joined #rtems 2013-12-05T05:23:30 *** edwardk has quit IRC (Client Quit) 2013-12-05T05:56:22 *** edwardk has joined #rtems 2013-12-05T06:06:03 *** edwardk has quit IRC (Ping timeout: 252 seconds) 2013-12-05T06:28:33 *** edwardk has joined #rtems 2013-12-05T06:32:55 *** edwardk has quit IRC (Ping timeout: 245 seconds) 2013-12-05T06:55:36 *** edwardk has joined #rtems 2013-12-05T07:00:14 *** edwardk has quit IRC (Ping timeout: 264 seconds) 2013-12-05T07:22:42 *** edwardk has joined #rtems 2013-12-05T07:27:27 *** edwardk has quit IRC (Ping timeout: 252 seconds) 2013-12-05T07:32:00 *** gcibot has quit IRC (Ping timeout: 240 seconds) 2013-12-05T07:34:55 *** gcibot has joined #rtems 2013-12-05T07:58:15 *** cafi has joined #rtems 2013-12-05T07:58:26 hi all 2013-12-05T07:58:52 any one? 2013-12-05T08:16:54 *** edwardk has joined #rtems 2013-12-05T08:18:40 *** YuGin has joined #rtems 2013-12-05T08:21:15 *** edwardk has quit IRC (Ping timeout: 245 seconds) 2013-12-05T08:22:16 *** YuGin has quit IRC (Read error: Connection reset by peer) 2013-12-05T08:42:08 *** gedare has joined #rtems 2013-12-05T08:44:06 *** edwardk has joined #rtems 2013-12-05T08:49:26 *** edwardk has quit IRC (Ping timeout: 272 seconds) 2013-12-05T08:56:27 I am trying to use the arm-rtems4.11-ld and when I tried to import a library with -lxx after setting the new directory where to search for library wit -L /path 2013-12-05T08:58:00 i'm receiving an error that i can not find the library but it is in that directory 2013-12-05T08:58:14 any ideea why? 2013-12-05T09:04:22 hi cafi 2013-12-05T09:05:09 does the file name match correctly? 2013-12-05T09:05:16 with the argument to -l 2013-12-05T09:07:47 cdesai: http://www.google-melange.com/gci/task/view/google/gci2013/5880110473281536 2013-12-05T09:07:49 Write bug test case for PR 1422 2013-12-05T09:07:49 Status: Open 2013-12-05T09:07:49 Mentor(s): Gedare 2013-12-05T09:11:10 yes it mach 2013-12-05T09:11:10 *** edwardk has joined #rtems 2013-12-05T09:12:23 I have teste with arm-rtem4.11-ar and is ok 2013-12-05T09:12:39 i have tested 2013-12-05T09:16:52 *** cafi_ has joined #rtems 2013-12-05T09:18:33 *** edwardk has quit IRC (Ping timeout: 252 seconds) 2013-12-05T09:19:21 what is the library file name and path location, and how are you linking? 2013-12-05T09:19:27 I guess this is working base on arm-elf-ld 2013-12-05T09:20:11 most of RTEMS gets built as static libraries and then linked together... so it should work 2013-12-05T09:24:03 you may try to remove the space after -L, it is not standard but gcc usually permits it 2013-12-05T09:26:06 gedare: i already took another task, should i do that first or take the one you linked after unclaiming the one i tpok? 2013-12-05T09:26:17 * cdesai took another bug 2013-12-05T09:26:30 whichever you prefer. 2013-12-05T09:26:58 i just wanted to point out that i posted the related task 2013-12-05T09:27:28 okay, I'll do this one real quick then 2013-12-05T09:27:30 thanks 2013-12-05T09:48:33 cdesai: post your ChangeLog to the PR too please 2013-12-05T09:49:12 gedare: I uploaded an archive to melange, do you want me to upload it to bugzilla as well? 2013-12-05T09:49:23 no separate files on the bugzilla 2013-12-05T09:51:28 done 2013-12-05T09:52:43 gedare: for the leap year test, should I add a test with two years? (1900 seems like a good choice as it would pass the old test, alongwith a valid leap year) 2013-12-05T09:53:42 or just 1900? 2013-12-05T09:56:39 test each possible combination that trips the conditions 2013-12-05T09:58:20 1900 came to my mind as it is divisible by 4, so it would pass previously, not anymore though as it is divisible by 100 and not 400 2013-12-05T09:59:37 so I could check if 1900 has 28 days (should return true) or 29 days (should return false 2013-12-05T10:00:42 yeah 2013-12-05T10:17:54 *** phipse has joined #rtems 2013-12-05T10:17:57 hi 2013-12-05T10:23:44 gedare: apparently 1900 isn't the best year to pick 2013-12-05T10:23:45 ./cpukit/score/include/rtems/score/todimpl.h:118:#define TOD_BASE_YEAR 1988 2013-12-05T10:26:12 oh, and the other test won't run for me 2013-12-05T10:26:19 ../../../../../../../rtems/c/src/../../testsuites/sptests/sp2038/init.c: 267 memcmp(&now, problem, sizeof(now)) == 0 2013-12-05T10:28:26 just uploaded a patch to melange 2013-12-05T10:32:21 *** Ignacio has joined #rtems 2013-12-05T10:32:27 Is there Daniel Ramirez? 2013-12-05T10:32:36 javamonnn: ^ 2013-12-05T10:32:50 javamonnn, look at this: checknetbsd.herokuapp.com/all you're first of all gci! 2013-12-05T10:33:23 And first of rtems :) 2013-12-05T10:33:37 Next is Bryan Dunsmore :) 2013-12-05T10:33:40 yaay I'm second 2013-12-05T10:33:51 :D 2013-12-05T10:33:59 it shows Bryan as third for me 2013-12-05T10:34:05 Youre Bryan Dunsmore? 2013-12-05T10:34:13 no, Chirayu Desai 2013-12-05T10:34:19 oh sorry 2013-12-05T10:34:19 - 26 - Daniel Ramirez 2013-12-05T10:34:19 - 23 - Chirayu Desai 2013-12-05T10:34:19 - 20 - Bryan Dunsmore 2013-12-05T10:34:24 I read bad the source code :P 2013-12-05T10:34:38 a lot of completed tasks! 2013-12-05T10:35:06 I could' 2013-12-05T10:35:14 nvm 2013-12-05T10:35:25 it's been a fun 2 weeks 2013-12-05T10:35:30 :P 2013-12-05T10:35:41 I'm fourth 2013-12-05T10:36:30 oh 2013-12-05T10:36:33 Any problem with gcibot? 2013-12-05T10:40:10 heh, nice 2013-12-05T10:40:32 gedare: anything else that needs waf conversion? :D 2013-12-05T10:40:49 not at the moment no 2013-12-05T10:41:51 but there are plenty of doxygen tasks 2013-12-05T10:41:57 *** arvind_khadri has quit IRC (Remote host closed the connection) 2013-12-05T10:41:59 you might try tackling one and see if you like it 2013-12-05T10:42:36 sure, I'll take one of those next 2013-12-05T10:44:26 ok. also i put up another task related to your last one 2013-12-05T10:45:32 http://www.google-melange.com/gci/task/view/google/gci2013/5793592652070912 2013-12-05T10:45:33 Write bug test case for PR 1216 2013-12-05T10:45:33 Status: Open 2013-12-05T10:45:33 Mentor(s): Gedare 2013-12-05T10:46:51 thanks, I like these "Fix bug / test if bug is fixed" tasks :) 2013-12-05T10:47:56 cdesai: did you run your test case? 2013-12-05T10:48:09 i'm getting an unrelated failing assert in the "test_problem_year()" 2013-12-05T10:48:35 yeah 2013-12-05T10:48:35 oh, and the other test won't run for me 2013-12-05T10:48:35 ../../../../../../../rtems/c/src/../../testsuites/sptests/sp2038/init.c: 267 memcmp(&now, problem, sizeof(now)) == 0 2013-12-05T10:48:42 yeah that's the one 2013-12-05T10:48:49 maybe sparc-sis can't handle it. 2013-12-05T10:49:01 I commented it out to test my case 2013-12-05T10:49:10 ok 2013-12-05T10:49:37 did you post your test case on bugzilla? 2013-12-05T10:49:54 not yet 2013-12-05T10:49:59 * cdesai does that 2013-12-05T10:53:04 done 2013-12-05T10:54:01 thanks. i committed your test case and will commit the patch too. 2013-12-05T10:57:37 *** Ignacio has left #rtems (">>¡Good luck in GCI!<<") 2013-12-05T10:58:05 gedare: for the pagesize test, should I create sptests/sp78? 2013-12-05T10:58:30 that, or give it a useful name like sppagesize 2013-12-05T10:58:46 make sure you check all the possible sources listed in that PR 2013-12-05T11:00:00 ok, I'll read the comments again to make sure I don't miss anything 2013-12-05T11:12:49 *** phipse has quit IRC (Quit: leaving) 2013-12-05T11:20:36 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-05T11:23:09 *** gcibot has joined #rtems 2013-12-05T11:32:15 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-05T11:40:32 *** gcibot has joined #rtems 2013-12-05T14:53:59 *** cafi has quit IRC (Ping timeout: 250 seconds) 2013-12-05T15:18:07 hey javamonnn you around? 2013-12-05T15:54:49 hey gedare 2013-12-05T15:55:22 I emailed you back 2013-12-05T15:56:09 gedare, does the pthread monitor command show a POSIX priority or an RTEMS priority ? 2013-12-05T16:23:11 *** gigetoo has joined #rtems 2013-12-05T16:32:30 *** gigetoo has quit IRC (Ping timeout: 245 seconds) 2013-12-05T16:36:59 *** gigetoo has joined #rtems 2013-12-05T17:06:26 *** edwardk has joined #rtems 2013-12-05T17:22:17 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-05T18:20:03 *** edwardk has joined #rtems 2013-12-05T18:33:40 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-05T20:05:53 kiwichris: i don't know offhand did you find out? 2013-12-05T20:08:09 thanks javamonnn we can leave it alone for now. the question came up on another student's task when wondering what to do about files in a bsp's "shared" directory. 2013-12-05T20:09:26 What I've been doing in that case is adding the files to the architecture group unless I can form some other logical structure to whats there or in a supergroup 2013-12-05T20:09:29 i see you went ahead and did another task while waiting:) 2013-12-05T20:09:45 we need to flesh out more rigid rules 2013-12-05T20:09:48 ok. i think i suggested a shared group. we do. 2013-12-05T20:09:54 and yes, I hope that isn't an issue haha 2013-12-05T20:10:03 we're just going to end up with a mish-mash of doxygenated bsp's. 2013-12-05T20:10:06 nah no problem 2013-12-05T20:10:22 apparently RTEMS students are doing tasks at a pretty fast rate.. 2013-12-05T20:11:02 Yeah I saw that. Those waf tasks only took a couple minutes and inflated everyones task count pretty much 2013-12-05T20:11:18 It is funny that RTEMS is #1 #2 and #3 overall though 2013-12-05T20:11:27 pretty competitive group here 2013-12-05T20:11:49 javamonnn: only put one single blank line in a row 2013-12-05T20:12:02 in RTEMS source code 2013-12-05T20:12:28 gedare: okay, I'll take note of that 2013-12-05T20:12:38 i can't remember... i think there might be a way we prefer to note if code comes from a particular bsd also 2013-12-05T20:12:54 maybe we pull the code out of their repository with the $id$ tag... hmm 2013-12-05T20:13:07 this code is pretty simple though. 2013-12-05T20:13:34 can you replace the tabs with space characters too? 2013-12-05T20:13:40 the cfsetspeed doesn't have an external license because it wasn't a copy from anywhere, RTEMS handles setspeeds differently 2013-12-05T20:13:43 two-space indentations 2013-12-05T20:13:43 sure thing 2013-12-05T20:13:52 ok good 2013-12-05T20:14:00 the only thing changed in the cfmakeraw was the includes 2013-12-05T20:14:12 I'll clean up the patch before I post it to melange 2013-12-05T20:14:29 ok, post the updated patch to bugzilla also 2013-12-05T20:14:48 i won't be committing this, since it was another developer's PR I'll wait for him to check it out. 2013-12-05T20:14:56 but it looks right enough for me to close the task. 2013-12-05T20:15:24 is the RTEMS_NEWLIB guard used elsewhere in libcsupport? 2013-12-05T20:15:29 (I don't venture that way often) 2013-12-05T20:16:16 Yes, I copied that and the includes from the cfsetispeed and cfsetospeed. 2013-12-05T20:17:01 ok 2013-12-05T20:17:39 yeah the waf tasks ended up being a lot simpler than i expected. but that's ok. the job was finished :) 2013-12-05T20:18:23 I thought it was pretty cool how we all just figured out how to do them since the wiki wasn't finished haha. 2013-12-05T20:21:59 yeah i was pleased. i knew it wouldn't be terribly hard after I did the hello and filesystem conversions 2013-12-05T20:22:15 that code to create the FilesystemImage file was rough. 2013-12-05T20:31:09 thanks for the changes. i don't know which sebastian will prefer really. 2013-12-05T20:31:26 sometimes he likes to keep the style of the original code. but for this small of code i don't think it matters much. 2013-12-05T20:31:28 good night 2013-12-05T20:33:06 haha, always good to have different options I guess. Goodnight. 2013-12-05T20:33:29 gedare, I think the priority is the core one which is the RTEMS one and that makes the command confusing 2013-12-05T20:36:40 *** gedare has quit IRC (Ping timeout: 245 seconds) 2013-12-05T20:37:07 *** edwardk has joined #rtems 2013-12-05T20:41:26 *** edwardk has quit IRC (Ping timeout: 240 seconds) 2013-12-05T22:22:47 *** YuGin has joined #rtems 2013-12-05T22:25:08 *** edwardk has joined #rtems 2013-12-05T22:29:16 *** edwardk has quit IRC (Read error: Connection reset by peer) 2013-12-05T22:29:22 *** edwardk_ has joined #rtems 2013-12-05T22:32:56 *** edwardk_ has quit IRC (Client Quit) 2013-12-05T22:36:45 *** edwardk has joined #rtems 2013-12-06T00:24:01 *** aakriti has joined #rtems 2013-12-06T00:41:42 *** arvind_khadri has joined #rtems 2013-12-06T00:43:01 *** javamonnn has quit IRC (Remote host closed the connection) 2013-12-06T01:03:21 *** sebhub has joined #rtems 2013-12-06T01:04:14 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-06T01:31:18 *** cafi has joined #rtems 2013-12-06T02:28:02 *** rtemsLogger` has joined #rtems 2013-12-06T02:34:56 *** rtemsLogger has quit IRC (Ping timeout: 260 seconds) 2013-12-06T03:04:10 *** YuGin has quit IRC (Ping timeout: 246 seconds) 2013-12-06T03:05:23 *** YuGin has joined #rtems 2013-12-06T04:38:50 *** giusef has joined #rtems 2013-12-06T05:03:15 *** arvind_khadri has quit IRC (Read error: Operation timed out) 2013-12-06T05:18:46 *** arvind_khadri has joined #rtems 2013-12-06T05:35:00 *** sebhub has quit IRC (Ping timeout: 245 seconds) 2013-12-06T05:35:08 *** sebhub has joined #rtems 2013-12-06T06:12:23 *** giusef has quit IRC (Quit: Leaving) 2013-12-06T07:13:43 *** sebhub has quit IRC (Ping timeout: 272 seconds) 2013-12-06T08:00:01 *** gedare has joined #rtems 2013-12-06T08:13:25 *** vipulnayyar has joined #rtems 2013-12-06T08:14:20 Hi gedare , Can you please publish the remaining BSP refactoring tasks . 2013-12-06T08:14:48 Since they're quite easy, I hope they'll be finished very fast. 2013-12-06T08:15:02 good morning. 2013-12-06T08:15:18 Good Morning. 2013-12-06T08:15:42 yes. i was not aware they were unpublished. 2013-12-06T08:16:00 have you managed to write a script to automate the process of creating these tasks? 2013-12-06T08:16:08 from the output of check_submission it should be doable 2013-12-06T08:16:41 ok i published them. 2013-12-06T08:17:35 Not yet, I currently make up tasks with a bit of automation(thanks to grep..) and some manual work.. 2013-12-06T08:17:46 thanks :-) 2013-12-06T08:19:46 *** vipulnayyar has quit IRC (Quit: Leaving) 2013-12-06T08:20:28 gedare: for PR 1216, what should I check the various pagesizes against? 2013-12-06T08:20:49 i guess they should all be the same thing 2013-12-06T08:20:55 "According to POSIX PAGESIZE and PAGE_SIZE must be identical" from bugzilla 2013-12-06T08:21:12 then there is getpagesize 2013-12-06T08:22:48 check that they all return the same value i think 2013-12-06T08:23:04 okay, will do 2013-12-06T08:23:06 i'm not sure how to call sysconf or the libnetworking sysctl 2013-12-06T08:23:33 for the libnetworking part you would need to add some check if networking is enabled. I think there is a #define for that you might get to use 2013-12-06T08:26:23 found it, RTEMS_NETWORKING 2013-12-06T08:33:16 make[6]: *** No rule to make target '../../sparc/shared/start.S', needed by 'start.o'. Stop. 2013-12-06T08:33:40 (rmed the build dir, reconfigured, I guess I may need to re-run bootstrap?) 2013-12-06T08:34:06 (I did from the dir what I was working in - testsuites/sptests) 2013-12-06T08:52:32 gedare: done with the all but networking 2013-12-06T08:53:09 can you give me a hint as to how to proceed with that? 2013-12-06T08:54:28 it looks to me like the libnetworking just returns PAGE_SIZE 2013-12-06T08:55:10 i don't know exactly how to construct a test case that calls the sysctl, but i think you can ignore it. 2013-12-06T08:55:23 getpagesize returns PAGE_SIZE too 2013-12-06T08:55:47 that's ok leave that check in anyways 2013-12-06T08:55:51 ok 2013-12-06T09:18:19 *** YuGin has quit IRC (Ping timeout: 246 seconds) 2013-12-06T09:25:15 gedare: PAGESIZE is still defined to 1, but other than that the patch works fine 2013-12-06T09:25:24 good. 2013-12-06T09:25:27 (pushed to melange, cross-posing to bugzilla) 2013-12-06T09:27:52 cdesai: the Makefile.am and configure.ac modifications should try to preserve the alphabetical ordering of the subdirectories 2013-12-06T09:28:23 ugh, how did I miss that 2013-12-06T09:28:23 * cdesai fixes 2013-12-06T09:28:28 cdesai: the .doc file needs to be updated 2013-12-06T09:29:36 resubmit after fixing thanks 2013-12-06T09:32:29 fixed 2013-12-06T09:49:07 thanks good job 2013-12-06T09:49:24 i committed the test case 2013-12-06T09:49:33 thanks 2013-12-06T10:28:06 gedare: hrm, http://pastie.org/8533655 2013-12-06T10:28:24 building powerpc-rtems4.11 ss555 BSP 2013-12-06T10:28:31 ruh roh 2013-12-06T10:28:45 this is a bug 2013-12-06T10:29:34 http://pastie.org/private/0zfl22fkpjeupkyhrugymg 2013-12-06T10:31:36 sec 2013-12-06T10:32:37 the file needs to #include 2013-12-06T10:32:55 it is in c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.S 2013-12-06T10:33:01 sorry, irq_asm.S 2013-12-06T10:34:09 cdesai: try to include rtems/score/threaddispatch.h in c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S 2013-12-06T10:34:37 if that works, do a commit for that change and submit that too for your task. 2013-12-06T10:37:17 *** antgreen has quit IRC (Ping timeout: 272 seconds) 2013-12-06T10:54:05 gedare: Assembler doesn't like that 2013-12-06T10:54:11 Error: unrecognized opcode: `static' 2013-12-06T10:54:32 ah. 2013-12-06T10:54:38 do rtems/core/percpu.h instead 2013-12-06T10:54:50 that's already there 2013-12-06T10:56:54 hmmm 2013-12-06T10:57:01 that should pick up the _Thread_Dispatch_disable_level variable 2013-12-06T10:57:11 *** arvind_khadri has quit IRC (Remote host closed the connection) 2013-12-06T10:58:52 ahhh 2013-12-06T10:59:11 I think _Thread_Dispatch_disable_level must be replaced with THREAD_DISPATCH_DISABLE_LEVEL 2013-12-06T10:59:36 that should do the trick 2013-12-06T11:03:52 *** edwardk has joined #rtems 2013-12-06T11:14:23 gedare: yep, that's it 2013-12-06T11:14:50 *** javamonnn has joined #rtems 2013-12-06T11:17:22 uploaded to melange 2013-12-06T11:25:05 morning guys 2013-12-06T11:29:38 morning 2013-12-06T11:32:49 I'm in Texas and it snowed here last night, pretty odd stuff 2013-12-06T11:38:09 heh. i visited texas once and it snowed. 2013-12-06T11:39:17 It actually isn't all that unusual, people just think it is since it's texas haha. 2013-12-06T11:39:27 We had a white christmas 2 years ago. 2013-12-06T11:42:13 nice. 2013-12-06T11:44:35 gedare: in doxygen, how would I map that long list of rtems_status_codes that map to EIO? If I do multiple @retval EIO it ends up with multiple EIO return values, I'm not sure if this is okay. 2013-12-06T12:06:00 hmm.. i'd have to see how it looks 2013-12-06T12:06:03 you can also make a list after the @retval EIO RTEMS_XXX, RTEMS_YYY .... 2013-12-06T12:06:45 i don't know which would be better off hand. 2013-12-06T12:07:13 I have been listing them, I can only get 3 or 4 per line before it gets too long though 2013-12-06T12:07:23 I'll upload what I have in a minute 2013-12-06T12:07:58 ok i can't look now though. will be a bit before i can. 2013-12-06T12:08:37 Wait I actually just figured out how to do it on multiple lines all under one value, I'll submit that 2013-12-06T12:08:56 alright, I'll work on another task while I'm waiting, no big deal 2013-12-06T12:11:32 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-06T12:25:47 i have a few minutes if you got it done javamonnn 2013-12-06T12:26:02 yup uploading now 2013-12-06T12:26:37 uploaded it 2013-12-06T12:31:07 thanks javamonnn please cross-post to bugzilla 2013-12-06T12:31:26 patch looks fine to me. will be up to sebastian whether to commit or modify some more, but i can close the task with this. 2013-12-06T12:32:02 alright will do, I'll include the notes about a function to convert back and the EIO bit. I'll make any other edits required if he wants something else done. 2013-12-06T12:32:59 ok great. if he wants a test case I can instantiate a new task for it. 2013-12-06T12:34:21 sounds good. 2013-12-06T12:34:39 most likely it will sit through the weekend. 2013-12-06T12:34:45 he's already off the clock 2013-12-06T12:35:05 gotta go. bbl 2013-12-06T12:35:28 later 2013-12-06T13:05:40 *** antgreen has joined #rtems 2013-12-06T14:18:51 *** cafi has quit IRC (Ping timeout: 250 seconds) 2013-12-06T14:45:55 *** gedare has quit IRC (Ping timeout: 246 seconds) 2013-12-06T15:45:02 *** antgreen has quit IRC (Ping timeout: 240 seconds) 2013-12-06T18:38:12 *** Ignacio has joined #rtems 2013-12-06T18:38:16 really 30 tasks? :O 2013-12-06T18:38:19 thats awesome 2013-12-06T18:39:05 javamonnn, thats awesome men xd 2013-12-06T18:39:59 haha thanks man, It really helps to like the work your doing. RTEMS is a pretty cool project. 2013-12-06T18:40:37 Plus me and Chirayu hava a bit of a competition going, each one of us trying to be on top results in both of us doing huge amounts of work 2013-12-06T18:42:53 Really I don't know rtems 2013-12-06T18:43:10 Im participant of sugarlabs (Sorry I speak spanish, bad english) 2013-12-06T18:45:10 ahh man I'm hispanic (you could probably guess by my last name) but my parents never taught me spanish haha 2013-12-06T18:45:27 :o 2013-12-06T18:45:32 Diego es español :P 2013-12-06T18:45:54 no spanish? Ni "Hola" ? 2013-12-06T18:46:21 I know very basic spanish, I can't do anything with it 2013-12-06T18:46:35 :P 2013-12-06T18:46:41 haha 2013-12-06T18:46:43 My english is little but bad 2013-12-06T18:47:08 so good luck! 2013-12-06T18:47:12 Maybe I can see you at California :P 2013-12-06T18:48:01 Sounds good, we'll see how it goes. Still early in the competition, who knows what will happen. 2013-12-06T18:48:14 :) 2013-12-06T18:48:18 Only 30 days to go haha 2013-12-06T18:50:33 We're not even halfway yet. :) 2013-12-06T18:51:16 btw, you can look statics here: http://checknetbsd.herokuapp.com/all 2013-12-06T18:52:21 I've been looking at it, that's a pretty cool script. At first I thought it was a one time scrape of the data, but it's cool that it is a constantly updating leaderboard. Hopefully the other projects know about it. 2013-12-06T18:58:03 :) 2013-12-06T20:55:00 *** dunsmoreb has joined #rtems 2013-12-06T20:55:19 Ugh. Don't you just love school cdesai and javamonnn? 2013-12-06T20:56:30 hahaha whats up bryan. I'm in texas, we had a snow day today (imagine that). School is on the back burner for me right now, it's a lot easier when homework isnt a huge part of your grade 2013-12-06T20:58:24 Agh. Lucky. I wish I couldn't do homework, but then again, I do love As. ;) 2013-12-06T20:58:47 As? 2013-12-06T20:59:05 Is A's better? 2013-12-06T20:59:12 ohhhh 2013-12-06T20:59:14 yeah 2013-12-06T20:59:47 Haha. I should look it up whether you use an apostrophe with plural grades. 2013-12-06T21:00:17 My grades aren't affected at all, as a senior most of my classes are set up like college and the whole grade is how you do on tests 2013-12-06T21:00:45 That's part of what I'm talking about. I need my 100 point homework assignments to offset my tests. lol 2013-12-06T21:02:04 hahah yeah that's tough then 2013-12-06T21:04:09 I'm dealing with it by listening to Adele on repeat. 2013-12-06T21:04:20 "How the warriors have fallen in the midst of battle!" 2013-12-06T21:05:48 What do you usually listen to when you code? I've always wondered what other people listen to. I have issues focusing when I listen to things with lyrics. 2013-12-06T21:07:14 Lyrics don't bother me. So I tend to listen to Rock---Dream Theater, Three Days Grace, Rush. 2013-12-06T21:07:36 nice nice nice. I've always wondered if I'm a bit adhd 2013-12-06T21:08:35 And I'm content with listening quietly in class. Unless I'm bored and then I get yelled at for goofing off with friends. =P 2013-12-06T21:14:14 *** edwardk has joined #rtems 2013-12-06T21:25:00 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-06T21:27:25 *** javamonnn is now known as javamonn 2013-12-06T21:28:12 ahhh I remembered the password to my registered nick 2013-12-06T21:28:25 I can trim an 'n' off now hahah 2013-12-06T21:28:45 save yall a keystroke ;) 2013-12-06T21:29:28 lol 2013-12-06T21:32:11 *** YuGin has joined #rtems 2013-12-06T21:36:21 *** gigetoo has quit IRC (Remote host closed the connection) 2013-12-06T22:03:08 *** edwardk has joined #rtems 2013-12-06T22:30:34 *** dunsmoreb has quit IRC (Quit: Leaving) 2013-12-07T00:21:23 *** YuGin has quit IRC (Read error: Connection reset by peer) 2013-12-07T00:29:05 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-07T01:53:02 *** YuGin has joined #rtems 2013-12-07T02:20:51 javamonn: tab completion ftw 2013-12-07T02:21:25 all i type is a 'j' 2013-12-07T02:22:32 Are you running irc in a terminal? 2013-12-07T02:23:18 don't ask me why I'm awake right now because I don't know 2013-12-07T02:23:36 its 2:30 am here 2013-12-07T02:28:09 *** arvind_khadri has joined #rtems 2013-12-07T02:38:19 no, I'm using a client 2013-12-07T03:25:46 *** YuGin has quit IRC (Ping timeout: 246 seconds) 2013-12-07T04:30:32 *** arvind_khadri has quit IRC (Remote host closed the connection) 2013-12-07T04:31:58 *** arvind_khadri has joined #rtems 2013-12-07T04:41:18 *** gigetoo has joined #rtems 2013-12-07T05:25:06 *** edwardk has joined #rtems 2013-12-07T05:39:39 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-07T06:15:49 *** YuGin has joined #rtems 2013-12-07T06:19:52 *** arvind_khadri has quit IRC (Remote host closed the connection) 2013-12-07T07:28:42 *** marcinb has joined #rtems 2013-12-07T07:54:11 *** marcinb has quit IRC (Quit: Leaving) 2013-12-07T08:57:39 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-07T08:57:50 *** gcibot has joined #rtems 2013-12-07T09:31:52 *** YuGin has quit IRC (Ping timeout: 246 seconds) 2013-12-07T09:42:15 *** javamonn has quit IRC (*.net *.split) 2013-12-07T09:42:15 *** mkhoory has quit IRC (*.net *.split) 2013-12-07T10:08:04 *** javamonn has joined #rtems 2013-12-07T10:08:04 *** mkhoory has joined #rtems 2013-12-07T10:39:20 *** Ignacio is now known as Ignacio_busy 2013-12-07T10:51:05 *** Ignacio_busy is now known as Ignacio 2013-12-07T11:28:01 *** Ignacio has left #rtems ("Saliendo") 2013-12-07T13:04:47 *** arvind_khadri has joined #rtems 2013-12-07T13:07:05 *** svineet has joined #rtems 2013-12-07T13:07:13 gcibot, ping 2013-12-07T13:07:13 svineet: Hey, I'm a bot written by aviraldg (some fixes by: puckipedia) who inserts metadata about GCI links! 2013-12-07T13:07:13 svineet: Source at: https://github.com/aviraldg/gcibot <-> https://github.com/puckipedia/gcibot 2013-12-07T13:07:13 svineet: Log of all channels: http://ur1.ca/g5cah | GCI Leaderboard (by svineet): http://ur1.ca/g5olr 2013-12-07T13:16:54 *** antgreen has joined #rtems 2013-12-07T13:19:21 *** svineet has left #rtems 2013-12-07T13:57:19 *** gigetoo has quit IRC (Remote host closed the connection) 2013-12-07T14:00:25 *** gigetoo has joined #rtems 2013-12-07T15:12:40 *** gigetoo has quit IRC (Ping timeout: 246 seconds) 2013-12-07T15:12:56 *** gigetoo_ has joined #rtems 2013-12-07T15:16:48 *** arvind_khadri has quit IRC (Remote host closed the connection) 2013-12-07T15:53:20 *** gigetoo_ has quit IRC (Remote host closed the connection) 2013-12-07T15:56:24 *** gigetoo has joined #rtems 2013-12-07T17:13:32 *** giusef has joined #rtems 2013-12-07T17:37:04 *** giusef has quit IRC (Remote host closed the connection) 2013-12-07T18:18:27 *** edwardk has joined #rtems 2013-12-07T19:37:31 *** YuGin has joined #rtems 2013-12-08T03:20:23 *** arvind_khadri has joined #rtems 2013-12-08T07:03:13 *** YuGin has quit IRC (Read error: No route to host) 2013-12-08T07:06:43 *** arvind_khadri has quit IRC (Ping timeout: 252 seconds) 2013-12-08T07:56:02 *** YuGin has joined #rtems 2013-12-08T09:14:44 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-08T10:40:09 *** YuGin has quit IRC (Ping timeout: 246 seconds) 2013-12-08T11:37:15 *** edwardk has joined #rtems 2013-12-08T12:36:50 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-08T12:58:15 *** edwardk has joined #rtems 2013-12-08T14:30:18 *** edwardk has quit IRC (Quit: Computer has gone to sleep.) 2013-12-08T14:32:18 *** edwardk has joined #rtems 2013-12-08T16:43:24 *** bighead123 has joined #rtems 2013-12-08T16:43:44 Hi 2013-12-08T16:45:04 why so few people are on this channel? 2013-12-08T17:20:48 *** bighead123 has quit IRC (Quit: Leaving.) 2013-12-08T18:32:24 *** andyjin has joined #rtems 2013-12-08T18:50:09 *** YuGin has joined #rtems 2013-12-08T19:02:00 * andyjin jjjjjj 2013-12-08T20:12:44 *** andycrane has joined #rtems 2013-12-08T21:20:10 *** andycrane has quit IRC (Read error: Connection reset by peer) 2013-12-08T21:46:34 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-08T21:46:47 *** gcibot has joined #rtems 2013-12-08T21:48:50 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-08T21:48:51 *** arvind_khadri has joined #rtems 2013-12-08T21:49:09 *** gcibot has joined #rtems 2013-12-08T21:49:45 *** gcibot has quit IRC (Remote host closed the connection) 2013-12-08T21:50:41 *** gcibot has joined #rtems 2013-12-08T22:09:32 *** cdesai has quit IRC (Ping timeout: 265 seconds) 2013-12-08T22:11:31 *** cdesai has joined #rtems 2013-12-08T23:18:57 *** YuGin has quit IRC (Ping timeout: 246 seconds) 2013-12-08T23:49:23 *** arvind_khadri has quit IRC (Remote host closed the connection)