• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Festplatte lässt sich nicht verschlüsseln

Conax

Hacker
Folgendes und zwar möchte ich die Festplatte auf der momentan Linux läuft verschlüsseln. Ich bin also in Yast auf Partitionieren gegangen und dann habe ich mir die Partition herausgepickt wo Linux darauf ist und bin auf bearbeiten gegangen als ich dann ein Haken gesetzt hatte bei Dateisystem verschlüsseln kam folgende Fehlermeldung: Sie haben einer Partition mit einem der Einhängepunkte "/". "usr" "/boot", "/var" ein verschlüsseltes Dateisystem zugewiesen. Dies ist nicht möglich. Ändern Sie den Einhängepunkt oder verwenden Sie ein Dateisystem ohne Loopback.

Den Einhängepunkt will ich ja eigentlich so lassen wie er jetzt ist und ich möchte ja eigentlich auch die komplette Festplatte verschlüsseln und nicht alle drei Partitionen einzeln sonst muss ich womöglich dreimal beim start ein Passwort eingeben und insgesamt mit meiner zweiten Festplatte sogar 4 mal.
 
OP
C

Conax

Hacker
http://www.pro-linux.de/t_system/loop-aes.html

Ich hab mich jetzt nach dieser Anleitung gehalten.
Ich hab Loop-AES und util-linux(ist schon vorher instaliert gewesen) heruntergeladen und auf dem desktop entpackt so das ich jetzt dort die beiden Ordner util-linux-2.12r und loop-AES-v3.2c habe.

Ich habe dann folgendes durchgeführt:

stefan@linux-conax:~> su
Passwort:
linux-conax:/home/stefan # cd /home/stefan/Desktop/util-linux-2.12r/
linux-conax:/home/stefan/Desktop/util-linux-2.12r # ./configure

configuring util-linux-2.12r

You have <scsi/scsi.h>
You have <linux/blkpg.h>
You have <linux/kd.h>
You have <locale.h>
You have <langinfo.h>
You have <sys/user.h>
You don't have <uuid/uuid.h>
You have <rpcsvc/nfs_prot.h>
You have <asm/types.h>
You have <linux/raw.h>
You have <stdint.h>
You have <sys/io.h>
You have inet_aton()
You have fsync()
You have getdomainname()
You have nanosleep()
You have personality()
You have updwtmp()
You have fseeko()
You have lchown()
You have rpmatch()
You have <term.h>
You have ncurses. Using <ncurses.h>.
You don't have termcap
You need -lcrypt
You have <libintl.h> and gettext()
You have __progname
You have <pty.h> and openpty()
You have wide character support
You have SYS_pivot_root
You have a tm_gmtoff field in struct tm
Your rpcgen seems to work
You have zlib
You don't have blkid
linux-conax:/home/stefan/Desktop/util-linux-2.12r # make ADD_RAW=no
make[1]: Entering directory `/home/stefan/Desktop/util-linux-2.12r/po'
make[1]: Für das Ziel »all« ist nichts zu tun.
make[1]: Leaving directory `/home/stefan/Desktop/util-linux-2.12r/po'
make[1]: Entering directory `/home/stefan/Desktop/util-linux-2.12r/lib'
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 err.c -o err.o
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 my_reboot.c -o my_reboot.o
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 setproctitle.c -o setproctitle.o
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 env.c -o env.o
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 carefulputc.c -o carefulputc.o
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 xstrncpy.c -o xstrncpy.o
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 md5.c -o md5.o
make[1]: Leaving directory `/home/stefan/Desktop/util-linux-2.12r/lib'
make[1]: Entering directory `/home/stefan/Desktop/util-linux-2.12r/getopt'
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 getopt.c -o getopt.o
cc -s getopt.o -o getopt
make[1]: Leaving directory `/home/stefan/Desktop/util-linux-2.12r/getopt'
make[1]: Entering directory `/home/stefan/Desktop/util-linux-2.12r/disk-utils'
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s mkfs.c -o mkfs
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 mkswap.c -o mkswap.o
mkswap.c: In function ‘page_ok’:
mkswap.c:396: warning: pointer targets in passing argument 1 of ‘bit_set’ differ in signedness
mkswap.c: In function ‘page_bad’:
mkswap.c:402: warning: pointer targets in passing argument 1 of ‘bit_test_and_clear’ differ in signedness
mkswap.c: In function ‘main’:
mkswap.c:689: warning: pointer targets in passing argument 1 of ‘bit_test_and_clear’ differ in signedness
cc -s -o mkswap mkswap.o ../lib/xstrncpy.o
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s blockdev.c -o blockdev
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s elvtune.c -o elvtune
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 fsck.minix.c -o fsck.minix.o
cc -s fsck.minix.o -o fsck.minix
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 mkfs.minix.c -o mkfs.minix.o
cc -s mkfs.minix.o -o mkfs.minix
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s mkfs.bfs.c -o mkfs.bfs
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 fsck.cramfs.c -o fsck.cramfs.o
cc -s -o fsck.cramfs fsck.cramfs.o -lz
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 mkfs.cramfs.c -o mkfs.cramfs.o
mkfs.cramfs.c: In function ‘mdfile’:
mkfs.cramfs.c:210: warning: pointer targets in passing argument 2 of ‘MD5Update’ differ in signedness
mkfs.cramfs.c: In function ‘write_superblock’:
mkfs.cramfs.c:446: warning: pointer targets in passing argument 1 of ‘__builtin_strncpy’ differ in signedness
mkfs.cramfs.c:448: warning: pointer targets in passing argument 1 of ‘__builtin_strncpy’ differ in signedness
mkfs.cramfs.c: In function ‘do_compress’:
mkfs.cramfs.c:615: warning: pointer targets in passing argument 1 of ‘compress’ differ in signedness
mkfs.cramfs.c:615: warning: pointer targets in passing argument 3 of ‘compress’ differ in signedness
mkfs.cramfs.c: In function ‘main’:
mkfs.cramfs.c:883: warning: pointer targets in passing argument 2 of ‘crc32’ differ in signedness
cc -s -o mkfs.cramfs mkfs.cramfs.o ../lib/md5.o -lz
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s fdformat.c -o fdformat
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s isosize.c -o isosize
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s setfdprm.c -o setfdprm
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s raw.c -o raw
make[1]: Leaving directory `/home/stefan/Desktop/util-linux-2.12r/disk-utils'
make[1]: Entering directory `/home/stefan/Desktop/util-linux-2.12r/login-utils'
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 agetty.c -o agetty.o
cc -s agetty.o ../lib/xstrncpy.o -o agetty
make[1]: Leaving directory `/home/stefan/Desktop/util-linux-2.12r/login-utils'
make[1]: Entering directory `/home/stefan/Desktop/util-linux-2.12r/misc-utils'
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 kill.c -o kill.o
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 procs.c -o procs.o
cc -s kill.o procs.o -o kill
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 cal.c -o cal.o
cc -s cal.o ../lib/err.o -o cal -lncurses
cp chkdupexe.pl chkdupexe
chmod 755 chkdupexe
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 ddate.c -o ddate.o
ddate.c: In function ‘makeday’:
ddate.c:302: warning: ‘funkychickens.yday’ is used uninitialized in this function
ddate.c:302: warning: ‘funkychickens.day’ is used uninitialized in this function
ddate.c:302: warning: ‘funkychickens.year’ is used uninitialized in this function
cc -s ddate.o -o ddate
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 logger.c -o logger.o
cc -s logger.o -o logger
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s look.c -o look
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 mcookie.c -o mcookie.o
cc -s mcookie.o ../lib/md5.o -o mcookie
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s namei.c -o namei
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s rename.c -o rename
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 script.c -o script.o
script.c: In function ‘doshell’:
script.c:328: warning: missing sentinel in function call
script.c:330: warning: missing sentinel in function call
cc -s script.o -o script -lutil
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s whereis.c -o whereis
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 write.c -o write.o
cc -s write.o ../lib/carefulputc.o -o write
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 setterm.c -o setterm.o
setterm.c: In function ‘screendump’:
setterm.c:1186: warning: pointer targets in passing argument 2 of ‘__builtin_strncpy’ differ in signedness
cc -s setterm.o -o setterm -lncurses
make[1]: Leaving directory `/home/stefan/Desktop/util-linux-2.12r/misc-utils'
make[1]: Entering directory `/home/stefan/Desktop/util-linux-2.12r/mount'
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS mount.c
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS fstab.c
rm -f nfsmount.h
rpcgen -h -o nfsmount.h nfsmount.x
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS sundries.c
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS xmalloc.c
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS realpath.c
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS mntent.c
mntent.c: In function ‘mangle’:
mntent.c:28: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mntent.c: In function ‘my_addmntent’:
mntent.c:129: warning: pointer targets in passing argument 1 of ‘mangle’ differ in signedness
mntent.c:130: warning: pointer targets in passing argument 1 of ‘mangle’ differ in signedness
mntent.c:131: warning: pointer targets in passing argument 1 of ‘mangle’ differ in signedness
mntent.c:132: warning: pointer targets in passing argument 1 of ‘mangle’ differ in signedness
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS version.c
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS get_label_uuid.c
get_label_uuid.c: In function ‘is_v1_swap_partition’:
get_label_uuid.c:90: warning: pointer targets in passing argument 2 of ‘store_uuid’ differ in signedness
get_label_uuid.c: In function ‘get_label_uuid’:
get_label_uuid.c:133: warning: pointer targets in passing argument 2 of ‘store_uuid’ differ in signedness
get_label_uuid.c:135: warning: pointer targets in passing argument 2 of ‘store_label’ differ in signedness
get_label_uuid.c:141: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
get_label_uuid.c:141: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
get_label_uuid.c:141: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:141: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
get_label_uuid.c:141: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:141: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:141: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:141: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
get_label_uuid.c:142: warning: pointer targets in passing argument 2 of ‘store_uuid’ differ in signedness
get_label_uuid.c:143: warning: pointer targets in passing argument 2 of ‘store_label’ differ in signedness
get_label_uuid.c:149: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
get_label_uuid.c:149: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
get_label_uuid.c:149: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:149: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
get_label_uuid.c:149: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:149: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:149: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:149: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
get_label_uuid.c:153: warning: pointer targets in passing argument 2 of ‘store_label’ differ in signedness
get_label_uuid.c:181: warning: pointer targets in passing argument 2 of ‘store_uuid’ differ in signedness
get_label_uuid.c:194: warning: pointer targets in passing argument 1 of ‘reiserfs_magic_version’ differ in signedness
get_label_uuid.c:195: warning: pointer targets in passing argument 2 of ‘store_uuid’ differ in signedness
get_label_uuid.c:197: warning: pointer targets in passing argument 2 of ‘store_label’ differ in signedness
get_label_uuid.c:208: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
get_label_uuid.c:208: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
get_label_uuid.c:208: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:208: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
get_label_uuid.c:208: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:208: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:208: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
get_label_uuid.c:208: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
get_label_uuid.c:211: warning: pointer targets in passing argument 2 of ‘store_uuid’ differ in signedness
get_label_uuid.c:212: warning: pointer targets in passing argument 2 of ‘store_label’ differ in signedness
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS mount_by_label.c
mount_by_label.c: In function ‘get_spec_by_uuid’:
mount_by_label.c:312: warning: pointer targets in passing argument 2 of ‘get_spec_by_x’ differ in signedness
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS mount_blkid.c
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS mount_guess_fstype.c
mount_guess_fstype.c: In function ‘do_guess_fstype’:
mount_guess_fstype.c:265: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:265: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:265: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:265: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:265: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:265: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:265: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:265: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:267: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:267: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:267: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:267: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:267: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:267: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:267: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:267: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:273: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:273: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:273: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:273: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:273: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:273: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:273: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:273: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:279: warning: pointer targets in passing argument 1 of ‘assemble4be’ differ in signedness
mount_guess_fstype.c:282: warning: pointer targets in passing argument 1 of ‘assemble4be’ differ in signedness
mount_guess_fstype.c:283: warning: pointer targets in passing argument 1 of ‘assemble4be’ differ in signedness
mount_guess_fstype.c:285: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:285: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:285: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:285: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:285: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:285: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:285: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:285: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:286: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:286: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:286: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:286: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:286: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:286: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:286: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:286: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:287: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:287: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:287: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:287: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:287: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:287: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:287: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:287: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:288: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:288: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:288: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:288: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:288: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:288: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:288: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:288: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:289: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:289: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:289: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:289: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:289: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:289: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:289: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:289: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:290: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:290: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:290: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:290: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:290: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:290: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:290: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:290: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:291: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:291: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:291: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:291: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:291: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:291: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:291: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:291: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:294: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:294: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:294: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:294: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:294: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:294: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:294: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:294: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:295: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:295: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:295: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:295: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:295: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:295: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:295: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:295: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:296: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:296: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:296: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:296: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:296: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:296: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:296: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:296: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:297: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:297: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:297: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:297: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:297: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:297: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:297: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:297: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
mount_guess_fstype.c:392: warning: pointer targets in passing argument 1 of ‘reiserfs_magic_version’ differ in signedness
mount_guess_fstype.c:442: warning: pointer targets in passing argument 1 of ‘reiserfs_magic_version’ differ in signedness
mount_guess_fstype.c:456: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:456: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:456: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:456: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
mount_guess_fstype.c:456: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:456: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:456: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
mount_guess_fstype.c:456: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS getusername.c
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS nfsmount.c
rm -f nfsmount_xdr.c
rpcgen -c -o nfsmount_xdr.c nfsmount.x
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS -Wno-unused nfsmount_xdr.c
nfsmount_xdr.c: In function ‘xdr_mountres3_ok’:
nfsmount_xdr.c:98: warning: dereferencing type-punned pointer will break strict-aliasing rules
rm -f nfsmount_clnt.c
rpcgen -l -o nfsmount_clnt.c nfsmount.x
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS -Wno-unused nfsmount_clnt.c
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS lomount.c
lomount.c: In function ‘set_loop’:
lomount.c:265: warning: pointer targets in passing argument 1 of ‘xstrncpy’ differ in signedness
lomount.c:273: warning: pointer targets in passing argument 1 of ‘snprintf’ differ in signedness
lomount.c:303: warning: pointer targets in passing argument 1 of ‘xstrncpy’ differ in signedness
cc -s mount.o fstab.o sundries.o xmalloc.o realpath.o mntent.o version.o get_label_uuid.o mount_by_label.o mount_blkid.o mount_guess_fstype.o getusername.o ../lib/setproctitle.o ../lib/env.o nfsmount.o nfsmount_xdr.o nfsmount_clnt.o lomount.o ../lib/xstrncpy.o -o mount
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS umount.c
cc -s umount.o fstab.o sundries.o xmalloc.o realpath.o mntent.o getusername.o get_label_uuid.o mount_by_label.o mount_blkid.o version.o ../lib/env.o lomount.o ../lib/xstrncpy.o -o umount
sh swap.configure
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS swapon.c
cc -s swapon.o version.o xmalloc.o get_label_uuid.o mount_by_label.o mount_blkid.o -o swapon
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS -DMAIN lomount.c -o main_losetup.o
lomount.c: In function ‘show_loop’:
lomount.c:96: warning: pointer targets in initialization differ in signedness
lomount.c: In function ‘set_loop’:
lomount.c:265: warning: pointer targets in passing argument 1 of ‘xstrncpy’ differ in signedness
lomount.c:273: warning: pointer targets in passing argument 1 of ‘snprintf’ differ in signedness
lomount.c:303: warning: pointer targets in passing argument 1 of ‘xstrncpy’ differ in signedness
cc -s main_losetup.o ../lib/xstrncpy.o -o losetup
cc -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -s pivot_root.c -o pivot_root
make[1]: Leaving directory `/home/stefan/Desktop/util-linux-2.12r/mount'
make[1]: Entering directory `/home/stefan/Desktop/util-linux-2.12r/fdisk'
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 fdisk.c -o fdisk.o
In file included from fdisk.c:24:
fdisk.h:85: warning: type qualifiers ignored on function return type
fdisk.c: In function ‘get_partition_table_geometry’:
fdisk.c:810: warning: pointer targets in initialization differ in signedness
fdisk.c: In function ‘get_boot’:
fdisk.c:948: warning: pointer targets in passing argument 1 of ‘valid_part_table_flag’ differ in signedness
fdisk.c:958: warning: pointer targets in passing argument 1 of ‘valid_part_table_flag’ differ in signedness
fdisk.c:1002: warning: pointer targets in passing argument 1 of ‘valid_part_table_flag’ differ in signedness
fdisk.c: At top level:
fdisk.c:1256: warning: type qualifiers ignored on function return type
cc -c -pipe -O2 -mtune=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 llseek.c -o llseek.o
llseek.c:34: error: expected declaration specifiers or ‘...’ before ‘_llseek’
llseek.c:34: error: expected declaration specifiers or ‘...’ before ‘fd’
llseek.c:34: error: expected declaration specifiers or ‘...’ before ‘offset_high’
llseek.c:35: error: expected declaration specifiers or ‘...’ before ‘offset_low’
llseek.c:35: error: expected declaration specifiers or ‘...’ before ‘result’
llseek.c:36: error: expected declaration specifiers or ‘...’ before ‘origin’
llseek.c:50: warning: return type defaults to ‘int’
llseek.c: In function ‘_syscall5’:
llseek.c:52: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
llseek.c:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
llseek.c:34: error: parameter name omitted
llseek.c:34: error: parameter name omitted
llseek.c:34: error: parameter name omitted
llseek.c:35: error: parameter name omitted
llseek.c:35: error: parameter name omitted
llseek.c:36: error: parameter name omitted
llseek.c:93: error: expected ‘{’ at end of input
make[1]: *** [llseek.o] Fehler 1
make[1]: Leaving directory `/home/stefan/Desktop/util-linux-2.12r/fdisk'
make: *** [all] Fehler 1

jetzt bringt er mir aber zum Schluss einen Fehler deswegen weiss ich nicht was ich faltsch gemacht habe.
 
Oben