00:15:19 jepler has joined #emc-devel 00:19:00 rayh has joined #emc-devel 00:19:38 logger_devel: bookmark 00:19:38 See http://solaris.cs.utt.ro/irc/irc.freenode.net:6667/emcdevel/2006-02-02#T00-19-38 00:20:59 Got a problem with scripts/emc 00:21:16 just updated and get this response. 00:21:22 rayh@ray64:~/emcdevelop/emc2$ scripts/emc univstep 00:21:23 Machine configuration directory is '/home/rayh/emcdevelop/emc2/configs/univstep/' 00:21:23 Machine configuration file is 'univstep.ini' 00:21:23 Starting emc... 00:21:24 sudo: /home/rayh/emcdevelop/emc2/scripts/realtime: command not found 00:21:24 Realtime system did not load 00:21:25 Shutting down and cleaning up EMC... 00:21:27 sudo: /home/rayh/emcdevelop/emc2/scripts/realtime: command not found 00:21:29 Cleanup done 00:22:17 did you ./configure, make clean, make, sudo make (permissions or something)? 00:22:36 Nope. Thanks for that heads up again. 00:22:40 realtime is now generated by configure 00:22:41 rayh: I'm guessing you didn't run configure after the cvs up. 00:22:43 sure 00:22:56 yeah what he says 00:23:34 rayh@ray64:~/emcdevelop/emc2$ scripts/emc univstep 00:23:34 bash: scripts/emc: Permission denied 00:24:05 you need to do that last one, or the permissions are wrong 00:24:21 no, this one is because you didn't run make 00:24:36 sudo make setuid 00:24:43 heh 00:24:53 you need to do all the steps after cvs up: ./configure; make clean; make; sudo make setuid 00:25:00 rayh_ has joined #emc-devel 00:25:13 uh-oh - he's double-teaming us 00:25:18 rayh_: after cvs up: ./configure; make clean; make; sudo make setuid 00:25:30 ./configure alone didn't work 00:25:40 you have to do all the steps after a cvs up. 00:25:51 But when I issued make clean, it is happly eating my entire hd install. 00:26:00 lots of stuff is now created by the build process, including configure and make 00:26:09 * rayh_ is gonna go away 00:26:10 what? 00:26:15 what do you mean? 00:26:37 Yep massive hard drive work and rm going everywhere. 00:26:42 have a nice night guys. 00:26:45 rayh_ has quit 00:26:47 that doesn't sound right 00:26:53 hmmm 00:26:59 bummer 00:27:09 rayh has quit 00:27:25 that may not be a good sign 00:28:01 well it's hard to say with the information we have. 00:28:18 true 00:28:26 I'm looking at any changes to Makefile* 00:28:32 jepler had one earlier today 00:30:18 well there are rm -fR in the clean target. That sure is stupid. 00:30:52 that is bad 00:31:00 (if [ -d /usr/src/emc2/src/.tmp ] ; then rm -fR /usr/src/emc2/src/.tmp ; fi) 00:31:00 (if [ -d /usr/src/emc2/src/.rt_tmp ] ; then rm -fR /usr/src/emc2/src/.rt_tmp ; fi) 00:31:03 (if [ -d ] ; then rm -fR ; fi) 00:31:15 this is what happens on my system (harmless) 00:31:38 err - that last one could be bad 00:31:51 nah 00:32:02 this is what I got from irc: 00:32:06 (if [ -d ] ; then rm -fR ; fi) 00:32:14 no dire specified 00:32:16 yeah, that's what it does 00:32:16 dirs 00:32:18 ok 00:32:34 on my system at least, surprisingly, [ -d ] is true 00:32:43 but "rm -fR" does nothing 00:32:50 ah - no * 00:33:03 no, there is nothing there. 00:39:23 rayh has joined #emc-devel 00:40:12 Total crash. 00:40:41 I think whenever there are changes to configure you must run make clean before ./configure 00:41:01 or it locks up looking for stuff that it can no longer find. 00:45:30 rayh has quit 00:46:11 rayh has joined #emc-devel 00:51:57 rayh: did it delete files outside of your emc directory? 01:00:47 It looks like it ate parts of all the processes that were running. 01:00:54 kde config is gone. 01:01:08 ksirc is dead completely. 01:01:50 I didn't see anything useful in the log files but still looking. 01:02:49 IMO running ./configure on an old system and then trying to make clean leads to some dead ends. 01:02:55 I did it once before. 01:03:26 I'd getting a new copy of emc2 now. 01:05:21 do you still have the Makefile.inc? 01:05:28 were you running as root when you did this? 01:06:10 nope is was rayh 01:08:05 and you didn't use sudo when you did the configure or make clean? 01:08:23 nope 01:08:34 do you still happen to have that Makefile.inc? 01:09:19 I moved emc2 aside after restart. There is a makefile in the old version. 01:09:46 built about 6:30 so that should be about right. 01:10:02 so you have the directory that you think was messed up - can you tell me what TMP_DIR says in Makefile.inc? 01:10:10 err src/Makefile.inc 01:10:41 It is on the box with the dead irc. Let me copy it here. 01:10:54 you can email it to me or whatever 01:14:54 on the way now. 01:15:26 * rayh goes to look at irc on the troubled box. 01:17:27 ok the thing I thought might be wrong isn't. I don't see how it would have touched files outside of /home/rayh/emcdevelop/emc2 01:17:44 I have emc running again. 01:18:08 it started up really slow compared to the last install. 01:19:33 rayh_ has joined #emc-devel 01:20:13 Okay I'm back. 01:21:16 LawrenceG has quit 01:22:12 so everything is fine now? 01:22:51 Don't know. 01:23:16 Still rebuilding the desktop and finding stuff. 01:23:43 LawrenceG has joined #emc-devel 01:23:45 so it had some effect on your kde preferences/setup? 01:24:33 Yes 01:24:50 I'm afraid I know squat about how kde keeps those settings 01:24:50 The last time it happened it killed of kdm completely. 01:25:06 the last time what happened? 01:25:13 I did this. 01:25:19 I mean what was the last thing you typed? 01:25:35 configure? 01:25:48 make clean 01:27:16 unless you're running as root, make clean can't touch things like kdm 01:27:31 Well tell that to my other box. 01:28:08 dinner is ready, I'll be back later. 01:28:16 I think what happens is a new Makefile 01:28:24 catch you after dinner. 01:30:35 rayh_ has quit 02:12:20 rayh has quit 10:08:46 anonimasu has quit 10:11:48 anonimasu has joined #emc-devel 15:26:28 hi guys 18:24:34 easy for you to say :) 18:55:30 rayh has joined #emc-devel 22:15:50 logger_devel has joined #emc-devel 22:15:50 topic is: "Welcome to the Enhanced Machine Control development place. | Regular Developers' meetings 24/7 !" 22:15:50 Users on #emc-devel: logger_devel rayh anonimasu LawrenceG jepler @ChanServ cradek steves_logging SWPadnos alex_joni jtr_ 22:48:52 rayh is now known as rayh_away