LFS(Linux From Scratch) 統合スレ 3 [無断転載禁止]©2ch.net (243レス)
LFS(Linux From Scratch) 統合スレ 3 [無断転載禁止]©2ch.net http://mao.5ch.net/test/read.cgi/linux/1487378403/
上
下
前
次
1-
新
通常表示
512バイト分割
レス栞
1: login:Penguin [] 2017/02/18(土) 09:40:03.66 ID:L/lBfv1+ 現行での最新版は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やら自動化のシェルスクリプトなど便利なものがあるみたいですが、 本質的に理解したい人や初めての人は全て手動でやる事を進めます。 基本的に分からない事やトラブルに関しての質問をする時は気を付けましょう。 なるべく抽象的な表現は避け、具体的な事象を元に理論立てて相手に分かりやすいように 質問される側の立場に立って質問してください。 http://mao.5ch.net/test/read.cgi/linux/1487378403/1
214: login:Penguin [sage] 2025/03/23(日) 10:23:03.22 ID:+Wfpu8Tz llvmorg-20.1.1 BLFS にも登載されていなものの話だが gfxreconstruct-vulkan-sdk-1.4.309.0 gcc や clang-19 でやると問題なくビルドできるが clang-20 だと失敗する FAILED: framework/util/CMakeFiles/gfxrecon_util.dir/json_util.cpp.o In file included from /build/VLK/gfxreconstruct-vulkan-sdk-1.4.309.0/framework/util/json_util.cpp:24: In file included from /build/VLK/gfxreconstruct-vulkan-sdk-1.4.309.0/framework/util/json_util.h:40: /build/VLK/gfxreconstruct-vulkan-sdk-1.4.309.0/external/nlohmann/include/nlohmann/json.hpp:24054:35: error: identifier '_json' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator] 24054 | inline nlohmann::json operator "" _json(const char* s, std::size_t n) | ~~~~~~~~~~~~^~~~~ | operator""_json /build/VLK/gfxreconstruct-vulkan-sdk-1.4.309.0/external/nlohmann/include/nlohmann/json.hpp:24062:49: error: identifier '_json_pointer' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator] 24062 | inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n) | ~~~~~~~~~~~~^~~~~~~~~~~~~ | operator""_json_pointer 2 errors generated. [25/172] Building CXX object framework/util/CMakeFiles/gfxrecon_util.dir/thread_data.cpp.o ninja: build stopped: subcommand failed. http://mao.5ch.net/test/read.cgi/linux/1487378403/214
215: login:Penguin [sage] 2025/03/28(金) 06:53:54.18 ID:ooV5viU1 cmake-4.0.0 http://mao.5ch.net/test/read.cgi/linux/1487378403/215
216: login:Penguin [sage] 2025/04/03(木) 09:03:27.04 ID:j2HeSS12 >>214 commit 64ea5da70a5adfecb7742476c92c306418d2fa10 で解消されている http://mao.5ch.net/test/read.cgi/linux/1487378403/216
217: login:Penguin [sage] 2025/04/03(木) 09:50:04.32 ID:TKmIK0f6 cmake-4.0 -> freeglut http://mao.5ch.net/test/read.cgi/linux/1487378403/217
218: login:Penguin [sage] 2025/04/03(木) 11:41:36.98 ID:n9C3kD4l llvmorg-20.1.6 http://mao.5ch.net/test/read.cgi/linux/1487378403/218
219: login:Penguin [sage] 2025/04/03(木) 11:41:50.75 ID:n9C3kD4l w llvmorg-20.1.2 http://mao.5ch.net/test/read.cgi/linux/1487378403/219
220: login:Penguin [sage] 2025/04/04(金) 08:54:43.14 ID:EXKi28vd cmake40 はイロイロうざい DirectX SC commit 3035d316c35289b68e8fc9d8cf21d86a204fb0e2 Date: Tue Apr 1 12:10:06 2025 -0500 Require CMake 3.17, remove CMP0051 (#7287) Hopefully this works and gets us able to build with CMake 4+. http://mao.5ch.net/test/read.cgi/linux/1487378403/220
221: login:Penguin [sage] 2025/04/05(土) 12:43:05.11 ID:AX4jdeaZ xml2 のバージョン上がったうぜぇ… 週末引きこもりだよ… http://mao.5ch.net/test/read.cgi/linux/1487378403/221
222: login:Penguin [sage] 2025/04/12(土) 06:40:42.91 ID:ilYm99XK CC lib/libcoreutils_a-btoc32.o In file included from ./lib/uchar.h:61, from lib/btoc32.c:23: ./lib/wchar.h:719:6: error: #if with no expression 719 | # if | ^ In file included from ./lib/uchar.h:65: ./lib/wctype.h:648:6: error: #if with no expression 648 | # if | ^ ./lib/wctype.h:1056:30: error: operator '!' has no right operand 1056 | # if defined __MINGW32__ && ! | ^ ./lib/wctype.h:1224:7: error: operator '||' has no left operand 1224 | # if || 0 | ^~ make[2]: *** [Makefile:13442: lib/libcoreutils_a-btoc32.o] Error 1 http://mao.5ch.net/test/read.cgi/linux/1487378403/222
223: login:Penguin [sage] 2025/04/12(土) 07:36:50.07 ID:En7uWfBU autoconf -fv automake -af http://mao.5ch.net/test/read.cgi/linux/1487378403/223
224: login:Penguin [sage] 2025/07/18(金) 07:01:23.08 ID:Iaq1LThf ちとメモ Vulkan-Tools-vulkan-sdk-1.4.321.0 ttps://github.com/KhronosGroup/Vulkan-Tools/issues/1130#issuecomment-3048310931 http://mao.5ch.net/test/read.cgi/linux/1487378403/224
225: login:Penguin [sage] 2025/07/28(月) 09:31:28.32 ID:a32qKfvv いつになったパッチを上げんだよ http://mao.5ch.net/test/read.cgi/linux/1487378403/225
226: login:Penguin [sage] 2025/08/02(土) 13:09:52.06 ID:Sc/Nc3Vb 半年ぶりにLFS からビルド http://mao.5ch.net/test/read.cgi/linux/1487378403/226
227: login:Penguin [sage] 2025/08/03(日) 15:21:21.89 ID:9mgfN6C6 あー、binutils-2.45 がやらかしちゃうねー http://mao.5ch.net/test/read.cgi/linux/1487378403/227
228: login:Penguin [sage] 2025/08/05(火) 11:45:19.94 ID:B+m04gPI openjdk - glibc242 ttps://patch-diff.githubusercontent.com/raw/openjdk/jdk/pull/24723.diff 取り敢えずは通るんだけどね、ちょっと気になる http://mao.5ch.net/test/read.cgi/linux/1487378403/228
229: login:Penguin [sage] 2025/08/08(金) 06:29:32.12 ID:mbegD+0V dvd+rw-tools パッチ間違ってるから 変える前に最初から全部やってみろってのに なんで自分でやらないの http://mao.5ch.net/test/read.cgi/linux/1487378403/229
230: login:Penguin [sage] 2025/08/12(火) 13:21:16.93 ID:Q6OxptsI cdrdao 1.2.5 に上げても gcc-15 だとビルドに失敗するね。 gcc-12 だとサクっと通るのに。 http://mao.5ch.net/test/read.cgi/linux/1487378403/230
231: login:Penguin [sage] 2025/08/13(水) 06:41:08.21 ID:hlXZb8Qb glib-2.42 が大変… http://mao.5ch.net/test/read.cgi/linux/1487378403/231
232: login:Penguin [sage] 2025/08/13(水) 07:48:26.21 ID:nAfwc3Pk error: too many arguments to function ‘hogeraccho_value'; expected 0, have 1 このパターンでビルドにコケるのがでまくり… http://mao.5ch.net/test/read.cgi/linux/1487378403/232
233: login:Penguin [sage] 2025/08/15(金) 18:44:52.09 ID:NnWWR9ej systemd-257.8 ではbookの面倒くさい変更をしないと eBPF なんてバークレーの後継を僭称しているが絶対に使うなよ http://mao.5ch.net/test/read.cgi/linux/1487378403/233
234: login:Penguin [sage] 2025/08/15(金) 21:13:10.55 ID:d1vdfLXb xine-ui の方もビルドに失敗するからな http://mao.5ch.net/test/read.cgi/linux/1487378403/234
235: login:Penguin [sage] 2025/08/24(日) 11:42:04.47 ID:dft01yrr ユーザは base と patch で充分なんだよ、git で管理なんてするかよ。 http://mao.5ch.net/test/read.cgi/linux/1487378403/235
236: login:Penguin [sage] 2025/08/27(水) 16:04:39.89 ID:2bRVvcJ2 ダセェな… >SPIRV-LLVM-Translator-21.1.0/lib/SPIRV/libSPIRV/SPIRVEntry.h:917:10: error: use of undeclared identifier 'CapabilitySpecConditionalINTEL' http://mao.5ch.net/test/read.cgi/linux/1487378403/236
237: login:Penguin [sage] 2025/08/28(木) 09:56:30.80 ID:vDbu1BHU spirv-header 3397e1e4fe0a9964e1837c2934b81835093494b8 spirv-tools 0c1acc220abd1a5791601d907b6bb49b640a62d2 でやったらビルドできるな > llvm-translator-21 http://mao.5ch.net/test/read.cgi/linux/1487378403/237
238: login:Penguin [sage] 2025/09/02(火) 05:45:25.86 ID:tIIRhL5D 12.4リリースあめでとうございます でもなんで 12.4-systemd/ に LFS-BOOK-12.4.tar.xz が入ってるの 12.4/ と同名じゃない 12.3 では LFS-BOOK-SYSD-12.4.tar.xz だったのに http://mao.5ch.net/test/read.cgi/linux/1487378403/238
239: login:Penguin [sage] 2025/09/14(日) 08:27:10.62 ID:YTI9SA4z glycin なんて要らないから http://mao.5ch.net/test/read.cgi/linux/1487378403/239
240: login:Penguin [sage] 2025/09/14(日) 09:41:28.86 ID:GRmuIQMN ghost arch がやってるように rm -r leptonica tesseract した方がいいと思う http://mao.5ch.net/test/read.cgi/linux/1487378403/240
241: login:Penguin [sage] 2025/09/29(月) 06:50:41.22 ID:nKWMpWXf >ttps://www.gnupg.org/ftp/gcrypt/gpgmepp/gpgmepp-2.0.1.tar.xz まだないじゃんw どうして自分でやって確かめないんだって http://mao.5ch.net/test/read.cgi/linux/1487378403/241
242: login:Penguin [sage] 2025/10/02(木) 06:51:01.18 ID:4E4V71+x coreutils のパッチ、間違ってないか? http://mao.5ch.net/test/read.cgi/linux/1487378403/242
243: login:Penguin [sage] 2025/10/02(木) 10:53:55.82 ID:hlKCV2W2 間違ってなかったw http://mao.5ch.net/test/read.cgi/linux/1487378403/243
メモ帳
(0/65535文字)
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.525s*