Bug 113322
| Summary: | symbol missing on s390 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Tim Waugh <twaugh> |
| Component: | fontconfig | Assignee: | Owen Taylor <otaylor> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | s390 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:00:43 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: | |||
fontconfig (2.2.1) needs to Require: freetype >= 2.1.4 *** This bug has been marked as a duplicate of 109592 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
Description of problem: [root@devel8 twaugh]# cat > test.c int main () {} [root@devel8 twaugh]# gcc -o test test.c -lfontconfig /usr/lib/gcc-lib/s390-redhat-linux/3.3.2/../../../libfontconfig.so: undefined reference to `FT_Get_BDF_Property' collect2: ld returned 1 exit status Works on other architectures. This symbol is missing altogether on s390. Version-Release number of selected component (if applicable): [root@devel8 twaugh]# rpm -q freetype fontconfig freetype-2.1.3-6 fontconfig-2.2.1-6.1 fontconfig-2.1-9 How reproducible: 100%