Bug 648880

Summary: Crash logs missing distribution identification
Product: Red Hat Enterprise Linux 5 Reporter: jiri vanek <jvanek>
Component: java-1.6.0-openjdkAssignee: jiri vanek <jvanek>
Status: CLOSED CURRENTRELEASE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: high Docs Contact:
Priority: low    
Version: 5.8CC: ahughes, dbhole, jvanek, langel, lkundrak, mjw, mmatejov, omajid
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 648879 Environment:
Last Closed: 2011-06-14 07:48:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 648499, 648879    
Bug Blocks:    

Description jiri vanek 2010-11-02 12:22:45 UTC
+++ This bug was initially created as a clone of Bug #648879 +++

+++ This bug was initially created as a clone of Bug #648499 +++

The Fedora builds are not reporting themselves correctly in crash dumps.

# Distribution: Custom build (Wed Oct 13 22:53:58 UTC 2010)

When correctly configured, DISTRIUTION_ID should be passed to the OpenJDK build by IcedTea6 e.g.:

DISTRIBUTION_ID="Built on Gentoo Base System release 2.0.1 (Fri Oct 22 15:02:13 BST 2010)"

This suggests that lsb_release is unavailable during the build of Fedora OpenJDK RPMs:

checking for lsb_release... /usr/bin/lsb_release

Please add the appropriate package as a dependency to the spec file.

--- Additional comment from ahughes on 2010-11-01 10:04:04 EDT ---

Typo; that should be DISTRIBUTION_ID.

--- Additional comment from jvanek on 2010-11-02 08:17:30 EDT ---

BuildRequires: redhat-lsb

added to F12,13,14,master

OpenJdk for Rhel 5 is also buildable with this change.