> The "make check" operation looked like it completed properly in the
> Konsole window, so just to be certain everything was correct, I issued a
> "make recheck" command from within the Konsole window. That command
> began an infinite loop in the Konsole window that I could not break out
> of because there was so much hard disk activity.

Perhaps that's related to the reported "make clean" infinite loop.

On my favourite git checkout I had that problem, too; it went like this:

  rm -f help.doc
  (cd tests; make clean)
  /bin/bash: Line 0: cd: tests: File or directory not found
  make[2543]: Entering directory `/.../build'
  for i in lsp cmp clos clx tk ext; do
    rm -f lib$i.a $i/?*.{o,eclh,data,c,sdat,h,fas};
  done
  rm -f help.doc
  (cd tests; make clean)

That accumulated make processes until the machine started swapping; I got it
soon enough, so that a Ctrl-C was enough, but perhaps you've already been
too deep in OOM.


Regards,

Phil




------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to