X



トップページLinux
137コメント29KB

LFS(Linux From Scratch) 統合スレ 3 [無断転載禁止]©2ch.net

0111login:Penguin
垢版 |
2024/03/31(日) 14:22:32.11ID:OXAE4B6A
xz

とりあえず、BLFSで openssh 作っただけの人には影響しない。

ま、気持ち悪いからdown grade するかね…
0112login:Penguin
垢版 |
2024/04/02(火) 11:29:08.00ID:DWlO0/Su
結局ダウングレードせずgit で拾った5.6.1のビルド・インストールを選択。

xz-5.6.1.tar.xz で配布される m4/build-to-host.m4 がバックドアを仕掛ける起点になる模様。

m4/build-to-host.m4 は gettext-runtime 配下で配布されているもので
普通にシステムの usr/share/aclocal に突っ込まれてる。

git した xz のツリーで autogen.sh した後、m4/ にコピーされたものが
gettext が配布しているものと同じか比較、ビルド。

一応 openssh を作り直す。

取り合えずの対応。
0113login:Penguin
垢版 |
2024/04/18(木) 06:36:19.69ID:AbcWcMTG
sphinx 7.3.0 にしないと
setuptools のヴァージョンが要件を満たさないとか
gdgd文句言ってインスコしねぇ
0114login:Penguin
垢版 |
2024/04/23(火) 09:03:59.51ID:PIM/Vm8i
あかん
icu75にするとseamonkey のビルドに失敗する
0115login:Penguin
垢版 |
2024/04/23(火) 09:18:01.57ID:PIM/Vm8i
あー、 CXXFLAGS='-std=c++17' を通すとビルドできるなー >114
0116login:Penguin
垢版 |
2024/04/24(水) 08:36:27.50ID:9I0LUtUO
あかん
ffmpeg-7.0 にすると vlc のビルドに失敗する
0117login:Penguin
垢版 |
2024/04/29(月) 16:35:16.40ID:8lL/rZ8T
qtlocation もあかん

icu75 は異常

誰も上げたくないわけだ…
0118login:Penguin
垢版 |
2024/05/01(水) 05:58:48.59ID:rH9kfoUM
>>117
sed -e s@c++14@c++17@ -i qtlocation/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro

mapbox* はBLFS だとツリーに入ってないはずだけど
0119login:Penguin
垢版 |
2024/05/02(木) 14:08:50.17ID:72a+Mq2Y
gst-plugin-libav-1.24.3
ffmpeg-7.0
ttps://gitlab.freedesktop.org/slomo/gstreamer/-/commit/de74c19479c97d5aecdf0bcbc337e6d00b4b315a
0121login:Penguin
垢版 |
2024/05/30(木) 14:32:30.30ID: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));
> | ^~~~~~
0122login:Penguin
垢版 |
2024/05/31(金) 08:59:30.06ID:vOBTkhEn
>>121

gentoo
zip-3.0-clang-15-configure-tests.patch
で通る。

gcc-14 だと
unix/configure
の結果、

-DZMEM なんかが flag に立つのが原因

それ以上追求してない
0123login:Penguin
垢版 |
2024/06/01(土) 08:44:07.91ID:4qcP2CuP
ghostscript
https://bugs.ghostscript.com/show_bug.cgi?id=707649

これで通る
diff --git a/pdf/pdf_sec.c b/pdf/pdf_sec.c
index 565ae80ca..7e8f6719d 100644
--- a/pdf/pdf_sec.c
+++ b/pdf/pdf_sec.c
@@ -183,8 +183,8 @@ static int apply_sasl(pdf_context *ctx, char *Password, int Len, char **NewPassw
* this easy: the errors we want to ignore are the ones with
* codes less than 100. */
if ((int)err < 100) {
- NewPassword = Password;
- NewLen = Len;
+ *NewPassword = Password;
+ *NewLen = Len;
return 0;
}
0125login:Penguin
垢版 |
2024/06/01(土) 10:43:56.51ID:J+YmTfzO
gtk+2
ttps://gitweb.gentoo.org/repo/gentoo.git/plain/x11-libs/gtk+/files/gtk+-2.24.33-Fix-casts.patch
0126login:Penguin
垢版 |
2024/06/02(日) 11:15:48.44ID:LrL5ym9Y
>>121

>Certain warnings are now errors
>Implicit function declarations (-Werror=implicit-function-declaration)

gcc-14の変更で、以前は warning だったのが error 吐いて止まるんだね


conftest.c
int main(){ char k; memset(&k,0,0); return 0; }
これだと落ちる

#include <string.h>
int main(){ char k; memset(&k,0,0); return 0; }
これだと通る
0127login:Penguin
垢版 |
2024/06/02(日) 12:19:54.99ID:NPtD+yAI
またおまw

gtk+2 を凍結すんのやめれ
0128login:Penguin
垢版 |
2024/06/03(月) 19:06:57.42ID:VbORlayz
あかん…
xorg-server + tearfree_backport-1.patch

../hw/xfree86/drivers/modesetting/dri2.c: In function 'ms_dri2_schedule_flip':
../hw/xfree86/drivers/modesetting/dri2.c:498:36: error: passing argument 4 of 'ms_do_pageflip' makes pointer from integer without a cast [-Wint-conversion]
0129login:Penguin
垢版 |
2024/06/04(火) 14:05:45.23ID:ypHgchEE
あかん…
libcddb-1.3.2

cddb_net.c: In function 'timeout_connect':
cddb_net.c:328:63: error: passing argument 5 of 'getsockopt' from incompatible pointer type [-Wincompatible-pointer-types]
0131login:Penguin
垢版 |
2024/06/04(火) 14:32:22.54ID:ypHgchEE
xine-lib もビルド不能や…
0133login:Penguin
垢版 |
2024/06/09(日) 07:53:15.14ID:jFg4izMN
mesa 24.1.1 にしたら色々とさらに酷くなったw
0134login:Penguin
垢版 |
2024/06/10(月) 16:22:59.89ID:YeZt8jvy
補助的にgcc-13 をstatic でつくって入れておいた方がいい。

誰でもいいからエディタはそれを書くべき。
0135login:Penguin
垢版 |
2024/06/13(木) 06:54:19.12ID:elMT2pg5
アチャーやっちゃった… > mesa-24.1.1
0136login:Penguin
垢版 |
2024/06/14(金) 06:22:18.75ID:VJuhOBq0
あかん…

libxml-2.13.0

-> libxslt-1.1.39


CC xsltproc.o
xsltproc.c: In function ‘main’:
xsltproc.c:735:21: warning: ‘xmlParserMaxDepth’ is deprecated [-Wdeprecated-declarations]
735 | xmlParserMaxDepth = value;
| ^~~~~~~~~~~~~~~~~
In file included from xsltproc.c:42:
/usr/include/libxml2/libxml/parserInternals.h:35:30: note: declared here
35 | XMLPUBVAR const unsigned int xmlParserMaxDepth;
| ^~~~~~~~~~~~~~~~~
xsltproc.c:735:39: error: assignment of read-only variable ‘xmlParserMaxDepth’
735 | xmlParserMaxDepth = value;
| ^
xsltproc.c:905:5: warning: ‘xmlMemoryDump’ is deprecated [-Wdeprecated-declarations]
905 | xmlMemoryDump();
| ^~~~~~~~~~~~~
In file included from /usr/include/libxml2/libxml/tree.h:19,
from ../libexslt/exslt.h:11,
from xsltproc.c:11:
/usr/include/libxml2/libxml/xmlmemory.h:161:9: note: declared here
161 | xmlMemoryDump (void);
| ^~~~~~~~~~~~~
make[1]: *** [Makefile:514: xsltproc.o] Error 1
レスを投稿する


ニューススポーツなんでも実況