[Buildroot] [PATCH 1/3] qt5: bump to 5.3.0

Peter Korsgaard jacmet at uclibc.org
Thu May 22 13:41:36 UTC 2014


>>>>> "Fatih" == Fatih Aşıcı <fatih.asici at gmail.com> writes:

 > Remove upstreamed patches.
 > See http://qt-project.org/qt5/qt53 for the release information.

Thanks. It unfortunately doesn't build for me with the default
uClibc/gcc versions:

kernel/qdnslookup_unix.cpp: In static member function ‘static void QDnsLookupRunnable::query(int, const QByteArray&, const QHostAddress&, QDnsLookupReply*)’:
kernel/qdnslookup_unix.cpp:165:27: error: ‘struct __res_state::<anonymous union>::<anonymous>’ has no member named ‘nsmap’
Makefile:16244: recipe for target '.obj/qdnslookup_unix.o' failed
make[3]: *** [.obj/qdnslookup_unix.o] Error 1

Seems to have been introduced here:

https://qt.gitorious.org/qt/qtbase/commit/62f01d581bdda6f67cd96af179ae1953e30fa218

uClibc doesn't have a nsmap member in __res_state:

http://git.uclibc.org/uClibc/tree/include/resolv.h

So I guess this need to go in an #ifndef __UCLIBC__ conditional.

Care to create a patch (and send upstream!)?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list