[Clfs-support] Unable to compile yaboot-1.3.14

Spongetron spongetron at gmail.com
Sat Nov 26 16:13:06 PST 2011


I am trying to build my clfs system following "Cross-Compiled Linux
>From Scratch - Version GIT-20111122-PowerPC". I am trying to build it
on my iBook G4 that runs Slackintosh 12.1 as a host system. I am stuck
at chapter "10.66. Yaboot-1.3.14". I am unable to comile yaboot. Here
is the output when trying to build with "make PREFIX=/usr"

root:/sources/yaboot-1.3.14# make PREFIX=/usr
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS
-D__ASSEMBLY__  -c -o second/crt0.o second/crt0.S
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/yaboot.o second/yaboot.c
second/yaboot.c: In function 'setup_display':
second/yaboot.c:1569:13: warning: variable 'result' set but not used
[-Wunused-but-set-variable]
second/yaboot.c: In function 'yaboot_text_ui':
second/yaboot.c:1368:9: warning: 'ph' may be used uninitialized in
this function [-Wuninitialized]
second/yaboot.c:1234:23: note: 'ph' was declared here
second/yaboot.c:1512:9: warning: 'ph' may be used uninitialized in
this function [-Wuninitialized]
second/yaboot.c:1378:23: note: 'ph' was declared here
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS
-D__ASSEMBLY__  -c -o second/cache.o second/cache.S
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/prom.o second/prom.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/file.o second/file.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/partition.o second/partition.c
second/partition.c: In function 'partition_mac_lookup':
second/partition.c:99:13: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
second/partition.c: In function 'partition_fdisk_lookup':
second/partition.c:178:8: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
second/partition.c:178:8: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
second/partition.c:178:8: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
second/partition.c:178:8: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
second/partition.c:179:8: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
second/partition.c:179:8: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
second/partition.c:179:8: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
second/partition.c:179:8: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
second/partition.c: In function 'partitions_lookup':
second/partition.c:339:6: warning: pointer targets in passing argument
1 of 'strncpy' differ in signedness [-Wpointer-sign]
./include/string.h:9:15: note: expected 'char *' but argument is of
type 'unsigned char *'
second/partition.c:340:6: warning: pointer targets in passing argument
1 of 'strcat' differ in signedness [-Wpointer-sign]
./include/string.h:10:15: note: expected 'char *' but argument is of
type 'unsigned char *'
second/partition.c:343:6: warning: pointer targets in passing argument
1 of 'prom_open' differ in signedness [-Wpointer-sign]
./include/prom.h:53:13: note: expected 'char *' but argument is of
type 'unsigned char *'
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/fs.o second/fs.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/cfg.o second/cfg.c
second/cfg.c:106:12: warning: 'ignore_entry' defined but not used
[-Wunused-variable]
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS
-D__ASSEMBLY__  -c -o second/setjmp.o second/setjmp.S
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/cmdline.o second/cmdline.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/fs_of.o second/fs_of.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/fs_ext2.o second/fs_ext2.c
In file included from ./include/ext2fs/ext2fs.h:236:0,
                 from second/fs_ext2.c:45:
./include/ext2fs/bitops.h: In function 'ext2fs_find_first_bit_set':
./include/ext2fs/bitops.h:415:13: warning: pointer targets in
initialization differ in signedness [-Wpointer-sign]
./include/ext2fs/bitops.h:425:2: warning: implicit declaration of
function 'ffs' [-Wimplicit-function-declaration]
second/fs_ext2.c: In function 'ext2_read':
second/fs_ext2.c:462:18: warning: pointer targets in assignment differ
in signedness [-Wpointer-sign]
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/fs_iso.o second/fs_iso.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/iso_util.o second/iso_util.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
lib/nosys.o lib/nosys.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS
-D__ASSEMBLY__  -c -o lib/string.o lib/string.S
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
lib/strtol.o lib/strtol.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
lib/vsprintf.o lib/vsprintf.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
lib/ctype.o lib/ctype.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
lib/malloc.o lib/malloc.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
lib/strstr.o lib/strstr.c
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/md5.o second/md5.c
second/md5.c: In function 'md5_update':
second/md5.c:176:7: warning: pointer targets in passing argument 1 of
'md5_transform' differ in signedness [-Wpointer-sign]
second/md5.c:101:1: note: expected 'const unsigned char *' but
argument is of type 'const char *'
second/md5.c: In function 'md5_password':
second/md5.c:249:5: warning: pointer targets in passing argument 1 of
'md5_update' differ in signedness [-Wpointer-sign]
second/md5.c:159:1: note: expected 'const char *' but argument is of
type 'unsigned char *'
second/md5.c:250:3: warning: pointer targets in passing argument 1 of
'md5_update' differ in signedness [-Wpointer-sign]
second/md5.c:159:1: note: expected 'const char *' but argument is of
type 'unsigned char *'
second/md5.c:265:2: warning: pointer targets in passing argument 1 of
'md5_update' differ in signedness [-Wpointer-sign]
second/md5.c:159:1: note: expected 'const char *' but argument is of
type 'unsigned char *'
second/md5.c:274:2: warning: pointer targets in passing argument 1 of
'md5_update' differ in signedness [-Wpointer-sign]
second/md5.c:159:1: note: expected 'const char *' but argument is of
type 'unsigned char *'
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/fs_xfs.o second/fs_xfs.c
second/fs_xfs.c: In function 'next_dentry':
second/fs_xfs.c:498:3: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:498:3: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:499:3: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:522:9: warning: pointer targets in assignment differ
in signedness [-Wpointer-sign]
second/fs_xfs.c:538:4: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:539:5: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:547:3: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:548:3: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c: In function 'first_dentry':
second/fs_xfs.c:577:3: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:579:4: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:580:4: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:581:4: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:581:4: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:589:5: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:590:9: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:591:6: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:591:6: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:592:6: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
second/fs_xfs.c:595:5: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include`
-fsigned-char -DVERSION=\"1.3.14\"	 -DTEXTADDR=0x200000 -DDEBUG=0
-DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x00C00000 -I
./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP
-DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -c -o
second/fs_reiserfs.o second/fs_reiserfs.c
second/fs_reiserfs.c:153:1: warning: conflicting types for built-in
function 'log2' [enabled by default]
second/fs_reiserfs.c: In function 'block_read':
second/fs_reiserfs.c:215:17: warning: operation on 'journal_table' may
be undefined [-Wsequence-point]
second/fs_reiserfs.c:215:17: warning: operation on 'journal_table' may
be undefined [-Wsequence-point]
second/fs_reiserfs.c:215:17: warning: operation on 'journal_table' may
be undefined [-Wsequence-point]
second/fs_reiserfs.c:218:12: warning: operation on 'journal_table' may
be undefined [-Wsequence-point]
second/fs_reiserfs.c:218:12: warning: operation on 'journal_table' may
be undefined [-Wsequence-point]
second/fs_reiserfs.c:218:12: warning: operation on 'journal_table' may
be undefined [-Wsequence-point]
second/fs_reiserfs.c:237:12: warning: operation on 'i' may be
undefined [-Wsequence-point]
second/fs_reiserfs.c:237:12: warning: operation on 'i' may be
undefined [-Wsequence-point]
second/fs_reiserfs.c:237:12: warning: operation on 'i' may be
undefined [-Wsequence-point]
second/fs_reiserfs.c:249:10: warning: operation on 'i' may be
undefined [-Wsequence-point]
second/fs_reiserfs.c:249:10: warning: operation on 'i' may be
undefined [-Wsequence-point]
second/fs_reiserfs.c:249:10: warning: operation on 'i' may be
undefined [-Wsequence-point]
second/fs_reiserfs.c: In function 'reiserfs_read_super':
second/fs_reiserfs.c:478:25: warning: dereferencing type-punned
pointer will break strict-aliasing rules [-Wstrict-aliasing]
second/fs_reiserfs.c:478:25: warning: dereferencing type-punned
pointer will break strict-aliasing rules [-Wstrict-aliasing]
second/fs_reiserfs.c: In function 'next_key':
second/fs_reiserfs.c:615:54: warning: operation on 'depth' may be
undefined [-Wsequence-point]
ld -Ttext 0x200000 -Bstatic second/crt0.o second/yaboot.o
second/cache.o second/prom.o second/file.o second/partition.o
second/fs.o second/cfg.o second/setjmp.o second/cmdline.o
second/fs_of.o second/fs_ext2.o second/fs_iso.o second/iso_util.o
lib/nosys.o lib/string.o lib/strtol.o lib/vsprintf.o lib/ctype.o
lib/malloc.o lib/strstr.o second/md5.o second/fs_xfs.o
second/fs_reiserfs.o -lext2fs `gcc -print-libgcc-file-name` -o
second/yaboot
/usr/lib/libext2fs.a(inode.o): In function `ext2fs_get_memalign':
/sources/e2fsprogs-1.41.14/build/lib/ext2fs/../../../lib/ext2fs/ext2fs.h:1215:
undefined reference to `posix_memalign'
/usr/lib/libext2fs.a(openfs.o): In function `ext2fs_get_memalign':
/sources/e2fsprogs-1.41.14/build/lib/ext2fs/../../../lib/ext2fs/ext2fs.h:1215:
undefined reference to `posix_memalign'
/usr/lib/libext2fs.a(rw_bitmaps.o): In function `ext2fs_get_memalign':
/sources/e2fsprogs-1.41.14/build/lib/ext2fs/../../../lib/ext2fs/ext2fs.h:1215:
undefined reference to `posix_memalign'
/sources/e2fsprogs-1.41.14/build/lib/ext2fs/../../../lib/ext2fs/ext2fs.h:1215:
undefined reference to `posix_memalign'
/sources/e2fsprogs-1.41.14/build/lib/ext2fs/../../../lib/ext2fs/ext2fs.h:1215:
undefined reference to `posix_memalign'
make: *** [yaboot] Error 1

There seems to be a problem with e2fsprogs. Did someone have the same
problem? Can you help me? Thanks in advance.



More information about the Clfs-support mailing list