• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionacedff05fb8d766413626010a00306e30a573134 (tree)
Time2023-05-13 18:39:45
Authormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[LFS] Modify.

Change Summary

Incremental Difference

--- a/LFS/5glibc.sh
+++ b/LFS/5glibc.sh
@@ -65,8 +65,6 @@ echo 'int main(){}' | $LFS_TGT-gcc -xc -
6565 readelf -l a.out | grep ld-linux
6666 rm -v a.out
6767
68-$LFS/tools/libexec/gcc/$LFS_TGT/$GCCVER/install-tools/mkheaders
69-
7068 TimeEnd chap5
7169
7270 echo \ \ Removing directory...
--- a/LFS/8binutils.sh
+++ b/LFS/8binutils.sh
@@ -45,6 +45,12 @@ echo \ \ Making...
4545 make tooldir=/usr \
4646 1> $LOG/$CHAP.$TARGET.2_make.log 2>&1 || exit 1
4747
48+echo \ \ Testing...
49+make -k check \
50+ 1> $LOG/$CHAP.$TARGET.3_check.log 2>&1
51+grep '^FAIL:' $(find -name '*.log') \
52+ 1>> $LOG/$CHAP.$TARGET.3_check.log 2>&1
53+
4854 echo \ \ Installing...
4955 porg -lp $TARGET "make tooldir=/usr install -j1" \
5056 1> $LOG/$CHAP.$TARGET.3_install.log 2>&1 || exit 1
--- a/LFS/8expect.sh
+++ b/LFS/8expect.sh
@@ -39,7 +39,7 @@ porg -lp $TARGET "make install" \
3939 1> $LOG/$CHAP.$TARGET.3_install.log 2>&1 || exit 1
4040
4141 porg -lp+ $TARGET "\
42-ln -svf expect5.45.4/libexpect5.45.4.so /usr/lib" \
42+ln -svf $APPNAME$VER/libexpect$VER.so /usr/lib" \
4343 1>> $LOG/$CHAP.$TARGET.3_install.log 2>&1 || exit 1
4444
4545 TimeEnd chap8
--- a/LFS/8gcc.sh
+++ b/LFS/8gcc.sh
@@ -47,8 +47,15 @@ echo \ \ Making...
4747 make \
4848 1> $LOG/$CHAP.$TARGET.2_make.log 2>&1 || exit 1
4949
50+#ulimit -s 32768
51+#chown -Rv tester .
52+#su tester -c "PATH=$PATH make -k check" \
53+# 1> $LOG/$CHAP.$TARGET.3_check.log 2>&1
54+#../contrib/test_summary \
55+# 1>> $LOG/$CHAP.$TARGET.3_check.log 2>&1
56+
5057 echo \ \ Installing...
51-porg -lp $TARGET -E`pwd` "make install" \
58+porg -lp $TARGET -E$PWD "make install" \
5259 1> $LOG/$CHAP.$TARGET.3_install.log 2>&1 || exit 1
5360 #porg -lp+ $TARGET "\
5461 #rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/$VER/include-fixed/bits/" \
--- a/LFS/8glibc.sh
+++ b/LFS/8glibc.sh
@@ -148,6 +148,9 @@ cat > /etc/ld.so.conf << "EOF"
148148 /usr/local/lib
149149 /opt/lib
150150
151+# Add an include directory
152+include /etc/ld.so.conf.d/*.conf
153+
151154 EOF
152155 porg -lp+ $TARGET "touch /etc/ld.so.conf"
153156
--- a/LFS/8gmp.sh
+++ b/LFS/8gmp.sh
@@ -36,6 +36,10 @@ make \
3636 #make html \
3737 # 1>> $LOG/$CHAP.$TARGET.2_make.log 2>&1 || exit 1
3838
39+echo \ \ Testing...
40+make check \
41+ 1> $LOG/$CHAP.$TARGET.3_check.log 2>&1
42+
3943 echo \ \ Installing...
4044 porg -lp $TARGET -E`pwd` "make install" \
4145 1> $LOG/$CHAP.$TARGET.3_install.log 2>&1 || exit 1
--- a/LFS/8mpc.sh
+++ b/LFS/8mpc.sh
@@ -34,6 +34,10 @@ make \
3434 #make html \
3535 # 1>> $LOG/$CHAP.$TARGET.2_make.log 2>&1 || exit 1
3636
37+echo \ \ Testing...
38+make check \
39+ 1> $LOG/$CHAP.$TARGET.3_check.log 2>&1
40+
3741 echo \ \ Installing...
3842 porg -lp $TARGET "make install" \
3943 1> $LOG/$CHAP.$TARGET.3_install.log 2>&1 || exit 1
--- a/LFS/8mpfr.sh
+++ b/LFS/8mpfr.sh
@@ -39,6 +39,10 @@ make \
3939 #make html \
4040 # 1>> $LOG/$CHAP.$TARGET.2_make.log 2>&1 || exit 1
4141
42+echo \ \ Testing...
43+make check \
44+ 1> $LOG/$CHAP.$TARGET.3_check.log 2>&1
45+
4246 echo \ \ Installing...
4347 porg -lp $TARGET "make install" \
4448 1> $LOG/$CHAP.$TARGET.3_install.log 2>&1 || exit 1
--- a/LFS/8systemd.sh
+++ b/LFS/8systemd.sh
@@ -47,6 +47,7 @@ meson --prefix=/usr \
4747 -Dman=false \
4848 -Dmode=release \
4949 -Dpamconfdir=no \
50+ -Ddev-kvm-mode=0660 \
5051 -Ddocdir=/usr/share/doc/systemd-$VER \
5152 .. \
5253 1> $LOG/$CHAP.$TARGET.1_conf.log 2>&1 || exit 1
--- a/LFS/8tcl.sh
+++ b/LFS/8tcl.sh
@@ -22,7 +22,7 @@ TimeStart
2222
2323 cd $TARGETDIR
2424
25-tar -xf $DLD/tcl8.6.13-html.tar.gz --strip-components=1 || \
25+tar -xf $DLD/$APPNAME$VER-html.tar.gz --strip-components=1 || \
2626 (echo Document tarball error && exit 1)
2727
2828 echo \ \ Configuring...