Date: Wed, 5 Jun 2013 21:53:29 +0200 From: Guillaume Bibaut <yom@iaelu.net> To: freebsd-arm@freebsd.org Subject: Efika MX build breaks Message-ID: <603116F6-9911-44A5-A017-47A42F41E0F2@iaelu.net>
index | next in thread | raw e-mail
[-- Attachment #1 --] 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) [-- Attachment #2 --] 0 *H 010 + 0 *H l0000 *H 010 UIL10U StartCom Ltd.1+0)U"Secure Digital Certificate Signing1806U/StartCom Class 1 Primary Intermediate Client CA0 130305151431Z 140306083242Z0Q10U jFNYizweJ963A6H310U yom@iaelu.net10 *H yom@iaelu.net0"0 *H 0 n." ڥ?pf)}O/<O&_6-\xy E3snAi>R<} 2Hs1F4틟XpUhTOiXG\mshk/ح}6`#Rk^w_ϱ˖,Ͽ4|dyP^ L?7?L9q^ ػ-1`kҚah[:'TZqp 00 U0 0U0U%0++0UX`pr[9r-]h0U#0Sr풜\|~5NԸQ0U0 yom@iaelu.net0LU C0?0;+70*0.+"http://www.startssl.com/policy.pdf0+00' StartCom Certification Authority0This certificate was issued according to the Class 1 Validation requirements of the StartCom CA policy, reliance only for the intended purpose in compliance of the relying party obligations.06U/0-0+)'%http://crl.startssl.com/crtu1-crl.crl0+009+0-http://ocsp.startssl.com/sub/class1/client/ca0B+06http://aia.startssl.com/certs/sub.class1.client.ca.crt0#U0http://www.startssl.com/0 *H 'wTFIyʽRSGI '_+]\l;䩓Yq/ÒF[X<v>&t7Dt|YOdWb!IeMaB3Xx[-]Fo3/>rv9(s9˲:%|FB>Ġs~q?VO-FJ:xqi; GV}3$cb88A?ǝtdK祖vLLxş1kã0400 *H 0}10 UIL10U StartCom Ltd.1+0)U"Secure Digital Certificate Signing1)0'U StartCom Certification Authority0 071024210155Z 171024210155Z010 UIL10U StartCom Ltd.1+0)U"Secure Digital Certificate Signing1806U/StartCom Class 1 Primary Intermediate Client CA0"0 *H 0 -).2AUGo#G B|NDRpM-B=o-we5JQpa>O.#._<V [~**pz~3WG .ᘟMlr[<Ce6fqO"uxfWN#uicgkv$Lb%y`_{`xK'GN 00U00U0USr풜\|~5NԸQ0U#0N@[i04hCA0f+Z0X0'+0http://ocsp.startssl.com/ca0-+0!http://www.startssl.com/sfsca.crt0[UT0R0'%#!http://www.startssl.com/sfsca.crl0'%#!http://crl.startssl.com/sfsca.crl0U y0w0u+70f0.+"http://www.startssl.com/policy.pdf04+(http://www.startssl.com/intermediate.pdf0 *H }x,\c^#wMq}>UK/^yX֏y frMIŲB61ymQҨݬZ0&
