I'm getting different output from some of the verification commands in the 

book for section 6.17.1 in LFS 7.7. I'm not sure if all steps for building
GCC were

completed properly because I lost my SSH session.

 

Any ideas? Can I just rebuild GCC? do I need to remove anything first or
just rm

the extracted tar dir and build dir then start over from the beginning of
section

6.17?

 

Following are the results of running the commands from the book.

 

root:/sources/gcc-build# grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log

 

/usr/lib/../lib64/crt1.o succeeded

/usr/lib/../lib64/crti.o succeeded

/usr/lib/../lib64/crtn.o succeeded

 

 

root:/sources/gcc-build# grep -B4 '^ /usr/include' dummy.log

 

ignoring nonexistent directory
"/tools/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../x86_64-unknown-li
nux-gnu/include"

ignoring duplicate directory "/tools/include"

#include "..." search starts here:

#include <...> search starts here:

/usr/include

 

 

root:/sources/gcc-build# grep 'SEARCH.*usr/lib' dummy.log |sed 's|; |\n|g'

 

SEARCH_DIR("=/tools/x86_64-unknown-linux-gnu/lib64")

SEARCH_DIR("/usr/lib")

SEARCH_DIR("/lib")

SEARCH_DIR("=/tools/x86_64-unknown-linux-gnu/lib");

 

Thanks again

 

Daryl Voss

 

 

From: lfs-support [mailto:[email protected]] On
Behalf Of Daryl Voss
Sent: Sunday, May 31, 2015 8:30 AM
To: [email protected]
Subject: [lfs-support] resuming system build after lost ssh session

 

I'm in need of some help again. I restarted my LFS build after the issues I
was having

before and the build was going great. I'm building on a VMware Workstation
VM

and I SSH into the machine so copy/paste to the machine is possible.

 

Last night I was preparing to more my PC and while waiting on GCC to build
and test

In section 6.17 of LFS 7.7 I unplugged the network connection and lost my
SSH session

 

When I realized what I'd done and that I couldn't revive the SSH connection
I checked

top on the VM console and saw activity from expect, ld, and many others
sporadically.

I assumed this meant the build and test was still running.

 

I left the machine running and now I just need to know what I need to do to
resume

building LFS. Do I just go back through the chroot process at the beginning
of chapter

6, or is there something else I should do?

 

Thank you

 

Daryl Voss

-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to