All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
432 views

Building LFS: Segmentation fault with make on a graphical shell

I'm building a LFS system following the steps from the book (version 7.6, though I think the problem is not related to a specific version). After building the toolchain (chapter 5) now I'm into ...
alexrc's user avatar
  • 59
0 votes
1 answer
2k views

shell script - redirect all data from stdout to /dev/null [duplicate]

i use travis-ci to build linux from scratch version 7.8. during build, travis-ci throw error because log file large than 4 mega bytes. you can see at lfs-auto, build #15 now, i want to redirect all ...
Kevin Leptons's user avatar
0 votes
1 answer
194 views

Linux from scratch: 'tools/include' is not a directory when installing linux-5.5.3 API Headers

I am working on linux from scratch and I am at section 5.6 linux-5.5.3 API Headers. I was able to extract the tar, cd into the new directory, and make. At this point I am inside the linux-5.5.3 ...
atultw's user avatar
  • 989
0 votes
1 answer
941 views

Understanding LFS environment setup

I have some questions regarding the suggested setup from LFS. Question: what is this command really doing cat > ~/.bash_profile << "EOF" exec env -i HOME=$HOME TERM=$TERM PS1='\u:\...
BluePython's user avatar
  • 1,587