* [Buildroot] buildroot-20070622.tar.bz2 vs. util-linux/fdisk
@ 2007-06-23 13:32 BuraphaLinux Server
2007-06-23 13:41 ` Bernhard Fischer
0 siblings, 1 reply; 2+ messages in thread
From: BuraphaLinux Server @ 2007-06-23 13:32 UTC (permalink / raw)
To: buildroot
Hello,
With buildroot-20070622.tar.bz2 it fails to build fdisk in
util-linux with this message:
/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/usr/bin/i586-linux-uclibc-gcc
-c -Os -pipe -I/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/usr/include
--sysroot=/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/
-isysroot /var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir
-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\" -Os -pipe
-I/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/usr/include
--sysroot=/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/
-isysroot /var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir
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[2]: *** [llseek.o] Error 1
make[2]: Leaving directory
`/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/util-linux-2.12r/fdisk'
make[1]: *** [all] Error 1
make[1]: Leaving directory
`/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/util-linux-2.12r'
make: *** [/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/util-linux-2.12r/misc-utils/chkdupexe]
Error 2
^ permalink raw reply [flat|nested] 2+ messages in thread* [Buildroot] buildroot-20070622.tar.bz2 vs. util-linux/fdisk
2007-06-23 13:32 [Buildroot] buildroot-20070622.tar.bz2 vs. util-linux/fdisk BuraphaLinux Server
@ 2007-06-23 13:41 ` Bernhard Fischer
0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Fischer @ 2007-06-23 13:41 UTC (permalink / raw)
To: buildroot
On Sat, Jun 23, 2007 at 08:32:28PM +0700, BuraphaLinux Server wrote:
>Hello,
>
> With buildroot-20070622.tar.bz2 it fails to build fdisk in
>util-linux with this message:
>
>/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/usr/bin/i586-linux-uclibc-gcc
>-c -Os -pipe -I/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/usr/include
>--sysroot=/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/
>-isysroot /var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir
>-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\" -Os -pipe
>-I/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/usr/include
>--sysroot=/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/
>-isysroot /var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir
>llseek.c -o llseek.o
>llseek.c:34: error: expected declaration specifiers or '...' before '_llseek'
Since i have no idea what revision these so called snapshots are using,
i will ignore them for now, generally.
I use busybox which deals fine with and without LFS, no idea about
util-linux so try to fix this upstream, i'd suggest.
BR2_PACKAGE_BUSYBOX_HIDE_OTHERS=y
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-23 13:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-23 13:32 [Buildroot] buildroot-20070622.tar.bz2 vs. util-linux/fdisk BuraphaLinux Server
2007-06-23 13:41 ` Bernhard Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox