| 00:00.28 | caen23 | looks like it didn't turn green :( i understand that buildbot does not have x11 available? |
| 00:01.32 | brlcad | it shouldn't |
| 00:02.22 | brlcad | caen23: so buildbot might have a separate issue, like a stale cmake cache |
| 00:02.45 | brlcad | or no x11/ogl protections in a particular subdir |
| 00:02.52 | brlcad | http://crit.brlcad.org/buildbot/builders/brlcad-tester/builds/65/steps/shell_2/logs/stdio indicates that it's failing in glew |
| 00:03.34 | brlcad | i'll make another task to fix glew if your changes didn't do the trick |
| 00:09.15 | maths22 | ``Erik: I get an error when I run (notices *state*) |
| 00:15.40 | ``Erik | are you in the right package? was *state* instantiated? |
| 00:17.44 | ``Erik | (ql:quickload :cl-cia) (in-package :cl-cia) (load-state) (notices *state*) |
| 00:18.09 | ``Erik | those 4 commands should get the system put together and then print "NIL" as the notice list |
| 00:23.45 | caen23 | brlcad: but why did you assume it was a cmake error in the first place? |
| 00:26.32 | maths22 | I did not run load-state |
| 00:27.56 | ``Erik | load-state will create an instance of state and save it to *state* if it can't find the database file |
| 00:31.01 | maths22 | OK. Now I run test-gci (I changed the paths, but nothing else) and (notices *state*) still returns nil |
| 00:37.37 | Notify | 03GCI: Aaron Keesing: Implement a primitive centroid function ... for elliptical hyperboloids (EHY) - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/7975237 |
| 00:50.19 | Notify | 03BRL-CAD:caen23 * 54095 brlcad/trunk/CMakeLists.txt: Fix previous commit which removed some lines, causing a build failure with X11 enabled |
| 01:19.22 | Notify | 03GCI: BrendenD15: Write a "BRL-CAD Commands Quick Reference" document - Good Progress I have gotten the commands mged, rt, nirt, remrt, dbupgrade, g2asc, asc2g, pix, and benchmark. I am having trouble with the others as there are no man pages provided and the commands page that I found on the BRL-CAD website is just a stub and only features... http://www.google-melange.com/gci/task/view/google/gci2012/7991205 |
| 01:21.42 | Notify | 03GCI: Richard Akira Heru: Add a primitive surface area function ... for right hyperbolic cylinders (RHC) - Claim Removed The claim on this task has been removed, someone else can claim it now. http://www.google-melange.com/gci/task/view/google/gci2012/7982218 |
| 01:24.09 | Notify | 03GCI: Richard Akira Heru: Create a Parabolic Cylinder Model and Diagram - Task Claimed I would like to work on this task. http://www.google-melange.com/gci/task/view/google/gci2012/7985247 |
| 01:33.23 | Notify | 03BRL-CAD:caen23 * 54096 (brlcad/trunk/src/other/togl/include/GL/glew.h brlcad/trunk/src/other/togl/include/GL/glxew.h and 2 others): Update GLEW to 1.9.0, which seems to solve present buildbot errors |
| 01:45.38 | Notify | 03GCI: Steven Kou: Compile BRL-CAD on Windows using Cygwin (attempt #2) - Task Claimed I would like to work on this task. http://www.google-melange.com/gci/task/view/google/gci2012/7961226 |
| 01:51.03 | *** join/#brlcad agkphysics (~agkphysic@118-93-116-171.dsl.dyn.ihug.co.nz) | |
| 01:56.38 | caen23 | so now there are other errors, but they seem unrelated to the latest commit |
| 01:58.08 | Notify | 03GCI: Skriptkid: Integrate new thread affinity interface into LIBBU and LIBRT - Heap Could you explain what the 'heap' is and how I can use that to set the Struct? http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 01:58.47 | starseeker | scowls at Togl |
| 01:59.04 | starseeker | what as I thinking... should have tried the OGRE thing instead of futzing with that sucker... |
| 01:59.30 | starseeker | caen23: looks like it's building with system tcl/tk? |
| 01:59.50 | caen23 | i think so, yes |
| 02:01.55 | Notify | 03GCI: RikuMiyao: Compile BRL-CAD using Dev-C++ - Claim Removed The claim on this task has been removed, someone else can claim it now. http://www.google-melange.com/gci/task/view/google/gci2012/7945220 |
| 02:03.26 | starseeker | it looks like the buildbot isn't clearing out the CMakeCache.txt file or the build directory before trying again |
| 02:06.29 | caen23 | i noticed that too. it seems like buildbot is run by giving it a list of commands? so shouldn't it be as simple as adding a rm? |
| 02:06.56 | starseeker | yeah - if it were me I'd be recursively clearing out the build directory |
| 02:07.16 | starseeker | start fresh |
| 02:08.41 | starseeker | for bonus points, I'd also copy the svn checkout to a brlcad-src directory or something, so if a mistake is made and something gets written back to the src directory the svn update mechanism is still presenting the buildbot with a pristine tree |
| 02:10.00 | caen23 | i don't think i can make these changes :-? i didn't set up buildbot and i don't have access to it |
| 02:10.09 | starseeker | yeah, me either |
| 02:10.29 | starseeker | brlcad will be back on at some point - I'm sure he can make them (or whatever other arrangements he things best) |
| 02:10.44 | starseeker | is trying a separate build on crit |
| 02:11.05 | starseeker | caen23: ever played with OGRE? :-P |
| 02:11.19 | caen23 | nope :D |
| 02:13.14 | caen23 | hmm… for some reason, i think i shouldn't have updated glew, but after some googling, it seemed the previous problem was introduced by them at some point and fixed later on |
| 02:13.43 | starseeker | why shouldn't you have updated it? |
| 02:15.05 | starseeker | hmm. OK, when I do it separately here it turns off togl build |
| 02:15.14 | caen23 | i don't know, just a hunch |
| 02:16.16 | starseeker | caen23: well, whatever happened, a clean build tree now just doesn't build togl out of the box |
| 02:16.52 | starseeker | on that machine, at least |
| 02:17.51 | starseeker | caen23: does it work for you locally when you build? |
| 02:18.14 | caen23 | last time i tried, yes, but i'm now building again with a fresh checkout |
| 02:19.15 | starseeker | another tidbit for the buildbot guys, if they aren't already aware of it |
| 02:19.37 | starseeker | crit.brlcad.org/buildbot leads to a non-functional version of the toplevel buildbot page |
| 02:19.48 | starseeker | crit.brlcad.org/buildbot/ (note trailing slash) works |
| 02:21.02 | caen23 | looks like it's caused by relative css |
| 02:22.34 | starseeker | caen23: do you have a log-in on crit? |
| 02:22.40 | caen23 | nope |
| 02:23.38 | caen23 | looks like it builds properly here, too |
| 02:23.47 | starseeker | OK - need to wait for someone buildbot enabled to tidy up the running script with build dir cleanout and src tree copying (latter optional but recommended) - that'll tell the tail |
| 02:23.50 | starseeker | tale even |
| 02:24.49 | starseeker | if crit's configuration is just turning off togl even though the summary says it's on, something else is not right |
| 02:26.10 | starseeker | O.o |
| 02:26.31 | starseeker | it's finding a libtogl.so in /usr/local/lib, but apparently not the headers |
| 02:27.14 | starseeker | that probably explains it |
| 02:27.21 | ``Erik | hm, /usr/local/lib/tk8.5/Togl-1.7/togl.h |
| 02:27.27 | starseeker | winces |
| 02:27.46 | starseeker | dunno if pre 2.0 togl would work |
| 02:28.27 | starseeker | (what a weird place to put a header...) |
| 02:28.51 | starseeker | caen23: ok, so once we get a clean build on buildbot, it probably won't try to build togl |
| 02:30.03 | starseeker | ``Erik: do you have buildbot access? |
| 02:30.34 | *** join/#brlcad stevenkou (~stevenkyk@175.156.156.148) | |
| 02:33.52 | maths22 | ``Erik: When I run test-gci (I changed the paths, but nothing else) and (notices *state*) still returns nil |
| 02:34.07 | stevenkou | Just like reading the cmakelist.txt to get to the root of the problem, I have tried to read the makefile, finding the files that causes make to fail. I have recorded down my findings and will upload it once I get access to my computer. |
| 02:35.44 | starseeker | caen23: build failure is now nclude/vector_fpu.h:53: error: prototype for 'dvec<LEN>::dvec(const float*)' does not match any in class 'dvec<LEN>' |
| 02:36.18 | stevenkou | Basically there is only 3 error stopping the compiler. 2 from zlib and one from the makefile itself which I cannot understand. For the errors cause by zlib, basically they are caused by the -was flag sent to winders.exe |
| 02:36.32 | caen23 | starseeker: looks like it's my fault :( but i know how to fix it :D |
| 02:37.07 | starseeker | figured I'd toss that your way so you could take a poke at it |
| 02:37.35 | starseeker | gotta run - if buildbot scripts aren't adjusted by tomorrow, I'll give the build another go on crit |
| 02:38.20 | caen23 | alright, thanks for your help |
| 02:38.45 | stevenkou | starseeker: is winders.exe suppose to receive any -w flags? |
| 02:39.20 | stevenkou | Windres.exe I mean. |
| 02:44.01 | Notify | 03BRL-CAD:caen23 * 54097 brlcad/trunk/include/dvec.h: Put back float overloadings |
| 02:46.09 | caen23 | brlcad: after fastf_t was reverted to double, i removed the "float" prototypes from include/dvec.h, but vector_fpu.h still defines them. i put the prototypes back, but are they needed? wouldn't it be better if the float versions were completely removed? |
| 02:55.16 | Notify | 03BRL-CAD Wiki:Sean * 0 /wiki/Special:Log/block: blocked [[User:JosiahmguuqqpxlhWhisted]] with an expiry time of infinite (account creation disabled, e-mail blocked): Spamming links to external sites |
| 02:55.41 | Notify | 03BRL-CAD Wiki:Sean * 0 /wiki/Special:Log/delete: deleted "[[Driving Cardboard Baler Machinery For Selling In Essex]]": spam |
| 02:55.56 | Notify | 03BRL-CAD Wiki:Sean * 0 /wiki/Special:Log/delete: deleted "[[Machines Rental Agreement Template]]": spam |
| 02:56.16 | Notify | 03BRL-CAD Wiki:Sean * 0 /wiki/Special:Log/delete: deleted "[[Best Gaming Computer - What To Look For]]": spam |
| 03:11.18 | Notify | 03GCI: gcking: Append CMake build flags to the end of a compile line - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/8106206 |
| 03:18.08 | *** join/#brlcad clock (~clock@84-72-9-71.dclient.hispeed.ch) | |
| 03:18.11 | clock | hi all |
| 03:19.51 | Notify | 03GCI: Sean: Create a Parabolic Cylinder Model and Diagram - Task Assigned This task has been assigned to Richard Akira Heru. You have 48 hours to complete this task, good luck! http://www.google-melange.com/gci/task/view/google/gci2012/7985247 |
| 03:20.01 | Notify | 03GCI: Sean: Compile BRL-CAD on Windows using Cygwin (attempt #2) - Task Assigned This task has been assigned to Steven Kou. You have 48 hours to complete this task, good luck! http://www.google-melange.com/gci/task/view/google/gci2012/7961226 |
| 03:21.32 | Notify | 03GCI: Richard Akira Heru: Create a Parabolic Cylinder Model and Diagram - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/7985247 |
| 03:35.38 | Notify | 03GCI: Sean: Integrate new thread affinity interface into LIBBU and LIBRT - heap heap allocation == dynamic allocation ie, malloc/free (or in this case bu_calloc/bu_free) http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 03:47.22 | Notify | 03GCI: Sean: Create a Parabolic Cylinder Model and Diagram - Task Closed Congratulations, this task has been completed successfully. http://www.google-melange.com/gci/task/view/google/gci2012/7985247 |
| 03:48.02 | Notify | 03GCI: Richard Akira Heru: Create a Hyperbolic Cylinder Model and Diagram - Task Claimed I would like to work on this task. http://www.google-melange.com/gci/task/view/google/gci2012/8063202 |
| 03:49.29 | Notify | 03GCI: Sean: Create a Parabolic Cylinder Model and Diagram - geometry file Note that our geometry files should have a .g suffix. Looks good otherwise. http://www.google-melange.com/gci/task/view/google/gci2012/7985247 |
| 03:49.44 | Notify | 03GCI: Sean: Create a Hyperbolic Cylinder Model and Diagram - Task Assigned This task has been assigned to Richard Akira Heru. You have 48 hours to complete this task, good luck! http://www.google-melange.com/gci/task/view/google/gci2012/8063202 |
| 03:51.24 | Notify | 03GCI: Sean: Identify 10 places to post an open source solicitation - Not a good format Please submit the list as a text file or .tar.gz or zip file, but not a .7z file. http://www.google-melange.com/gci/task/view/google/gci2012/8104204 |
| 03:51.29 | Notify | 03GCI: Sean: Identify 10 places to post an open source solicitation - Task Needs More Work One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your work. http://www.google-melange.com/gci/task/view/google/gci2012/8104204 |
| 03:56.51 | Notify | 03GCI: Jjca: Identify 10 places to post an open source solicitation - I'm sorry I'm sorry about the format. What's wrong? Tell me now to submit my work again. http://www.google-melange.com/gci/task/view/google/gci2012/8104204 |
| 04:05.09 | Notify | 03GCI: Jjca: Identify 10 places to post an open source solicitation - Submitted I re-submitted my work in a ZIP file, WITHOUT modifications. If it needs modifications please tell me now, because I don't have time... http://www.google-melange.com/gci/task/view/google/gci2012/8104204 |
| 04:15.28 | Notify | 03GCI: Richard Akira Heru: Create a Hyperbolic Cylinder Model and Diagram - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/8063202 |
| 04:17.54 | Notify | 03GCI: Jjca: Identify 10 places to post an open source solicitation - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/8104204 |
| 04:20.42 | *** join/#brlcad stevegt_ (~stevegt@c-69-181-134-76.hsd1.ca.comcast.net) | |
| 04:26.40 | brlcad | caen23: we do want to support fastf_t being double, float, or even a non floating point type (like a class), so whatever gets us closer |
| 04:27.30 | brlcad | to all: I fixed up the buildbot build scripts to wipe out the previous attempt, renamed a few things, fixed a few problems |
| 04:30.46 | brlcad | big work-in-progress, but still gives (different) error in togl: http://crit.brlcad.org/buildbot/builders/brlcad-tester/builds/70/steps/Compile/logs/stdio |
| 04:33.01 | Notify | 03GCI: Toshita Barve: Create Blender-to-BRL-CAD tutorial - Modifications Complete Hey, I finished all the modifications you wanted from me. Please tell me if you want me to add something else. My file to be checked is called Blender to BRL-2. Toshita http://www.google-melange.com/gci/task/view/google/gci2012/7977231 |
| 04:33.11 | Notify | 03GCI: Toshita Barve: Create Blender-to-BRL-CAD tutorial - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/7977231 |
| 04:34.25 | *** join/#brlcad dtidrow (~dtidrow@c-68-84-167-135.hsd1.mi.comcast.net) | |
| 05:50.21 | *** join/#brlcad YatharthROCK (~YatharthR@95.175.92.238) | |
| 06:06.09 | *** join/#brlcad YatharthROCK (~YatharthR@95.175.92.238) | |
| 06:22.37 | Notify | 03GCI: Melange: Identify 10 places to post an open source solicitation - No more Work can be submitted Melange has detected that the deadline has passed and no more work can be submitted. The submitted work should be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/8104204 |
| 06:30.36 | *** join/#brlcad zultron (~zultron@99-190-134-148.lightspeed.austtx.sbcglobal.net) | |
| 06:32.50 | *** join/#brlcad zultron (~zultron@99-190-134-148.lightspeed.austtx.sbcglobal.net) | |
| 07:10.47 | *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ) | |
| 08:03.07 | Notify | 03GCI: Daniel Rossberg: Implement a primitive centroid function ... for elliptical hyperboloids (EHY) - One open point: Could you please provide us a document where you describe your formula? Ie basic methodology and equations and how you derived your formula from this? The source code looks ok so far. http://www.google-melange.com/gci/task/view/google/gci2012/7975237 |
| 08:03.08 | Notify | 03GCI: Daniel Rossberg: Implement a primitive centroid function ... for elliptical hyperboloids (EHY) - Task Needs More Work One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once... http://www.google-melange.com/gci/task/view/google/gci2012/7975237 |
| 08:11.31 | Notify | 03GCI: Stefan: Compile BRL-CAD using Dev-C++ - Task Claimed I would like to work on this task. http://www.google-melange.com/gci/task/view/google/gci2012/7945220 |
| 08:14.51 | *** join/#brlcad andrei (~andrei@79.117.233.118) | |
| 08:20.12 | Notify | 03GCI: Harmanpreet Singh: Compile BRL-CAD using Dev-C++ - Task Assigned This task has been assigned to Stefan. You have 48 hours to complete this task, good luck! http://www.google-melange.com/gci/task/view/google/gci2012/7945220 |
| 08:23.09 | Notify | 03BRL-CAD:d_rossberg * 54098 brlcad/trunk/src/mged/set.c: added the correct const qualifiers (linked with rev. 54093) |
| 08:47.36 | caen23 | brlcad: hmm… "manually-specified variables were not used by the project"? http://crit.brlcad.org/buildbot/builders/brlcad-tester/builds/71/steps/Configure/logs/stdio |
| 08:48.05 | caen23 | could this be why it tries to build with system tcl/tk? |
| 08:55.50 | caen23 | i ran cmake with blanks between variable assignment (-DBRLCAD_BUNDLED_LIBS = ON) and got the same errors, so perhaps try modifying buildbot to run cmake without the blanks? |
| 09:05.49 | *** join/#brlcad caen23_ (~caen23@92.81.172.242) | |
| 09:15.58 | Notify | 03GCI: Andrei Tudorica: Write a "BRL-CAD Ray Tracing Shaders" tutorial - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/7994216 |
| 09:35.05 | Notify | 03GCI: Melange: Categorize all of BRL-CAD's commands into a spreadsheet - Initial Deadline passed Melange has detected that the initial deadline has passed and it has set the task status to ActionNeeded. The student has 24 hours to submit the work before the task is reopened and sent back to the pool for other students to claim. http://www.google-melange.com/gci/task/view/google/gci2012/7970237 |
| 10:05.31 | *** join/#brlcad merzo (~merzo@26-239-133-95.pool.ukrtel.net) | |
| 11:05.06 | Notify | 03GCI: Sharan: Create an Extrusion Model and Diagram - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/8059204 |
| 11:08.13 | YatharthROCK | brlcad, How do you recompile the DocBook documentation files? |
| 11:08.28 | YatharthROCK | `make doc` isn't working from any of the directories |
| 11:08.45 | YatharthROCK | It says `make: *** No rule to make target `doc'. Stop.` |
| 11:10.55 | *** join/#brlcad Skriptkid (~Skriptkid@117.202.107.149) | |
| 11:12.50 | caen23 | YatharthROCK: how did you run cmake? what flags did you use? |
| 11:14.11 | YatharthROCK | caen23, Ummm... we have to run cmake? I didn't. What's the exact commanbd I should use? I want it to recompile the man pages written in DocBook. <feeling like a noob> |
| 11:14.26 | caen23 | are you on linux or windows? |
| 11:14.39 | YatharthROCK | caen23, Linux (Ubuntu QQ) |
| 11:15.21 | caen23 | YatharthROCK: this is a good place to start http://brlcad.org/wiki/Compiling |
| 11:19.27 | YatharthROCK | caen23, So I cmake in the main brlcad directory and then make doc? |
| 11:21.26 | caen23 | inside the main brlcad dir, you create a new dir (.build), and run cmake from there with the command listed on that page |
| 11:22.11 | caen23 | so you run cmake inside .build, not inside brlcad |
| 11:33.38 | YatharthROCK | caen23, That's what I meant. Do you have any good resources on make/cmake/gmake/whatever? I really don't get how it works. |
| 11:35.10 | andrei | hello |
| 11:35.22 | andrei | YatharthRock, what do you need help with |
| 11:36.06 | andrei | you download the latest source using svn checkout, then you create another folder, mine is called brlcad-build,for example |
| 11:36.17 | andrei | you cd into it and you run cmake ../brlcad |
| 11:39.19 | caen23 | YatharthROCK: the link i sent you contains everything you need to build brlcad properly. if you simply run those commands, you should be good to go |
| 12:17.18 | Skriptkid | what is the string argument in bu_calloc? |
| 12:18.57 | ``Erik | Skriptkid: just a human readable name to help with debugging leaks and stuff |
| 12:19.10 | Skriptkid | OK. Thanks |
| 12:21.42 | Notify | 03GCI: Skriptkid: Integrate new thread affinity interface into LIBBU and LIBRT - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 12:26.59 | starseeker | YatharthROCK: cd into doc/docbook and type "make" |
| 12:27.24 | Notify | 03GCI: Skriptkid: Integrate new thread affinity interface into LIBBU and LIBRT - Heap made the user_thread_data_bu a pointer now. bu_calloc'ed it to hold 'ncpu' objects. It's bu_free'ed at the end. http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 12:34.09 | *** join/#brlcad Skriptkid (~Skriptkid@117.202.107.149) | |
| 12:42.01 | Notify | 03BRL-CAD:bob1961 * 54099 brlcad/trunk/src/tclscripts/archer/SketchEditFrame.tcl: This mod will allow a vertex to be combined with another if dropped in close proximity. |
| 12:43.57 | *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ) | |
| 12:57.12 | Notify | 03GCI: Chan Ho Jun: Design an MGED command spreadsheet - Task Claimed I would like to work on this task. http://www.google-melange.com/gci/task/view/google/gci2012/7985228 |
| 13:04.31 | Notify | 03GCI: Andrei Popescu: Design an MGED command spreadsheet - Task Assigned This task has been assigned to Chan Ho Jun. You have 48 hours to complete this task, good luck! http://www.google-melange.com/gci/task/view/google/gci2012/7985228 |
| 13:06.45 | ``Erik | "There are only two hard things in computer science. Cache invalidation, naming things and off-by-one errors." |
| 13:08.28 | archivist | :) I learned the hard way for one of those 10 |
| 13:09.23 | Notify | 03GCI: Chan Ho Jun: Design an MGED command spreadsheet - Question I did not quite understand the commands for bin/mged -c test.g info commands 2>&1 | sed 's/ /\n/g' | sort | grep mged | sed 's/_mged_//g' | grep -v mged_ and also how do I access the directory http://www.google-melange.com/gci/task/view/google/gci2012/7985228 |
| 13:09.53 | Notify | 03GCI: Daniel Rossberg: Integrate new thread affinity interface into LIBBU and LIBRT - We can't accept your copyright You have to assign it to the US Government. See HACKING and sh/template.sh. http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 13:10.13 | Notify | 03GCI: Daniel Rossberg: Integrate new thread affinity interface into LIBBU and LIBRT - Task Needs More Work One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your... http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 13:11.49 | Notify | 03GCI: Daniel Rossberg: Integrate new thread affinity interface into LIBBU and LIBRT - Deadline extended The deadline of the task has been extended with 1 days and 0 hours. http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 13:32.44 | Notify | 03GCI: Chan Ho Jun: Design an MGED command spreadsheet - Never mind I've just learned how to compile brl-cad using cmake. You can just ignore the question above :) http://www.google-melange.com/gci/task/view/google/gci2012/7985228 |
| 13:38.14 | *** join/#brlcad Al_Da_Best (Al_Da_Best@5e0e48c8.bb.sky.com) | |
| 13:50.21 | Notify | 03GCI: SB9595: Compile with -Wstrict-prototypes, fix warnings that ensue - Task Claimed I would like to work on this task. http://www.google-melange.com/gci/task/view/google/gci2012/8131203 |
| 13:53.28 | Notify | 03GCI: Sean: Compile with -Wstrict-prototypes, fix warnings that ensue - Task Assigned This task has been assigned to SB9595. You have 72 hours to complete this task, good luck! http://www.google-melange.com/gci/task/view/google/gci2012/8131203 |
| 13:55.53 | *** join/#brlcad Silvrous (4f704459@gateway/web/freenode/ip.79.112.68.89) | |
| 13:56.21 | brlcad | caen23: yeah, the spaces are a problem (i didn't even see them in the config file) |
| 13:56.31 | brlcad | caen23: though a default build should work first |
| 13:56.45 | brlcad | as well as bundled libs on |
| 13:57.09 | brlcad | those two should work on every platform, the latter being a fallback for broken systems |
| 13:58.56 | Notify | 03GCI: SB9595: Compile with -Wstrict-prototypes, fix warnings that ensue - Claim Removed The claim on this task has been removed, someone else can claim it now. http://www.google-melange.com/gci/task/view/google/gci2012/8131203 |
| 14:00.20 | brlcad | I removed the disabling of strict, kept bunlded=on (removed spaces) |
| 14:00.51 | brlcad | note that anyone can log in and force a manual build right now -- same username password as our VM |
| 14:02.12 | Notify | 03GCI: Sean: Compile with -Wstrict-prototypes, fix warnings that ensue - Why? Why would you do that? http://www.google-melange.com/gci/task/view/google/gci2012/8131203 |
| 14:04.49 | Notify | 03GCI: Melange: Write a "BRL-CAD Ray Tracing Shaders" tutorial - No more Work can be submitted Melange has detected that the deadline has passed and no more work can be submitted. The submitted work should be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/7994216 |
| 14:07.07 | Silvrous | brlcad: In regards to the SSE task, so the problem is currently that, while implemented, the runtime detection currently fails? |
| 14:09.27 | Notify | 03BRL-CAD:caen23 * 54100 brlcad/trunk/src/other/togl/src/CMakeLists.txt: Compile GLEW only if X11 is available (GCI: http://www.google-melange.com/gci/task/view/google/gci2012/7999218) |
| 14:14.18 | Notify | 03GCI: Sean: Write a "BRL-CAD Ray Tracing Shaders" tutorial - few more tweaks, much better That's looking a lot better Andrei. I see you went for half command, half graphical. It's a reasonable compromise. There are more changes I'd like to see, but you've put in good enough effort on this specific task to call it complete. I'll post a... http://www.google-melange.com/gci/task/view/google/gci2012/7994216 |
| 14:14.23 | Notify | 03GCI: Sean: Write a "BRL-CAD Ray Tracing Shaders" tutorial - Task Closed Congratulations, this task has been completed successfully. http://www.google-melange.com/gci/task/view/google/gci2012/7994216 |
| 14:42.08 | brlcad | Silvrous: I don't think the runtime detection is actually being used |
| 14:43.01 | brlcad | what all have you done so far? we may need to redefine the task |
| 14:50.29 | Notify | 03GCI: Sean: Write a "BRL-CAD Ray Tracing Shaders" tutorial - follow-on task A follow-on task has been posted: http://www.google-melange.com/gci/task/view/google/gci2012/8082205 http://www.google-melange.com/gci/task/view/google/gci2012/7994216 |
| 14:51.13 | caen23 | now there's a new problem with buildbot. cmake finds ansidecl.h, but xmlversion.h is not able to #include it |
| 14:54.30 | Notify | 03GCI: Melange: Create Blender-to-BRL-CAD tutorial - No more Work can be submitted Melange has detected that the deadline has passed and no more work can be submitted. The submitted work should be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/7977231 |
| 14:55.40 | brlcad | caen23: that doesn't look like a buildbot problem |
| 14:56.16 | caen23 | it's not :D but i'm not encountering it with my local copy |
| 14:56.54 | *** join/#brlcad ColloquyUser (~caen23@92.81.172.242) | |
| 14:59.06 | brlcad | thinks starseeker should investigate since he added all these failing deps.. |
| 14:59.51 | brlcad | if only to be more hesitant in the future to add more :) |
| 15:02.27 | caen23 | brlcad: by the way, is my latest patch for gci what you wanted? :d i think i got it wrong at first |
| 15:03.04 | brlcad | caen23: haven't gotten to that one in the queue yet |
| 15:03.39 | brlcad | at a glance, it looks like crit does have an ansidecl.h but it's in /usr/local/include |
| 15:04.46 | brlcad | looks like gcc binutils provides it, among others |
| 15:06.26 | brlcad | curiously, /usr/local is the ONE (only) place that should be searched in addition to default search paths |
| 15:07.22 | *** join/#brlcad ColloquyUser (~caen23@92.81.172.242) | |
| 15:09.22 | *** join/#brlcad caen23 (~caen23@92.81.172.242) | |
| 15:10.35 | brlcad | hm, looking at the top-level cmakelists, it is supposed to be searching /usr/local, so something must be awry in the src/other dep |
| 15:11.46 | caen23 | but if cmake finds it, is it still cmake's fault if #include fails? |
| 15:15.39 | Notify | 03BRL-CAD:brlcad * 54101 brlcad/trunk/src/other/xmltools/libxml/CMakeLists.txt: smells wrong, but we need to search /usr/local/include and our top-level setting isn't propagating to here |
| 15:15.47 | brlcad | of course |
| 15:15.58 | brlcad | #include only looks in the places cmake tells it to |
| 15:16.24 | brlcad | so if a header exists, it either needs to be specified by cmake or specificied by the user invoking cmake |
| 15:16.41 | brlcad | since it's in /usr/local/include, that's a path that should be automatic |
| 15:17.25 | brlcad | it's one of the only safe non-system paths (unlike /opt and other conventions) |
| 15:17.37 | brlcad | we'll see if that does it |
| 15:18.14 | caen23 | ok then |
| 15:18.46 | brlcad | ugh, buildbot python exceptions are really annoying |
| 15:19.16 | brlcad | http://crit.brlcad.org/buildbot/builders/brlcad-tester/builds/74 |
| 15:19.38 | brlcad | it is nice that stdio streams the results |
| 15:21.44 | Silvrous | brlcad: not much, I was ready to write the function when I found out it already existed, and have been confused as to what to do ever since... |
| 15:24.09 | Notify | 03GCI: Sean: Create Blender-to-BRL-CAD tutorial - few mistakes, but it's good Nicely done, Toshita! There are still a few mistakes (especially at the end, Blender uses +Y for up), but those can be fixed in a follow-on task. We'll add another task to add it to our wiki. Thank you for working through all the changes to make it right! That'll be... http://www.google-melange.com/gci/task/view/google/gci2012/7977231 |
| 15:24.19 | Notify | 03GCI: Sean: Create Blender-to-BRL-CAD tutorial - Task Closed Congratulations, this task has been completed successfully. http://www.google-melange.com/gci/task/view/google/gci2012/7977231 |
| 15:41.19 | *** join/#brlcad merzo (~merzo@116-55-132-95.pool.ukrtel.net) | |
| 15:48.35 | Notify | 03GCI: Melange: Implement runtime detection of SSE - Task Reopened Melange has detected that the final deadline has passed and it has reopened the task. http://www.google-melange.com/gci/task/view/google/gci2012/8007218 |
| 16:03.35 | Notify | 03GCI: Sean: Create Blender-to-BRL-CAD tutorial - follow-on task A follow-on task has been posted: http://www.google-melange.com/gci/task/view/google/gci2012/8079211 http://www.google-melange.com/gci/task/view/google/gci2012/7977231 |
| 16:13.09 | *** join/#brlcad brlcad (~sean@BZ.BZFLAG.BZ) | |
| 16:20.35 | *** join/#brlcad starseeker (~starseeke@BZ.BZFLAG.BZ) | |
| 16:28.13 | *** join/#brlcad maths22 (~gcimaths@66-118-151-70.static.sagonet.net) | |
| 16:28.50 | *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ) | |
| 17:10.41 | *** join/#brlcad Skriptkid (~Skriptkid@117.202.107.149) | |
| 17:10.46 | Notify | 03GCI: Skriptkid: Integrate new thread affinity interface into LIBBU and LIBRT - Hehe Sorry. Had put my name in template.sh. Will change it. http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 17:17.03 | Notify | 03GCI: Skriptkid: Integrate new thread affinity interface into LIBBU and LIBRT - Changed Changed the copyright. Also, bu_set_affinity has been implemented in parallel_interface and parallel_interface_arg(Or was this not supposed to be done?) http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 17:17.23 | Notify | 03GCI: Skriptkid: Integrate new thread affinity interface into LIBBU and LIBRT - Changed Changed the copyright. Also, bu_set_affinity has been implemented in parallel_interface and parallel_interface_arg(Or was this not supposed to be done?) See the second 'po13.patch' http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 17:17.38 | Notify | 03GCI: Skriptkid: Integrate new thread affinity interface into LIBBU and LIBRT - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 17:49.59 | Skriptkid | Could anybody please review my task? http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 17:56.39 | d_rossberg | Skriptkid: what do you mean with #ifdef _GNU_SOURCE # define _GNU_SOURCE ? |
| 17:57.20 | Skriptkid | If the extension is present, use it |
| 17:57.49 | Skriptkid | the function cannot run without that GNU extension |
| 17:57.54 | Skriptkid | d_rossberg |
| 18:01.22 | *** join/#brlcad YatharthROCK (~YatharthR@95.175.92.238) | |
| 18:01.45 | Skriptkid | d_rossberg: the function bu_set_affinity is built in such a way that if POSIX threads are not available it's prototype is not created, except for the declaration and the 'return 0;'. If a platform without POSIX calls it, there's no effect by it. |
| 18:02.42 | d_rossberg | it's already defined (#ifdef) so why define it again (doesn't the compiler complain about it?) |
| 18:03.46 | Skriptkid | nope. Does it need changes? |
| 18:04.27 | d_rossberg | i would say yes |
| 18:04.44 | Skriptkid | what do I need to do? |
| 18:05.10 | Skriptkid | take out the #ifdef and let '#define' remain unconditionally? |
| 18:05.41 | d_rossberg | what was the intention for this redefinition? |
| 18:06.34 | d_rossberg | at the moment this construct should change nothing |
| 18:06.58 | Skriptkid | uhh....actually, I hadn't realised that #ifdef checks if the defenition exists. I had thought that it checks for the presence of the extension. So my logic was to define GNU_SOURCE if it is present on the current system |
| 18:07.03 | d_rossberg | if _GNU_SOURCE was defined it will be redefined, if not nothing happens |
| 18:07.31 | Skriptkid | If I remove the definition, I get errors |
| 18:07.49 | d_rossberg | aha! |
| 18:08.30 | Skriptkid | Hang on. |
| 18:08.34 | Skriptkid | I don't! |
| 18:08.40 | Skriptkid | okay, its already defined |
| 18:08.53 | Skriptkid | so I dont need to redefine. We won't need that whole block now |
| 18:10.26 | Skriptkid | d_rossberg: I removed that part. But the next #if defined(_GNU_SOURCE) has to be there, right. because The function can be run only if it is defined |
| 18:13.30 | Notify | 03GCI: Skriptkid: Integrate new thread affinity interface into LIBBU and LIBRT - Removed redefiniton in po14.patch, Removed the block #ifdef _GNU_SOURCE # define _GNU_SOURCE #endif where _GNU_SOURCE was being redefined, as pointed out by d_rossberg. This was due to my mistake in understanding the logic of #ifdef. http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 18:14.43 | Skriptkid | d_rossberg: Could you check it now? |
| 18:21.03 | Notify | 03GCI: Daniel Rossberg: Integrate new thread affinity interface into LIBBU and LIBRT - Compilation errors /home/rossberg/Devel/BRL-CAD/brlcad/src/libbu/parallel.c: In function 'parallel_interface': /home/rossberg/Devel/BRL-CAD/brlcad/src/libbu/parallel.c:595:5: error: ISO C90 forbids mixed declarations and code [-Werror=edantic] ... http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 18:21.13 | Notify | 03GCI: Daniel Rossberg: Integrate new thread affinity interface into LIBBU and LIBRT - Task Needs More Work One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your... http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 18:21.48 | d_rossberg | Skriptkid: it doesn't look like you have compiled your sources ... |
| 18:22.20 | Skriptkid | it compiled fine on my system I'll try again |
| 18:22.24 | Notify | 03GCI: Jacob B: Modify IRC notifier output - Patch I would make a patch, but I cannot figure out how to do so. My changes are pretty clear in the pull request, however. http://www.google-melange.com/gci/task/view/google/gci2012/7979224 |
| 18:22.28 | brlcad | Skriptkid: make sure you don't turn strict off |
| 18:22.35 | Skriptkid | okay |
| 18:22.39 | Notify | 03GCI: Jacob B: Modify IRC notifier output - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/7979224 |
| 18:22.44 | brlcad | what version of gcc are you using? |
| 18:23.21 | Skriptkid | Problem was, strict os off :) |
| 18:23.23 | Skriptkid | *is |
| 18:24.13 | brlcad | d_rossberg: so what are your thoughts -- pthread manpage says that it'll need to compile in std99+gnuextensions mode for that pthread affinity function to be declared |
| 18:24.17 | brlcad | damnits |
| 18:25.07 | brlcad | Skriptkid: so the key is to not ignore your warnings ;) |
| 18:25.22 | brlcad | even if strict is off, warnigs are almost always real issues worth fixing |
| 18:25.48 | brlcad | especially for code that survives beyond more than a homework assignment, it's a good habit to get into to always fix them |
| 18:26.02 | brlcad | so you eventually get to the point of not even writing the code bad in the first place |
| 18:26.06 | Skriptkid | I'll do that :) What else needs fixing? |
| 18:26.34 | Skriptkid | Is the implementation of bu_set_affinity in parallel.c right? |
| 18:26.45 | brlcad | so _GNU_SOURCE is still a problem, but probably not yours to resolve |
| 18:26.54 | brlcad | why would the implementation be there? |
| 18:28.31 | Skriptkid | It doesn't need to be there? It's being called in parallel_interface and parallel_interface_arg. That was the point, wan't it? To set affinity mask of the current thread? |
| 18:29.12 | brlcad | bu_set_affinit() is more certainly being called there and that is right |
| 18:29.26 | brlcad | too many question, be specific :) |
| 18:30.06 | brlcad | you said the implementation of bu_set_affinity() needed to be there, and that is not right |
| 18:30.13 | *** join/#brlcad ChanServ (ChanServ@services.) | |
| 18:30.13 | *** mode/#brlcad [+o ChanServ] by rajaniemi.freenode.net | |
| 18:31.29 | Skriptkid | Sorry. I meant, bu_set_affinity() is being called in those functions. But, the function is in affinity.c |
| 18:32.41 | Notify | 03BRL-CAD:carlmoore * 54102 brlcad/trunk/src/tclscripts/archer/SketchEditFrame.tcl: remove trailing blank or tab |
| 18:32.55 | starseeker | It's official - Tcl/Tk 8.6.0 is released |
| 18:32.58 | brlcad | so what you probably meant to ask is whether the USE of bu_set_affinity() in parrallel.c is right, and that's a good question ;) |
| 18:33.18 | starseeker | time to discover whether BRL-CAD will work with it |
| 18:33.25 | brlcad | I haven't yet looked at the latest iteration, but then daniel was apparently trying |
| 18:33.37 | brlcad | neat |
| 18:33.58 | brlcad | you mean time to fix our build to make it work? :) |
| 18:34.46 | Skriptkid | yes, that's what I meant :) |
| 18:35.02 | Skriptkid | to the first question |
| 18:35.05 | brlcad | starseeker: I'm not in a hurry to upgrade too quickly... raised a lot of attention the last major update, not a constructive sort |
| 18:35.20 | Skriptkid | to your second question, I don't know |
| 18:35.45 | brlcad | Skriptkid: the second question wasn't directed at you ;) |
| 18:35.52 | Skriptkid | oh, sorry :) |
| 18:36.02 | starseeker | brlcad: sure. Was figuring to test against installed 8.6, not upgrade src/other |
| 18:41.22 | brlcad | starseeker: ah, yeah, that'd be good |
| 18:41.32 | brlcad | you want to do that or shall I make a task? :) |
| 18:45.48 | Skriptkid | brlcad: I keep getting an 'implicit declaration' error with parallel_interface_arg. Do I have to take it out of the '#ifdef PARALLEL' block? |
| 18:45.50 | YatharthROCK | I ran `cmake ...` and `make`, but didn't see the built HTML man pages. Even `make doc` didn't work. I'm looking in the doc/ folder. What should I do? |
| 18:46.25 | YatharthROCK | brlcad, BTW what timezone are you in? |
| 18:47.16 | brlcad | Skriptkid: implicit declaration means you're using it before you've defined it |
| 18:47.46 | brlcad | that means it needs to either be declared earlier or defined/moved earlier in the file |
| 18:48.11 | brlcad | neither of those have any bearing on being within or outside a PARALLEL block |
| 18:48.20 | YatharthROCK | Sorry, I had to look in the .build/doc folder... |
| 18:48.32 | brlcad | if this is not a parallel compile, then affinity is meaningless |
| 18:48.44 | brlcad | mostly meaningless... |
| 18:48.55 | brlcad | YatharthROCK: glad you figured it out ;) |
| 18:49.21 | Skriptkid | Hmm...a bit of reordering should do the trick then I guess |
| 18:49.47 | Skriptkid | Yeah, that's gone. Fixed all warnings with parallel.c now. |
| 18:52.05 | Notify | 03GCI: Skriptkid: Integrate new thread affinity interface into LIBBU and LIBRT - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/8070202 |
| 18:54.11 | YatharthROCK | brlcad, Running `find ./doc -iname 'asc2g*'` gives me this: |
| 18:54.11 | YatharthROCK | ./docbook/system/man1/en/asc2g_man1_man.cmake |
| 18:54.11 | YatharthROCK | ./docbook/system/man1/en/asc2g_man1_html.cmake |
| 18:54.11 | YatharthROCK | ./docbook/system/man1/en/CMakeFiles/asc2g_man1_man.dir |
| 18:54.11 | YatharthROCK | ./docbook/system/man1/en/CMakeFiles/asc2g_man1_html.dir |
| 18:54.11 | YatharthROCK | They're are `.cmake` or `.dir` files. WTH? |
| 18:54.44 | brlcad | what directory are you in? |
| 18:54.53 | YatharthROCK | brlcad, The .build one |
| 18:55.30 | YatharthROCK | Found it. ./.build/share/doc/html/man1/en/asc2g.html |
| 18:55.38 | YatharthROCK | in the .built directory |
| 18:55.53 | brlcad | okay, so try this first: bin/brlman asc2g |
| 18:56.01 | brlcad | yep, and that's the other |
| 18:56.22 | Notify | 03BRL-CAD:caen23 * 54103 brlcad/trunk/src/other/xmltools/libxslt/CMakeLists.txt: Search /usr/local/include/ for headers |
| 18:57.58 | caen23 | brlcad: i applied your libxml fix to libxslt, too. i think we should try to collect all the errors buildbot complains about and then come up with a proper fix for this problem |
| 18:59.37 | YatharthROCK | brlcad, Both work, but the formattings screwed up. Maybe it's DocLifte acting up. How could I recompile this in the fewest steps after editing the DocBook file by hand? |
| 19:00.42 | brlcad | just run "make doc" again in that directory or in doc/docbook/system/man1/en and it'll rebuild just the ones you edit |
| 19:11.13 | brlcad | maths22: you haven't figured out how to make a patch file still? |
| 19:11.32 | brlcad | there's a hundred websites around the web that do that |
| 19:13.11 | Notify | 03GCI: Sean: Modify IRC notifier output - I don't understand There are hundreds of websites around the web that go into excruciating detail on what patch files are, how to make them, how to apply them, etc. Are you saying you cannot figure out how to do a web search? :) http://www.google-melange.com/gci/task/view/google/gci2012/7979224 |
| 19:13.26 | Notify | 03GCI: Sean: Modify IRC notifier output - Task Needs More Work One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your work. http://www.google-melange.com/gci/task/view/google/gci2012/7979224 |
| 19:13.36 | Notify | 03GCI: Sean: Modify IRC notifier output - Deadline extended The deadline of the task has been extended with 1 days and 0 hours. http://www.google-melange.com/gci/task/view/google/gci2012/7979224 |
| 19:13.37 | brlcad | it's kinda silly, it's even built into the tool you're using :) |
| 19:14.47 | brlcad | pull/push requests are just staged patches themselves |
| 19:16.07 | Notify | 03GCI: Sean: Create a Hyperbolic Cylinder Model and Diagram - Task Needs More Work One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your work. http://www.google-melange.com/gci/task/view/google/gci2012/8063202 |
| 19:17.58 | Notify | 03GCI: Sean: Create a Hyperbolic Cylinder Model and Diagram - alignment Neither the 'c', nor the 'r' seem to line up with anything specific. I know 'r' is a scalar value, so there should be a sphere or something where r begins (ie, V) and terminates (where the r label goes). Same thing goes for 'c', assuming it's a scalar value. http://www.google-melange.com/gci/task/view/google/gci2012/8063202 |
| 19:22.20 | Notify | 03GCI: gcking: Append CMake build flags to the end of a compile line - Ready for review Can you please review my work? http://www.google-melange.com/gci/task/view/google/gci2012/8106206 |
| 19:23.15 | Notify | 03GCI: Sean: Create an Extrusion Model and Diagram - so close! Now that's the right idea. However, the sketch is either too close or not close enough. That tiny gap just raises questions. It should either be clearly separated, or right on the base like you originally had it. Try about 10% lowered? That would let you put the "sketch" label on... http://www.google-melange.com/gci/task/view/google/gci2012/8059204 |
| 19:23.30 | Notify | 03GCI: Sean: Create an Extrusion Model and Diagram - Task Needs More Work One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your work. http://www.google-melange.com/gci/task/view/google/gci2012/8059204 |
| 19:24.31 | Notify | 03GCI: Sean: Fix CMake build system auto-disabling of GLEW - Task Needs More Work One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your work. http://www.google-melange.com/gci/task/view/google/gci2012/7999218 |
| 19:29.23 | Notify | 03GCI: Sean: Fix CMake build system auto-disabling of GLEW - glew patch So the glew patch identifies the problem as trying to compile glew.c when we don't need to, but the fix shouldn't replicate the entire list of source files. Try to adhere to the "DRY" principle: http://en.wikipedia.org/wiki/Don't_repeat_yourself We fail at it ourselves... http://www.google-melange.com/gci/task/view/google/gci2012/7999218 |
| 19:32.52 | caen23 | brlcad: ugh, i knew that was going to be a problem with the glew patch, but i didn't know how to append to the list in cmake and i made that change in a hurry, sorry about that. regarding the problem with the first patch, don't know how i missed that. i always review changes before submitting a patch or making a commit, even cd inside the file's dir just to be safe. i'll pay more attention next time |
| 19:33.33 | brlcad | caen23: no worries, it was a benign change |
| 19:33.51 | brlcad | as for the glew replication, just set it to a variable |
| 19:34.06 | brlcad | then the source list uses the variable which will either have the filename or be empty |
| 19:35.05 | Notify | 03GCI: Sean: Append CMake build flags to the end of a compile line - doesn't look right... So at a glance, your output doesn't show it working... There are flags both before and after the two cflags you set. I'd expect -DCOWGOES... to be the first flag before -Werror and -DTEST=1 to be the last flag after -msse3... Also related to you prior... http://www.google-melange.com/gci/task/view/google/gci2012/8106206 |
| 19:35.15 | Notify | 03GCI: Sean: Append CMake build flags to the end of a compile line - Task Needs More Work One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your work. http://www.google-melange.com/gci/task/view/google/gci2012/8106206 |
| 19:48.44 | maths22 | no. I could not figure out how to make one with git and save it. |
| 19:49.02 | Notify | 03GCI: Sean: Identify 10 places to post an open source solicitation - I thought uh oh.. especially when I saw you listed IRC channels and the chromuium group (yeah, those don't count), but then I was pleasantly surprised with most of the rest! That's an interesting list and it includes several possibilities that hadn't been considered.... http://www.google-melange.com/gci/task/view/google/gci2012/8104204 |
| 19:49.13 | Notify | 03GCI: Sean: Identify 10 places to post an open source solicitation - Task Closed Congratulations, this task has been completed successfully. http://www.google-melange.com/gci/task/view/google/gci2012/8104204 |
| 19:50.27 | brlcad | maths22: that's a little silly considering the ability is even built into the tool you're using |
| 19:50.39 | brlcad | and there are hundreds of sites around the web that explain how |
| 19:54.23 | brlcad | there's three skills that all developers should learn intimately, 1) a programmable editor, 2) a compiler+debugger pairing, and 3) a version control system |
| 19:55.11 | brlcad | and by intimately, I mean understand the vast majority of options and capability, not necessarily memorizing, but being adept at using and figuring out as neede |
| 20:08.22 | Notify | 03GCI: Jjca: Identify 10 places to post an open source solicitation - You're welcome! And thanks to you for giving me the opportunity to do this task! Greetings from Venezuela! http://www.google-melange.com/gci/task/view/google/gci2012/8104204 |
| 20:10.28 | Notify | 03GCI: Cezar: Fix CMake build system auto-disabling of GLEW - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/7999218 |
| 20:12.53 | ``Erik | maths22: close, but using setf without an existing variable creates a new global variable which is bad. you were closer the other day with the LET form, I think, but LET doesn't guarantee existance or order during the symbol binding phase, so you either need to nest the LETs or use LET* |
| 20:16.13 | ``Erik | maths22: I think if you change those setfs to all let*, stop replacing the contents of body (create new variables, so it's more readable), change "#maths22" to "#brlcad" and indent correctly (in emacs, put the cursor at the very beginning of the defun form and do C-M-q), I'll be able to merge it and apply it to the running image :) |
| 20:17.57 | ``Erik | testing to make sure the values are defined before posting the message woudl be good, too... (when (and id name task ...) (post-message...)) |
| 20:24.34 | ``Erik | output on the current email set looks like http://elfga.com/~erik/dump.html fwiw (maybe brlcad has more comments on the formatting) |
| 20:27.38 | ``Erik | hm, the web one cleans up the repeated spaces, might have to view page source O.o |
| 20:37.36 | Notify | 03GCI: Jjca: Find and Fix 10 spelling mistakes in at least 10 different files (#2) - Task Claimed I would like to work on this task. http://www.google-melange.com/gci/task/view/google/gci2012/8103205 |
| 21:02.03 | Notify | 03GCI: Jacob B: Modify IRC notifier output - Ready for review The work on this task is ready to be reviewed. http://www.google-melange.com/gci/task/view/google/gci2012/7979224 |
| 21:03.02 | maths22 | brlcad: can you set it to needs more work. I had not seen ``Erik's comments when I posted it |
| 21:04.25 | Notify | 03GCI: Erik: Modify IRC notifier output - Task Needs More Work One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your work. http://www.google-melange.com/gci/task/view/google/gci2012/7979224 |
| 21:04.29 | maths22 | I will fix the formatting and syntax (something is not parsing right) |
| 21:06.15 | Notify | 03GCI: John: Reproduce any 10 unconfirmed open bug reports - Sorry I can't finish this task. Sorry. I hope that the file that I uploaded will help the next one. http://www.google-melange.com/gci/task/view/google/gci2012/7971223 |
| 21:06.25 | Notify | 03GCI: John: Reproduce any 10 unconfirmed open bug reports - Claim Removed The claim on this task has been removed, someone else can claim it now. http://www.google-melange.com/gci/task/view/google/gci2012/7971223 |
| 21:17.17 | Notify | 03GCI: John: Review and post "Blender to BRL-CAD" tutorial on our wiki - Task Claimed I would like to work on this task. http://www.google-melange.com/gci/task/view/google/gci2012/8079211 |
| 21:21.43 | Notify | 03GCI: John: Review and post "Blender to BRL-CAD" tutorial on our wiki - Claim Removed The claim on this task has been removed, someone else can claim it now. http://www.google-melange.com/gci/task/view/google/gci2012/8079211 |
| 21:24.31 | Notify | 03BRL-CAD:brlcad * 54104 (brlcad/trunk/CMakeLists.txt brlcad/trunk/HACKING and 7 others): rename and move doc/deprecation.txt to a new top-level CHANGES file. that name was selected after reviewing a number of other projects with similar deprecation announcement requirements and it seems to be a reasonable evolution. more clearly announcing changes to developer users is just as important (if not more so) as the |
| 21:24.33 | Notify | non-developer 'user-visible' NEWS items. It has also been a repeat topic of discussion, a repeat issue (devs not remembering it's in doc/), and one of the most frequently revisited docs. That's compelling support for introducing a new top-level file. Introducing it into include/ was considered, but it also covers commands. |
| 21:30.54 | *** join/#brlcad ChanServ (ChanServ@services.) | |
| 21:30.54 | *** mode/#brlcad [+o ChanServ] by rajaniemi.freenode.net | |
| 21:46.05 | brlcad | maths22: how long have you been using git? |
| 21:46.33 | brlcad | and do you have experience with any other version control systems? |
| 22:40.43 | Notify | 03GCI: BrendenD15: Write a "BRL-CAD Commands Quick Reference" document - Asterisks by the commands What are the asterisks supposed to mean? Are they just to tell me where additional commands can go or are they commands without man pages. Because except for the "rt" command, I have been unable to find man pages for any of the commands with... http://www.google-melange.com/gci/task/view/google/gci2012/7991205 |
| 23:00.53 | *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com) | |
| 23:03.35 | Notify | 03BRL-CAD:r_weiss * 54105 (brlcad/trunk/src/other/openNURBS/CMakeLists.txt brlcad/trunk/src/other/openNURBS/faq.txt and 204 others): Updated openNURBS to release 20121024. More work needs to be done. The files "Makefile.am" and "BRL-CAD_changes.txt" need to be updated and building on Windows needs to be tested. |
| 23:59.23 | *** join/#brlcad louipc (~louipc@archlinux/fellow/louipc) | |