現行での最新版は7.10です。
本家
http://www.linuxfromscratch.org/
日本語参考
http://www.green.ne.jp/JF/LFS-BOOK.html (JFの日本語訳です。5.0なので注意)
http://www.atmarkit.co.jp/flinux/index/indexfiles/lfsindex.html (@ITの記事です。3.3なので注意)
http://lfsbookja.osdn.jp/7.10/(Version 7.10日本語訳)
LFS(Linux From Scratch) 統合スレ 1
http://pc8.2ch.net/test/read.cgi/linux/1019828587/
LFS(Linux From Scratch) 統合スレ 2
http://hayabusa6.2ch.net/test/read.cgi/linux/1155412397/
今はLiveCDやら自動化のシェルスクリプトなど便利なものがあるみたいですが、
本質的に理解したい人や初めての人は全て手動でやる事を進めます。
基本的に分からない事やトラブルに関しての質問をする時は気を付けましょう。
なるべく抽象的な表現は避け、具体的な事象を元に理論立てて相手に分かりやすいように
質問される側の立場に立って質問してください。
LFS(Linux From Scratch) 統合スレ 3 [無断転載禁止]©2ch.net
1login:Penguin
2017/02/18(土) 09:40:03.66ID:L/lBfv1+2026/01/20(火) 10:58:35.56ID:yBpzg9An
sdl2-compat 却下w
SDL2 classic を維持した方がいい
SDL2 classic を維持した方がいい
2026/01/26(月) 09:15:53.64ID:ILxwc1tA
面倒くさくてglibc-2.43 を上書きうp w
2026/01/27(火) 10:37:18.94ID:oX4mrYEr
mesa-25.3.4
../src/compiler/clc/nir_load_libclc.c:266:13: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
../src/compiler/clc/nir_load_libclc.c:266:13: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
2026/01/27(火) 10:49:50.40ID:oX4mrYEr
(;´Д`)
$grep 'char [*]' nir_load_libclc.c
const char *static_data;
const char *sys_path;
snprintf((char *)clc->cache_key, sizeof(clc->cache_key),
char *U3AS1 = strstr(func->name, "U3AS1");
char *generic_name = ralloc_strdup(shader, func->name);
$grep 'char [*]' nir_load_libclc.c
const char *static_data;
const char *sys_path;
snprintf((char *)clc->cache_key, sizeof(clc->cache_key),
char *U3AS1 = strstr(func->name, "U3AS1");
char *generic_name = ralloc_strdup(shader, func->name);
2026/01/29(木) 07:50:23.70ID:7hlwrzf/
shadow
sed -i 's/groups$(EXEEXT) //' src/Makefile.in
---
$ grep groups src/Makefile.in
---
絶対に自分でやって試してないよね?
ただバージョン番号変えててるだけだよね?
sed -i 's/groups$(EXEEXT) //' src/Makefile.in
---
$ grep groups src/Makefile.in
---
絶対に自分でやって試してないよね?
ただバージョン番号変えててるだけだよね?
2026/01/30(金) 07:32:08.07ID:/fUzSDek
ちょっとヤバいやつw > glibc-2.43
2026/01/31(土) 12:02:57.09ID:qUtSvj6A
無理矢理上げてきたねw
2026/02/01(日) 16:02:53.87ID:6b2c9ujl
(;´Д`) c23 が結構うぜー
2026/02/03(火) 11:59:36.75ID:oRaQS4F6
qtwebengine-6.10.2
これやんないと駄目みたいな
diff -u webengine-6.10.{1,2}/src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h
--- a/src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h 2025-08-29 06:04:36.000000000 +0900
+++ b/src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h 2026-02-03 11:52:03.917592639 +0900
@@ -6,6 +6,7 @@
#define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SECCOMP_H_
#include <stdint.h>
+#include <signal.h>
#include <sys/ioctl.h>
#include "build/build_config.h"
これやんないと駄目みたいな
diff -u webengine-6.10.{1,2}/src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h
--- a/src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h 2025-08-29 06:04:36.000000000 +0900
+++ b/src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h 2026-02-03 11:52:03.917592639 +0900
@@ -6,6 +6,7 @@
#define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SECCOMP_H_
#include <stdint.h>
+#include <signal.h>
#include <sys/ioctl.h>
#include "build/build_config.h"
2026/02/03(火) 12:00:34.85ID:oRaQS4F6
diff のラインに変なものがwww
2026/02/09(月) 14:41:14.61ID:jMTQoXZ5
gettext-1.0 なら
/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/
こんなの要らないから
/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/
こんなの要らないから
271login:Penguin
2026/02/16(月) 11:27:52.63ID:iiqdwLBc またビルド中に勝手にアクセス・DLさせる悪質なのが増えた…
2026/02/16(月) 11:45:26.15ID:jrP8Tx7E
wasi 排除決定
273login:Penguin
2026/03/08(日) 14:55:34.34ID:0wEvCY9K nettle 上げると xorg-server もビルドにコケるぞ
2026/03/14(土) 07:28:25.81ID:xgmtp99F
--- toolkit/moz.configure.orig 2026-03-14 07:24:05.993955910 +0900
+++ toolkit/moz.configure 2026-03-14 07:22:12.882957806 +0900
@@ -2997,6 +2997,7 @@
flags=depends(wasi_sysroot_flags)(
lambda sysroot_flags: [
"-Werror",
+ "-Wno-deprecated",
"-D_WASI_EMULATED_PROCESS_CLOCKS",
"-lwasi-emulated-process-clocks",
]
+++ toolkit/moz.configure 2026-03-14 07:22:12.882957806 +0900
@@ -2997,6 +2997,7 @@
flags=depends(wasi_sysroot_flags)(
lambda sysroot_flags: [
"-Werror",
+ "-Wno-deprecated",
"-D_WASI_EMULATED_PROCESS_CLOCKS",
"-lwasi-emulated-process-clocks",
]
2026/05/02(土) 11:55:32.06ID:phoz7eSR
sysv を放棄する方向性が決まったっぽいね
2026/05/09(土) 10:03:09.72ID:TNgmcllh
>ttps://github.com/util-linux/util-linux/issues/4306
これ直んないねー
これ直んないねー
2026/06/10(水) 06:00:39.76ID:2Hk1LQZ+
wayland-protocols-1.49
ひでえな
ひでえな
2026/06/18(木) 13:43:33.90ID:sge4CwbV
ttps://github.com/mozilla/cbindgen/issues/1165
ttps://raw.githubusercontent.com/freebsd/freebsd-ports/6309773cf3cabcc0f6d4fa2b310172f9bd39b863/www/waterfox/files/patch-bug2046162
ttps://raw.githubusercontent.com/freebsd/freebsd-ports/6309773cf3cabcc0f6d4fa2b310172f9bd39b863/www/waterfox/files/patch-bug2046162
2026/06/20(土) 07:21:29.39ID:/rtVH23Z
>kea-3.0.3
--install-umask=022
これつけないと酷い目に遭うからなw
--install-umask=022
これつけないと酷い目に遭うからなw
レスを投稿する
ニュース
- あぼーん
- 【サッカー】日本代表・塩貝健人のSNS炎上…人種差別的な攻撃の標的に ブラジルメディアは擁護「元の発言より過激に伝えられている」 [冬月記者★]
- 亀梨和也が田中みな実と結婚発表 妊娠も「新しい命も授かっています」ファンクラブサイトで ★6 [首都圏の虎★]
- 新卒一括採用はオワコンか 強まる即戦力志向、中途比率は5割超え [どどん★]
- 【サッカー】「1度寝る?起きておく?」 日本vsブラジルで議論勃発! 午前2時開始…「延長やPK戦までもつれたら朝までの戦いに」★2 [冬月記者★]
- 【速報】 レバノンで巨大な爆発 動画あり ★2 [お断り★]
- 【地上波/DAZNほか】 FIFAワールドカップ2026 総合スレ★238【メキシコ/カナダ/アメリカ】
- 【ATP】テニス総合実況スレ2026 Part 68【WTA】
- とらせん
- 巨専】祝勝会
- やくせん 4
- 西武線
- 【朗報】FIFA公式「JAP🇯🇵」 [731544683]
- 日本vsブラジル★1 [903775116]
- 😰🏡
- 俺の口癖が「リズムに乗るぜ!」なんだが
- ハンバーガーをメニュー看板から出すマジックのネタわかった!
- 高市政府が悲鳴「中国はレアアースを輸出しろ!さもなくば必要な対応を行う😤」 [245325974]