aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
Commit message (Collapse)AuthorAgeFilesLines
* gcc: Note some additional test failuresXi Ruoyao2023-05-131-2/+6
|
* systemd: Fix runtime issues exploited by GCC 13 (#5254)Xi Ruoyao2023-05-101-1/+15
| | | | Switch to "meson setup" from the plain "meson" by the way.
* psmisc: Run the test suiteXi Ruoyao2023-05-031-1/+3
| | | | It seems the package has provided the test suite since some time point.
* gcc: Add libhwasan and libstdc++exp into contents and short descXi Ruoyao2023-05-031-2/+22
| | | | | | TODO: HWAsan needs Linux 6.4 (not released yet) and a recent Intel CPU. So it the kernel and hardware support is available, we may see more test failures. I'll try it out on my new system...
* gcc: Document the meaning of --disable-fixincludesXi Ruoyao2023-05-021-0/+11
|
* gcc: Update known test failures for GCC 13Xi Ruoyao2023-05-021-8/+8
|
* TypoBruce Dubbs2023-05-011-1/+1
|
* Package updates.Bruce Dubbs2023-05-011-2/+2
| | | | | | | | Update to vim-9.0.1503. Update to iana-etc-20230418. Update to sysvinit-3.07. Update to iproute2-6.3.0. Update to linux-6.3.1.
* Merge branch 'bdubbs/gcc13' into trunkBruce Dubbs2023-05-013-5/+10
|\
| * Fix double dashesThomas Trepl2023-05-011-1/+1
| |
| * Readd configure accidently commented completely.Thomas Trepl2023-05-011-0/+2
| |
| * Comment out TIME_T_32_BIT_OKThomas Trepl2023-05-011-5/+6
| |
| * Create new branch for gcc13Bruce Dubbs2023-04-272-1/+3
| |
* | openssl: Clarify the condition when 30-test_afalg.t failsXi Ruoyao2023-04-161-4/+7
| |
* | util-linux: Clarify the condition of hardlink failureXi Ruoyao2023-04-161-1/+5
| |
* | dbus: Enable testsXi Ruoyao2023-04-161-4/+8
|/ | | | | Though many tests are disabled w/o optional dependencies, we can at least run a dozen of tests.
* Be consistent with library contents.Bruce Dubbs2023-04-151-2/+2
|
* Revert "libelf: Add libelf.so.1 symlink into contents"Xi Ruoyao2023-04-161-2/+1
| | | | | | | | | This reverts commit 01a8a15a965a2dec4679c1734df0a03370189d34. We don't list the versioned SONAME symlink for any shared libraries. TODO: should we remove libelf-0.189.so from the list as well? It sounds like "libz.so.1.2.13" which is not listed too.
* libelf: Add libelf.so.1 symlink into contentsXi Ruoyao2023-04-151-1/+2
|
* eudev: Set /dev/kvm mode to 0660 and tag it "uaccess"Xi Ruoyao2023-04-101-2/+14
| | | | See the parent commit for rationale.
* systemd: Set /dev/kvm mode to 0660Xi Ruoyao2023-04-101-0/+10
| | | | | | | | | | The default /dev/kvm mode is 0666 and we consider it "not so safe". Like Tim said: "I'm also authenticating to my system all the time and don't do a chmod -R 777 / after every boot." With this option, the /dev/kvm mode is set to 0660 and it's tagged "uaccess" so systemd-logind will add an ACL entry for users logged-in locally.
* glibc: libanl is a dummy nowXi Ruoyao2023-04-081-1/+3
|
* glibc: Clarify the reference to POSIX.1b and POSIX.1cXi Ruoyao2023-04-081-3/+4
| | | | | | | The thread functions are in POSIX.1c, not POSIX.1b. Both POSIX.1b and POSIX.1c are named "extensions" (plural form). And POSIX.1b is titled "Real-time" instead of "Realtime".
* Typo reported by rhubarbpieguy.Ken Moffat2023-04-071-2/+2
|
* flit-core: Kill revision='systemd'Xi Ruoyao2023-04-011-1/+1
| | | | I copied from jinja2 and edited the file, but forgot to remove this.
* whatsnew: Add Flit-coreXi Ruoyao2023-04-011-1/+1
| | | | Also use the Normal Case for Flit-Core in a section title.
* coreutils: Fix a bug in checksum utilities for failure reportingxry111/update-20230331Xi Ruoyao2023-03-311-8/+6
|
* wheel: Remove magic PYTHONPATH=src (unneeded with flit-core) and ...Xi Ruoyao2023-03-311-54/+1
| | | | duplicated pip3 explanation (already in flit-core page).
* Package updatesXi Ruoyao2023-03-312-0/+116
| | | | | | | | | | | | | | Update to linux-6.2.8 (#5230) Update to xz-5.4.2 (#5233) Update to coreutils-9.2 (#5232) Update to libcap-2.68 (#5236) Update to bc-6.5.0 (#5228) Update to openssl-3.1.0 (#5227) Update to texinfo-7.0.3 (#5235) Update to grep-3.10 (#5234) Update to tzdata-2023c (#5237) Update to wheel-0.40.0 (#5229) Add flit-core-3.8.0
* Clarify a sentence in "stripping"Pierre Labastie2023-03-311-2/+2
| | | | | Also fix a typo Report by Rainer Fiebig
* Fix typo and copy&paste errorThomas Trepl2023-03-301-4/+4
|
* openssl: Fix a typo, and add a link to OpenSSH issueXi Ruoyao2023-03-151-1/+2
|
* openssl: Add a warning about minor version bump and OpenSSHXi Ruoyao2023-03-151-0/+14
| | | | Let's prevent bad thing from happening when we update to 3.1.0...
* Adjustments for /dev/ptsXi Ruoyao2023-03-082-23/+17
| | | | | | | | | | | 1. Declare UNIX98 PTY requirement in host system requirements and check it in the script. All desktop or server distros should have it now, but let's stop anyone from building on a embedded distro w/o UNIX98 PTY early... 2. Use Expect test suite as a guard against mishandled $LFS/dev/pts. 3. No need to test the basic function of Expect in Binutils anymore because if ($LFS)/dev/pts is not good, the Expect test suite would have failed.
* systemd: Document systemd-ac-powerXi Ruoyao2023-03-051-1/+12
| | | | | It has been moved to /usr/bin for general use by upstream, so list it in programs.
* libelf: Remove run-native-test failureXi Ruoyao2023-03-051-4/+0
| | | | | | It's fixed in 0.189. (cherry picked from commit 4fd9716e1563b70f149b53f0bd22a4aced1115c9)
* make: Run test suite as unprivileged userXi Ruoyao2023-03-051-1/+4
|
* Package updatesXi Ruoyao2023-03-052-12/+0
| | | | | | | | | | | - Update to systemd-253 - Update to bc-6.3.1 - Update to linux-6.2.2 - Update to procps-ng-4.0.3 - Update to iproute2-6.2.0 - Update to meson-1.0.1 - Update to make-4.4.1 - Update to elfutils-0.189
* e2fsprogs: Update test failure infoXi Ruoyao2023-03-021-1/+3
| | | | | | Document the m_assume_storage_prezeroed failure. The u_direct_io failure is fixed by https://github.com/tytso/e2fsprogs/commit/4cda25453f85.
* e2fsprogs: Add configuration section about mke2fs.confXi Ruoyao2023-02-191-0/+27
|
* grub: Add upstream fixes patch for unrecognized ext2/3/4 features (#5219)xry111/grub-fix-testXi Ruoyao2023-02-191-0/+9
|
* Update build times an sizes.Bruce Dubbs2023-02-121-2/+2
| | | | | | This update changes the default number of cores used to build packages to 4. A section is also added to host requirements to recommend a minumum number of cores and memory size.
* Package updates.Bruce Dubbs2023-02-112-5/+3
| | | | | | | | | | | Update to iana-etc-20230202. Update to zstd-1.5.4. Update to Python3-3.11.2. Update to e2fsprogs-1.47.0. Update to dbus-1.14.6. Update to linux-6.1.11. Update to libcap-2.67. Update to bc-6.2.4.
* Combine tcl documentation instructions together.Bruce Dubbs2023-02-081-11/+5
|
* openssl: Fix a command to view man pageXi Ruoyao2023-02-081-1/+1
| | | | "ssl.7ssl" is in man7, not man3.
* glibc: Note the sed for printf is a security fixXi Ruoyao2023-02-061-2/+6
| | | | And add a comment about the difference from upstream commit.
* libffi: Remove --disable-exec-static-trampxry111/glibc-2.37Xi Ruoyao2023-02-031-13/+1
| | | | It's not needed now since gjs-1.74 supports static trampoline.
* libelf: Update test statusXi Ruoyao2023-02-031-2/+3
| | | | | While the previously documented test failure is resolved by binutils-2.40, a new test failure has shown up.
* bash: Add the explanation of test output, and document a known failureXi Ruoyao2023-02-031-0/+13
|
* mpfr: Fix a test caseXi Ruoyao2023-02-021-1/+15
| | | | | | | Normally we don't fix test, but see the comment added into the XML file for the rationale. Update the number of tests by the way.