* Arago/Daisy, systemd_211.bb crashes
@ 2015-06-16 5:40 matti kaasinen
2015-06-16 12:42 ` matti kaasinen
0 siblings, 1 reply; 3+ messages in thread
From: matti kaasinen @ 2015-06-16 5:40 UTC (permalink / raw)
To: meta-arago
[-- Attachment #1: Type: text/plain, Size: 2013 bytes --]
Hi!
I get following error listing from systemd_211.bb run:
| arm-linux-gnueabi-libtool: link: arm-linux-gnueabihf-ranlib
.libs/libsystemd-core.a
| arm-linux-gnueabi-libtool: link: rm -fr .libs/libsystemd-core.lax
| arm-linux-gnueabi-libtool: link: ( cd ".libs" && rm -f "libsystemd-core.la"
&& ln -s "../libsystemd-core.la" "libsystemd-core.la" )
| arm-linux-gnueabi-libtool: link: arm-linux-gnueabihf-ranlib
.libs/libsystemd-networkd-core.a
| arm-linux-gnueabi-libtool: link: rm -fr
.libs/libsystemd-networkd-core.lax .libs/libsystemd-networkd-core.lax
| arm-linux-gnueabi-libtool: link: ( cd ".libs" && rm -f "
libsystemd-networkd-core.la" && ln -s "../libsystemd-networkd-core.la" "
libsystemd-networkd-core.la" )
| make[1]: *** [all-recursive] Error 1
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at
/ARAGO/BUILT-external-linaro-toolchain/work/cortexa8t2hf-vfp-neon-linux-gnueabi/systemd/1_211+gitAUTOINC+3a450ec5c6-r0/temp/log.do_compile.13883)
My system configuration is:
Build Configuration:
BB_VERSION = "1.26.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "arm-linux-gnueabi"
MACHINE = "am335x-evm"
DISTRO = "arago"
DISTRO_VERSION = "2015.05"
TUNE_FEATURES = "armv7a vfp thumb neon callconvention-hard cortexa8"
TARGET_FPU = "vfp-neon"
meta-arago-distro
meta-arago-extras = "daisy:91ff756d1b089f2c6d70a907419550314e2a6a28"
meta-qt5 = "master:9925146ee780e7a1df8bf2bc958619b7cfdae690"
toolchain-layer
meta-networking
meta-ruby
meta-oe
meta-initramfs
meta-webserver = "daisy:d3d14d3fcca7fcde362cf0b31411dc4eea6d20aa"
meta-ti = "daisy:b812d89ed4e9a64f60a279f3fd26f91d22d17647"
meta-linaro-toolchain = "daisy:06008235ca752fea678953e85adaa29a491d246b"
meta = "daisy:5a577ec878a15f3caaf4893b819825ffb8c81266"
Thanks,
Matti
[-- Attachment #2: Type: text/html, Size: 2892 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Arago/Daisy, systemd_211.bb crashes
2015-06-16 5:40 Arago/Daisy, systemd_211.bb crashes matti kaasinen
@ 2015-06-16 12:42 ` matti kaasinen
2015-06-16 14:35 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: matti kaasinen @ 2015-06-16 12:42 UTC (permalink / raw)
To: meta-arago
[-- Attachment #1: Type: text/plain, Size: 2708 bytes --]
Some additions:
Error takes place when compiling git/src/udev/udev-builtin-kmod.c with
message:
git/src/udev/udev-builtin-kmod.c:71: error: undefined reference to
'udev_main_log'
Requested symbol is defined both in git/src/udev/udevadm.c,
git/src/udev/udevd.c and git/src/test/test-udev.c. It is also declared in
git/src/udev/udev.h.
udevadm.o, udevd.o and test-udev.o can all be found from build/src/udev
folder. So, most like there is some kind dependency problem in autotools
settings.
Thanks,
Matti
2015-06-16 8:40 GMT+03:00 matti kaasinen <matti.kaasinen@gmail.com>:
> Hi!
>
> I get following error listing from systemd_211.bb run:
>
> | arm-linux-gnueabi-libtool: link: arm-linux-gnueabihf-ranlib
> .libs/libsystemd-core.a
> | arm-linux-gnueabi-libtool: link: rm -fr .libs/libsystemd-core.lax
> | arm-linux-gnueabi-libtool: link: ( cd ".libs" && rm -f "
> libsystemd-core.la" && ln -s "../libsystemd-core.la" "libsystemd-core.la"
> )
> | arm-linux-gnueabi-libtool: link: arm-linux-gnueabihf-ranlib
> .libs/libsystemd-networkd-core.a
> | arm-linux-gnueabi-libtool: link: rm -fr
> .libs/libsystemd-networkd-core.lax .libs/libsystemd-networkd-core.lax
> | arm-linux-gnueabi-libtool: link: ( cd ".libs" && rm -f "
> libsystemd-networkd-core.la" && ln -s "../libsystemd-networkd-core.la" "
> libsystemd-networkd-core.la" )
> | make[1]: *** [all-recursive] Error 1
> | make: *** [all] Error 2
> | ERROR: oe_runmake failed
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_compile (log file is located at
> /ARAGO/BUILT-external-linaro-toolchain/work/cortexa8t2hf-vfp-neon-linux-gnueabi/systemd/1_211+gitAUTOINC+3a450ec5c6-r0/temp/log.do_compile.13883)
>
> My system configuration is:
> Build Configuration:
> BB_VERSION = "1.26.0"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "Ubuntu-14.04"
> TARGET_SYS = "arm-linux-gnueabi"
> MACHINE = "am335x-evm"
> DISTRO = "arago"
> DISTRO_VERSION = "2015.05"
> TUNE_FEATURES = "armv7a vfp thumb neon callconvention-hard cortexa8"
> TARGET_FPU = "vfp-neon"
> meta-arago-distro
> meta-arago-extras = "daisy:91ff756d1b089f2c6d70a907419550314e2a6a28"
> meta-qt5 = "master:9925146ee780e7a1df8bf2bc958619b7cfdae690"
> toolchain-layer
> meta-networking
> meta-ruby
> meta-oe
> meta-initramfs
> meta-webserver = "daisy:d3d14d3fcca7fcde362cf0b31411dc4eea6d20aa"
> meta-ti = "daisy:b812d89ed4e9a64f60a279f3fd26f91d22d17647"
> meta-linaro-toolchain = "daisy:06008235ca752fea678953e85adaa29a491d246b"
> meta = "daisy:5a577ec878a15f3caaf4893b819825ffb8c81266"
>
> Thanks,
> Matti
>
[-- Attachment #2: Type: text/html, Size: 3960 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Arago/Daisy, systemd_211.bb crashes
2015-06-16 12:42 ` matti kaasinen
@ 2015-06-16 14:35 ` Denys Dmytriyenko
0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-06-16 14:35 UTC (permalink / raw)
To: matti kaasinen; +Cc: meta-arago
We don't use systemd for now.
On Tue, Jun 16, 2015 at 03:42:04PM +0300, matti kaasinen wrote:
> Some additions:
> Error takes place when compiling git/src/udev/udev-builtin-kmod.c with
> message:
> git/src/udev/udev-builtin-kmod.c:71: error: undefined reference to
> 'udev_main_log'
>
> Requested symbol is defined both in git/src/udev/udevadm.c,
> git/src/udev/udevd.c and git/src/test/test-udev.c. It is also declared in
> git/src/udev/udev.h.
> udevadm.o, udevd.o and test-udev.o can all be found from build/src/udev
> folder. So, most like there is some kind dependency problem in autotools
> settings.
>
> Thanks,
> Matti
>
> 2015-06-16 8:40 GMT+03:00 matti kaasinen <matti.kaasinen@gmail.com>:
>
> > Hi!
> >
> > I get following error listing from systemd_211.bb run:
> >
> > | arm-linux-gnueabi-libtool: link: arm-linux-gnueabihf-ranlib
> > .libs/libsystemd-core.a
> > | arm-linux-gnueabi-libtool: link: rm -fr .libs/libsystemd-core.lax
> > | arm-linux-gnueabi-libtool: link: ( cd ".libs" && rm -f "
> > libsystemd-core.la" && ln -s "../libsystemd-core.la" "libsystemd-core.la"
> > )
> > | arm-linux-gnueabi-libtool: link: arm-linux-gnueabihf-ranlib
> > .libs/libsystemd-networkd-core.a
> > | arm-linux-gnueabi-libtool: link: rm -fr
> > .libs/libsystemd-networkd-core.lax .libs/libsystemd-networkd-core.lax
> > | arm-linux-gnueabi-libtool: link: ( cd ".libs" && rm -f "
> > libsystemd-networkd-core.la" && ln -s "../libsystemd-networkd-core.la" "
> > libsystemd-networkd-core.la" )
> > | make[1]: *** [all-recursive] Error 1
> > | make: *** [all] Error 2
> > | ERROR: oe_runmake failed
> > | WARNING: exit code 1 from a shell command.
> > | ERROR: Function failed: do_compile (log file is located at
> > /ARAGO/BUILT-external-linaro-toolchain/work/cortexa8t2hf-vfp-neon-linux-gnueabi/systemd/1_211+gitAUTOINC+3a450ec5c6-r0/temp/log.do_compile.13883)
> >
> > My system configuration is:
> > Build Configuration:
> > BB_VERSION = "1.26.0"
> > BUILD_SYS = "x86_64-linux"
> > NATIVELSBSTRING = "Ubuntu-14.04"
> > TARGET_SYS = "arm-linux-gnueabi"
> > MACHINE = "am335x-evm"
> > DISTRO = "arago"
> > DISTRO_VERSION = "2015.05"
> > TUNE_FEATURES = "armv7a vfp thumb neon callconvention-hard cortexa8"
> > TARGET_FPU = "vfp-neon"
> > meta-arago-distro
> > meta-arago-extras = "daisy:91ff756d1b089f2c6d70a907419550314e2a6a28"
> > meta-qt5 = "master:9925146ee780e7a1df8bf2bc958619b7cfdae690"
> > toolchain-layer
> > meta-networking
> > meta-ruby
> > meta-oe
> > meta-initramfs
> > meta-webserver = "daisy:d3d14d3fcca7fcde362cf0b31411dc4eea6d20aa"
> > meta-ti = "daisy:b812d89ed4e9a64f60a279f3fd26f91d22d17647"
> > meta-linaro-toolchain = "daisy:06008235ca752fea678953e85adaa29a491d246b"
> > meta = "daisy:5a577ec878a15f3caaf4893b819825ffb8c81266"
> >
> > Thanks,
> > Matti
> >
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-16 14:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16 5:40 Arago/Daisy, systemd_211.bb crashes matti kaasinen
2015-06-16 12:42 ` matti kaasinen
2015-06-16 14:35 ` Denys Dmytriyenko
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.