[Bug admin/3165] New: Installation of clearcase
Hi, I need to install clearcase on my IBM p5-550 server, OS is RHEL AS-4 (power CPU). is it possible to install clearcase on this server. I came to know that: Sun Java JDK 1.5.0 (Java 2 JDK SE 5) is not supported on the Linux/power5 platform. http://java.sun.com/j2se/1.5.0/system-configurations.html http://www-128.ibm.com/developerworks/eserver/library/l-pow-LoPJDKFinal.html http://www.blackdown.org/java-linux/java2-status/j2se1.5-status.html and Java is a prerequisite for Eclipse and we need Eclipse for the ClearCase workaround. Please suggest thanks -- Summary: Installation of clearcase Product: binutils Version: unspecified Status: NEW Severity: critical Priority: P2 Component: admin AssignedTo: drow at sources dot redhat dot com ReportedBy: singhal_vipin at rediffmail dot com CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=3165 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/3146] BUG: readelf fails on ALPHA 2.16 and 2.17 due to NULL pointer
--- Additional Comments From tomri at gmx dot net 2006-09-01 07:29 --- Please add the patch into source code and close this bug report. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3146 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/3166] New: aborting at elf.c line 2971 in bfd_elf_set_group_contents during stripping.
$ i486-gnu-linux-strip --only-keep-debug libau.a -o libau.a.debuginfo BFD: BFD 2.17.50.0.3 20060715 internal error, aborting at elf.c line 2971 in bfd_elf_set_group_contents BFD: Please report this bug. -- Summary: aborting at elf.c line 2971 in bfd_elf_set_group_contents during stripping. Product: binutils Version: 2.17 Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: pluto at agmk dot net CC: bug-binutils at gnu dot org GCC target triplet: i486-linux http://sourceware.org/bugzilla/show_bug.cgi?id=3166 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/3166] aborting at elf.c line 2971 in bfd_elf_set_group_contents during stripping.
--- Additional Comments From pluto at agmk dot net 2006-09-01 08:13 --- Created an attachment (id=1271) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1271&action=view) compressed testcase. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3166 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/3149] ld 2.17 bug ( relocation R_X86_64_PC32 )
--- Additional Comments From aliens_predator at inbox dot ru 2006-09-01 08:27 --- I still can't compile!! Full stages my compile: as m0.asm -o m0.o ld -s --shared -o full.so linker_script Where linker_script contain a list of files. In the old version it works correctly, but in the latest - wrong. I tested output files. -- What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID | http://sourceware.org/bugzilla/show_bug.cgi?id=3149 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
Re: [Bug binutils/3146] BUG: readelf fails on ALPHA 2.16 and 2.17 due to NULL pointer
Hi Tom, I believe that H.J.'s point is that the problem can only arise if the ALPHA-targeted binary file contains a reloc that is not known to binutils. Therefore it is in our interests to discover what this reloc is and find out whether we should be supporting it, or at least recognizing it in readelf. So, please could you supply a binary file that triggers this bug ? Then we can investigate it further. In the meantime I have applied a variant of your patch, since it is always good programming practice to check for NULL pointers before performing an indirection. This version of the patch (uploaded to the testcase) includes a second check for a NULL rtype further on in the dump_relocations function. Cheers Nick ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/3146] BUG: readelf fails on ALPHA 2.16 and 2.17 due to NULL pointer
--- Additional Comments From nickc at redhat dot com 2006-09-01 11:44 --- Subject: Re: BUG: readelf fails on ALPHA 2.16 and 2.17 dueto NULL pointer Hi Tom, I believe that H.J.'s point is that the problem can only arise if the ALPHA-targeted binary file contains a reloc that is not known to binutils. Therefore it is in our interests to discover what this reloc is and find out whether we should be supporting it, or at least recognizing it in readelf. So, please could you supply a binary file that triggers this bug ? Then we can investigate it further. In the meantime I have applied a variant of your patch, since it is always good programming practice to check for NULL pointers before performing an indirection. This version of the patch (uploaded to the testcase) includes a second check for a NULL rtype further on in the dump_relocations function. Cheers Nick -- http://sourceware.org/bugzilla/show_bug.cgi?id=3146 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/3146] BUG: readelf fails on ALPHA 2.16 and 2.17 due to NULL pointer
--- Additional Comments From nickc at redhat dot com 2006-09-01 11:44 --- Created an attachment (id=1272) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1272&action=view) Check for a NULL value in rtype before using it. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3146 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/3146] BUG: readelf fails on ALPHA 2.16 and 2.17 due to NULL pointer
-- What|Removed |Added Status|NEW |WAITING http://sourceware.org/bugzilla/show_bug.cgi?id=3146 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/2626] Problems with LPM on attiny26
-- What|Removed |Added CC||eweddington at cso dot atmel ||dot com http://sourceware.org/bugzilla/show_bug.cgi?id=2626 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/2378] Incorrect opcode in __do_clear_bss if bss has more than 15 bytes
-- What|Removed |Added CC||eweddington at cso dot atmel ||dot com http://sourceware.org/bugzilla/show_bug.cgi?id=2378 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/1038] resolution of weak symbol not left for the linker if value is already known
-- What|Removed |Added CC||eweddington at cso dot atmel ||dot com http://sourceware.org/bugzilla/show_bug.cgi?id=1038 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/3166] aborting at elf.c line 2971 in bfd_elf_set_group_contents during stripping.
--- Additional Comments From hjl at lucon dot org 2006-09-02 00:55 --- Here is a simple testcase: [EMAIL PROTECTED] strip-9]$ cat group.s .section .text,"axG",%progbits,foo_group,comdat .global foo foo: .word 0 .section .data,"awG",%progbits,foo_group,comdat .global bar bar: .word 0 [EMAIL PROTECTED] strip-9]$ make as -o group.o group.s ./strip --only-keep-debug group.o -o xxx.o BFD: BFD 2.17.50 20060823 internal error, aborting at /export/gnu/src/binutils-import/binutils/bfd/elf.c line 2976 in bfd_elf_set_group_contents BFD: Please report this bug. make: *** [xxx.o] Error 1 I will look into it. -- What|Removed |Added CC||hjl at lucon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=3166 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils