icedtea-web-1.7-0.1.pre03 appears to ship prebuilt object files. For example, no trace of C/C++ compilation is in the build logs, the i686 packages have dependencies to 64bit shared libs, and debuginfos are faulty. $ fedpkg prep $ find icedtea-web-1.7pre -name "*.o" -o -name "*.so" icedtea-web-1.7pre/plugin/icedteanp/IcedTeaScriptablePluginObject.o icedtea-web-1.7pre/plugin/icedteanp/IcedTeaPlugin.so icedtea-web-1.7pre/plugin/icedteanp/IcedTeaParseProperties.o icedtea-web-1.7pre/plugin/icedteanp/IcedTeaPluginUtils.o icedtea-web-1.7pre/plugin/icedteanp/IcedTeaNPPlugin.o icedtea-web-1.7pre/plugin/icedteanp/IcedTeaJavaRequestProcessor.o icedtea-web-1.7pre/plugin/icedteanp/IcedTeaPluginRequestProcessor.o
Hi! Indeed. the .o files slipped to tarball. My apologise. TYVM for bugreport!
Fixed in https://koji.fedoraproject.org/koji/taskinfo?taskID=17254634 TYVM!
It's always worth making tarballs from a clean checkout: $ hg clone <repo> $ cd <repo_dir> $ ./autogen.sh $ cd .. $ mkdir <build_dir> $ cd <build_dir> $ ../<repo_dir>/configure ; make dist
Sure, and I does. I had to cd to bad directory or something like that. Thanx!