Bug 8017

Summary: old bugs refuse to die
Product: [Retired] Red Hat Linux Reporter: michal
Component: gnome-libsAssignee: Havoc Pennington <hp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-03 20:43:35 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:
Attachments:
Description Flags
fix for an incorrect access to time structures (mostly Alpha) none

Description michal 1999-12-27 21:08:37 UTC
Source rpm for gnome-libs-1.0.54  __still__ includes the following
juicy fragment in 'ltconfig':

check_shared_deplibs_method='file_magic ELF 32-bit LSB shared object'

which is obviously wrong (this was reported quite a while ago
to Gnome development).  Moreover spec file __still__ forgets to
include manual pages gnome-config.1, gnome.1 and gnome-mime.5.

On the top of it a long standing mistake in types which is causing
"unaligned access" reports on Alpha is still there.  An often repeated
patch for that is attached.

Michal
michal

Comment 1 michal 1999-12-27 21:10:59 UTC
Created attachment 45 [details]
fix for an incorrect access to time structures (mostly Alpha)

Comment 2 Havoc Pennington 2000-02-03 20:43:59 UTC
Fixed the man pages and applied the time(NULL) patch.
No idea on the ltconfig thing, don't know how to fix it, and
it seems to work on Alpha here. In any case it's a libtool bug,
ltconfig is just copied from the system libtool install.