Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 102853
Summary: | /usr/bin/gtk-query-immodules-2.0 fails in %post script | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux Beta | Reporter: | Nils Philippsen <nphilipp> |
Component: | glibc | Assignee: | Havoc Pennington <hp> |
Status: | CLOSED RAWHIDE | QA Contact: | Jay Turner <jturner> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | beta1 | CC: | alexl, chris.ricker, drepper, fweimer, roland, srevivo |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 2.3.2-78 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-08-27 13:55:20 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: | |||
Bug Blocks: | 100643 |
Description
Nils Philippsen
2003-08-21 20:53:13 UTC
You are mixing the TLS libc with the non-TLS librt. Does the code load "/lib/librt.so.1" directly or somthing like that? This is wrong. If the TLS libc is used the TLS librt in /lib/tls/librt.so.1 must be used as well. *** Bug 102879 has been marked as a duplicate of this bug. *** (copy and paste from an e-mail I'm about to send to rhl-devel-list) On Thu, Aug 21, 2003 at 12:07:07PM +0200, Alexander Larsson wrote: > There was a change in glibc somewhere between 2.3.2-57 and 2.3.2-66 that > adds /usr/lib/librt.so.1 to glibc-devel. The file is just a symlink to > librt.so. This change seems wrong to me, and its causing breakage with > TLS. [snip] > Having the soname librt in /usr/lib just seems wrong to me. What was the > reason for introducing it? Another question: Was the link introduced intentionally? I've noticed that if I rm the link, it's recreated the next time I run /sbin/ldconfig. -Barry K. Nathan <barryn> |