After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768442 - cerbero Win32 build on Fedora of glib-networking is broken
cerbero Win32 build on Fedora of glib-networking is broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-07-05 12:51 UTC by Nicolas Dufresne (ndufresne)
Modified: 2016-10-31 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Dufresne (ndufresne) 2016-07-05 12:51:13 UTC
Some tools in the mingw toolchain we have depends on libncurses.so.5 and libtinfo.so.5, while Fedora 24 ship libncurses.so.6 and libtinfo.so.6. One option could be to simply more toward using the distro mingw toolchain which is now known to work.
Comment 1 Nicolas Dufresne (ndufresne) 2016-07-05 12:54:16 UTC
Actually, sorry, we just need to bootstrap libncurses-compat-libs, which is ncurses ABI 5.
Comment 2 Olivier Crête 2016-07-06 18:30:01 UTC
Fixed:

commit 3999716ffe5181d9bff54e0ffc24f30c7bd6550e
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   Wed Jul 6 14:23:48 2016 -0400

    bootstrap: Add compat lib for libncurses.so.5
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768442