Efika MX build breaks

Guillaume Bibaut yom at iaelu.net
Wed Jun 5 20:12:39 UTC 2013


Hello,

I'm trying to build freebsd for Efika MX, but it seems that the build breaks at some point.
I've been using this blog post :
http://raybsd.blogspot.fr/2013/02/easy-way-to-do-it-try-freebsd-on-efika.html

I've tried with 2 different VM : 9.1-RELEASE amd64, and 10H (current) amd64 from this morning,
and it seems to generate the same error.
The complete output log can be found here : http://iaelu.net/~yom/make.log

I'm pasting here just the end :

--------------------------------------------------------------
>>> stage 3.2: building everything
--------------------------------------------------------------
cd /root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/sys/EFIKA_MX; MAKEOBJDIRPREFIX=/root/EfikaMX/obj/arm.armv6  MACHINE_ARCH=armv6  MACHINE=arm  CPUTYPE=armv6 GROFF_BIN_PATH=/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/legacy/usr/bin  GROFF_FONT_PATH=/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/legacy/usr/share/groff_font  GROFF_TMAC_PATH=/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/legacy/usr/share/tmac  _SHLIBDIRPREFIX=/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp  _LDSCRIPTROOT=  VERSION="FreeBSD 9.1-RELEASE amd64 901000"  INSTALL="sh /root/EfikaMX/src/efika_mx/tools/install.sh"  PATH=/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/legacy/usr/sbin:/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/legacy/usr/bin:/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/legacy/usr/games:/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/legacy/bin:/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/usr/sbin:/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/usr/bin:/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin COMPILER_TYPE=gcc make  KERNEL=kernel all -DNO_MODULES_OBJ
cc -c -O -pipe -march=armv6 -DARM_ARCH_6=1 -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/root/EfikaMX/src/efika_mx/sys -I/root/EfikaMX/src/efika_mx/sys/contrib/altq -I/root/EfikaMX/src/efika_mx/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -mno-thumb-interwork -ffreestanding   /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: redefinition of 'simplebus_simplebus_driver_mod'
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous definition of 'simplebus_simplebus_driver_mod' was here
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: redefinition of 'simplebus_simplebus_mod'
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous definition of 'simplebus_simplebus_mod' was here
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: redefinition of '_simplebus_simplebus_depend_on_kernel'
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous definition of '_simplebus_simplebus_depend_on_kernel' was here
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: redefinition of '_mod_metadata_md_simplebus_simplebus_on_kernel'
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous definition of '_mod_metadata_md_simplebus_simplebus_on_kernel' was here
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: redefinition of '__set_modmetadata_set_sym__mod_metadata_md_simplebus_simplebus_on_kernel'
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous definition of '__set_modmetadata_set_sym__mod_metadata_md_simplebus_simplebus_on_kernel' was here
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: redefinition of '_mod_metadata_md_simplebus_simplebus'
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous definition of '_mod_metadata_md_simplebus_simplebus' was here
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: redefinition of '__set_modmetadata_set_sym__mod_metadata_md_simplebus_simplebus'
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous definition of '__set_modmetadata_set_sym__mod_metadata_md_simplebus_simplebus' was here
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: redefinition of 'simplebus_simplebusmodule_sys_init'
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous definition of 'simplebus_simplebusmodule_sys_init' was here
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: redefinition of '__set_sysinit_set_sym_simplebus_simplebusmodule_sys_init'
/root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous definition of '__set_sysinit_set_sym_simplebus_simplebusmodule_sys_init' was here
*** [simplebus.o] Error code 1

Stop in /root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/sys/EFIKA_MX.
*** [buildkernel] Error code 1

Stop in /root/EfikaMX/src/efika_mx.
*** [buildkernel] Error code 1

Stop in /root/EfikaMX/src/efika_mx.

Is there something I'm doing wrong ?


Guillaume Bibaut (y0m on irc)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4121 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-arm/attachments/20130605/3beb680e/attachment.bin>


More information about the freebsd-arm mailing list