On Mon, Jan 25, 2021 at 08:41:49PM +0100, Jakub Drozd wrote: > Hi, I have a serious problem when running "make install" in gcc pass > 1. Here are the required information about this: Book version: 10.0 Host > distribution and version: Ubuntu 20.4.1 LTS "Focal Fossa" System > specifications: Processor: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz > Memory: 8051MB Disk used: ATA Hitachi HTS54252 Host System > Requirements script output: " bash, version 5.0.17(1)-release /bin/sh > -> /usr/bin/bash Binutils: (GNU Binutils for Ubuntu) 2.34 bison (GNU > Bison) 3.7 /usr/bin/yacc -> /usr/local/bison/bin/yacc bzip2, Version > 1.0.8, 13-Jul-2019. Coreutils: 8.30 diff (GNU diffutils) 3.7 find (GNU > findutils) 4.7.0 GNU Awk 5.0.1, API: 2.0 (GNU MPFR 4.0.2, GNU MP 6.2.0) > /usr/bin/awk -> /usr/bin/gawk gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 > g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 (Ubuntu GLIBC 2.31-0ubuntu9.1) 2.31 > grep (GNU grep) 3.4 gzip 1.10 Linux version 5.8.0-40-generic > (buildd@lcy01-amd64-014) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld > (GNU Binutils for Ubuntu) 2.34) #45~20.04.1-Ubuntu SMP Fri Jan 15 11:35:04 > UTC 2021 m4 (GNU M4) 1.4.18 GNU Make 4.2.1 GNU patch 2.7.6 Perl > version='5.30.0'; Python 3.8.5 sed (GNU sed) 4.7 tar (GNU tar) > 1.30 texi2any (GNU texinfo) 6.7 xz (XZ Utils) 5.2.4 g++ compilation > OK:" Problematic package and section: gcc pass 1, section 5.3 Error > message: when running make install " make[3]: Leaving directory > '/mnt/lfs/sources/gcc-10.2.0/h make[2]: Leaving directory > '/mnt/lfs/sources/gcc-10.2.0/h make[2]: Entering directory > '/mnt/lfs/sources/gcc-10.2.0/x Makefile:183: ../.././gcc/libgcc.mvars: > No such file or directory make[2]: *** No rule to make target > '../.././gcc/libgcc.mvars'. Stop. make[2]: Leaving directory > '/mnt/lfs/sources/gcc-10.2.0/x make[1]: *** [Makefile:13001: > install-target-libgcc] Error 2 make[1]: Leaving directory > '/mnt/lfs/sources/gcc-10.2.0' make: *** [Makefile:2385: install] > Error 2" Deviated from the book? : No Hope that I will recieve help > fast, Jakub Drozd Waiting for Urgent Help
Your mail is all-but unreadable (everything run together in one long line, and a few html entities instead of what I think are quotes and so forth). Based on the actual problem gcc/libgcc.mvars: No such file or directory google found some (old) references. One of those (at linuxquestions) prompts me to ask: were you in gcc-10.2.0/build when you ran ../configure, make, and the failed make install ? If you weren't that is your problem. The next question is: did you extract all of the versioned mpfr, gmp and mpc tarballs in the gcc-10.2.0 directory (and move them to just mpfr etc) before creating the build directory ? ĸen -- The right of the people to keep and arm Bears, shall not be infringed. -- 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
