IRC log for #brlcad on 20070915

00:15.51 ``Erik what about non-complient c89 compilers? ;(
00:55.37 *** join/#brlcad iraytrace (n=iraytrac@c-76-23-15-187.hsd1.ut.comcast.net)
03:00.47 brlcad the can die in their own obsolescense .. the code has to keep moving forward
03:02.14 brlcad that was an astounding 18 years ago, way past time
03:03.14 brlcad it'd be easier to get a modern compiler to work under cross-compilation than it would be to keep the baggage of the ancient compilers indefinitely
03:07.43 brlcad c89 conformance was adopted like 3 years ago anyways, just getting around to those particular edits .. there's *plenty* of other stuff in the code that requires c89
03:08.36 *** join/#brlcad SWPadnos_ (n=Me@dsl245.esjtvtli.sover.net)
03:23.55 CIA-4 BRL-CAD: 03brlcad * 10brlcad/src/other/blt/src/bltConfig.h:
03:23.55 CIA-4 BRL-CAD: since we don't call blt's configure, make sure it knows that the c89 headers are
03:23.56 CIA-4 BRL-CAD: presumed. this is intentionally here and not in the top-level configure to
03:23.56 CIA-4 BRL-CAD: prevent repropagation of their use in the rest of the code. blt should be a
03:23.56 CIA-4 BRL-CAD: subconfigure.
03:27.30 CIA-4 BRL-CAD: 03brlcad * 10brlcad/ (8 files in 6 dirs): limits.h, locale.h, setjmp.g, and signal.h now all assumed as well as part of ongoing c89 migration.
03:28.46 CIA-4 BRL-CAD: 03brlcad * 10brlcad/include/common.h: oops, but the genie back in the bottle. these don't need to go here.
03:29.19 CIA-4 BRL-CAD: 03brlcad * 10brlcad/configure.ac: don't need the define for blt now that it defines what it needs in its own config header
03:42.38 CIA-4 BRL-CAD: 03brlcad * 10brlcad/ (5 files in 5 dirs): no longer need to conditionally check for time.h (or stddef.h) prior to use per c89
06:32.04 *** join/#brlcad Twingy (n=justin@74.92.144.217)
07:13.08 *** join/#brlcad yukonbob_ (n=yukonbob@198.235.198.234)
08:44.02 *** join/#brlcad Elperion (n=Bary@p548764BA.dip.t-dialin.net)
08:46.13 *** join/#brlcad elite01 (n=elite01@dslc-082-082-093-004.pools.arcor-ip.net)
08:55.12 *** join/#brlcad Elperion (n=Bary@p548764BA.dip.t-dialin.net)
16:23.45 CIA-4 BRL-CAD: 03brlcad * 10brlcad/ (475 files in 49 dirs):
16:23.45 CIA-4 BRL-CAD: more c89 embracing. c89 provides string.h for all of the various str*() and
16:23.45 CIA-4 BRL-CAD: mem*() functions, so remove the check for its presence. there is still likely
16:23.45 CIA-4 BRL-CAD: to be work required for strict c89 conformance for the various bsd strings.h
16:23.46 CIA-4 BRL-CAD: functions that may be in use.
17:06.20 *** join/#brlcad iraytrace (n=iraytrac@c-76-23-15-187.hsd1.ut.comcast.net)
17:27.23 *** join/#brlcad yukonbob (n=yukonbob@198.235.198.234)
17:29.32 brlcad hmm, can't cvs update
17:29.50 brlcad anyone doing a commit at the moment or something?
17:36.21 yukonbob what's shaking, brlcad?
17:38.03 brlcad oh, I was coding and working on the website
17:38.26 brlcad but now cvs has some update problem, so that's stonewalled
17:40.05 louipc I updated ok maybe 30 min ago
17:43.02 brlcad does it work for you now?
17:43.34 brlcad maybe it's just sourceforge saying I need to eat something
17:43.46 louipc seems like it did
17:43.56 louipc didn't say there was a lock on anything
17:44.04 brlcad just now?
17:44.42 louipc yep
17:44.55 brlcad ah, are you on anonymous?
17:45.00 louipc yeah
17:45.09 brlcad maybe that's why
17:47.36 ``Erik anonymous is on a different server, sf does an rsync or something to the anon servers
17:47.59 brlcad they unified them a year ago
17:47.59 louipc oh
17:48.12 louipc hmm!
17:48.19 brlcad but the permissions are still different
17:48.23 brlcad obviously
17:49.55 louipc I just did checkout without problem
17:57.18 poolio_ same.
17:57.28 brlcad hm, checkout fails for me across the board
17:57.36 brlcad even on separate hosts
18:00.24 brlcad can someone try to make a commit
18:01.14 iraytrace Hang on, let me update and I'll do a commit
18:03.30 iraytrace It's still thinking...
18:03.34 iraytrace done
18:03.36 CIA-4 BRL-CAD: 03lbutler * 10brlcad/bench/run.sh: just a commit test
18:04.09 brlcad hrmph
18:04.29 brlcad here's what I'm seeing: http://pastebin.bzflag.bz/m12d73f4b
18:05.22 iraytrace Um, that dir is the one I just did a commit into. Was this before or after my commit finished?
18:05.51 brlcad i get that for any dir
18:06.07 iraytrace woah!
18:06.45 iraytrace That looks like a problem with your account.
18:06.49 brlcad oh well, I'll let sf sort it out .. probably some funky cvs staleness issue related to commits earlier today specific to my user
18:06.52 iraytrace Have you tried creating a new repository?
18:07.01 brlcad yep, gives me perm denied on checkout
18:07.17 iraytrace That's def. an SF issue then
18:13.19 CIA-4 BRL-CAD: 03brlcad * 10brlcad/src/other/tcl/unix/Makefile.in: sgi make doesn't like the bad makefile syntax (line separator leading to an empty line)
18:13.27 brlcad that's even more weird.. I can commit, which still gives a permissions error, but it completes
20:03.41 MinuteElectron brlcad: Any luck with LDAP?
22:53.52 ``Erik neat, sf broke stuff good :D
22:54.07 ``Erik be interesting to see the guts of how that broke O.o
23:17.37 iraytrace Indeed, that would be neat.
23:17.51 iraytrace Probably just a reboot of their LDAP if I had to guess

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.