Xi Ruoyao
0fe09b09b6
js91: SSE2 can be used for GCC + 32-bit if the system is capable
...
Other workarounds (simply replacing "double_t") leads FP-related tests
to fail. If someone is really running a non-SSE2 system, he/she will
need Clang (maybe ironically as you have to build more things on such
a slow system, but we don't have any other solution).
2022-08-29 14:57:54 +08:00
Bruce Dubbs
2e72850c40
Bring intro to text browsers up to date
2022-08-28 23:54:19 -05:00
Xi Ruoyao
ed2176e518
rust: for systemd, tell how to use systemd-run to limit CPU cores
2022-08-29 12:01:21 +08:00
Xi Ruoyao
c0dfeeaf5e
rust: it's broken on non-SSE2 i686
2022-08-29 11:27:14 +08:00
Douglas R. Reno
96923efd52
Typo fixes
2022-08-28 15:11:37 -05:00
Pierre Labastie
f572dbb2c6
Building mozilla apps with gcc is broken on i686
...
We used to sed the double_t definition to allow building, but now
we use clang, so that the build passes without sed. Say that using
GCC breaks the build in command explanations too.
2022-08-28 21:03:28 +02:00
Pierre Labastie
9737271f0f
Remove firefox sed for i686
...
It's not needed with clang.
2022-08-28 21:03:28 +02:00
Julien Lepiller
b38aed5077
Fix typos
2022-08-28 20:38:50 +02:00
Xi Ruoyao
8013518eb2
grub-efi: housekeeping
2022-08-28 23:01:36 +08:00
Xi Ruoyao
1977aef403
grub-efi: simplify emergency disk layout
...
"--boot-directory=/mnt/rescue/grub" will create "/mnt/rescue/grub/grub",
which seems a little redundant.
2022-08-28 22:21:14 +08:00
Xi Ruoyao
6db606f552
grub-efi: add minimal configuration with --removable
...
It's needed for e.g. setting the boot process on a 32-bit LFS with
64-bit UEFI firmware.
2022-08-28 22:19:14 +08:00
Xi Ruoyao
6851adea69
grub-efi: demote efibootmgr from required to recommended
...
We'll add how to configure EFI boot w/o efibootmgr later...
2022-08-28 21:24:15 +08:00
Xi Ruoyao
4f464d8efd
efivar: mark it useless on 32-bit kernel
2022-08-28 21:23:56 +08:00
Xi Ruoyao
fae75b7d8a
grub-efi: force --target=x86_64-efi for emergency boot disk
...
Without it, grub will create a MBR boot disk if the system is not booted
with EFI.
2022-08-28 20:44:23 +08:00
Xi Ruoyao
10311fad21
qemu: mention virtio drivers for disk and network
2022-08-28 20:43:33 +08:00
Xi Ruoyao
46a83048cb
qemu: describe an option to simulate UEFI hardware
...
Useful for testing BLFS UEFI section, or booting something (Windoge)
requiring UEFI.
2022-08-28 20:01:15 +08:00
Xi Ruoyao
716ab1ac26
js-91: clang is required on 32-bit system
2022-08-28 16:13:29 +08:00
Xi Ruoyao
ff72cd054c
fontconfig: mention unzip is used in tests
2022-08-28 16:13:28 +08:00
Bruce Dubbs
65b4c5060c
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-08-27 23:12:22 -05:00
Bruce Dubbs
d14db83073
Update to libreoffice-7.4.0.3.
2022-08-27 23:12:10 -05:00
Bruce Dubbs
72c95070d7
One tag
2022-08-27 23:11:31 -05:00
Douglas R. Reno
2d653cd9f0
Tag the ATI Driver
2022-08-27 20:17:55 -05:00
Bruce Dubbs
e3cab04605
Three tags
2022-08-27 18:32:23 -05:00
Bruce Dubbs
5965750640
Update to tree-2.0.3.
2022-08-27 18:04:31 -05:00
Xi Ruoyao
99ae185ec3
efivar: patch for 32-bit system
2022-08-28 03:19:18 +08:00
Xi Ruoyao
a1b09476e8
wayland: unset XDG_RUNTIME_DIR for test
...
* If it's not set, things will be OK.
* If it's set normally, things will be OK.
* If it's set to a non-exist path, many tests will fail.
So for now just papering over the "bad XDG_RUNTIME_DIR issue" by unset
it.
2022-08-28 03:19:18 +08:00
Bruce Dubbs
a772a40476
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-08-27 11:23:21 -05:00
Bruce Dubbs
0bf1b4fc54
Archive gtkmm2
2022-08-27 11:23:10 -05:00
Pierre Labastie
2c5007040c
Fix a perl module md5sum again
2022-08-27 14:54:01 +02:00
Pierre Labastie
5c3f3e0dd9
Three tags
2022-08-27 09:21:27 +02:00
Bruce Dubbs
63105664ab
Two more tags
2022-08-26 19:16:52 -05:00
Bruce Dubbs
a9a6631952
Tags
2022-08-26 18:30:19 -05:00
Bruce Dubbs
3032882841
Tags
2022-08-26 16:39:32 -05:00
Pierre Labastie
eef5713fb7
A few tags
2022-08-26 22:45:40 +02:00
Bruce Dubbs
ee2d129b09
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-08-26 11:46:07 -05:00
Bruce Dubbs
5cc198cd36
Update to vim-9.0.0228 (sync with LFS. And some tags.
2022-08-26 11:43:04 -05:00
Douglas R. Reno
4ca7becbd0
Two package updates and a bunch of tags
...
Update to feh-3.9.1
Update to xarchiver-0.5.4.19
2022-08-26 10:23:38 -05:00
Thomas Trepl (Moody)
94f9324cac
Some more tags
2022-08-26 12:53:08 +02:00
Thomas Trepl (Moody)
9cb50666dd
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-08-26 12:19:51 +02:00
Thomas Trepl (Moody)
1bbb5ddaa5
Some more tags
2022-08-26 12:19:35 +02:00
Pierre Labastie
d6696ec3d7
A few tags
2022-08-26 11:55:03 +02:00
Pierre Labastie
6f11749bdb
Tag intel xorg driver
2022-08-26 11:11:04 +02:00
Bruce Dubbs
7484ed996d
Re-tag dhcpcd
2022-08-25 23:10:35 -05:00
Xi Ruoyao
d16c71a0f7
dhcpcd: work around seccomp issue introduced by glibc-2.36
...
To me a seccomp filter as a strict allowlist with SECCOMP_RET_KILL is
simply wrong [1]. But for now simply work around the issue.
Editors should rebuild dhcpcd with the sed. Revert the tag so another
editor can verify the change.
No packages depends on dhcpcd. The only packages mentioning dhcpcd are
NetworkManager and wpa_supplicant. NM doesn't support dhcpcd-9.0 or later
at all, and wpa_supplicant only refers to dhcpcd so a user can get the
IP address from AP after configured wpa_supplicant.
[1]: https://github.com/NetworkConfiguration/dhcpcd/issues/120#issuecomment-1227980583
2022-08-26 10:48:29 +08:00
Douglas R. Reno
8a2cb97ea3
Tag GNOME Applications and dependencies
2022-08-25 21:47:44 -05:00
Bruce Dubbs
6bc8029de0
All multimedia tags except one
2022-08-25 20:21:50 -05:00
Douglas R. Reno
19f84a6092
Update to gnome-bluetooth-42.3 and tag the rest of GNOME Desktop.
2022-08-25 20:03:11 -05:00
Bruce Dubbs
650ddb8903
Tag the rest of multimedia/libdriv/
2022-08-25 18:48:40 -05:00
Douglas R. Reno
756f228033
Fix building Samba with glibc-2.36 and xfsprogs-5.19.0, and tag it.
2022-08-25 17:30:40 -05:00
Douglas R. Reno
fe33e3f2bd
Tag GNOME Libraries and relevant dependencies
2022-08-25 16:50:31 -05:00