Xi Ruoyao
e34c9a405c
vala: Fix a crash building NetworkManager
2023-10-12 00:20:41 +08:00
Douglas R. Reno
65caf3493e
Update to unrar-6.2.12
2023-10-10 12:42:40 -05:00
Douglas R. Reno
e78ebcf287
Update to opencv-4.8.1
2023-10-10 12:08:46 -05:00
Douglas R. Reno
6136a5c600
Update to packaging-23.2 (Python Module)
2023-10-09 11:29:04 -05:00
Thomas Trepl
6aa83d8443
Upgrade cmake-3.27.7
2023-10-09 14:33:26 +02:00
Xi Ruoyao
f764a889fe
Update to rustc-1.73.0
2023-10-09 02:32:13 +08:00
Thomas Trepl
1f27b71c07
Upgrade to php-8.2.11
2023-10-08 17:34:47 +02:00
Xi Ruoyao
382d011512
Python: Set LC_ALL=en_US.UTF-8 for testing
...
See added comment for details.
2023-10-05 16:07:18 +08:00
Bruce Dubbs
78a778b5c6
Typo
2023-10-02 10:28:24 -05:00
Rahul Chandra
9448f79ba6
Update to bluez-5.70
2023-10-01 01:07:49 -04:00
Douglas R. Reno
46358aefa8
Update to pycairo-1.25.0
2023-09-27 23:57:08 -05:00
Pierre Labastie
32e3833aa9
Update to OpenJDK-21
2023-09-28 06:56:05 +02:00
Douglas R. Reno
b721c4098b
Remove unneeded Trac links from pages.
...
Thanks goes to rhubarbpieguy for the report on blfs-dev.
2023-09-26 16:42:58 -05:00
Ken Moffat
4b795d34e4
Updated to spidermonkey-115.3.0.
2023-09-26 22:12:37 +01:00
Xi Ruoyao
7655d92ffa
spidermonkey: Update RAM usage issue in JIT test suite
2023-09-26 16:55:19 +08:00
Thomas Trepl
14136bd166
Upgrade cmake-3.27.6
2023-09-26 10:33:23 +02:00
Xi Ruoyao
7b8bec72b3
Fix URLs of external depedencies, remove dead "User Notes"
2023-09-23 22:41:42 +08:00
Ken Moffat
991369adcc
NumPy now requires pyproject-metadata.
2023-09-22 22:07:14 +01:00
Rahul Chandra
bcfaad0264
Typo fixes from rhubarbpieguy on blfs-dev
2023-09-21 19:02:48 -04:00
Douglas R. Reno
973bdfe245
Update to unrar-6.2.11
2023-09-21 15:14:09 -05:00
Douglas R. Reno
0886b8b60d
Update to harfbuzz-8.2.1
2023-09-21 15:12:13 -05:00
Xi Ruoyao
2b676a5c4a
doxygen: Remove reference to Python 2
...
We are already using a sed to make the scripts run with Python 3.
2023-09-20 19:38:08 +08:00
Xi Ruoyao
00766cca21
subversion: Move away from Python 2
...
We are already using sed to fix test scripts to use Python 3 instead.
2023-09-20 19:36:34 +08:00
Xi Ruoyao
8cc537fe6a
appstream: Typo
2023-09-20 19:19:40 +08:00
Xi Ruoyao
075fb2eb9c
appstream: English grammar fix
2023-09-20 18:43:21 +08:00
Xi Ruoyao
6d47d88e9a
librsvg: Run test suite with LC_ALL=C
...
Add -k by the way to complete the test.
2023-09-20 02:01:49 +08:00
Xi Ruoyao
7bfadabeaa
llvm: Fix SSP patch name
2023-09-20 01:39:33 +08:00
Xi Ruoyao
5c01736c9b
llvm: Align test instruction with build-in-cgroup
2023-09-20 01:39:33 +08:00
Xi Ruoyao
d6b169d789
rust: Adapt for LLVM 17 and note additional test failures
2023-09-20 01:39:33 +08:00
Xi Ruoyao
32ced1784a
llvm: Update to LLVM-17.0.1
2023-09-20 01:39:26 +08:00
Xi Ruoyao
8fd1b19e4e
libgusb: Fix docdir sed
2023-09-19 04:59:46 +08:00
Douglas R. Reno
0b4d98d21a
Archive sysprof.
...
It's optional for the packages that use it, and they only use it to
provide additional support for profiling.
Sysprof now requires two more packages which are specific to it, so
let's archive it.
2023-09-18 15:53:46 -05:00
Douglas R. Reno
70bea08d61
Update to json-glib-1.8.0
2023-09-18 15:28:48 -05:00
Douglas R. Reno
b9098ed165
gobject-introspection: forgotten tweak - Cairo and doctool are now
...
autodetected.
2023-09-18 15:28:48 -05:00
Douglas R. Reno
f13ed30cf9
Update to gobject-introspection-1.78.1
2023-09-18 15:28:48 -05:00
Douglas R. Reno
3b76db39a6
Update to numpy-1.26.0 (Python Module)
2023-09-18 15:28:48 -05:00
Xi Ruoyao
bccf5d0cdb
appstream: Add a comment for editors
2023-09-19 04:21:06 +08:00
Xi Ruoyao
69553e99b0
appstream: Add /usr/share/metainfo/org.linuxfromscratch.lfs.xml file
...
It fixes the "Operating System Details" content in appstreamcli sysinfo
output.
Note that the file name is derived from HOME_URL and ID properties from
/etc/os-release, and the HOME_URL property is just added (at LFS
r12.0-44). If HOME_URL is not set, the file should be renamed to
"lfs.xml" and the <id> in the file should be "lfs", instead of
"org.linuxfromscratch.lfs".
2023-09-19 04:17:14 +08:00
Xi Ruoyao
b6d544942b
building-notes: Note how to use cgroup for limiting resource usage
...
We were saying "-jN means using N cores (or N threads)". This is
completely wrong. "-jN" only tells the building system to run N jobs
simultaneously, but each job can start their own subprocesses or threads
and there is no way for the building system to know how many
subprocesses or threads a job will start.
This caused a lot of misunderstandings and encouraged users to wrongly
blame building systems.
Fix the description of -jN, and add how to use cgroup to control the
usage of CPU cores and system RAM.
On a systemd-based system, systemd is the cgroup manager and manually
operating on cgroups may puzzle systemd. So use systemd-run for
creating and setting up cgroup. On a sysv-based system create and set
up the cgroup manually.
2023-09-19 02:59:45 +08:00
Douglas R. Reno
a8a3c9d8b3
libxmlb: minor tweak for the Command Explanations
2023-09-18 13:35:48 -05:00
Douglas R. Reno
fa559f1cc8
Add AppStream to the book in support of libadwaita.
...
See Tickets #18599 and #18573 for more details.
2023-09-18 13:30:04 -05:00
Douglas R. Reno
97cecf51ae
Add libxmlb to the book in support of appstream.
...
This will be needed for libadwaita-1.4. See Ticket #18573 for more
details.
2023-09-18 12:49:30 -05:00
Douglas R. Reno
4490fe8b33
Spidermonkey: minor reword for JIT test suite description
2023-09-18 11:56:37 -05:00
Douglas R. Reno
60f566d97e
Archive pycryptodome.
...
It was only used by Samba previously, and Samba has moved to
Cryptography.
2023-09-18 11:34:00 -05:00
Xi Ruoyao
30d8de9bd4
spidermonkey: Update command explanations
2023-09-18 14:38:19 +08:00
Xi Ruoyao
3ce2d0c7e6
Update SpiderMonkey to ESR 115
...
- Update to SpiderMonkey from Firefox-115.2.1
- Update to gjs-1.78.0
- Allow building polkit with SpiderMonkey from Firefox-115
2023-09-18 01:54:07 +08:00
Bruce Dubbs
2adc3b6733
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-09-17 12:33:55 -05:00
Bruce Dubbs
cace266364
Fix cbindgen md5sum
2023-09-17 12:33:22 -05:00
Xi Ruoyao
5028839fa0
Rename js102 to spidermonkey
2023-09-18 00:55:11 +08:00
Douglas R. Reno
2d73dcae1b
Update to cmake-3.27.5
2023-09-16 16:24:02 -05:00