-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
0.21.3: build fails #222
Comments
Just in case .. I'm using gettext 0.22.4. |
Hm, it should be defined in |
I created #223, so that we can catch such issues earlier. |
In the same build env build of libpsl 0.21.2 is OK. |
Yes, it is because I tried to fix iconv() on Solaris (and some other obscure systems). |
Meson can collect detection results in config.h file as well. |
In bot cases (0.21.2 and 0.21.3) I've been using meson. |
It can be fixed in meson or in the code (just an #ifdef). |
Can you test #224 ? |
I understand .. 👍 |
I just tested with meson, looks good now. |
It works. warning: Downloading https://github.com/rockdaboot/libpsl//archive/0.21.3/libpsl-0.21.3.tar.gz to /home/tkloczko/rpmbuild/SOURCES/libpsl-0.21.3.tar.gz
warning: Downloading https://github.com/rockdaboot/libpsl//pull/224.patch#/libpsl-Fix-ICONV_CONST-build-failure.patch to /home/tkloczko/rpmbuild/SOURCES/libpsl-Fix-ICONV_CONST-build-failure.patch
warning: Macro expanded in comment on line 107: %{_datadir}/gtk-doc/html/*
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BDMyvh
+ umask 022
+ cd /home/tkloczko/rpmbuild/BUILD
+ rm -rf libpsl-0.21.3
+ /usr/lib/rpm/rpmuncompress -x /home/tkloczko/rpmbuild/SOURCES/libpsl-0.21.3.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd libpsl-0.21.3
+ rm -rf /home/tkloczko/rpmbuild/BUILD/libpsl-0.21.3/SPECPARTS
+ /usr/bin/mkdir -p /home/tkloczko/rpmbuild/BUILD/libpsl-0.21.3/SPECPARTS
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/lib/rpm/rpmuncompress /home/tkloczko/rpmbuild/SOURCES/libpsl-Fix-ICONV_CONST-build-failure.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/lib/rpm/rpmuncompress /home/tkloczko/rpmbuild/SOURCES/libpsl-shebangs.patch
+ cd libpsl-0.21.3
+ /usr/bin/meson test -C x86_64-redhat-linux-gnu --num-processes 48 --print-errorlogs
ninja: Entering directory `/home/tkloczko/rpmbuild/BUILD/libpsl-0.21.3/x86_64-redhat-linux-gnu'
ninja: no work to do.
1/6 test-is-public OK 0.03s
2/6 test-is-cookie-domain-acceptable OK 0.03s
3/6 libpsl_idn2_fuzzer OK 0.02s
4/6 libpsl_idn2_load_dafsa_fuzzer OK 0.01s
5/6 test-is-public-all OK 0.12s
6/6 libpsl_idn2_load_fuzzer OK 0.17s
Ok: 6
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0 Thank you 👍 😄 |
Thx, released v0.21.4 just now |
Thank you 👍 😄 |
Looks like build fails
meson output
The text was updated successfully, but these errors were encountered: