Em 12-06-2013 06:50, Simon Geard escreveu: > On Tue, 2013-06-11 at 18:57 -0300, Fernando de Oliveira wrote: >> Can now build icedtea-web-1.4, either using OpenJDK-1.7.0.21-2.3.9 or >> OpenJDK-1.7.0.40-2.4.0, but *only after exiting X* session (lxsession) >> and runing the build script on a terminal. > > Does it work from an xterm if you unset DISPLAY before running the > commands? > > Simon. >
Thank you, Simon. Yes, it does work! Now, I will add "unset Display" to the build script, after doing a few more tests. It might be a problem starting with icedtea-web-1.4. Sometimes I use cssh when trying to build software simultaneously in more than one machine, even for this host, which ssh's to itself. I cannot remember if the old successful build was from an xterm or ssh. However, configure is successful in X from an xterm in two VMs. As I did some experiments with xulrunner in the problematic host, problem could be there. Also, only that host has nvidia. All run the same kernel version. I am going to build OpenJDK-1.7.40-2.4.0 in those boxes, and if something goes wrong, I will report. Meanwhile, if you or anyone else can please tell what could be happening, I will much appreciate. $ echo $DISPLAY :0 $ unset DISPLAY $ echo $DISPLAY $ ./configure ... Runs to the end. -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
