On 03/08/2015 12:14 PM, Erik van Pienbroek wrote: >> >mingw-wine-gecko-2.36-1 >> > ** Package failed to build while it succeeded during the previous mass >> > rebuild ** >> > Package owner: awjb >> > Time to build: 21 minutes, 8 seconds >> > Build >> > logs:http://build1.vanpienbroek.nl/fedora-mingw-rebuild/20150308/mingw-wine-gecko-2.36-1 > /builddir/build/BUILD/mingw-wine-gecko-2.36/wine_gecko-2.36-x86/dist/lib/libdbm.a(h_bigkey.o):h_bigkey.c:(.text+0x0): > multiple definition of `_findfirst64i32' > /builddir/build/BUILD/mingw-wine-gecko-2.36/wine_gecko-2.36-x86/dist/lib/libdbm.a(hash_buf.o):hash_buf.c:(.text+0x0): > first defined here > > Not sure what introduced this. Could be gcc 5 related
Definitely GCC 5 related. The last rawhide build was using GCC 4.9 and was successful. > > >> >wine-mono-4.5.6-1 >> > ** Package failed to build while it succeeded during the previous mass >> > rebuild ** >> > Package owner: awjb >> > Time to build: 5 minutes, 57 seconds >> > Build >> > logs:http://build1.vanpienbroek.nl/fedora-mingw-rebuild/20150308/wine-mono-4.5.6-1 > CCLD pedump.exe > ../../libgc/.libs/libmonogc.a(win32_threads.o): In function > `GC_delete_thread': > /builddir/build/BUILD/wine-mono-4.5.6/build-cross-x86_64/libgc/../../mono/libgc/win32_threads.c:196: > undefined reference to `GC_get_max_thread_index' > > I'm not sure what causes this. Could also be gcc 5 related > > Michael Cronenworth also discovered some additional issues with > wine-mono when using gcc 5 Yes, `GC_get_max_thread_index' is inlined and I had to undo that in order to build wine-mono. Setting -O0 did not fix it so it's not an optimization issue. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
