| 00:27.42 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 02:49.40 | starseeker | src/libfb/if_X24.c:1105:46: error: signed and unsigned type in conditional expression [-Werror=sign-compare] x1wd = (x1 == xi->xi_ilf) ? xi->xi_ilf_w : ifp->if_xzoom; |
| 02:49.48 | starseeker | sorry, double post |
| 02:49.54 | starseeker | scowls at mouse |
| 02:50.08 | starseeker | number of similar errors in other locations |
| 02:52.02 | *** join/#brlcad sofat (~androirc@223.225.215.93) | |
| 03:03.00 | *** join/#brlcad jyhong (~jyhong@218.22.21.14) | |
| 03:07.32 | Notify | 03BRL-CAD:starseeker * 64636 brlcad/trunk/src/libfb/if_X24.c: Start updating the types in the X24 fb - looks like they'll all need to be updated. |
| 03:27.13 | sofat | brlcad, how i change the status of ticket? |
| 03:36.57 | sofat | Anyone know about this ? |
| 03:37.25 | sofat | I want to closed some ticket so how I do this ? |
| 04:32.47 | sofat | ``Erik, you know about this |
| 04:33.08 | sofat | starseeker, you know about this? |
| 05:19.26 | *** join/#brlcad sofat (~androirc@223.225.215.93) | |
| 05:44.38 | *** join/#brlcad alisha (~quassel@115.184.63.27) | |
| 06:08.16 | *** join/#brlcad hiteshsofat (~androirc@223.225.215.93) | |
| 06:35.18 | *** join/#brlcad sofat (~androirc@223.225.215.93) | |
| 06:46.09 | *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee) | |
| 06:55.27 | *** join/#brlcad d_rossberg (~rossberg@66-118-151-70.static.sagonet.net) | |
| 07:01.21 | *** join/#brlcad sofat (~androirc@223.225.215.93) | |
| 07:57.20 | *** join/#brlcad merzo (~merzo@92.60.189.225) | |
| 08:42.13 | *** join/#brlcad luca79 (~luca@ge-19-123-238.service.infuturo.it) | |
| 09:01.18 | *** join/#brlcad teepee-- (bc5c2133@gateway/web/freenode/ip.188.92.33.51) | |
| 09:09.16 | *** join/#brlcad ries_nicked (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl) | |
| 10:14.38 | *** join/#brlcad andrei_il (~andrei@109.100.128.78) | |
| 10:32.04 | *** join/#brlcad sukhtaaj (~sukhdeep@202.164.53.117) | |
| 10:34.28 | *** join/#brlcad hobbyist (~quassel@202.164.53.117) | |
| 11:06.19 | *** join/#brlcad sofat (~sofat@123.63.148.138) | |
| 11:06.25 | sofat | starseeker, hello |
| 11:07.38 | sofat | how I change the status of my patch on sourceforge? I want to close some patches, so please tell me. |
| 11:19.35 | starseeker | sofat: if you click on the patch when you're logged in, in the upper right do you see an "Edit" button? |
| 11:19.41 | starseeker | I think you can mark it closed there... |
| 11:23.11 | sofat | no there is no edit button . |
| 11:30.24 | sofat | ? |
| 11:33.24 | starseeker | um. |
| 11:34.11 | sofat | there is two button i see one for "follow this ticket" |
| 11:34.24 | starseeker | you're logged in? |
| 11:34.42 | sofat | and second is "unsubscribe from this ticket" |
| 11:34.44 | sofat | yes |
| 11:34.50 | sofat | i am logged in |
| 11:35.01 | starseeker | odd |
| 11:35.16 | sofat | odd? means |
| 11:35.23 | starseeker | I don't see an easy way to do it |
| 11:35.44 | starseeker | I guess email me the list of links to the patches you want closed and I'll close them tonight |
| 11:35.48 | starseeker | (got to run now) |
| 11:36.12 | sofat | ok |
| 11:36.19 | sofat | i will email you |
| 11:36.31 | *** join/#brlcad luca79 (~luca@ge-19-123-238.service.infuturo.it) | |
| 11:37.35 | sofat | when you free you please review my patch ticket no.352 and patch name "articles in xml" |
| 11:44.49 | *** join/#brlcad andrei_il (~andrei@109.100.128.78) | |
| 12:08.56 | *** join/#brlcad andrei_il (~andrei@109.100.128.78) | |
| 12:09.11 | *** join/#brlcad luca79 (~luca@ge-19-123-238.service.infuturo.it) | |
| 12:24.01 | *** join/#brlcad dracarys983 (dracarys98@nat/iiit/x-vmtfimluhmmbyfad) | |
| 13:07.39 | maths22 | This is not good: http://brlcad.org/CDash/viewBuildError.php?buildid=53 |
| 13:18.19 | *** join/#brlcad luca79 (~luca@fi-19-201-244.service.infuturo.it) | |
| 13:28.54 | ``Erik | so there're bad type assumptions... O.o legitimate issues that need addressed, cdash is doing it's job... |
| 13:30.41 | Notify | 03BRL-CAD:d_rossberg * 64637 brlcad/trunk/src/librt/db_lookup.c: fixed crash during creation of temporary names for duplicates (write to freed memory)bu_vls_~() can move the string's memory, therefore moved the pointer to this memory too |
| 13:31.32 | ``Erik | ls |
| 13:31.35 | ``Erik | woops |
| 13:32.06 | teepee-- | ls: whoops: No such file or directory |
| 13:34.21 | ``Erik | if_ogl.c:1858 might be a bit trickier, y is 'register int', if_height in fb_internal is 'int', so if that 'fb' type is fb_internal, that's ... unexpected. |
| 13:35.08 | ``Erik | fights the urge to find . -type f -print0 | xargs -0 sed -i.bak 's/register //' |
| 13:36.12 | teepee-- | that looks scary to run on any bigger code base :) |
| 13:36.47 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 13:36.56 | ``Erik | teepee--: live fast, die young! |
| 13:37.10 | teepee-- | hehe, too late for that :P |
| 13:37.24 | ``Erik | ya'll audit your commits with 'svn diff' before you commit, right? O.o |
| 13:38.15 | teepee-- | does (well, normally using gitk) |
| 13:42.33 | ``Erik | sure, gitk's diff, "git diff" on the command line, "darcs diff" if you're dealing with nerdy stuff... :D |
| 13:43.55 | teepee-- | so it really treats register int and int as different types? that's indeed a bit surprising |
| 13:46.35 | *** join/#brlcad ignacio (~ignacio@rev-18-85-44-59.sugarlabs.org) | |
| 13:53.59 | Notify | 03BRL-CAD:starseeker * 64638 (brlcad/trunk/src/libfb/if_X24.c brlcad/trunk/src/libfb/if_ogl.c): More tweaks to if_X24 and if_ogl |
| 13:57.46 | *** join/#brlcad luca79 (~luca@151.34.244.250) | |
| 13:58.41 | ``Erik | no idea, that'd be odd if it did... (personally, I don't think register is all that useful any more... i386 is a piece of shit, x86_64 is marginally better, arm has the fu but isn't a major target for BRL-CAD) |
| 14:00.18 | Notify | 03BRL-CAD:starseeker * 64639 (brlcad/trunk/include/fb.h brlcad/trunk/src/burst/extern.h and 54 others): Back out 64638, 64636, 64635, and 64633 as a unit - this update needs to be applied to all fb implementations at the same time, since it will break compilation on any fb that isn't updated to the new function signatures. Should be able to reverse merge this to put the changes back when work resumes. |
| 14:02.31 | starseeker | that should revert the breakage until a comprehensive update to all fb functions can be completed |
| 14:03.18 | starseeker | maths22: should build now. cdash++ |
| 14:05.54 | maths22 | Will run tonight at 3am EDT |
| 14:06.12 | maths22 | Ill kick off a manual run sooner |
| 14:07.58 | sofat | starseeker, I am facing some error when i adding new images in CMakeLists.txt |
| 14:08.04 | sofat | make[2]: *** [doc/docbook/books/en/docbook_books_EN_IMAGES.sentinel] Error 1 |
| 14:08.05 | sofat | make[1]: *** [doc/docbook/books/en/CMakeFiles/docbook_books_EN_IMAGES_cp.dir/all] Error 2 |
| 14:08.05 | sofat | make: *** [all] Error 2 |
| 14:08.05 | sofat | make[2]: *** [doc/docbook/books/en/docbook_books_EN_IMAGES.sentinel] Error 1 |
| 14:08.05 | sofat | make[1]: *** [doc/docbook/books/en/CMakeFiles/docbook_books_EN_IMAGES_cp.dir/all] Error 2 |
| 14:08.05 | sofat | make: *** [all] Error 2 |
| 14:11.27 | sofat | starseeker, you have any solution for this error? |
| 14:12.26 | Notify | 03BRL-CAD:starseeker * 64640 (brlcad/trunk/src/other/PoissonRecon/PoissonRecon.sln =================================================================== and 48 others): Add the vanilla Screened Poisson Surface Reconstruction Version 6.13 sources from http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version6.13 (the latest as of April 10, 2015.) The only change from the original zip file contents was to correct mixed |
| 14:12.28 | Notify | line endings in a few Src files so subversion would accept the files. |
| 14:12.30 | Notify | ... |
| 14:12.31 | starseeker | sofat: there's not enough information there to debug it |
| 14:13.07 | starseeker | maths22: awesome - thanks! |
| 14:13.33 | sofat | ok i show you my CMakeLists.txt |
| 14:15.00 | sofat | https://bpaste.net/show/11ace5615550 |
| 14:15.11 | sofat | form line 51-64 |
| 14:16.06 | maths22 | starseeker: it runs nightly at 3am. I figured that was a good off time when people aren't likely to be comitting more |
| 14:16.12 | Notify | 03BRL-CAD:starseeker * 64641 (brlcad/trunk/src/other/PoissonRecon/LICENSE =================================================================== and 28 others): Add top level license file |
| 14:16.35 | maths22 | If they do, it obviously doesn't break anything |
| 14:19.16 | Notify | 03BRL-CAD:starseeker * 64642 (brlcad/trunk/src/other/PoissonRecon/Src/BSplineData.h brlcad/trunk/src/other/PoissonRecon/Src/Factor.h and 3 others): added license file for possionrecon (from maths22) |
| 14:21.30 | sofat | starseeker, you understand the error ? |
| 14:25.22 | Notify | 03BRL-CAD:starseeker * 64643 brlcad/trunk/src/other/PoissonRecon/Src/Octree.inl: Clear 'error: too few template-parameter-lists' error (brlcad) |
| 14:27.17 | *** join/#brlcad sofat (~androirc@106.192.152.163) | |
| 14:27.20 | Notify | 03BRL-CAD:starseeker * 64644 (brlcad/trunk/src/other/PoissonRecon/Src/Time.cpp =================================================================== and 49 others): Remove Time.h - causing problems on filesystems such as mac hfs+ when a #include <time.h> is encountered (brlcad) |
| 14:30.29 | Notify | 03BRL-CAD:starseeker * 64645 (brlcad/trunk/src/other/PoissonRecon/Src/Allocator.h brlcad/trunk/src/other/PoissonRecon/Src/Array.h and 41 others): remove trailing blanks and tabs (carlmoore) |
| 14:33.37 | Notify | 03BRL-CAD:starseeker * 64646 (brlcad/trunk/src/other/PoissonRecon/Src/Allocator.h brlcad/trunk/src/other/PoissonRecon/Src/Array.inl and 10 others): Correct a few spelling errors (carlmoore) |
| 14:36.56 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 14:37.13 | Notify | 03BRL-CAD:starseeker * 64647 (brlcad/trunk/src/other/PoissonRecon/Src/Allocator.h brlcad/trunk/src/other/PoissonRecon/Src/Array.h and 17 others): For now, remove the libbu usage introduced earlier - this is needed only if we decide to integrate poissonrecon directly into BRL-CAD's primary code base. |
| 14:38.29 | starseeker | sofat: I need the full make log - the part you posted to the channel only has the tail end of the make process |
| 14:39.35 | sofat | Okay how i get the log file after ran make command? |
| 14:40.03 | starseeker | when you ran "make" you didni't get any output other than what you posted? |
| 14:42.57 | sofat | Yes there is many commands is run with make and the output is very large |
| 14:43.12 | sofat | But i only posted the error |
| 14:43.50 | starseeker | I need the rest |
| 14:44.23 | sofat | Okay i will show you |
| 14:50.07 | ``Erik | the 'error' you posted was make saying "yeah, child process had an error, aborting", it's the child processes error we need :D the few lines before makes error |
| 14:54.45 | *** join/#brlcad sofat_ (~sofat@123.63.148.138) | |
| 14:54.54 | sofat_ | starseeker, now check this |
| 14:54.54 | sofat_ | https://bpaste.net/show/ae1f25659ad1 |
| 14:57.13 | Notify | 03BRL-CAD:starseeker * 64648 (brlcad/trunk/src/other/PoissonRecon/CMakeLists.txt =================================================================== and 115 others): Add a CMakeLists.txt file |
| 14:57.50 | starseeker | sofat_: OK - try "make VERBOSE=1" |
| 14:59.31 | sofat_ | its run very fast , i think compile the brlcad |
| 15:00.34 | sofat_ | there is output |
| 15:00.34 | sofat_ | https://bpaste.net/show/115394640c62 |
| 15:14.25 | Notify | 03BRL-CAD:starseeker * 64649 (brlcad/trunk/src/other/PoissonRecon/Src/PointStream.h brlcad/trunk/src/other/PoissonRecon/Src/PointStream.inl): Add a stream class for a basic struct containing a point and a normal |
| 15:53.22 | Notify | 03BRL-CAD:starseeker * 64650 (brlcad/trunk/src/other/PoissonRecon/CMakeLists.txt brlcad/trunk/src/other/PoissonRecon/Src/PointStream.h): Start to rough in a C api for a 'libSPR' that we can call instead of shoving everything into libgcv |
| 15:54.53 | starseeker | sofat: ok, so it looks like the command that is failing is /usr/bin/cmake -E touch /home/sofat/trunk/doc/docbook/books/en/docbook_books_EN_IMAGES.sentinel |
| 15:55.48 | sofat | So now how i solve this ? |
| 15:57.44 | starseeker | cd into the doc/docbook/books/en subdirectory, do a "make clean", and try again... |
| 15:57.57 | starseeker | your files are all in the correct places? |
| 15:59.03 | sofat | Yes |
| 15:59.22 | starseeker | do you have a separate build directory, or are you building in the source dir? |
| 16:02.40 | sofat | Not i using exiting dirrctory |
| 16:02.47 | sofat | Directory |
| 16:03.09 | sofat | Means in doc/docbook/article/en/images |
| 16:03.19 | sofat | There my all images |
| 16:04.06 | starseeker | does the latest patch on sourceforge have the changes you're trying to work with now? |
| 16:05.43 | sofat | No, i am working on different patch now |
| 16:05.54 | starseeker | hmm |
| 16:06.41 | starseeker | my first suggestion would be to try using an out-of-source-build-directory and see if that makes any difference |
| 16:09.06 | starseeker | if that doesn't work, my next suggestion would be to take a clean version of the checkout, add a single image file, and see if it still gives an error. |
| 16:09.40 | sofat | Okay i will try, if i face again any error then I will tell you. |
| 16:09.57 | starseeker | sofat: sounds good |
| 16:10.09 | sofat | Thanks |
| 16:16.46 | brlcad | starseeker: sorry about that -- I didn't have done an X11 build yet and was working on the Windows build |
| 16:17.15 | brlcad | would have held off the commit, but didn't think about X11 not compiling |
| 16:17.53 | brlcad | maths22: that's very good -- it gives me a list of errors to fix that I don't get locally |
| 16:18.34 | maths22 | brlcad: is 3am a good time? |
| 16:18.49 | maths22 | I figured that way the build should include most people's work on a given day |
| 16:19.15 | brlcad | ``Erik: I did remove all register statements like that a year or so ago .. and I was surprised to see performance actually drop a solid 5-10% |
| 16:19.37 | brlcad | I redid the build several times with different settings because I didn't believe it |
| 16:20.31 | brlcad | apparently it still can make a difference to strategically declare what should stick in registers (maybe when there's tons of register contention) |
| 16:32.03 | Notify | 03BRL-CAD:starseeker * 64651 (brlcad/trunk/src/other/PoissonRecon/Src/PointStream.h brlcad/trunk/src/other/PoissonRecon/Src/PointStream.inl and 2 others): Start working on the core function. |
| 16:32.23 | brlcad | maths22: 3am is fine |
| 16:44.13 | *** part/#brlcad FreezingCold (~FreezingC@135.0.41.14) | |
| 17:25.28 | *** join/#brlcad sukhtaaj (~sukhdeep@124.253.120.254) | |
| 17:29.56 | ``Erik | http://www.reenigne.org/blog/1k-colours-on-cga-how-its-done/ |
| 17:30.48 | teepee | yay, nice |
| 17:30.51 | teepee | starts reading :) |
| 17:31.22 | ``Erik | brlcad: I remember you did it several years ago, might be interesting to do again and get info on where the slowdown actually happens using like gprof or valgrind or something |
| 17:31.57 | ``Erik | (and frikkin' A, if ya'll keep doing these jacked up weird mega-commits, I might have to rewrite the mail parser) |
| 18:52.32 | Notify | 03BRL-CAD:starseeker * 64652 (brlcad/trunk/INSTALL brlcad/trunk/configure and 5 others): Switch to using a library built from src/other for Screened Poisson Reconstruction. |
| 18:55.09 | Notify | 03BRL-CAD:starseeker * 64653 brlcad/trunk/src/libgcv/CMakeLists.txt: Clear the libgcv copy of PoissonRecon |
| 18:58.38 | Notify | 03BRL-CAD:starseeker * 64654 brlcad/trunk/src/libgcv/screened_poisson.cpp: Prepare screened_poisson file for move to librt |
| 19:05.49 | Notify | 03BRL-CAD:starseeker * 64655 (brlcad/trunk/src/libgcv/CMakeLists.txt brlcad/trunk/src/libgcv/gcv_private.h and 2 others): Start moving screened_poisson to librt |
| 19:24.57 | *** part/#brlcad dracarys983 (dracarys98@nat/iiit/x-vmtfimluhmmbyfad) | |
| 19:34.44 | Notify | 03BRL-CAD:carlmoore * 64656 brlcad/trunk/doc/docbook/system/man1/en/pixhalve.xml: add an optional < because you can send it in via standard input as well |
| 19:47.02 | *** join/#brlcad brad_h (~behollis@dhcp-59-171.cse.ucsc.edu) | |
| 20:00.16 | Notify | 03BRL-CAD:starseeker * 64657 (brlcad/trunk/src/libgcv/CMakeLists.txt brlcad/trunk/src/libged/facetize.c): Get the screened poisson hooked up through the -P option in the facetize libged command. Seeing some odd behavior, needs more investigation. |
| 20:40.57 | starseeker | growl... can't run this thing twice, must be some memory issue |
| 20:48.41 | Notify | 03BRL-CAD:carlmoore * 64658 brlcad/trunk/src/util/pixhist3d.c: implement -h and -? (They now can NOT be valid file names); also revise THRESH comment |
| 21:06.31 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 21:19.14 | *** join/#brlcad merzo (~merzo@150-82-200-46.pool.ukrtel.net) | |
| 21:20.30 | *** join/#brlcad dracarys983 (dracarys98@nat/iiit/x-jpodfrabiztvkrfj) | |
| 21:32.41 | Notify | 03BRL-CAD:starseeker * 64659 brlcad/trunk/src/conv/ply/ply-g.c: Use vls to build the names |
| 21:39.17 | *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee) | |
| 21:41.32 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 21:53.38 | *** join/#brlcad merzo (~merzo@190-44-133-95.pool.ukrtel.net) | |
| 21:56.38 | Notify | 03BRL-CAD:starseeker * 64660 brlcad/trunk/misc/uncpowerplant2g.sh: Tweak powerplant script |
| 21:58.28 | ``Erik | heheh http://www.instructables.com/id/Apple-II-Watch/?ALLSTEPS |
| 22:00.51 | Notify | 03BRL-CAD:starseeker * 64661 brlcad/trunk/src/conv/ply/ply-g.c: make sure we have a period before truncating |
| 22:20.36 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 23:10.54 | *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee) | |
| 23:55.01 | *** join/#brlcad merzo (~merzo@111-62-132-95.pool.ukrtel.net) | |