Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libidn2-2.3.0 fails to build #2706

Open
jdauthre opened this issue May 30, 2024 · 1 comment
Open

libidn2-2.3.0 fails to build #2706

jdauthre opened this issue May 30, 2024 · 1 comment

Comments

@jdauthre
Copy link

Running the media autobuild, everything goes well until it runs makefile to build this. Attached the logs
ab-suite.make.log
logs.zip

@Murmur
Copy link

Murmur commented Jun 2, 2024

Same error here and libidn2 buildlog say Automake is probably too old. Removing build/libidn2-2.3.0 before compilation did not help.

make[2]: Entering directory '/build/libidn2-2.3.0/build-64bit/src'
 cd ../.. && /bin/sh /build/libidn2-2.3.0/build-aux/missing automake-1.16 --foreign src/Makefile
configure.ac:38: error: version mismatch.  This is Automake 1.16.5,
configure.ac:38: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:38: comes from Automake 1.16.1.  You should recreate
configure.ac:38: aclocal.m4 with aclocal and run automake again.
WARNING: 'automake-1.16' is probably too old.

- - - 
$ automake --version
automake (GNU automake) 1.16.5

Also: #2698

edit: Modify build\media-suite_compile.sh script to a newer libidn2 library, I tried 2.3.3 but 2.3.7 is also available. Hashcode is from sha256sum libidn2-x.x.x.tar.gz output.
After this change libidn2 was fine, my compilation failed on curl but deleting build/curl-git folder fixed that issue. Next one is mediainfo not compiled yet another separate issue..

    if do_pkgConfig "libidn2 = 2.3.3" &&
        do_wget -h f3ac987522c00d33d44b323cae424e2cffcb4c63c6aa6cd1376edacbf1c36eb0 \
        "https://ftp.gnu.org/gnu/libidn/libidn2-2.3.3.tar.gz"; then	
    #if do_pkgConfig "libidn2 = 2.3.0" &&
    #    do_wget -h e1cb1db3d2e249a6a3eb6f0946777c2e892d5c5dc7bd91c74394fc3a01cab8b5 \
    #    "https://ftp.gnu.org/gnu/libidn/libidn2-2.3.0.tar.gz"; then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants