[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66508: 30.0.50; Emacs Android port crashes due to link error when bu
From: |
Po Lu |
Subject: |
bug#66508: 30.0.50; Emacs Android port crashes due to link error when build with libxml2 and ImageMagick7 |
Date: |
Fri, 12 Jan 2024 09:49:26 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Takesi Ayanokoji <ayanokoji.takesi@gmail.com> writes:
> Hello, Po-san.
>
> I build Emacs with ImageMagick7 Only.
>
> In this build, I made some modifications to java/INSTALL, bellow .
>
> 1. Remove unnecessary hunks
> due to #66506.
>
> 2. Add LOCAL_SHARED_LIBRARIES libstdc++ to make/libmagickwand-7.mk
> to avoid Emacs crash(see attachment).
>
> 3. Fix typo in original source
> change "echo." to "echo".
>
> In report-emacs-bug(see attachment), it configured with libxml2, but in the
> apk's lib/ there is not libxml2.so.
>
> (In the build log, libxml2 was build as static library).
>
> Build script:
> https://github.com/ayatakesi/my-emacs/actions/runs/7494305673/workflow
>
> Build log(4MB archived log):
> https://github.com/ayatakesi/my-emacs/suites/19718814430/logs?attempt=1
I will look into this in a bit, thanks.