Bug 1412544 - icedtea-web-1.7-0.1.pre03 ships prebuilt object files
Summary: icedtea-web-1.7-0.1.pre03 ships prebuilt object files
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: icedtea-web
Version: rawhide
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
Assignee: jiri vanek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: DebugInfo
TreeView+ depends on / blocked
 
Reported: 2017-01-12 09:21 UTC by Ville Skyttä
Modified: 2017-01-12 12:17 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-01-12 10:16:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2017-01-12 09:21:32 UTC
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

Comment 1 jiri vanek 2017-01-12 10:10:38 UTC
Hi!

Indeed. the .o files slipped to tarball.  My apologise. TYVM for bugreport!

Comment 2 jiri vanek 2017-01-12 10:16:41 UTC
Fixed in https://koji.fedoraproject.org/koji/taskinfo?taskID=17254634

TYVM!

Comment 3 Andrew John Hughes 2017-01-12 12:13:45 UTC
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

Comment 4 jiri vanek 2017-01-12 12:17:10 UTC
Sure, and I does. I had to cd to bad directory or something like that. Thanx!


Note You need to log in before you can comment on or make changes to this bug.