Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 06/10] libcuefile: new package
Date: Thu, 20 Jan 2011 13:46:08 +0100	[thread overview]
Message-ID: <87pqrrbv5b.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1295369680-24816-7-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Tue, 18 Jan 2011 13:54:36 -0300")

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 Gustavo> ---
 Gustavo>  package/multimedia/Config.in                |    1 +
 Gustavo>  package/multimedia/libcuefile/Config.in     |    6 ++++
 Gustavo>  package/multimedia/libcuefile/libcuefile.mk |   41 +++++++++++++++++++++++++++
 Gustavo>  3 files changed, 48 insertions(+), 0 deletions(-)
 Gustavo>  create mode 100644 package/multimedia/libcuefile/Config.in
 Gustavo>  create mode 100644 package/multimedia/libcuefile/libcuefile.mk

 Gustavo> +++ b/package/multimedia/libcuefile/libcuefile.mk
 Gustavo> @@ -0,0 +1,41 @@
 Gustavo> +################################################################################
 Gustavo> +#
 Gustavo> +# libcuefile
 Gustavo> +#
 Gustavo> +################################################################################
 Gustavo> +
 Gustavo> +LIBCUEFILE_VERSION = r453
 Gustavo> +LIBCUEFILE_SITE = http://files.musepack.net/source
 Gustavo> +LIBCUEFILE_SOURCE = libcuefile_$(LIBCUEFILE_VERSION).tar.gz
 Gustavo> +LIBCUEFILE_DEPENDENCIES = host-cmake
 Gustavo> +LIBCUEFILE_INSTALL_STAGING = YES
 Gustavo> +
 Gustavo> +# CMake doesn't support having the --sysroot option directly in the
 Gustavo> +# compiler path, so move this option to the CFLAGS/CXXFLAGS variables.
 Gustavo> +LIBCUEFILE_TARGET_CC = $(filter-out --sysroot=%,$(TARGET_CC))
 Gustavo> +LIBCUEFILE_TARGET_CFLAGS = $(filter --sysroot=%,$(TARGET_CC)) $(TARGET_CFLAGS)

Cmake also seems to have problems with ccache:

CMake Error: your C compiler: "/home/peko/source/buildroot/output2/host/usr/bin/ccache /home/peko/source/buildroot/output2/host/usr/bin/powerpc-unknown-linux-uclibc-gcc" was not found.   Please set CMAKE_C_COMPILER to a valid compiler path or name.
-- Configuring incomplete, errors occurred!
make[1]: ***
[/home/peko/source/buildroot/output2/build/libcuefile-r453/.stamp_configured]
Error 1

I don't know anything about cmake. Do you have any idea how to fix this?
Disable ccache for this build for now?

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2011-01-20 12:46 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-18 16:54 [Buildroot] [PATCH 00/10] Add mpd to buildroot Gustavo Zacarias
2011-01-18 16:54 ` [Buildroot] [PATCH 01/10] mpg123: install to staging Gustavo Zacarias
2011-01-19 22:52   ` Peter Korsgaard
2011-01-18 16:54 ` [Buildroot] [PATCH 02/10] libsndfile: bump to version 1.0.23 Gustavo Zacarias
2011-01-19 22:52   ` Peter Korsgaard
2011-01-18 16:54 ` [Buildroot] [PATCH 03/10] libmad: install pkgconfig file Gustavo Zacarias
2011-01-20  8:53   ` Peter Korsgaard
2011-01-20  8:56     ` Peter Korsgaard
2011-01-18 16:54 ` [Buildroot] [PATCH 04/10] wavpack: new package Gustavo Zacarias
2011-01-20 12:13   ` Peter Korsgaard
2011-01-20 12:19   ` Peter Korsgaard
2011-01-20 13:15     ` Gustavo Zacarias
2011-01-18 16:54 ` [Buildroot] [PATCH 05/10] libsamplerate: " Gustavo Zacarias
2011-01-20 12:22   ` Peter Korsgaard
2011-01-18 16:54 ` [Buildroot] [PATCH 06/10] libcuefile: " Gustavo Zacarias
2011-01-20 12:46   ` Peter Korsgaard [this message]
2011-01-20 12:55     ` Gustavo Zacarias
2011-01-20 16:34       ` Bjørn Forsman
2011-01-20 20:19       ` Peter Korsgaard
2011-01-20 20:29   ` Peter Korsgaard
2011-01-18 16:54 ` [Buildroot] [PATCH 07/10] libreplaygain: " Gustavo Zacarias
2011-01-20 12:51   ` Peter Korsgaard
2011-01-20 12:52     ` Gustavo Zacarias
2011-01-20 14:15       ` Peter Korsgaard
2011-01-18 16:54 ` [Buildroot] [PATCH 08/10] musepack: " Gustavo Zacarias
2011-01-20 20:32   ` Peter Korsgaard
2011-01-18 16:54 ` [Buildroot] [PATCH 09/10] faad2: " Gustavo Zacarias
2011-01-20 12:55   ` Peter Korsgaard
2011-01-18 16:54 ` [Buildroot] [PATCH 10/10] mpd: " Gustavo Zacarias
2011-01-18 18:29   ` Yoann Sculo
2011-01-20 13:07   ` Peter Korsgaard
2011-01-20 13:23     ` Gustavo Zacarias

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pqrrbv5b.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox