LFS(Linux From Scratch) 統合スレ 3 [無断転載禁止]©2ch.net (275レス)
LFS(Linux From Scratch) 統合スレ 3 [無断転載禁止]©2ch.net http://mao.5ch.io/test/read.cgi/linux/1487378403/
上
下
前
次
1-
新
通常表示
512バイト分割
レス栞
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.io/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.io/test/read.cgi/linux/1487378403/238
239: login:Penguin [sage] 2025/09/14(日) 08:27:10.62 ID:YTI9SA4z glycin なんて要らないから http://mao.5ch.io/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.io/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.io/test/read.cgi/linux/1487378403/241
242: login:Penguin [sage] 2025/10/02(木) 06:51:01.18 ID:4E4V71+x coreutils のパッチ、間違ってないか? http://mao.5ch.io/test/read.cgi/linux/1487378403/242
243: login:Penguin [sage] 2025/10/02(木) 10:53:55.82 ID:hlKCV2W2 間違ってなかったw http://mao.5ch.io/test/read.cgi/linux/1487378403/243
244: login:Penguin [sage] 2025/10/18(土) 12:02:08.30 ID:qIuGx9w9 python-3.14 --- html5lib-1.1/setup.py 2020-06-23 08:23:02.000000000 +0900 +++ html5lib-1.1dev/setup.py 2025-10-18 11:57:37.306698033 +0900 @@ -89,9 +89,14 @@ for a in assignments: if (len(a.targets) == 1 and isinstance(a.targets[0], ast.Name) and - a.targets[0].id == "__version__" and - isinstance(a.value, ast.Str)): - version = a.value.s + a.targets[0].id == "__version__"): + if hasattr(ast, "Str") and isinstance(a.value, ast.Str): + version = a.value.s + elif (hasattr(ast, "Constant") + and isinstance(a.value, ast.Constant) + and isinstance(a.value.value, str)): + version = a.value.value +assert version is not None setup(name='html5lib', version=version, http://mao.5ch.io/test/read.cgi/linux/1487378403/244
245: login:Penguin [sage] 2025/10/29(水) 06:37:55.87 ID:Br8kunTU 今更なんだけど jtreg って要らなくね? http://mao.5ch.io/test/read.cgi/linux/1487378403/245
246: login:Penguin [sage] 2025/11/04(火) 06:16:09.27 ID:SZOgcfP/ icu version vump http://mao.5ch.io/test/read.cgi/linux/1487378403/246
247: login:Penguin [sage] 2025/11/12(水) 09:32:26.25 ID:mAe2f9Jn glibc2.42 で llvm19のビルドに失敗する git log -p 59978b2 http://mao.5ch.io/test/read.cgi/linux/1487378403/247
248: login:Penguin [sage] 2025/11/12(水) 09:32:57.36 ID:mAe2f9Jn はやくpython3.14にしれ http://mao.5ch.io/test/read.cgi/linux/1487378403/248
249: login:Penguin [sage] 2025/11/14(金) 15:30:45.53 ID:LcBkd+Bv icu78 でqtwebengine のビルドでこける イカサマパッチ() --- a/qtwebengine-6.8.3/src/3rdparty/chromium/third_party/blink/renderer/platform/text/text_break_iterator.cc 2025-11-14 15:22:47.788446296 +0900 +++ b/webengine-6.8.3/src/3rdparty/chromium/third_party/blink/renderer/platform/text/text_break_iterator.cc 2025-11-14 15:15:09.187453981 +0900 @@ -217,6 +217,7 @@ { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // CJ { B(0, 1, 1, 0, 1, 0, 0, 0), B(0, 0, 0, 0, 0, 1, 0, 0), B(0, 0, 0, 1, 1, 0, 1, 0), B(1, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 1, 0) }, // HL { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // RI + { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // RI }; // clang-format on http://mao.5ch.io/test/read.cgi/linux/1487378403/249
250: login:Penguin [sage] 2025/11/17(月) 17:16:35.05 ID:I6Xnj1cy firefox-esr-140.5.0 icu77 のシステムも残してるからこれ --- a/firefox-140.5.0/intl/lwbrk/LineBreaker.cpp 2025-11-17 15:06:20.365369000 +0900 +++ b/firefox-140.5.0/intl/lwbrk/LineBreaker.cpp 2025-11-17 15:09:06.613366214 +0900 @@ -453,6 +453,9 @@ /* AKSARA_START = 45, [AS] */ CLASS_CHARACTER, /* VIRAMA_FINAL = 46, [VF] */ CLASS_CHARACTER, /* VIRAMA = 47, [VI] */ CLASS_CHARACTER, + #if U_ICU_VERSION_MAJOR_NUM >= 78 + /* For ICU-78 */ CLASS_CHARACTER, + #endif }; static_assert(U_LB_COUNT == std::size(sUnicodeLineBreakToClass), http://mao.5ch.io/test/read.cgi/linux/1487378403/250
251: login:Penguin [sage] 2025/11/18(火) 12:43:31.03 ID:g2vYhkOL 140.5.0 は、python3.14 だと文句いわれて ./mach configure で止っちゃうね。 seamonkey 方式で3.11を使うと問題なくビルドできる。 http://mao.5ch.io/test/read.cgi/linux/1487378403/251
252: login:Penguin [] 2025/11/28(金) 23:45:55.54 ID:tgE8J9oE 始めて自分のミスではなくgccのバグ踏んだわ。ずっと昔のだけどRedHatのpatch全部あてたgccなんだけどな。 さすがに古すぎるから環境作り直すか。 http://mao.5ch.io/test/read.cgi/linux/1487378403/252
253: login:Penguin [] 2025/11/29(土) 01:33:08.14 ID:lL3jJswM いや、やっぱ自分の間違いなのか。もうわけわかんね。寝るか。 http://mao.5ch.io/test/read.cgi/linux/1487378403/253
254: login:Penguin [] 2025/11/30(日) 03:37:29.68 ID:Tyw/eqmC kernel, gcc, emacs 全てを疑った事を謝罪します。 自分の間違いっした。 http://mao.5ch.io/test/read.cgi/linux/1487378403/254
255: login:Penguin [sage] 2025/12/05(金) 19:57:11.12 ID:QkhvBn5l mesa-25.3.x >removes VDPAU libvdpau, libvdpau-va-gl を切り落せってw http://mao.5ch.io/test/read.cgi/linux/1487378403/255
256: login:Penguin [sage] 2025/12/07(日) 09:21:15.60 ID:x/iaO5Xp なんだよー、せっかく昨日 python-module 全部作り直したのに、 またやり直しかよ http://mao.5ch.io/test/read.cgi/linux/1487378403/256
メモ帳
(0/65535文字)
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
あと 19 レスあります
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.017s