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分ほどで解除するので、
他のブラウザ
へ避難してください。
56: login:Penguin [sage] 2021/11/02(火) 12:00:18.30 ID:4Ek43yff いままでずっと本家サイトにftpクライアントで接続してたんだが、 数週間ぶりにアクセスしようとしたら、 突然、Certificate verification: Not trusted で蹴られるようになったw http://mao.5ch.io/test/read.cgi/linux/1487378403/56
121: login:Penguin [sage] 2024/05/30(木) 14:32:30.30 ID:8YoEaMwJ gcc-14 $ make -f unix/Makefile generic_gcc > zip.c >In file included from zip.c:16: >zip.h:726:10: error: conflicting types for 'memset'; have 'char *(char *, int, unsigned int)' > 726 | char *memset OF((char *, int, unsigned int)); > | ^~~~~~ http://mao.5ch.io/test/read.cgi/linux/1487378403/121
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
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.024s