Bug 432087
| Summary: | OpenDX fails to link against libGLU | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Dominik 'Rathann' Mierzejewski <dominik> | ||||||||||
| Component: | xorg-x11 | Assignee: | Adam Jackson <ajax> | ||||||||||
| Status: | CLOSED ERRATA | QA Contact: | desktop-bugs <desktop-bugs> | ||||||||||
| Severity: | low | Docs Contact: | |||||||||||
| Priority: | low | ||||||||||||
| Version: | 4.8 | CC: | cmeadors, zcerza | ||||||||||
| Target Milestone: | rc | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Linux | ||||||||||||
| URL: | http://buildsys.fedoraproject.org/logs/fedora-4-epel/38266-dx-4.4.4-3.el4.1/x86_64/ | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2009-05-18 20:27:14 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
Dominik 'Rathann' Mierzejewski
2008-02-08 19:37:53 UTC
Created attachment 294557 [details]
build.log
Created attachment 294558 [details]
job.log
Created attachment 294559 [details]
root.log
Created attachment 294560 [details]
state.log
I won't comment on the wisdom of linking libGLU statically, but sure. Trival imake bug, devel ack. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. built as xorg-x11 6.8.2-1.EL.39. MODIFIED. Looks like it is not fixed. $ gcc -shared -o /tmp/libGLU.so -Wl,--whole-archive /usr/X11R6/lib64/libGLU.a -Wl,--no-whole-archive /usr/bin/ld: /usr/X11R6/lib64/libGLU.a(error.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/X11R6/lib64/libGLU.a(error.o): could not read symbols: Bad value collect2: ld returned 1 exit status $ rpm -q xorg-x11-devel xorg-x11-devel-6.8.2-1.EL.52 $ rpm -qf /usr/X11R6/lib64/libGLU.a xorg-x11-devel-6.8.2-1.EL.52 1646046 build (dist-4E-qu-candidate, /cvs/dist:rpms/xorg-x11/RHEL-4:xorg-x11-6_8_2-1_EL_55) completed successfully MODIFIED An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2009-0998.html |