On Mon, 2020-08-24 at 19:38 -0500, Douglas R. Reno via lfs-dev wrote: > Hi folks, > > I wanted to drop in a report from my adventures attempting to get > LFS > 10.0-rc1 bootstrapped on a VMWare VM for the xf86-video-vmware > driver. > Here's some supporting information first: > > renodr [ /mnt/lfs/blfs_root ]$ cat /etc/lfs-release > 20190511-systemd > > renodr [ /mnt/lfs/blfs_root ]$ uname -a > Linux RENODR-SAMBATEST-VM 5.1.11 #1 SMP Tue Jun 18 01:16:29 CDT 2019 > x86_64 GNU/Linux > > renodr [ /mnt/lfs/blfs_root ]$ ldd --version > ldd (GNU libc) 2.29 > Copyright (C) 2019 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There > is > NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > Written by Roland McGrath and Ulrich Drepper. > > renodr [ /mnt/lfs/blfs_root ]$ ld --version > GNU ld (GNU Binutils) 2.32 > Copyright (C) 2019 Free Software Foundation, Inc. > This program is free software; you may redistribute it under the > terms > of > the GNU General Public License version 3 or (at your option) a later > version. > This program has absolutely no warranty. > > renodr [ /mnt/lfs/blfs_root ]$ cc --version > cc (GCC) 9.1.0 > Copyright (C) 2019 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There > is > NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > > renodr [ /mnt/lfs/blfs_root ]$ bash --version > GNU bash, version 5.0.0(1)-release (x86_64-pc-linux-gnu) > Copyright (C) 2019 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html> > > This is free software; you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > > In summary, that's the following: > > Kernel: 5.1.11 > LFS Version: SVN-20190511-systemd > GCC Version: 9.1.0 > Binutils Version: 2.32 > Glibc Version: 2.29 > Bash: 5.0.0(1) > Processor: Intel Core i7-5820k (using 4 out of 6 cores in this VM). > In case it matters, my VMWare version is: VMWare Workstation 15 Pro, > version 15.5.6. > > This is the only version of LFS that I have installed on this VM that > is > far enough to use jhalfs. My end goal was to use blfs-tool through > jhalfs to build it through to Xorg, but I'm on the fence about that > at > the moment. > > Currently in the test logs: > > ==== http-6.1 http::ProxyRequired FAILED > ==== Contents of test case: > > http::config -proxyhost ${::HOST} -proxyport $port > set token [http::geturl $url] > http::wait $token > upvar #0 $token data > set data(body) > > ---- Test generated error; Return code was: 1 > ---- Return code should have been one of: 0 2 > ---- errorInfo: couldn't open socket: Name or service not known > while executing > "::socket -async RENODR-SAMBATEST-VM 8010" > ("eval" body line 1) > invoked from within > "eval $defcmd $sockopts $targetAddr" > invoked from within > "http::geturl $url" > ("uplevel" body line 3) > invoked from within > "uplevel 1 $script" > ---- errorCode: NONE > ==== http-6.1 FAILED > > http11.test > > > ^^^ Note that all of the http tests failed prior to the hang. This > is > similar to a problem that Ken brought up a week or so ago about test > suite failures. > > As of the writing of this email, it's been stuck for about 35 > minutes. I > am going to kill the process after I send this off to allow jhalfs > to > continue.
I think I have seen hangs in the early testing of the new method, and that's why I'd removed the tests for tcl. They have been reinstated, and so far, I've seen no hang. Hmmm, could it be some host issue? My first tests of the new method were on an old debian version (debian 8). Another thing to test... Pierre -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page