* [Buildroot] uclibc/buildroot build error
[not found] <8351cdc2a3a8abf9b1f031824d6770e4.squirrel@webmail.sonic.net>
@ 2009-12-19 8:57 ` Peter Korsgaard
[not found] ` <d8fdfca5396745cde67af9bc66e27177.squirrel@webmail.sonic.net>
0 siblings, 1 reply; 11+ messages in thread
From: Peter Korsgaard @ 2009-12-19 8:57 UTC (permalink / raw)
To: buildroot
>>>>> "joyful" == joyful <joyful@sonic.net> writes:
joyful> I don't think I did anything special, merely did make menuconfig and
joyful> selected some items on the menu, I got this error during make:
joyful> *** Unpacking kernel source
joyful> bzcat /tmp/buildroot/dl/linux-2.6.29.2.tar.bz2 | tar -C
joyful> /tmp/buildroot/project_build_i686/uclibc -xf -
joyful> touch /tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.unpacked
joyful> toolchain/patch-kernel.sh
joyful> /tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2
joyful> toolchain/kernel-headers \
joyful> linux-2.6.29.2-\*.patch{,.gz,.bz2}
joyful> touch /tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.patched
joyful> cp -dpf /tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.config
joyful> cp: missing destination file operand after
joyful> `/tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.config'
joyful> Try `cp --help' for more information.
joyful> make: ***
joyful> [/tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.configured]
joyful> Error 1
Buildroot questions belongs on the buildroot list, this doesn't have
anything to do with uclibc.
What it says above is that the kernel compilation fails because you
don't have a kernel configuration (a .config).
I see that you are not using the latest stable release. Please give
buildroot-2009.11 a try.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] uclibc/buildroot build error
[not found] ` <d8fdfca5396745cde67af9bc66e27177.squirrel@webmail.sonic.net>
@ 2009-12-21 21:18 ` Peter Korsgaard
2009-12-22 0:01 ` joyful at sonic.net
0 siblings, 1 reply; 11+ messages in thread
From: Peter Korsgaard @ 2009-12-21 21:18 UTC (permalink / raw)
To: buildroot
>>>>> "joyful" == joyful <joyful@sonic.net> writes:
Hi,
joyful> Hi Peter, thanks for answering my question. However, the
joyful> problem is in buildroot building uclic part. Somehow the make
joyful> file either in buildroot or uclibc missing an operand. I
joyful> copied the .config file in the directory manually did not help.
joyful> cp -dpf /tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.config
joyful> cp: missing destination file operand after
That line is afaik from the kernel build, not from uclibc building.
Please check if you see the same problem with buildroot 2009.11, and if
you do, send the .config file to the list and I'll take a look.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] uclibc/buildroot build error
2009-12-21 21:18 ` Peter Korsgaard
@ 2009-12-22 0:01 ` joyful at sonic.net
2009-12-22 7:39 ` Peter Korsgaard
0 siblings, 1 reply; 11+ messages in thread
From: joyful at sonic.net @ 2009-12-22 0:01 UTC (permalink / raw)
To: buildroot
Hi Peter,
Thanks for helping me. I was merely trying to create a whole new platform.
When I type make defconfig, there was no old config
file, then I just select items that may fit my needs by hit enter or y or n.
With 2009.11 verison buildroot, I think it is much better, but I
got this message at the end, indication something I was not configured
correctly:
echo "Welcome to Buildroot" > /tmp/buildroot-2009.11/output/target/etc/issue
/usr/bin/make -j1 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="" ARCH=i386
INSTALL_MOD_PATH=/tmp/buildroot-2009.11/output/target
CROSS_COMPILE=/tmp/bui
ldroot-2009.11/output/staging/usr/bin/i386-linux-uclibc-
LDFLAGS="-L/tmp/buildroot-2009.11/output/staging/lib
-L/tmp/buildroot-2009.11/outpu
t/staging/usr/lib --sysroot=/tmp/buildroot-2009.11/output/staging/"
LZMA="/tmp/buildroot-2009.11/output/toolchain/bin/lzma" \
-C /tmp/buildroot-2009.11/output/build/linux-2.6.31.6 zImage
make[1]: Entering directory
`/tmp/buildroot-2009.11/output/build/linux-2.6.31.6'
make[1]: *** No rule to make target `zImage'. Stop.
make[1]: Leaving directory
`/tmp/buildroot-2009.11/output/build/linux-2.6.31.6'
make: *** [/tmp/buildroot-2009.11/output/images/zImage] Error 2
I just want to get something working first, then look how to fine tailor
it. But I was not able to get it running now. Sorry I am too new to this.
Thanks for your help a lot!
Joy
>>>>>> "joyful" == joyful <joyful@sonic.net> writes:
>
> Hi,
>
> joyful> Hi Peter, thanks for answering my question. However, the
> joyful> problem is in buildroot building uclic part. Somehow the make
> joyful> file either in buildroot or uclibc missing an operand. I
> joyful> copied the .config file in the directory manually did not help.
>
> joyful> cp -dpf
> /tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.config
> joyful> cp: missing destination file operand after
>
> That line is afaik from the kernel build, not from uclibc building.
>
> Please check if you see the same problem with buildroot 2009.11, and if
> you do, send the .config file to the list and I'll take a look.
>
> --
> Bye, Peter Korsgaard
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] uclibc/buildroot build error
2009-12-22 0:01 ` joyful at sonic.net
@ 2009-12-22 7:39 ` Peter Korsgaard
2009-12-23 22:15 ` joyful at sonic.net
0 siblings, 1 reply; 11+ messages in thread
From: Peter Korsgaard @ 2009-12-22 7:39 UTC (permalink / raw)
To: buildroot
>>>>> "joyful" == joyful <joyful@sonic.net> writes:
joyful> Hi Peter,
joyful> Thanks for helping me. I was merely trying to create a whole new platform.
joyful> When I type make defconfig, there was no old config
joyful> file, then I just select items that may fit my needs by hit enter or y or n.
joyful> With 2009.11 verison buildroot, I think it is much better, but I
joyful> got this message at the end, indication something I was not configured
joyful> correctly:
joyful> `/tmp/buildroot-2009.11/output/build/linux-2.6.31.6'
joyful> make[1]: *** No rule to make target `zImage'. Stop.
joyful> make[1]: Leaving directory
joyful> `/tmp/buildroot-2009.11/output/build/linux-2.6.31.6'
joyful> make: *** [/tmp/buildroot-2009.11/output/images/zImage] Error 2
This is again the Linux kernel build failing. I think the easiest way of
figuring out what goes wrong is for you to post your .config file
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] uclibc/buildroot build error
2009-12-22 7:39 ` Peter Korsgaard
@ 2009-12-23 22:15 ` joyful at sonic.net
2009-12-23 22:29 ` Peter Korsgaard
0 siblings, 1 reply; 11+ messages in thread
From: joyful at sonic.net @ 2009-12-23 22:15 UTC (permalink / raw)
To: buildroot
Hi Peter,
Thanks. Attached please see the .config file. I don't really care
about using busybox, but the make defconfig would not give me chance
to say no. Then I just hit enter for the default values.
I tried hard to get it working, but it just keeps giving me errors.
Thanks and Happy Holidays.
Joy
>>>>>> "joyful" == joyful writes:
>
> joyful> Hi Peter,
> joyful> Thanks for helping me. I was merely trying to create a whole new
> platform.
> joyful> When I type make defconfig, there was no old config
> joyful> file, then I just select items that may fit my needs by hit enter
> or y or n.
>
> joyful> With 2009.11 verison buildroot, I think it is much better, but I
> joyful> got this message at the end, indication something I was not
> configured
> joyful> correctly:
>
> joyful> `/tmp/buildroot-2009.11/output/build/linux-2.6.31.6'
> joyful> make[1]: *** No rule to make target `zImage'. Stop.
> joyful> make[1]: Leaving directory
> joyful> `/tmp/buildroot-2009.11/output/build/linux-2.6.31.6'
> joyful> make: *** [/tmp/buildroot-2009.11/output/images/zImage] Error 2
>
> This is again the Linux kernel build failing. I think the easiest way of
> figuring out what goes wrong is for you to post your .config file
>
> --
> Bye, Peter Korsgaard
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: no.config
Type: application/xml
Size: 18743 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20091223/6cb2ffec/attachment-0001.xml>
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] uclibc/buildroot build error
2009-12-23 22:15 ` joyful at sonic.net
@ 2009-12-23 22:29 ` Peter Korsgaard
2009-12-23 23:39 ` joyful at sonic.net
0 siblings, 1 reply; 11+ messages in thread
From: Peter Korsgaard @ 2009-12-23 22:29 UTC (permalink / raw)
To: buildroot
>>>>> "joyful" == joyful <joyful@sonic.net> writes:
joyful> Hi Peter,
joyful> Thanks. Attached please see the .config file. I don't really care
joyful> about using busybox, but the make defconfig would not give me chance
joyful> to say no. Then I just hit enter for the default values.
joyful> I tried hard to get it working, but it just keeps giving me errors.
joyful> Thanks and Happy Holidays.
You have:
BR2_KERNEL_LINUX=y
BR2_PACKAGE_LINUX=y
BR2_PACKAGE_LINUX_KCONFIG=""
BR2_PACKAGE_LINUX_FORMAT=""
E.G. build a Linux kernel with "" as the .config, which ofcourse won't
work.
Either specify the .config you want to use or disable the Linux kernel
build.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] uclibc/buildroot build error
2009-12-23 22:29 ` Peter Korsgaard
@ 2009-12-23 23:39 ` joyful at sonic.net
2009-12-29 5:59 ` joyful at sonic.net
0 siblings, 1 reply; 11+ messages in thread
From: joyful at sonic.net @ 2009-12-23 23:39 UTC (permalink / raw)
To: buildroot
Hi Peter,
Thanks! I thought without kernel, it would not boot. That was why I
selected to build the kernel. Sorry for the silly mistake!
Joy
>>>>>> "joyful" == joyful <joyful@sonic.net> writes:
>
> joyful> Hi Peter,
> joyful> Thanks. Attached please see the .config file. I don't really
> care
> joyful> about using busybox, but the make defconfig would not give me
> chance
> joyful> to say no. Then I just hit enter for the default values.
>
> joyful> I tried hard to get it working, but it just keeps giving me
> errors.
>
> joyful> Thanks and Happy Holidays.
>
> You have:
>
> BR2_KERNEL_LINUX=y
> BR2_PACKAGE_LINUX=y
> BR2_PACKAGE_LINUX_KCONFIG=""
> BR2_PACKAGE_LINUX_FORMAT=""
>
> E.G. build a Linux kernel with "" as the .config, which ofcourse won't
> work.
>
> Either specify the .config you want to use or disable the Linux kernel
> build.
>
> --
> Bye, Peter Korsgaard
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] uclibc/buildroot build error
2009-12-23 23:39 ` joyful at sonic.net
@ 2009-12-29 5:59 ` joyful at sonic.net
2009-12-29 20:26 ` Peter Korsgaard
0 siblings, 1 reply; 11+ messages in thread
From: joyful at sonic.net @ 2009-12-29 5:59 UTC (permalink / raw)
To: buildroot
Hi Peter,
I selected few more package and build root gave more errors:
configure.sh: WARNING: unrecognized options: --disable-gtk-doc, --disable-nls
rsync 3.0.6 configuration successful
>>> rsync 3.0.6 Building
PATH="/tmp/buildroot/output/toolchain/bin:/tmp/buildroot/output/host/bin:/tmp/buildroot/output/host/usr/bin:/tmp/buildroot/output/st
aging/bin:/tmp/buildroot/output/staging/usr/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/data/dnsmux2/bin"
/usr/bin/make -j1
-C /tmp/buildroot/output/build/rsync-3.0.6/
make[1]: Entering directory `/tmp/buildroot/output/build/rsync-3.0.6'
In file included from ./rsync.h:886,
from ./rounding.c:20:
./lib/addrinfo.h:141: error: redefinition of 'struct sockaddr_storage'
Failed to create rounding.h!
make[1]: *** [rounding.h] Error 1
make[1]: Leaving directory `/tmp/buildroot/output/build/rsync-3.0.6'
make: *** [/tmp/buildroot/output/build/rsync-3.0.6/.stamp_built] Error 2
I also ran into error when I try to include the latest bind-9.7.0rc1 to
build both the named and bind-lib. I found an old bind.mk that build both
named and bind_lib, but that always fail, too.
>
> Thanks! I thought without kernel, it would not boot. That was why I
> selected to build the kernel. Sorry for the silly mistake!
>
> Joy
>
>
>>>>>>> "joyful" == joyful <joyful@sonic.net> writes:
>>
>> joyful> Hi Peter,
>> joyful> Thanks. Attached please see the .config file. I don't really
>> care
>> joyful> about using busybox, but the make defconfig would not give me
>> chance
>> joyful> to say no. Then I just hit enter for the default values.
>>
>> joyful> I tried hard to get it working, but it just keeps giving me
>> errors.
>>
>> joyful> Thanks and Happy Holidays.
>>
>> You have:
>>
>> BR2_KERNEL_LINUX=y
>> BR2_PACKAGE_LINUX=y
>> BR2_PACKAGE_LINUX_KCONFIG=""
>> BR2_PACKAGE_LINUX_FORMAT=""
>>
>> E.G. build a Linux kernel with "" as the .config, which ofcourse won't
>> work.
>>
>> Either specify the .config you want to use or disable the Linux kernel
>> build.
>>
>> --
>> Bye, Peter Korsgaard
>>
>>
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] uclibc/buildroot build error
2009-12-29 5:59 ` joyful at sonic.net
@ 2009-12-29 20:26 ` Peter Korsgaard
2010-01-01 22:59 ` joyful at sonic.net
0 siblings, 1 reply; 11+ messages in thread
From: Peter Korsgaard @ 2009-12-29 20:26 UTC (permalink / raw)
To: buildroot
>>>>> "joyful" == joyful <joyful@sonic.net> writes:
Hi,
joyful> I selected few more package and build root gave more errors:
>>>> rsync 3.0.6 Building
joyful> PATH="/tmp/buildroot/output/toolchain/bin:/tmp/buildroot/output/host/bin:/tmp/buildroot/output/host/usr/bin:/tmp/buildroot/output/st
joyful> aging/bin:/tmp/buildroot/output/staging/usr/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/data/dnsmux2/bin"
joyful> /usr/bin/make -j1 -C /tmp/buildroot/output/build/rsync-3.0.6/
joyful> make[1]: Entering directory
joyful> `/tmp/buildroot/output/build/rsync-3.0.6' In file included from
joyful> ./rsync.h:886, from ./rounding.c:20: ./lib/addrinfo.h:141:
joyful> error: redefinition of 'struct sockaddr_storage' Failed to
joyful> create rounding.h! make[1]: *** [rounding.h] Error 1 make[1]:
joyful> Leaving directory `/tmp/buildroot/output/build/rsync-3.0.6'
joyful> make: ***
joyful> [/tmp/buildroot/output/build/rsync-3.0.6/.stamp_built] Error 2
Please post your .config. Rsync builds here on powerpc and ARM without
any problems.
joyful> I also ran into error when I try to include the latest
joyful> bind-9.7.0rc1 to build both the named and bind-lib. I found an
joyful> old bind.mk that build both named and bind_lib, but that always
joyful> fail, too.
What error did you run into?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] uclibc/buildroot build error
2009-12-29 20:26 ` Peter Korsgaard
@ 2010-01-01 22:59 ` joyful at sonic.net
2010-01-05 4:38 ` joyful at sonic.net
0 siblings, 1 reply; 11+ messages in thread
From: joyful at sonic.net @ 2010-01-01 22:59 UTC (permalink / raw)
To: buildroot
Happy New Year, Peter.
I deleted that buildroot to try different configuration already, so I
don't have that exactly buildroot .config file. But when my new try, I got
new error. The error message is below and the .config is attached:
then mv -f ".deps/losetup-lomount.Tpo" ".deps/losetup-lomount.Po";
else rm -f ".deps/losetup-lomount.Tpo"; exit 1; fi
/tmp/buildroot-2009.11/output/staging/usr/bin/i686-linux-uclibc-gcc -g
-O2 -o losetup losetup-lomount.o
sh swap.configure
Your libc thinks that swapon has 1 arg only.
if /tmp/buildroot-2009.11/output/staging/usr/bin/i686-linux-uclibc-gcc
-DLOCALEDIR=\"\" -DHAVE_CONFIG_H -include ../config.h -I../
include -DHAVE_NFS -fsigned-char -fomit-frame-pointer -g -O2 -MT
swapon.o -MD -MP -MF ".deps/swapon.Tpo" -c -o swapon.o swapon.c;
\
then mv -f ".deps/swapon.Tpo" ".deps/swapon.Po"; else rm -f
".deps/swapon.Tpo"; exit 1; fi
swapon.c:86: error: expected declaration specifiers or '...' before 'swapon'
swapon.c:86: error: expected declaration specifiers or '...' before 'path'
swapon.c:86: error: expected declaration specifiers or '...' before 'flags'
swapon.c:88: error: expected declaration specifiers or '...' before 'swapoff'
swapon.c:88: error: expected declaration specifiers or '...' before 'path'
swapon.c: In function 'swapon_all':
swapon.c:328: error: 'R_OK' undeclared (first use in this function)
swapon.c:328: error: (Each undeclared identifier is reported only once
swapon.c:328: error: for each function it appears in.)
make[3]: *** [swapon.o] Error 1
make[3]: Leaving directory
`/tmp/buildroot-2009.11/output/build/util-linux-2.13-pre7/mount'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/tmp/buildroot-2009.11/output/build/util-linux-2.13-pre7'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/tmp/buildroot-2009.11/output/build/util-linux-2.13-pre7'
make: ***
[/tmp/buildroot-2009.11/output/build/util-linux-2.13-pre7/misc-utils/chkdupexe]
Error 2
Very strange thing is that if I keep type "make", it will ignore the error
and continue build next step, with another different error, then "make"
will be able to keep moving forward.
>>>>>> "joyful" == joyful <joyful@sonic.net> writes:
>
> Hi,
>
> joyful> I selected few more package and build root gave more errors:
>
> >>>> rsync 3.0.6 Building
> joyful>
> joyful> /usr/bin/make -j1 -C /tmp/buildroot/output/build/rsync-3.0.6/
> joyful> make[1]: Entering directory
> joyful> `/tmp/buildroot/output/build/rsync-3.0.6' In file included from
> joyful> ./rsync.h:886, from ./rounding.c:20: ./lib/addrinfo.h:141:
> joyful> error: redefinition of 'struct sockaddr_storage' Failed to
> joyful> create rounding.h! make[1]: *** [rounding.h] Error 1 make[1]:
> joyful> Leaving directory `/tmp/buildroot/output/build/rsync-3.0.6'
> joyful> make: ***
> joyful> [/tmp/buildroot/output/build/rsync-3.0.6/.stamp_built] Error 2
>
> Please post your .config. Rsync builds here on powerpc and ARM without
> any problems.
>
> joyful> I also ran into error when I try to include the latest
> joyful> bind-9.7.0rc1 to build both the named and bind-lib. I found an
> joyful> old bind.mk that build both named and bind_lib, but that always
> joyful> fail, too.
>
> What error did you run into?
>
> --
> Bye, Peter Korsgaard
>
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: config
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100101/c6b01871/attachment.diff>
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] uclibc/buildroot build error
2010-01-01 22:59 ` joyful at sonic.net
@ 2010-01-05 4:38 ` joyful at sonic.net
0 siblings, 0 replies; 11+ messages in thread
From: joyful at sonic.net @ 2010-01-05 4:38 UTC (permalink / raw)
To: buildroot
Does anybody see anything wrong with my .config file or the problem is
buildroot?
Thanks!
Happy New Year, Peter.
> I deleted that buildroot to try different configuration already, so I
> don't have that exactly buildroot .config file. But when my new try, I got
> new error. The error message is below and the .config is attached:
>
> then mv -f ".deps/losetup-lomount.Tpo" ".deps/losetup-lomount.Po";
> else rm -f ".deps/losetup-lomount.Tpo"; exit 1; fi
> /tmp/buildroot-2009.11/output/staging/usr/bin/i686-linux-uclibc-gcc -g
> -O2 -o losetup losetup-lomount.o
> sh swap.configure
>
> Your libc thinks that swapon has 1 arg only.
>
> if /tmp/buildroot-2009.11/output/staging/usr/bin/i686-linux-uclibc-gcc
> -DLOCALEDIR=\"\" -DHAVE_CONFIG_H -include ../config.h -I../
> include -DHAVE_NFS -fsigned-char -fomit-frame-pointer -g -O2 -MT
> swapon.o -MD -MP -MF ".deps/swapon.Tpo" -c -o swapon.o swapon.c;
> \
> then mv -f ".deps/swapon.Tpo" ".deps/swapon.Po"; else rm -f
> ".deps/swapon.Tpo"; exit 1; fi
> swapon.c:86: error: expected declaration specifiers or '...' before
> 'swapon'
> swapon.c:86: error: expected declaration specifiers or '...' before 'path'
> swapon.c:86: error: expected declaration specifiers or '...' before
> 'flags'
> swapon.c:88: error: expected declaration specifiers or '...' before
> 'swapoff'
> swapon.c:88: error: expected declaration specifiers or '...' before 'path'
> swapon.c: In function 'swapon_all':
> swapon.c:328: error: 'R_OK' undeclared (first use in this function)
> swapon.c:328: error: (Each undeclared identifier is reported only once
> swapon.c:328: error: for each function it appears in.)
> make[3]: *** [swapon.o] Error 1
> make[3]: Leaving directory
> `/tmp/buildroot-2009.11/output/build/util-linux-2.13-pre7/mount'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/tmp/buildroot-2009.11/output/build/util-linux-2.13-pre7'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory
> `/tmp/buildroot-2009.11/output/build/util-linux-2.13-pre7'
> make: ***
> [/tmp/buildroot-2009.11/output/build/util-linux-2.13-pre7/misc-utils/chkdupexe]
> Error 2
>
> Very strange thing is that if I keep type "make", it will ignore the error
> and continue build next step, with another different error, then "make"
> will be able to keep moving forward.
>
>>>>>>> "joyful" == joyful <joyful@sonic.net> writes:
>>
>> Hi,
>>
>> joyful> I selected few more package and build root gave more errors:
>>
>> >>>> rsync 3.0.6 Building
>> joyful>
>> joyful> /usr/bin/make -j1 -C /tmp/buildroot/output/build/rsync-3.0.6/
>> joyful> make[1]: Entering directory
>> joyful> `/tmp/buildroot/output/build/rsync-3.0.6' In file included from
>> joyful> ./rsync.h:886, from ./rounding.c:20: ./lib/addrinfo.h:141:
>> joyful> error: redefinition of 'struct sockaddr_storage' Failed to
>> joyful> create rounding.h! make[1]: *** [rounding.h] Error 1 make[1]:
>> joyful> Leaving directory `/tmp/buildroot/output/build/rsync-3.0.6'
>> joyful> make: ***
>> joyful> [/tmp/buildroot/output/build/rsync-3.0.6/.stamp_built] Error 2
>>
>> Please post your .config. Rsync builds here on powerpc and ARM without
>> any problems.
>>
>> joyful> I also ran into error when I try to include the latest
>> joyful> bind-9.7.0rc1 to build both the named and bind-lib. I found an
>> joyful> old bind.mk that build both named and bind_lib, but that always
>> joyful> fail, too.
>>
>> What error did you run into?
>>
>> --
>> Bye, Peter Korsgaard
>>
>>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2010-01-05 4:38 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <8351cdc2a3a8abf9b1f031824d6770e4.squirrel@webmail.sonic.net>
2009-12-19 8:57 ` [Buildroot] uclibc/buildroot build error Peter Korsgaard
[not found] ` <d8fdfca5396745cde67af9bc66e27177.squirrel@webmail.sonic.net>
2009-12-21 21:18 ` Peter Korsgaard
2009-12-22 0:01 ` joyful at sonic.net
2009-12-22 7:39 ` Peter Korsgaard
2009-12-23 22:15 ` joyful at sonic.net
2009-12-23 22:29 ` Peter Korsgaard
2009-12-23 23:39 ` joyful at sonic.net
2009-12-29 5:59 ` joyful at sonic.net
2009-12-29 20:26 ` Peter Korsgaard
2010-01-01 22:59 ` joyful at sonic.net
2010-01-05 4:38 ` joyful at sonic.net
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.