From patchwork Sat Apr 12 16:10:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 338691 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 8474414010F for ; Sun, 13 Apr 2014 02:10:48 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2EBD88B3E2; Sat, 12 Apr 2014 16:10:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d9fIbkl5q8PM; Sat, 12 Apr 2014 16:10:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 84F6B88C0F; Sat, 12 Apr 2014 16:10:45 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 678271C2CAE for ; Sat, 12 Apr 2014 16:10:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 62DD98B739 for ; Sat, 12 Apr 2014 16:10:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FLBSlxALEjKU for ; Sat, 12 Apr 2014 16:10:42 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 023A38851C for ; Sat, 12 Apr 2014 16:10:41 +0000 (UTC) Received: from fwd29.aul.t-online.de (fwd29.aul.t-online.de [172.20.26.134]) by mailout04.t-online.de (Postfix) with SMTP id 976AFB07D for ; Sat, 12 Apr 2014 18:10:28 +0200 (CEST) Received: from fli4l.lan.fli4l (EByMs6ZXrhK8qn96r-raGfa6aSZfhdc5suvHV+1SGmVBsOQSJhQuMLIEAwctmbwQze@[79.247.190.165]) by fwd29.t-online.de with esmtp id 1WZ0Vp-3aOiPY0; Sat, 12 Apr 2014 18:10:37 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:41679) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1WZ0Vp-0003CR-4z; Sat, 12 Apr 2014 18:10:37 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 12 Apr 2014 18:10:21 +0200 Message-Id: <1397319021-20282-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: EByMs6ZXrhK8qn96r-raGfa6aSZfhdc5suvHV+1SGmVBsOQSJhQuMLIEAwctmbwQze X-TOI-MSGID: 185bde2a-a51c-4725-acf8-630222144a55 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] xbmc: Depend on host-gettext X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fixes autoreconf error: autoreconf -vif lib/cpluff autoreconf: Entering directory `lib/cpluff' autoreconf: running: autopoint --force Can't exec "autopoint": Datei oder Verzeichnis nicht gefunden at /home/br2/buildroot/output/host/usr/share/autoconf/Autom4te/FileUtils.pm line 345. autoreconf: failed to run autopoint: No such file or directory autoreconf: autopoint is needed because this package uses Gettext make[1]: *** [lib/cpluff/configure] Error 1 [...] ./configure: line 31638: ./configure: No such file or directory configure: error: Submodule lib/cpluff failed to configure make: *** [/home/br2/buildroot/output/build/xbmc-12.3-Frodo/.stamp_configured] Error 1 Error occured using this minimal defconfig derived from raspberrypi_defconfig: BR2_arm=y BR2_arm1176jzf_s=y BR2_DEFCONFIG="configs/raspberrypi_defconfig" BR2_KERNEL_HEADERS_VERSION=y BR2_DEFAULT_KERNEL_VERSION="3.10.33" BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y BR2_TOOLCHAIN_BUILDROOT_EGLIBC=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TARGET_GENERIC_GETTY_PORT="tty1" 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="3bff11d4d4b8dc28cb9ce81449c989466ba27198" BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi_quick" BR2_LINUX_KERNEL_ZIMAGE=y BR2_PACKAGE_XBMC=y BR2_PACKAGE_XBMC_LIBBLURAY=y BR2_PACKAGE_XBMC_LIBCEC=y BR2_PACKAGE_XBMC_LIBMICROHTTPD=y BR2_PACKAGE_XBMC_LIBNFS=y BR2_PACKAGE_XBMC_RTMPDUMP=y BR2_PACKAGE_XBMC_LIBSHAIRPLAY=y BR2_PACKAGE_XBMC_LIBSMBCLIENT=y BR2_PACKAGE_XBMC_LIBTHEORA=y BR2_PACKAGE_XBMC_LIBUSB=y BR2_PACKAGE_XBMC_WAVPACK=y BR2_PACKAGE_RPI_FIRMWARE=y BR2_PACKAGE_RPI_USERLAND=y Signed-off-by: Bernd Kuhls --- package/xbmc/xbmc.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk index 69bb1ef..021e70a 100644 --- a/package/xbmc/xbmc.mk +++ b/package/xbmc/xbmc.mk @@ -12,7 +12,8 @@ XBMC_LICENSE_FILES = LICENSE.GPL # called TexturePacker. It is responsible to take all the images used in the # GUI and pack them in a blob. # http://wiki.xbmc.org/index.php?title=TexturePacker -XBMC_DEPENDENCIES = host-gawk host-gperf host-infozip host-lzo host-sdl_image host-swig +XBMC_DEPENDENCIES = host-gawk host-gettext host-gperf host-infozip host-lzo \ + host-sdl_image host-swig XBMC_DEPENDENCIES += boost bzip2 expat flac fontconfig freetype jasper jpeg \ libass libcdio libcurl libegl libfribidi libgcrypt libgles libmad libmodplug libmpeg2 \ libogg libplist libpng libsamplerate libungif libvorbis libxml2 lzo ncurses \