Bug 433001
| Summary: | glibc fails to build on sparc64 with assembler mismatch errors | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> | ||||
| Component: | glibc | Assignee: | Jakub Jelinek <jakub> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 9 | CC: | lex.lists, tcallawa | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | sparc64 | ||||||
| OS: | Linux | ||||||
| URL: | http://sparc.koji.fedoraproject.org/koji/taskinfo?taskID=50088 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-03-01 19:03:01 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
Dennis Gilmore
2008-02-15 17:10:18 UTC
i've fixed this failure by the patch im about attach. but ive hit a new bug gcc -m64 -shared -static-libgcc -Wl,-O1 -Wl,-z,defs -Wl,-dynamic-linker=/lib64/ld-linux.so.2 -B/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/csu/ -Wl,--version-script=/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/libc.map -Wl,-soname=libc.so.6 -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both -nostdlib -nostartfiles -e __libc_main -Wl,-z,now -L/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl -L/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/math -L/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/elf -L/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/dlfcn -L/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/nss -L/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/nis -L/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/rt -L/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/resolv -L/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/crypt -L/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/nptl -Wl,-rpath-link=/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl:/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/math:/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/elf:/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/dlfcn:/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/nss:/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/nis:/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/rt:/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/resolv:/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/crypt:/builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/nptl -o /builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/libc.so -T /builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/shlib.lds /builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/csu/abi-note.o /builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/elf/soinit.os /builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/libc_pic.os /builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/elf/sofini.os /builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/elf/interp.os /builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/elf/ld.so -lgcc /builddir/build/BUILD/glibc-20080216T1726/build-sparc64-linuxnptl/libc_pic.os: In function `__open64_2': /builddir/build/BUILD/glibc-20080216T1726/io/../sysdeps/unix/sysv/linux/open64_2.c:31: undefined reference to `__GI___open64' collect2: ld returned 1 exit status Created attachment 295730 [details]
Patch making asm being used correctly
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Is this fixed with later versions? this has been long fixed. Ill close it now. |