* [parisc-linux] Status update hppa - glibc 2.2.92 (Problems with __divdi3)
@ 2002-09-02 23:47 Carlos O'Donell
2002-09-06 13:44 ` [parisc-linux] Formatting Scsi disks James S
0 siblings, 1 reply; 3+ messages in thread
From: Carlos O'Donell @ 2002-09-02 23:47 UTC (permalink / raw)
To: parisc-linux
p-l,
I've already posted the same thing on debian-glibc.
a. 'cvs co' from glibc upstream cvs (2.2.92)
b. Apply debian patches from 0list
c. Fix things
Preliminary modified patches for hppa are at:
http://www.baldric.uwo.ca/~carlos/glibc-2.3/glibc23-hppa-pthreads.dpatch
http://www.baldric.uwo.ca/~carlos/glibc-2.3/glibc23-hppa-rela.dpatch
These replace the previous glibc22-* patches of the same name.
Please do _NOT_ accept these as final versions, I'm presenting them
for anyone who may want to attempt to recreate or verify my problem.
Current build issues are:
gcc-3.2 -nostdlib -nostartfiles -o /mnt/flaire/src/glibc-upstream-cvs/libc-=
build/iconv/iconvconfig -Wl,-dynamic-linker=3D/lib/ld.so.1 /mnt/flaire/=
src/glibc-upstream-cvs/libc-build/csu/crt1.o /mnt/flaire/src/glibc-upstream=
-cvs/libc-build/csu/crti.o `gcc-3.2 --print-file-name=3Dcrtbegin.o` /mnt/fl=
aire/src/glibc-upstream-cvs/libc-build/iconv/iconvconfig.o /mnt/flaire/src/=
glibc-upstream-cvs/libc-build/iconv/strtab.o /mnt/flaire/src/glibc-upstream=
-cvs/libc-build/iconv/xmalloc.o -Wl,-rpath-link=3D/mnt/flaire/src/glibc-up=
stream-cvs/libc-build:/mnt/flaire/src/glibc-upstream-cvs/libc-build/math:/m=
nt/flaire/src/glibc-upstream-cvs/libc-build/elf:/mnt/flaire/src/glibc-upstr=
eam-cvs/libc-build/dlfcn:/mnt/flaire/src/glibc-upstream-cvs/libc-build/nss:=
/mnt/flaire/src/glibc-upstream-cvs/libc-build/nis:/mnt/flaire/src/glibc-ups=
tream-cvs/libc-build/rt:/mnt/flaire/src/glibc-upstream-cvs/libc-build/resol=
v:/mnt/flaire/src/glibc-upstream-cvs/libc-build/crypt:/mnt/flaire/src/glibc=
-upstream-cvs/libc-build/linuxthreads /mnt/flaire/src/glibc-upstream-cvs/li=
bc-build/libc.so.6 /mnt/flaire/src/glibc-upstream-cvs/libc-build/libc_nonsh=
ared.a -lgcc `gcc-3.2 --print-file-name=3Dcrtend.o` /mnt/flaire/src/glibc-u=
pstream-cvs/libc-build/csu/crtn.o
/mnt/flaire/src/glibc-upstream-cvs/libc-build/libc.so.6: undefined referenc=
e to `__divdi3_internal'
collect2: ld returned 1 exit status
make[2]: *** [/mnt/flaire/src/glibc-upstream-cvs/libc-build/iconv/iconvconf=
ig] Error 1
make[2]: Leaving directory `/mnt/flaire/src/glibc-upstream-cvs/libc/iconv'
make[1]: *** [iconv/others] Error 2
make[1]: Leaving directory `/mnt/flaire/src/glibc-upstream-cvs/libc'
make: *** [all] Error 2
I have _no_ idea what is going on here, I have to begin digging at:
http://sources.redhat.com/ml/glibc-cvs/2002-q3/msg00325.html (Shows the che=
ckin)
libc/sysdeps/wordsize-32/lldiv.c shows:
24 #ifdef SHARED
25 /* This is an ugly trick. We cause the C code generated for the co=
de
26 in lldiv.c to use __divdi3_internal instead of __divdi3 by defin=
ing
27 an alias on the assembler level. */
28 asm ("__divdi3 =3D __divdi3_internal");
29 #endif
objdump -t /mnt/flaire/src/glibc-upstream-cvs/libc-build/libc.so.6 | grep d=
ivdi3
001173d4 l F .text 00000028 __udivdi3
00000000 *UND* 00000000 __divdi3_internal
It's clearly not there :}
If anyone understands... a hint would be most helpful=20
Cheers,
c.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [parisc-linux] Formatting Scsi disks
2002-09-02 23:47 [parisc-linux] Status update hppa - glibc 2.2.92 (Problems with __divdi3) Carlos O'Donell
@ 2002-09-06 13:44 ` James S
2002-09-07 3:10 ` Grant Grundler
0 siblings, 1 reply; 3+ messages in thread
From: James S @ 2002-09-06 13:44 UTC (permalink / raw)
To: parisc-linux
I had an odd thing happen.....
i took a disk out of a 712 & had it in a mac for a while
when i put it back into the 712, & tried to put linux back on it, it got as
far as fdisk which then said that it couldnt write a partition table to it
the disk still works in the mac - am i missing something daft here ?
the search command from the boot console on the 712 sees the disk
the kernel sees & correctly identifies the disk
just wont partition it
any ideas?
James S
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [parisc-linux] Formatting Scsi disks
2002-09-06 13:44 ` [parisc-linux] Formatting Scsi disks James S
@ 2002-09-07 3:10 ` Grant Grundler
0 siblings, 0 replies; 3+ messages in thread
From: Grant Grundler @ 2002-09-07 3:10 UTC (permalink / raw)
To: James S; +Cc: parisc-linux
"James S" wrote:
> the search command from the boot console on the 712 sees the disk
> the kernel sees & correctly identifies the disk
> just wont partition it
> any ideas?
hmm...
dd if=/dev/zero of=/dev/sda bs=64k count=10
reboot and then try to partition it.
I'm guessing the partition tool does not know the current partition scheme
(or maybe just thinks it does).
grant
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-09-07 3:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-02 23:47 [parisc-linux] Status update hppa - glibc 2.2.92 (Problems with __divdi3) Carlos O'Donell
2002-09-06 13:44 ` [parisc-linux] Formatting Scsi disks James S
2002-09-07 3:10 ` Grant Grundler
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.