Source: klibc
Version: 2.0~rc2-0.1
Severity: important
After building and installing the libklibc and klibc-utils packages,
bootstrap fails:
...
sd 3:0:2:0: [sdb] Attached SCSI disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
mount: mounting /dev/sda5 on /root failed: Invalid argument
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... mount: mounting /dev on /root/dev
failed: No such file or directory
done.
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.
BusyBox v1.18.4 (Debian 1:1.18.4-1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/bin/sh: can't access tty; job control turned off
(initramfs) cat /etc/fstab
I suspect the problem is the redefinition of SOCK_NONBLOCK:
gcc -Wp,-MD,usr/klibc/inet/.inet_ntoa.o.d -nostdinc -iwithprefix include -I/h
ome/dave/debian/klibc/klibc-2.0~rc2/usr/include/arch/parisc
-Iusr/include/arch/parisc
-I/home/dave/debian/klibc/klibc-2.0~rc2/usr/include/bits32 -Iusr/include/b
its32 -I/home/dave/debian/klibc/klibc-2.0~rc2/usr/klibc/../include
-Iusr/klibc/../include -I/home/dave/debian/klibc/klibc-2.0~rc2/usr/include
-Iusr/include -I/home/dave/debian/klibc/klibc-2.0~rc2/linux/include
-Ilinux/include
-I/home/dave/debian/klibc/klibc-2.0~rc2/linux/arch/parisc/include
-Ilinux/arch/parisc/include -D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32
-fno-stack-protector -fwrapv -Os -fomit-frame-pointer -W -Wall
-Wno-sign-compare -Wno-unused-parameter -c -o usr/klibc/inet/inet_ntoa.o
usr/klibc/inet/inet_ntoa.cIn file included from
/home/dave/debian/klibc/klibc-2.0~rc2/usr/klibc/../include/netinet/in.h:11:0,
from /home/dave/debian/klibc/klibc-2.0~rc2/usr/klibc/../include
/arpa/inet.h:11, from usr/klibc/inet/inet_ntoa.c:6:
/home/dave/debian/klibc/klibc-2.0~rc2/usr/klibc/../include/sys/socket.h:32:0:
warning: "SOCK_NONBLOCK" redefined [enabled by default]
This occurs several times in the build. The redefinition appears wrong
(i.e., I believe the value should be 0x40000000).
-- System Information:
Debian Release: wheezy/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)
Kernel: Linux 3.2.6+ (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]