Gentoo Archives: gentoo-ppc-user

From: David Chamberlain <daybird@g.o>
To: gentooppc-user@g.o
Subject: [gentooppc-user] mount proc
Date: Tue, 14 May 2002 08:45:23
Message-Id: 3CE114F0.20903@gentoo.org
In Reply to: [gentooppc-user] 2.4.19-rc3 oops by John Brajkovic
1 I believe the problem with mounting /proc is simply that the dir doesn't
2 get created by the stage 1 tarball, so there's no mountpoint. Easy
3 enough to fix - # mkdir /mnt/gentoo/proc .
4
5 The problem with glibc I'm not sure about, but perhaps builidng with
6 /proc available will help ;-)
7
8 David
9
10 John Brajkovic wrote:
11
12 >Hi,
13 >
14 >I got this deep into a glibc build out of /usr/portage/scripts/bootstrap.sh
15 >using the 1.2 iso image of GentooPPC (kernel 2.4.19-rc3).
16 >
17 >Also, /proc did not install (reported on irc).
18 >
19 >Hardware: Performa 6360, 80 mb ram, 400 mb swap
20 >
21 >gcc getnssent.c -c -02 -Wall -Winline -Wstrict-prototypes -Write-strings \
22 >-mmultiple -mstring -pipe -mnew-mnemonics -Wa,-mppc -mpowerpc \
23 >-fpic -I../include -I. \
24 >-I/mnt/gentoo/extra/tmp/portage/glibc-2.2.5-r2/work/glibc-2.2.5/buildhere/nss \
25 >-I.. -I../libio \
26 >-I/mnt/gentoo/extra/tmp/portage/glibc-2.2.5-r2/work/glibc-2.2.5/buildhere \
27 >-I..sysdeps/powerpc/elf -I../linuxthreads/sysdeps/unix/sysv/linux \
28 >-I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread/ \
29 >-I../linuxthreads/sysdeps/unix/sysv/ -I../linuxthreads/sysdeps/pthread \
30 >-I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv \
31 >-I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/powerpc \
32 >-I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/common \
33 >-I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv \
34 >-I../sysdeps/unix/powerpc -I../sysdeps/unix -I../sysdeps/posix \
35 >-I../sysdeps/powerpc/fpu -I../sysdeps/powerpc -I../sysdeps-wordsize-32 \
36 >-I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754dbl-64 \
37 >-I../sysdeps/powerpc/soft-fp -I../sysdeps/ieee754 -I../sysdeps-generic-elf \
38 >-I../sysdeps/generic -D_LIBC_REENTRANT -include ../include/libc-symbols.h \
39 >-DPIC -DSHARED \
40 >-o /mnt/gentoo/extra/tmp/portage/glibc-2.2.5-r2/work/glibc-2.2.5/buildhere/nss/getnssent.os
41 >
42 >Assertion failure in __journal_remove_journal_head() at \
43 >journal.c:1732: "buffer_jbd(bh)"
44 >kernel BUG at journal.c:1732!
45 >Oops: Execution in kernel mode, sig: 4
46 >NIP: C007A860 XER: 00000000 LR:C007A860 SP: C08EFDF0 REGS:c08efd0 TRAP: 0700 Not tainted
47 >MSR: 00089032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11
48 >TASK = c08ee000[167] 'kjournald' Last syscall: -1
49 >last math c18c8000 last altivec 00000000
50 >GPR00: C007A860 C08EFDF0 C08EE000 0000001E 00001032 00000001 FFFFFFFF C03EEBCC
51 >GPR08: 000025E4 C03273E4 00000000 C08EFD10 82002424 10264288 00000000 00000000
52 >GPR16: 00000000 C138204C 00000000 00000000 00000000 00797F40 00000000 C1382000
53 >GPR24: 00000309 C089F1C0 00000000 C089F440 00000000 C02D0000 C0476C70 C2D38720
54 >Call backtrace:
55 >C007A860 C0076F74 C00776D8 C00755C4 C0078854 C0008B38
56 >_______________________________________________
57 >gentooppc-user mailing list
58 >gentooppc-user@g.o
59 >http://lists.gentoo.org/mailman/listinfo/gentooppc-user
60 >
61 >.
62 >
63 >
64 >