Closed regro-cf-autotick-bot closed 1 year ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
@conda-forge-admin please rerender
@conda-forge-admin please rerender
Hi! This is the friendly conda-forge automerge bot!
Commits were made to this PR after the automerge
label was added. For security reasons, I have disabled automerge by removing the automerge
label. Please add the automerge
label again (or ask a maintainer to do so) if you'd like to enable automerge again!
Hi! This is the friendly conda-forge automerge bot!
Commits were made to this PR after the automerge
label was added. For security reasons, I have disabled automerge by removing the automerge
label. Please add the automerge
label again (or ask a maintainer to do so) if you'd like to enable automerge again!
Hi! This is the friendly conda-forge automerge bot!
I considered the following status checks when analyzing this PR:
Thus the PR was passing, but could not be merged (error={merge_status_message}).
Hi! This is the friendly conda-forge automerge bot!
Commits were made to this PR after the automerge
label was added. For security reasons, I have disabled automerge by removing the automerge
label. Please add the automerge
label again (or ask a maintainer to do so) if you'd like to enable automerge again!
@conda-forge-admin please rerender
@conda-forge-admin please restart cis
@conda-forge-admin please rerender
@h-vetinari any ideas?
This is referencing non-deprecated symbols that I'd expect to be there (in fact, I think many other packages dependent on OpenSSL wouldn't build if they weren't there). Is there perhaps a problem with the linkage, e.g. OpenSSL not specified?
do you know the name of the library you link to on windows for those symbols?
Seems like it is supposed to be
nm libssl.so.1.1 | grep SSL_do_handshake
This is the only recent change i found.
Maybe windows doesn't have a pkgconfig for openssl?
It just doesn't seem that significant. https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2970/diffs#bbe1f374bea3b3a744f1fc3699a5cf5f5b3d94a8_27_27
do you know the name of the library you link to on windows for those symbols?
Should be libssl
or libcrypto
Maybe windows doesn't have a pkgconfig for openssl?
We added this recently, and while it's possible that the metadata is wrong, it's based pretty verbatim on what's in vcpkg and also passes CI for e.g. grpc
where did you get these two from:
-lcrypt32 -lws2_32
i only see libcrypto.lib
and libssl.lib
in the windows package
where did you get these two from:
From https://github.com/microsoft/vcpkg/blob/master/ports/openssl/install-pc-files.cmake, as described in https://github.com/conda-forge/openssl-feedstock/pull/106
it seems like maybe it isn't linking to libssl where the missing symbols are
I think the pkgconfig files are wrong on windows. small bug.
@conda-forge-admin please restart cis
@h-vetinari it seems to have gotten past gstl
(768/863) for openssl 1.1.1, but it seems to have gotten stuck again at
[815/863] "cl.exe" "-Iext\sndfile\gstsndfile.dll.p" "-Iext\sndfile" "-I..\ext\sndfile" "-I." "-I.." "-Igst-libs" "-I..\gst-libs" "-ID:/bld/gst-plugins-bad_1670196117336/_h_env/Library/include/gstreamer-1.0" "-ID:/bld/gst-plugins-bad_1670196117336/_h_env/Library/include" "-ID:/bld/gst-plugins-bad_1670196117336/_h_env/Library/include/glib-2.0" "-ID:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/glib-2.0/include" "-ID:/bld/gst-plugins-bad_1670196117336/_h_env/Library/include/opus" "/MD" "/nologo" "/showIncludes" "/utf-8" "/W2" "/O2" "/Gw" "/wd4018" "/wd4146" "/wd4244" "/wd4305" "/utf-8" "/we4002" "/we4003" "/we4013" "/we4020" "/we4027" "/we4029" "/we4033" "/we4045" "/we4047" "/we4053" "/we4062" "/we4098" "/we4101" "/we4189" "-DG_DISABLE_DEPRECATED" "-DHAVE_CONFIG_H" "/Fdext\sndfile\gstsndfile.dll.p\gstsfelement.c.pdb" /Foext/sndfile/gstsndfile.dll.p/gstsfelement.c.obj "/c" ../ext/sndfile/gstsfelement.c 2022-12-04T23:32:28.4818793Z [816/863] "cl.exe" "-Iext\sndfile\gstsndfile.dll.p" "-Iext\sndfile" "-I..\ext\sndfile" "-I." "-I.." "-Igst-libs" "-I..\gst-libs" "-ID:/bld/gst-plugins-bad_1670196117336/_h_env/Library/include/gstreamer-1.0" "-ID:/bld/gst-plugins-bad_1670196117336/_h_env/Library/include" "-ID:/bld/gst-plugins-bad_1670196117336/_h_env/Library/include/glib-2.0" "-ID:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/glib-2.0/include" "-ID:/bld/gst-plugins-bad_1670196117336/_h_env/Library/include/opus" "/MD" "/nologo" "/showIncludes" "/utf-8" "/W2" "/O2" "/Gw" "/wd4018" "/wd4146" "/wd4244" "/wd4305" "/utf-8" "/we4002" "/we4003" "/we4013" "/we4020" "/we4027" "/we4029" "/we4033" "/we4045" "/we4047" "/we4053" "/we4062" "/we4098" "/we4101" "/we4189" "-DG_DISABLE_DEPRECATED" "-DHAVE_CONFIG_H" "/Fdext\sndfile\gstsndfile.dll.p\gstsfdec.c.pdb" /Foext/sndfile/gstsndfile.dll.p/gstsfdec.c.obj "/c" ../ext/sndfile/gstsfdec.c 2022-12-04T23:32:28.4827421Z [817/863] "link" /MACHINE:x64 /OUT:ext/sndfile/gstsndfile.dll ext/sndfile/gstsndfile.dll.p/gstsf.c.obj ext/sndfile/gstsndfile.dll.p/gstsfelement.c.obj ext/sndfile/gstsndfile.dll.p/gstsfdec.c.obj "/nologo" "/release" "/nologo" "/OPT:REF" "/DLL" "/IMPLIB:ext\sndfile\gstsndfile.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/gstaudio-1.0.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/gsttag-1.0.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/z.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/gstbase-1.0.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/gstreamer-1.0.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/gmodule-2.0.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/intl.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/iconv.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/gobject-2.0.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/libffi.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/glib-2.0.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/pcre2-8.lib" "/LIBPATH:D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib" "ws2_32.lib" "winmm.lib" "/LIBPATH:D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib" "ws2_32.lib" "winmm.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/sndfile.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/FLAC.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/vorbisenc.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/vorbis.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/ogg.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/opus.lib" "D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib/mpg123.lib" "/LIBPATH:D:/bld/gst-plugins-bad_1670196117336/_h_env/Library/lib" ".lib" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "comdlg32.lib" "advapi32.lib"
It seems to be trying to link to ".lib"
any ideas?
I think it is a bug in libsndfile
@conda-forge-admin please restart cis
@conda-forge-admin please restart cis
Closes #21 Closes #19 Closes #18
This PR has been triggered in an effort to update gstreamer121.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
If this PR was opened in error or needs to be updated please add the
bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have theconda-forge-admin
add it for you.This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/3325621304, please use this URL for debugging.