[Buildroot] [PATCH v3] ejabberd: new package

Johan Oudinet johan.oudinet at gmail.com
Mon Aug 11 09:36:52 UTC 2014


Yann, all,

On Wed, Aug 6, 2014 at 10:23 PM, Yann E. MORIN <yann.morin.1998 at free.fr> wrote:
> I tried building ejabberd in a minmal config, with:
>
>     BR2_x86_i686=y
>     BR2_TOOLCHAIN_EXTERNAL=y
>     BR2_INIT_NONE=y
>     # BR2_PACKAGE_BUSYBOX is not set
>     BR2_PACKAGE_EJABBERD=y
>     # BR2_TARGET_ROOTFS_TAR is not set
>
> And it fails at build time, with a lengthy error message, that I do not
> completely grasp:
>
>     /home/ymorin/dev/buildroot/O/host/usr/lib/erlang/bin/escript rebar
> get-deps && :> deps/.got
>     ==> rel (get-deps)
>     Uncaught error in rebar_core: {'EXIT',
>                                    {badarg,

Very strange. It looks like the rebar script didn't accept the
get-deps argument.
Could you try with the same defconfig as mine to see if the problem
comes from there.
$ cat defconfig
BR2_arm=y
BR2_arm1176jzf_s=y
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.12.20"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="a25152fdfbfd3b4330da16fc3aeb6b1ef8843805"
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi_quick"
BR2_LINUX_KERNEL_ZIMAGE=y
BR2_PACKAGE_RPI_FIRMWARE=y
BR2_PACKAGE_EJABBERD=y

In the meantime, I'll try with yours.
-- 
Johan



More information about the buildroot mailing list