LFS(Linux From Scratch) 統合スレ 3 [無断転載禁止]©2ch.net (274レス)
LFS(Linux From Scratch) 統合スレ 3 [無断転載禁止]©2ch.net http://mao.5ch.io/test/read.cgi/linux/1487378403/
上
下
前
次
1-
新
通常表示
512バイト分割
レス栞
リロード規制
です。10分ほどで解除するので、
他のブラウザ
へ避難してください。
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
257: login:Penguin [] 2025/12/10(水) 03:12:41.57 ID:HFoW/uyT AIって一番嫌いなタイプのアドバイスしてくるタイプまんまだな。 昔から5chにいるずっとミスリードしてくる声の大きい奴と完全に同じ。 地雷だな。 http://mao.5ch.io/test/read.cgi/linux/1487378403/257
258: login:Penguin [sage] 2026/01/01(木) 18:58:30.45 ID:HR8zke04 llvm のインストール先を変更 wasi-{libc,libcxx,compiler-rt}を導入 firefox-esr を wasi のため作り直す http://mao.5ch.io/test/read.cgi/linux/1487378403/258
259: login:Penguin [sage] 2026/01/05(月) 14:26:24.16 ID:TPxfbA0U flang で libblas をつくってみたら、gfortran でつくったそれとあまりに違うバイナリができて白目 http://mao.5ch.io/test/read.cgi/linux/1487378403/259
260: login:Penguin [sage] 2026/01/20(火) 10:58:35.56 ID:yBpzg9An sdl2-compat 却下w SDL2 classic を維持した方がいい http://mao.5ch.io/test/read.cgi/linux/1487378403/260
261: login:Penguin [sage] 2026/01/26(月) 09:15:53.64 ID:ILxwc1tA 面倒くさくてglibc-2.43 を上書きうp w http://mao.5ch.io/test/read.cgi/linux/1487378403/261
262: login:Penguin [sage] 2026/01/27(火) 10:37:18.94 ID: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] http://mao.5ch.io/test/read.cgi/linux/1487378403/262
263: login:Penguin [sage] 2026/01/27(火) 10:49:50.40 ID: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); http://mao.5ch.io/test/read.cgi/linux/1487378403/263
264: login:Penguin [sage] 2026/01/29(木) 07:50:23.70 ID:7hlwrzf/ shadow sed -i 's/groups$(EXEEXT) //' src/Makefile.in --- $ grep groups src/Makefile.in --- 絶対に自分でやって試してないよね? ただバージョン番号変えててるだけだよね? http://mao.5ch.io/test/read.cgi/linux/1487378403/264
265: login:Penguin [sage] 2026/01/30(金) 07:32:08.07 ID:/fUzSDek ちょっとヤバいやつw > glibc-2.43 http://mao.5ch.io/test/read.cgi/linux/1487378403/265
266: login:Penguin [sage] 2026/01/31(土) 12:02:57.09 ID:qUtSvj6A 無理矢理上げてきたねw http://mao.5ch.io/test/read.cgi/linux/1487378403/266
267: login:Penguin [sage] 2026/02/01(日) 16:02:53.87 ID:6b2c9ujl (;´Д`) c23 が結構うぜー http://mao.5ch.io/test/read.cgi/linux/1487378403/267
268: login:Penguin [sage] 2026/02/03(火) 11:59:36.75 ID: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" http://mao.5ch.io/test/read.cgi/linux/1487378403/268
269: login:Penguin [sage] 2026/02/03(火) 12:00:34.85 ID:oRaQS4F6 diff のラインに変なものがwww http://mao.5ch.io/test/read.cgi/linux/1487378403/269
270: login:Penguin [sage] 2026/02/09(月) 14:41:14.61 ID:jMTQoXZ5 gettext-1.0 なら /_GL_EXTERN_C/s/w?memchr|bsearch/(&)/ こんなの要らないから http://mao.5ch.io/test/read.cgi/linux/1487378403/270
271: login:Penguin [] 2026/02/16(月) 11:27:52.63 ID:iiqdwLBc またビルド中に勝手にアクセス・DLさせる悪質なのが増えた… http://mao.5ch.io/test/read.cgi/linux/1487378403/271
272: login:Penguin [sage] 2026/02/16(月) 11:45:26.15 ID:jrP8Tx7E wasi 排除決定 http://mao.5ch.io/test/read.cgi/linux/1487378403/272
273: login:Penguin [] 2026/03/08(日) 14:55:34.34 ID:0wEvCY9K nettle 上げると xorg-server もビルドにコケるぞ http://mao.5ch.io/test/read.cgi/linux/1487378403/273
274: login:Penguin [sage] 2026/03/14(土) 07:28:25.81 ID: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", ] http://mao.5ch.io/test/read.cgi/linux/1487378403/274
メモ帳
(0/65535文字)
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.029s