Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 5810] New: Buildroot 2012.11: Additional GCC option "-msoft-float" breaks the build
From: bugzilla at busybox.net @ 2012-12-21 17:52 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=5810

           Summary: Buildroot 2012.11: Additional GCC option
                    "-msoft-float" breaks the build
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: tbolsh at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


I need to build an embedded Linux for 486 without coprocessor.
2012.08 works for that reason, 2012.11 breaks.
Here is the error (meanwhile - why it applies arm related patches to x86?):
_____________________________________________________
Applying 810-arm-softfloat-libgcc.patch using patch:
patching file gcc/config/arm/linux-elf.h
patching file libgcc/config/arm/t-linux

Applying 830-arm_unbreak_armv4t.patch using patch:
patching file gcc/config/arm/linux-eabi.h
touch /root/buildroot-2012.11/output/toolchain/gcc-4.7.2/.patched
mkdir -p /root/buildroot-2012.11/output/toolchain/gcc-4.7.2-initial
(cd /root/buildroot-2012.11/output/toolchain/gcc-4.7.2-initial; rm -rf
config.cache; \
               
PATH=/root/buildroot-2012.11/output/host/bin:/root/buildroot-2012.11/output/host/usr/bin:/usr/lib/git-core:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm"
CC="/root/buildroot-2012.11/output/host/usr/bin/ccache /usr/bin/gcc"
GCC="/root/buildroot-2012.11/output/host/usr/bin/ccache /usr/bin/gcc"
CXX="/root/buildroot-2012.11/output/host/usr/bin/ccache /usr/bin/g++"
CPP="/usr/bin/cpp" CPPFLAGS="-I/root/buildroot-2012.11/output/host/usr/include"
CFLAGS="-O2 -I/root/buildroot-2012.11/output/host/usr/include" CXXFLAGS="-O2
-I/root/buildroot-2012.11/output/host/usr/include"
LDFLAGS="-L/root/buildroot-2012.11/output/host/lib
-L/root/buildroot-2012.11/output/host/usr/lib
-Wl,-rpath,/root/buildroot-2012.11/output/host/usr/lib"
PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
PKG_CONFIG="/root/buildroot-2012.11/output/host/usr/bin/pkg-config"
PKG_CONFIG_SYSROOT_DIR="/"
PKG_CONFIG_LIBDIR="/root/buildroot-2012.11/output/host/usr/lib/pkgconfig:/root/buildroot-2012.11/output/host/usr/share/pkgconfig"
PERLLIB="/root/buildroot-2012.11/output/host/usr/lib/perl"
LD_LIBRARY_PATH="/root/buildroot-2012.11/output/host/usr/lib:" \
                /root/buildroot-2012.11/output/toolchain/gcc-4.7.2/configure  \
                --prefix=/root/buildroot-2012.11/output/host/usr \
                --build=i686-pc-linux-gnu \
                --host=i686-pc-linux-gnu \
                --target=i486-buildroot-linux-uclibc \
                --enable-languages=c \
               
--with-sysroot=/root/buildroot-2012.11/output/toolchain/uClibc_dev/ \
                --disable-__cxa_atexit \
                --enable-target-optspace \
                 \
                --enable-libgomp \
                --with-gnu-ld \
                --disable-shared \
                --disable-libssp \
                --without-headers \
                --with-newlib \
                --disable-multilib \
                --enable-tls \
                --with-gmp=/root/buildroot-2012.11/output/host/usr \
                --with-mpfr=/root/buildroot-2012.11/output/host/usr \
                --with-mpc=/root/buildroot-2012.11/output/host/usr \
                --disable-nls \
                --enable-threads \
                --disable-decimal-float \
                 \
                 --with-arch="i486" --with-tune="i486"  \
                --with-pkgversion="Buildroot 2012.11"
--with-bugurl="http://bugs.buildroot.net/" -msoft-float \
        )
configure: error: unrecognized option: `-msoft-float'
Try `/root/buildroot-2012.11/output/toolchain/gcc-4.7.2/configure --help' for
more information.
make: ***
[/root/buildroot-2012.11/output/toolchain/gcc-4.7.2-initial/.configured] Error
1

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply

* [Buildroot] [Bug 5810] Buildroot 2012.11: Additional GCC option "-msoft-float" breaks the build
From: bugzilla at busybox.net @ 2012-12-21 18:22 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <bug-5810-163@https.bugs.busybox.net/>

https://bugs.busybox.net/show_bug.cgi?id=5810

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2012-12-21 18:22:34 UTC ---
Please post your Buildroot .config so we can reproduce the problem.

And for the "meanwhile - why it applies arm related patches to x86?" question,
this is because we don't do architecture-specific patches. Those patches are
always applied, regardless of which architecture you are building for, but in
practice they only touch ARM-specific parts of gcc, so they are totally
harmless if you build for x86, PowerPC or MIPS. Having a single stack of
patches that are always applied regardless of the selected architecture is much
better than having per-architecture patches.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply

* [Buildroot] [Bug 5810] Buildroot 2012.11: Additional GCC option "-msoft-float" breaks the build
From: bugzilla at busybox.net @ 2012-12-21 18:42 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <bug-5810-163@https.bugs.busybox.net/>

https://bugs.busybox.net/show_bug.cgi?id=5810

--- Comment #2 from Timofei Bolshakov <tbolsh@gmail.com> 2012-12-21 18:42:55 UTC ---
(In reply to comment #1)
> Please post your Buildroot .config so we can reproduce the problem.
> 
> And for the "meanwhile - why it applies arm related patches to x86?" question,
> this is because we don't do architecture-specific patches. Those patches are
> always applied, regardless of which architecture you are building for, but in
> practice they only touch ARM-specific parts of gcc, so they are totally
> harmless if you build for x86, PowerPC or MIPS. Having a single stack of
> patches that are always applied regardless of the selected architecture is much
> better than having per-architecture patches.

OK.
Especially if it is harmless.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply

* [Buildroot] [Bug 5810] Buildroot 2012.11: Additional GCC option "-msoft-float" breaks the build
From: bugzilla at busybox.net @ 2012-12-21 18:52 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <bug-5810-163@https.bugs.busybox.net/>

https://bugs.busybox.net/show_bug.cgi?id=5810

--- Comment #3 from Timofei Bolshakov <tbolsh@gmail.com> 2012-12-21 18:52:40 UTC ---
Created attachment 4706
  --> https://bugs.busybox.net/attachment.cgi?id=4706
Zip file contains .config and kernel defconfig used in .config

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply

* [Buildroot] [Bug 5810] Buildroot 2012.11: Additional GCC option "-msoft-float" breaks the build
From: bugzilla at busybox.net @ 2012-12-21 18:59 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <bug-5810-163@https.bugs.busybox.net/>

https://bugs.busybox.net/show_bug.cgi?id=5810

--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2012-12-21 19:00:13 UTC ---
So, you're explicitly passing:

BR2_EXTRA_GCC_CONFIG_OPTIONS="-msoft-float"

in your Buildroot configuration, and then you complain because GCC doesn't
understand your special flag? If you pass a special flag, aren't you supposed
to know what you're doing?

This seems like a curious bug report, isn't it ?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply

* [Buildroot] [Bug 5810] Buildroot 2012.11: Additional GCC option "-msoft-float" breaks the build
From: bugzilla at busybox.net @ 2012-12-21 20:43 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <bug-5810-163@https.bugs.busybox.net/>

https://bugs.busybox.net/show_bug.cgi?id=5810

--- Comment #5 from Timofei Bolshakov <tbolsh@gmail.com> 2012-12-21 20:44:10 UTC ---
(In reply to comment #4)
> So, you're explicitly passing:
> 
> BR2_EXTRA_GCC_CONFIG_OPTIONS="-msoft-float"

No, I am setting "Additional gcc options". That leads to 
BR2_EXTRA_GCC_CONFIG_OPTIONS="-msoft-float"
I surely was not understanding that it will lead to CONFIG option. 
My fault. But that is curious conversion from "Additional gcc options" to 
BR2_EXTRA_GCC_CONFIG_OPTIONS - it is not clear until one goes into 
the .config in text form. Meanwhile - using it in "Target optimizations" also 
leads to break. 

And that was not breaking the build in 2012.8

So, where should I put my -msoft-float then? I want everything to be compiled 
with this flag.

> 
> in your Buildroot configuration, and then you complain because GCC doesn't
> understand your special flag? 

What should I complain about then? Unclear language?
If one will change "Additional gcc options" to "Additional gcc config options"
there will be no confusion. Or to use anything I should go and check the source
code? 

> If you pass a special flag, aren't you supposed
> to know what you're doing?
> 
> This seems like a curious bug report, isn't it ?

That is clear enough:

-msoft-float
           Use (do not use) the hardware floating-point instructions for
floating-point operations.  When -msoft-float is specified, functions in
libgcc.a will be used to perform floating-point operations. Unless they are
replaced by routines that emulate the floating-point operations, or compiled in
such a way as to call such emulations routines, these routines will issue
floating-point operations. If you are compiling for an Alpha without
floating-point operations, you must ensure that the library is built so as not
to call them. Note that Alpha implementations without floating-point operations
are required to have floating-point registers.

That is what I want - "functions in libgcc.a will be used to perform
floating-point operations". I was wrong to use config option labelled as
"additional" for that. Where can I put my "-msoft-float"?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply

* [Buildroot] [PATCH 0/6] Add support for udisks package.
From: Marek Belisko @ 2012-12-21 21:44 UTC (permalink / raw)
  To: buildroot

This patches add support for udisks and dependencies + fixes.

Patches for sg3_utils, polkit and udisks was done by
Thomas Petazzoni and overtaken from
http://free-electrons.com/~thomas/pub/udisks-buildroot/.
They were fixed to work with latest buildroot.

udisks with lvm2 support (default n) have dependency on devmapper
and lvm2 application library. There are two fixes:

- correctly install devmapper.pc to staging/target
- add support for application library

Marek Belisko (6):
  sg3_utils: new package
  polkit: new package
  libatasmart: new package.
  lvm2: Install devmapper.pc to staging/target pkgconfig directory.
  lvm2: Compile and install application library.
  udisks: new package

 package/Config.in                  |    4 ++++
 package/libatasmart/Config.in      |   11 +++++++++++
 package/libatasmart/libatasmart.mk |   14 ++++++++++++++
 package/lvm2/Config.in             |    6 ++++++
 package/lvm2/lvm2.mk               |    8 +++++++-
 package/polkit/Config.in           |    8 ++++++++
 package/polkit/polkit.mk           |   18 ++++++++++++++++++
 package/sg3_utils/Config.in        |   15 +++++++++++++++
 package/sg3_utils/sg3_utils.mk     |   33 +++++++++++++++++++++++++++++++++
 package/udisks/Config.in           |   32 ++++++++++++++++++++++++++++++++
 package/udisks/udisks.mk           |   26 ++++++++++++++++++++++++++
 11 files changed, 174 insertions(+), 1 deletion(-)
 create mode 100644 package/libatasmart/Config.in
 create mode 100644 package/libatasmart/libatasmart.mk
 create mode 100644 package/polkit/Config.in
 create mode 100644 package/polkit/polkit.mk
 create mode 100644 package/sg3_utils/Config.in
 create mode 100644 package/sg3_utils/sg3_utils.mk
 create mode 100644 package/udisks/Config.in
 create mode 100644 package/udisks/udisks.mk

-- 
1.7.10.4

^ permalink raw reply

* [Buildroot] [PATCH 1/6] sg3_utils: new package
From: Marek Belisko @ 2012-12-21 21:44 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126305-16133-1-git-send-email-marek.belisko@open-nandra.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Marek Belisko <marek.belisko@streamunlimited.com>
---
 package/Config.in              |    1 +
 package/sg3_utils/Config.in    |   15 +++++++++++++++
 package/sg3_utils/sg3_utils.mk |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)
 create mode 100644 package/sg3_utils/Config.in
 create mode 100644 package/sg3_utils/sg3_utils.mk

diff --git a/package/Config.in b/package/Config.in
index 66445ff..afecb8e 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -253,6 +253,7 @@ source "package/rng-tools/Config.in"
 source "package/sane-backends/Config.in"
 source "package/sdparm/Config.in"
 source "package/setserial/Config.in"
+source "package/sg3_utils/Config.in"
 source "package/smartmontools/Config.in"
 source "package/snowball-hdmiservice/Config.in"
 source "package/sredird/Config.in"
diff --git a/package/sg3_utils/Config.in b/package/sg3_utils/Config.in
new file mode 100644
index 0000000..d120e55
--- /dev/null
+++ b/package/sg3_utils/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_SG3_UTILS
+	bool "sgutils"
+	depends on BR2_LARGEFILE
+	depends on BR2_TOOLCHAIN_HAS_THREADS
+	help
+	  Low level utilities for devices that use a SCSI command set.
+
+	  http://sg.danny.cz/sg/sg3_utils.html
+
+config BR2_PACKAGE_SG3_UTILS_PROGS
+        bool "install programs"
+	depends on BR2_PACKAGE_SG3_UTILS
+
+comment "sgutils requires a toolchain with LARGEFILE and threads support"
+        depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/sg3_utils/sg3_utils.mk b/package/sg3_utils/sg3_utils.mk
new file mode 100644
index 0000000..1c629e8
--- /dev/null
+++ b/package/sg3_utils/sg3_utils.mk
@@ -0,0 +1,33 @@
+#############################################################
+#
+# sg3_utils
+#
+#############################################################
+SG3_UTILS_VERSION = 1.34
+SG3_UTILS_SITE    = http://sg.danny.cz/sg/p/
+
+# install the libsgutils2 library
+SG3_UTILS_INSTALL_STAGING = YES
+
+define SG3_UTILS_REMOVE_PROGS
+	for prog in \
+	        dd decode_sense emc_trespass format get_config \
+		get_lba_status ident inq logs luns map26 \
+	        map sgm_dd modes opcodes sgp_dd persist prevent \
+		raw rbuf rdac read readcap read_block_limits \
+	        read_buffer read_long reassign referrals \
+	        requests reset rmsn rtpg safte sanitize \
+	        sat_identify sat_phy_event sat_set_features scan \
+	        senddiag ses start stpg sync test_rwbuf turs \
+	        unmap verify vpd write_buffer write_long \
+	        write_same wr_mode ; do \
+		$(RM) $(TARGET_DIR)/usr/bin/sg_$${prog} ; \
+	done
+	$(RM) $(TARGET_DIR)/usr/bin/sginfo
+endef
+
+ifneq ($(BR2_PACKAGE_SG3_UTILS_PROGS),y)
+SG3_UTILS_POST_INSTALL_TARGET_HOOKS += SG3_UTILS_REMOVE_PROGS
+endif
+
+$(eval $(autotools-package))
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 2/6] polkit: new package
From: Marek Belisko @ 2012-12-21 21:45 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126305-16133-1-git-send-email-marek.belisko@open-nandra.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Marek Belisko <marek.belisko@streamunlimited.com>
---
 package/Config.in        |    1 +
 package/polkit/Config.in |    8 ++++++++
 package/polkit/polkit.mk |   18 ++++++++++++++++++
 3 files changed, 27 insertions(+)
 create mode 100644 package/polkit/Config.in
 create mode 100644 package/polkit/polkit.mk

diff --git a/package/Config.in b/package/Config.in
index afecb8e..155a429 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -749,6 +749,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/module-init-tools/Config.in"
 endif
 source "package/monit/Config.in"
+source "package/polkit/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/procps/Config.in"
 source "package/psmisc/Config.in"
diff --git a/package/polkit/Config.in b/package/polkit/Config.in
new file mode 100644
index 0000000..9ca347a
--- /dev/null
+++ b/package/polkit/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_POLKIT
+        bool "polkit"
+	select BR2_PACKAGE_LIBGLIB2
+	select BR2_DBUS_EXPAT
+	help
+	  PolicyKit is a toolkit for defining and handling
+	  authorizations.  It is used for allowing unprivileged
+	  processes to speak to privileged processes.
diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk
new file mode 100644
index 0000000..8c882f2
--- /dev/null
+++ b/package/polkit/polkit.mk
@@ -0,0 +1,18 @@
+#############################################################
+#
+# polkit
+#
+#############################################################
+POLKIT_VERSION = 0.103
+POLKIT_SITE = http://www.freedesktop.org/software/polkit/releases/
+
+POLKIT_INSTALL_STAGING = YES
+
+POLKIT_DEPENDENCIES = libglib2 host-intltool expat
+
+# We could also support --with-authfw=pam
+POLKIT_CONF_OPT = \
+	--with-authfw=shadow \
+	--with-os-type=unknown
+
+$(eval $(autotools-package))
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 3/6] libatasmart: new package.
From: Marek Belisko @ 2012-12-21 21:45 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126305-16133-1-git-send-email-marek.belisko@open-nandra.com>

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 package/Config.in                  |    1 +
 package/libatasmart/Config.in      |   11 +++++++++++
 package/libatasmart/libatasmart.mk |   14 ++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 package/libatasmart/Config.in
 create mode 100644 package/libatasmart/libatasmart.mk

diff --git a/package/Config.in b/package/Config.in
index 155a429..7a0a852 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -231,6 +231,7 @@ source "package/iostat/Config.in"
 source "package/irda-utils/Config.in"
 source "package/kbd/Config.in"
 source "package/lcdproc/Config.in"
+source "package/libatasmart/Config.in"
 source "package/linux-firmware/Config.in"
 source "package/lm-sensors/Config.in"
 source "package/lshw/Config.in"
diff --git a/package/libatasmart/Config.in b/package/libatasmart/Config.in
new file mode 100644
index 0000000..863046f
--- /dev/null
+++ b/package/libatasmart/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_LIBATASMART
+	bool "libatasmart"
+	depends on BR2_PACKAGE_UDEV
+	help
+	  Reading and Parsing Library.
+	  As the name suggests libatasmart only does ATA S.M.A.R.T.
+
+	  git://git.0pointer.de/libatasmart.git
+
+comment "libatasmart requires udev to be enabled"
+	depends on !BR2_PACKAGE_UDEV
diff --git a/package/libatasmart/libatasmart.mk b/package/libatasmart/libatasmart.mk
new file mode 100644
index 0000000..47b4720
--- /dev/null
+++ b/package/libatasmart/libatasmart.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# libatasmart
+#
+#############################################################
+LIBATASMART_VERSION = v0.19
+LIBATASMART_SITE    = git://git.0pointer.de/libatasmart.git
+
+LIBATASMART_INSTALL_STAGING = YES
+LIBATASMART_AUTORECONF = YES
+
+LIBATASMART_DEPENDENCIES = udev
+
+$(eval $(autotools-package))
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 3/3] udisks: new package
From: Marek Belisko @ 2012-12-21 21:45 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126305-16133-1-git-send-email-marek.belisko@open-nandra.com>

From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Marek Belisko <marek.belisko@streamunlimited.com>
---
 package/Config.in        |    1 +
 package/udisks/Config.in |   25 +++++++++++++++++++++++++
 package/udisks/udisks.mk |   16 ++++++++++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)
 create mode 100644 package/udisks/Config.in
 create mode 100644 package/udisks/udisks.mk

diff --git a/package/Config.in b/package/Config.in
index cccfd77..0986f12 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -262,6 +262,7 @@ source "package/sysstat/Config.in"
 source "package/ti-utils/Config.in"
 source "package/uboot-tools/Config.in"
 source "package/udev/Config.in"
+source "package/udisks/Config.in"
 source "package/usb_modeswitch/Config.in"
 source "package/usb_modeswitch_data/Config.in"
 source "package/usbmount/Config.in"
diff --git a/package/udisks/Config.in b/package/udisks/Config.in
new file mode 100644
index 0000000..c46fa7f
--- /dev/null
+++ b/package/udisks/Config.in
@@ -0,0 +1,25 @@
+config BR2_PACKAGE_UDISKS
+	bool "udisks"
+	select BR2_PACKAGE_SGUTILS
+	depends on BR2_PACKAGE_UDEV
+	depends on BR2_PACKAGE_DBUS
+	select BR2_PACKAGE_UDEV_ALL_EXTRAS
+	select BR2_PACKAGE_DBUS_GLIB
+	select BR2_PACKAGE_POLKIT
+	select BR2_PACKAGE_PARTED
+	select BR2_PACKAGE_LVM2_DMSETUP_ONLY
+	help
+	  The udisks project provides
+
+	   o A storage daemon that implements well-defined D-Bus
+	     interfaces that can be used to query and manipulate
+	     storage devices.
+
+	   o a command-line tool, udisks(1), that can be used to query
+	     and use the daemon
+
+	  http://www.freedesktop.org/wiki/Software/udisks
+
+
+comment "udisks requires udev and dbus to be enabled"
+	depends on !BR2_PACKAGE_UDEV || !BR2_PACKAGE_DBUS
diff --git a/package/udisks/udisks.mk b/package/udisks/udisks.mk
new file mode 100644
index 0000000..6946928
--- /dev/null
+++ b/package/udisks/udisks.mk
@@ -0,0 +1,16 @@
+UDISKS_VERSION = 1.0.4
+UDISKS_SITE    = http://hal.freedesktop.org/releases/
+
+UDISKS_DEPENDENCIES = 	\
+	sgutils		\
+	host-pkgconf	\
+	udev		\
+	dbus		\
+	dbus-glib	\
+	polkit		\
+	parted		\
+	lvm2
+
+UDISKS_CONF_OPT = --disable-lvm2 --disable-remote-access --disable-gtk-doc
+
+$(eval $(autotools-package))
-- 
1.7.5.4

^ permalink raw reply related

* [Buildroot] [PATCH 4/6] lvm2: Install devmapper.pc to staging/target pkgconfig directory.
From: Marek Belisko @ 2012-12-21 21:45 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126305-16133-1-git-send-email-marek.belisko@open-nandra.com>

Without this change if some package which have dependency on device mapper and use
pkgconfig to check version always fail to find library because devmapper.pc file wasn't
installed.

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 package/lvm2/lvm2.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 52326ea..f54caa4 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -21,7 +21,7 @@ LVM2_BINS = \
 
 # Make sure that binaries and libraries are installed with write
 # permissions for the owner.
-LVM2_CONF_OPT += --enable-write_install
+LVM2_CONF_OPT += --enable-write_install --enable-pkgconfig
 
 # LVM2 uses autoconf, but not automake, and the build system does not
 # take into account the CC passed at configure time.
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 5/6] lvm2: Compile and install application library.
From: Marek Belisko @ 2012-12-21 21:45 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126305-16133-1-git-send-email-marek.belisko@open-nandra.com>

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 package/lvm2/Config.in |    6 ++++++
 package/lvm2/lvm2.mk   |    8 +++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/package/lvm2/Config.in b/package/lvm2/Config.in
index 30af14e..bb41c0a 100644
--- a/package/lvm2/Config.in
+++ b/package/lvm2/Config.in
@@ -21,5 +21,11 @@ config BR2_PACKAGE_LVM2_DMSETUP_ONLY
 	help
 	  Install dmsetup only and skip the LVM2 suite.
 
+config BR2_PACKAGE_LVM2_APP_LIBRARY
+	bool "install application library"
+	depends on BR2_PACKAGE_LVM2
+	help
+	  Install application library (liblvm2app2).
+
 comment "lvm2 requires a toolchain with LARGEFILE support"
         depends on !BR2_LARGEFILE
diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index f54caa4..213ef65 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -21,7 +21,7 @@ LVM2_BINS = \
 
 # Make sure that binaries and libraries are installed with write
 # permissions for the owner.
-LVM2_CONF_OPT += --enable-write_install --enable-pkgconfig
+LVM2_CONF_OPT += --enable-write_install --enable-pkgconfig --enable-applib
 
 # LVM2 uses autoconf, but not automake, and the build system does not
 # take into account the CC passed at configure time.
@@ -41,6 +41,12 @@ LVM2_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install_device-mapper
 LVM2_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install_device-mapper
 endif
 
+ifeq ($(BR2_PACKAGE_LVM2_APP_LIBRARY),y)
+LVM2_MAKE_OPT += liblvm
+LVM2_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
+LVM2_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+endif
+
 define LVM2_UNINSTALL_STAGING_CMDS
 	rm -f $(addprefix $(STAGING_DIR)/usr/sbin/,$(LVM2_BINS))
 	rm -f $(addprefix $(STAGING_DIR)/usr/lib/,libdevmapper.so*)
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 6/6] udisks: new package
From: Marek Belisko @ 2012-12-21 21:45 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126305-16133-1-git-send-email-marek.belisko@open-nandra.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Marek Belisko <marek.belisko@streamunlimited.com>
---
 package/Config.in        |    1 +
 package/udisks/Config.in |   32 ++++++++++++++++++++++++++++++++
 package/udisks/udisks.mk |   26 ++++++++++++++++++++++++++
 3 files changed, 59 insertions(+)
 create mode 100644 package/udisks/Config.in
 create mode 100644 package/udisks/udisks.mk

diff --git a/package/Config.in b/package/Config.in
index 7a0a852..95fad85 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -263,6 +263,7 @@ source "package/sysstat/Config.in"
 source "package/ti-utils/Config.in"
 source "package/uboot-tools/Config.in"
 source "package/udev/Config.in"
+source "package/udisks/Config.in"
 source "package/usb_modeswitch/Config.in"
 source "package/usb_modeswitch_data/Config.in"
 source "package/usbmount/Config.in"
diff --git a/package/udisks/Config.in b/package/udisks/Config.in
new file mode 100644
index 0000000..bdc99b3
--- /dev/null
+++ b/package/udisks/Config.in
@@ -0,0 +1,32 @@
+config BR2_PACKAGE_UDISKS
+	bool "udisks"
+	depends on BR2_PACKAGE_UDEV
+	depends on BR2_PACKAGE_DBUS
+	select BR2_PACKAGE_SG3_UTILS
+	select BR2_PACKAGE_UDEV_ALL_EXTRAS
+	select BR2_PACKAGE_DBUS_GLIB
+	select BR2_PACKAGE_POLKIT
+	select BR2_PACKAGE_PARTED #select BR2_PACKAGE_LVM2
+	select BR2_PACKAGE_LVM2_DMSETUP_ONLY #devmapper library
+	select BR2_PACKAGE_LIBATASMART
+	help
+	  The udisks project provides
+
+	   o A storage daemon that implements well-defined D-Bus
+	     interfaces that can be used to query and manipulate
+	     storage devices.
+
+	   o a command-line tool, udisks(1), that can be used to query
+	     and use the daemon
+
+	  http://www.freedesktop.org/wiki/Software/udisks
+
+config BR2_PACKAGE_UDISKS_LVM2
+	bool "lvm2 support"
+	depends on BR2_PACKAGE_UDISKS
+	depends on BR2_PACKAGE_LVM2
+	select BR2_PACKAGE_LVM2_APP_LIBRARY
+	default n
+
+comment "udisks requires udev and dbus to be enabled"
+	depends on !BR2_PACKAGE_UDEV || !BR2_PACKAGE_DBUS
diff --git a/package/udisks/udisks.mk b/package/udisks/udisks.mk
new file mode 100644
index 0000000..f85fc40
--- /dev/null
+++ b/package/udisks/udisks.mk
@@ -0,0 +1,26 @@
+#############################################################
+#
+# udisks
+#
+#############################################################
+UDISKS_VERSION = 1.0.4
+UDISKS_SITE    = http://hal.freedesktop.org/releases/
+
+UDISKS_DEPENDENCIES = 	\
+	sg3_utils	\
+	host-pkgconf	\
+	udev		\
+	dbus		\
+	dbus-glib	\
+	polkit		\
+	parted		\
+	lvm2		\
+	libatasmart
+
+UDISKS_CONF_OPT = --disable-remote-access --disable-gtk-doc
+
+ifeq ($(BR2_PACKAGE_UDISKS_LVM2),y)
+UDISKS_CONF_OPT += --enable-lvm2
+endif
+
+$(eval $(autotools-package))
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] udisks package
From: Belisko Marek @ 2012-12-21 21:50 UTC (permalink / raw)
  To: buildroot

Please ignore patchset for : [Buildroot][PATCH 0/6] Add support for
udisks package.
One patch shouldn't be there. Will repost with correct patches.

Sorry for noise and troubles.

Thanks,

marek

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

^ permalink raw reply

* [Buildroot] [PATCH 0/6] Add support for udisks package.
From: Marek Belisko @ 2012-12-21 21:51 UTC (permalink / raw)
  To: buildroot

This patches add support for udisks and dependencies + fixes.

Patches for sg3_utils, polkit and udisks was done by
Thomas Petazzoni and overtaken from
http://free-electrons.com/~thomas/pub/udisks-buildroot/.
They were fixed to work with latest buildroot.

udisks with lvm2 support (default n) have dependency on devmapper
and lvm2 application library. There are two fixes:

- correctly install devmapper.pc to staging/target
- add support for application library

Marek Belisko (6):
  sg3_utils: new package
  polkit: new package
  libatasmart: new package.
  lvm2: Install devmapper.pc to staging/target pkgconfig directory.
  lvm2: Compile and install application library.
  udisks: new package

 package/Config.in                  |    4 ++++
 package/libatasmart/Config.in      |   11 +++++++++++
 package/libatasmart/libatasmart.mk |   14 ++++++++++++++
 package/lvm2/Config.in             |    6 ++++++
 package/lvm2/lvm2.mk               |    8 +++++++-
 package/polkit/Config.in           |    8 ++++++++
 package/polkit/polkit.mk           |   18 ++++++++++++++++++
 package/sg3_utils/Config.in        |   15 +++++++++++++++
 package/sg3_utils/sg3_utils.mk     |   33 +++++++++++++++++++++++++++++++++
 package/udisks/Config.in           |   32 ++++++++++++++++++++++++++++++++
 package/udisks/udisks.mk           |   26 ++++++++++++++++++++++++++
 11 files changed, 174 insertions(+), 1 deletion(-)
 create mode 100644 package/libatasmart/Config.in
 create mode 100644 package/libatasmart/libatasmart.mk
 create mode 100644 package/polkit/Config.in
 create mode 100644 package/polkit/polkit.mk
 create mode 100644 package/sg3_utils/Config.in
 create mode 100644 package/sg3_utils/sg3_utils.mk
 create mode 100644 package/udisks/Config.in
 create mode 100644 package/udisks/udisks.mk

-- 
1.7.10.4

^ permalink raw reply

* [Buildroot] [PATCH 1/6] sg3_utils: new package
From: Marek Belisko @ 2012-12-21 21:51 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126670-16186-1-git-send-email-marek.belisko@open-nandra.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Marek Belisko <marek.belisko@streamunlimited.com>
---
 package/Config.in              |    1 +
 package/sg3_utils/Config.in    |   15 +++++++++++++++
 package/sg3_utils/sg3_utils.mk |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)
 create mode 100644 package/sg3_utils/Config.in
 create mode 100644 package/sg3_utils/sg3_utils.mk

diff --git a/package/Config.in b/package/Config.in
index 66445ff..afecb8e 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -253,6 +253,7 @@ source "package/rng-tools/Config.in"
 source "package/sane-backends/Config.in"
 source "package/sdparm/Config.in"
 source "package/setserial/Config.in"
+source "package/sg3_utils/Config.in"
 source "package/smartmontools/Config.in"
 source "package/snowball-hdmiservice/Config.in"
 source "package/sredird/Config.in"
diff --git a/package/sg3_utils/Config.in b/package/sg3_utils/Config.in
new file mode 100644
index 0000000..d120e55
--- /dev/null
+++ b/package/sg3_utils/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_SG3_UTILS
+	bool "sgutils"
+	depends on BR2_LARGEFILE
+	depends on BR2_TOOLCHAIN_HAS_THREADS
+	help
+	  Low level utilities for devices that use a SCSI command set.
+
+	  http://sg.danny.cz/sg/sg3_utils.html
+
+config BR2_PACKAGE_SG3_UTILS_PROGS
+        bool "install programs"
+	depends on BR2_PACKAGE_SG3_UTILS
+
+comment "sgutils requires a toolchain with LARGEFILE and threads support"
+        depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/sg3_utils/sg3_utils.mk b/package/sg3_utils/sg3_utils.mk
new file mode 100644
index 0000000..1c629e8
--- /dev/null
+++ b/package/sg3_utils/sg3_utils.mk
@@ -0,0 +1,33 @@
+#############################################################
+#
+# sg3_utils
+#
+#############################################################
+SG3_UTILS_VERSION = 1.34
+SG3_UTILS_SITE    = http://sg.danny.cz/sg/p/
+
+# install the libsgutils2 library
+SG3_UTILS_INSTALL_STAGING = YES
+
+define SG3_UTILS_REMOVE_PROGS
+	for prog in \
+	        dd decode_sense emc_trespass format get_config \
+		get_lba_status ident inq logs luns map26 \
+	        map sgm_dd modes opcodes sgp_dd persist prevent \
+		raw rbuf rdac read readcap read_block_limits \
+	        read_buffer read_long reassign referrals \
+	        requests reset rmsn rtpg safte sanitize \
+	        sat_identify sat_phy_event sat_set_features scan \
+	        senddiag ses start stpg sync test_rwbuf turs \
+	        unmap verify vpd write_buffer write_long \
+	        write_same wr_mode ; do \
+		$(RM) $(TARGET_DIR)/usr/bin/sg_$${prog} ; \
+	done
+	$(RM) $(TARGET_DIR)/usr/bin/sginfo
+endef
+
+ifneq ($(BR2_PACKAGE_SG3_UTILS_PROGS),y)
+SG3_UTILS_POST_INSTALL_TARGET_HOOKS += SG3_UTILS_REMOVE_PROGS
+endif
+
+$(eval $(autotools-package))
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 2/6] polkit: new package
From: Marek Belisko @ 2012-12-21 21:51 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126670-16186-1-git-send-email-marek.belisko@open-nandra.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Marek Belisko <marek.belisko@streamunlimited.com>
---
 package/Config.in        |    1 +
 package/polkit/Config.in |    8 ++++++++
 package/polkit/polkit.mk |   18 ++++++++++++++++++
 3 files changed, 27 insertions(+)
 create mode 100644 package/polkit/Config.in
 create mode 100644 package/polkit/polkit.mk

diff --git a/package/Config.in b/package/Config.in
index afecb8e..155a429 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -749,6 +749,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/module-init-tools/Config.in"
 endif
 source "package/monit/Config.in"
+source "package/polkit/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/procps/Config.in"
 source "package/psmisc/Config.in"
diff --git a/package/polkit/Config.in b/package/polkit/Config.in
new file mode 100644
index 0000000..9ca347a
--- /dev/null
+++ b/package/polkit/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_POLKIT
+        bool "polkit"
+	select BR2_PACKAGE_LIBGLIB2
+	select BR2_DBUS_EXPAT
+	help
+	  PolicyKit is a toolkit for defining and handling
+	  authorizations.  It is used for allowing unprivileged
+	  processes to speak to privileged processes.
diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk
new file mode 100644
index 0000000..8c882f2
--- /dev/null
+++ b/package/polkit/polkit.mk
@@ -0,0 +1,18 @@
+#############################################################
+#
+# polkit
+#
+#############################################################
+POLKIT_VERSION = 0.103
+POLKIT_SITE = http://www.freedesktop.org/software/polkit/releases/
+
+POLKIT_INSTALL_STAGING = YES
+
+POLKIT_DEPENDENCIES = libglib2 host-intltool expat
+
+# We could also support --with-authfw=pam
+POLKIT_CONF_OPT = \
+	--with-authfw=shadow \
+	--with-os-type=unknown
+
+$(eval $(autotools-package))
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 3/6] libatasmart: new package.
From: Marek Belisko @ 2012-12-21 21:51 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126670-16186-1-git-send-email-marek.belisko@open-nandra.com>

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 package/Config.in                  |    1 +
 package/libatasmart/Config.in      |   11 +++++++++++
 package/libatasmart/libatasmart.mk |   14 ++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 package/libatasmart/Config.in
 create mode 100644 package/libatasmart/libatasmart.mk

diff --git a/package/Config.in b/package/Config.in
index 155a429..7a0a852 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -231,6 +231,7 @@ source "package/iostat/Config.in"
 source "package/irda-utils/Config.in"
 source "package/kbd/Config.in"
 source "package/lcdproc/Config.in"
+source "package/libatasmart/Config.in"
 source "package/linux-firmware/Config.in"
 source "package/lm-sensors/Config.in"
 source "package/lshw/Config.in"
diff --git a/package/libatasmart/Config.in b/package/libatasmart/Config.in
new file mode 100644
index 0000000..863046f
--- /dev/null
+++ b/package/libatasmart/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_LIBATASMART
+	bool "libatasmart"
+	depends on BR2_PACKAGE_UDEV
+	help
+	  Reading and Parsing Library.
+	  As the name suggests libatasmart only does ATA S.M.A.R.T.
+
+	  git://git.0pointer.de/libatasmart.git
+
+comment "libatasmart requires udev to be enabled"
+	depends on !BR2_PACKAGE_UDEV
diff --git a/package/libatasmart/libatasmart.mk b/package/libatasmart/libatasmart.mk
new file mode 100644
index 0000000..47b4720
--- /dev/null
+++ b/package/libatasmart/libatasmart.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# libatasmart
+#
+#############################################################
+LIBATASMART_VERSION = v0.19
+LIBATASMART_SITE    = git://git.0pointer.de/libatasmart.git
+
+LIBATASMART_INSTALL_STAGING = YES
+LIBATASMART_AUTORECONF = YES
+
+LIBATASMART_DEPENDENCIES = udev
+
+$(eval $(autotools-package))
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 4/6] lvm2: Install devmapper.pc to staging/target pkgconfig directory.
From: Marek Belisko @ 2012-12-21 21:51 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126670-16186-1-git-send-email-marek.belisko@open-nandra.com>

Without this change if some package which have dependency on device mapper and use
pkgconfig to check version always fail to find library because devmapper.pc file wasn't
installed.

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 package/lvm2/lvm2.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 52326ea..f54caa4 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -21,7 +21,7 @@ LVM2_BINS = \
 
 # Make sure that binaries and libraries are installed with write
 # permissions for the owner.
-LVM2_CONF_OPT += --enable-write_install
+LVM2_CONF_OPT += --enable-write_install --enable-pkgconfig
 
 # LVM2 uses autoconf, but not automake, and the build system does not
 # take into account the CC passed at configure time.
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 5/6] lvm2: Compile and install application library.
From: Marek Belisko @ 2012-12-21 21:51 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126670-16186-1-git-send-email-marek.belisko@open-nandra.com>

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 package/lvm2/Config.in |    6 ++++++
 package/lvm2/lvm2.mk   |    8 +++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/package/lvm2/Config.in b/package/lvm2/Config.in
index 30af14e..bb41c0a 100644
--- a/package/lvm2/Config.in
+++ b/package/lvm2/Config.in
@@ -21,5 +21,11 @@ config BR2_PACKAGE_LVM2_DMSETUP_ONLY
 	help
 	  Install dmsetup only and skip the LVM2 suite.
 
+config BR2_PACKAGE_LVM2_APP_LIBRARY
+	bool "install application library"
+	depends on BR2_PACKAGE_LVM2
+	help
+	  Install application library (liblvm2app2).
+
 comment "lvm2 requires a toolchain with LARGEFILE support"
         depends on !BR2_LARGEFILE
diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index f54caa4..213ef65 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -21,7 +21,7 @@ LVM2_BINS = \
 
 # Make sure that binaries and libraries are installed with write
 # permissions for the owner.
-LVM2_CONF_OPT += --enable-write_install --enable-pkgconfig
+LVM2_CONF_OPT += --enable-write_install --enable-pkgconfig --enable-applib
 
 # LVM2 uses autoconf, but not automake, and the build system does not
 # take into account the CC passed at configure time.
@@ -41,6 +41,12 @@ LVM2_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install_device-mapper
 LVM2_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install_device-mapper
 endif
 
+ifeq ($(BR2_PACKAGE_LVM2_APP_LIBRARY),y)
+LVM2_MAKE_OPT += liblvm
+LVM2_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
+LVM2_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+endif
+
 define LVM2_UNINSTALL_STAGING_CMDS
 	rm -f $(addprefix $(STAGING_DIR)/usr/sbin/,$(LVM2_BINS))
 	rm -f $(addprefix $(STAGING_DIR)/usr/lib/,libdevmapper.so*)
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 6/6] udisks: new package
From: Marek Belisko @ 2012-12-21 21:51 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356126670-16186-1-git-send-email-marek.belisko@open-nandra.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Marek Belisko <marek.belisko@streamunlimited.com>
---
 package/Config.in        |    1 +
 package/udisks/Config.in |   32 ++++++++++++++++++++++++++++++++
 package/udisks/udisks.mk |   26 ++++++++++++++++++++++++++
 3 files changed, 59 insertions(+)
 create mode 100644 package/udisks/Config.in
 create mode 100644 package/udisks/udisks.mk

diff --git a/package/Config.in b/package/Config.in
index 7a0a852..95fad85 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -263,6 +263,7 @@ source "package/sysstat/Config.in"
 source "package/ti-utils/Config.in"
 source "package/uboot-tools/Config.in"
 source "package/udev/Config.in"
+source "package/udisks/Config.in"
 source "package/usb_modeswitch/Config.in"
 source "package/usb_modeswitch_data/Config.in"
 source "package/usbmount/Config.in"
diff --git a/package/udisks/Config.in b/package/udisks/Config.in
new file mode 100644
index 0000000..bdc99b3
--- /dev/null
+++ b/package/udisks/Config.in
@@ -0,0 +1,32 @@
+config BR2_PACKAGE_UDISKS
+	bool "udisks"
+	depends on BR2_PACKAGE_UDEV
+	depends on BR2_PACKAGE_DBUS
+	select BR2_PACKAGE_SG3_UTILS
+	select BR2_PACKAGE_UDEV_ALL_EXTRAS
+	select BR2_PACKAGE_DBUS_GLIB
+	select BR2_PACKAGE_POLKIT
+	select BR2_PACKAGE_PARTED #select BR2_PACKAGE_LVM2
+	select BR2_PACKAGE_LVM2_DMSETUP_ONLY #devmapper library
+	select BR2_PACKAGE_LIBATASMART
+	help
+	  The udisks project provides
+
+	   o A storage daemon that implements well-defined D-Bus
+	     interfaces that can be used to query and manipulate
+	     storage devices.
+
+	   o a command-line tool, udisks(1), that can be used to query
+	     and use the daemon
+
+	  http://www.freedesktop.org/wiki/Software/udisks
+
+config BR2_PACKAGE_UDISKS_LVM2
+	bool "lvm2 support"
+	depends on BR2_PACKAGE_UDISKS
+	depends on BR2_PACKAGE_LVM2
+	select BR2_PACKAGE_LVM2_APP_LIBRARY
+	default n
+
+comment "udisks requires udev and dbus to be enabled"
+	depends on !BR2_PACKAGE_UDEV || !BR2_PACKAGE_DBUS
diff --git a/package/udisks/udisks.mk b/package/udisks/udisks.mk
new file mode 100644
index 0000000..f85fc40
--- /dev/null
+++ b/package/udisks/udisks.mk
@@ -0,0 +1,26 @@
+#############################################################
+#
+# udisks
+#
+#############################################################
+UDISKS_VERSION = 1.0.4
+UDISKS_SITE    = http://hal.freedesktop.org/releases/
+
+UDISKS_DEPENDENCIES = 	\
+	sg3_utils	\
+	host-pkgconf	\
+	udev		\
+	dbus		\
+	dbus-glib	\
+	polkit		\
+	parted		\
+	lvm2		\
+	libatasmart
+
+UDISKS_CONF_OPT = --disable-remote-access --disable-gtk-doc
+
+ifeq ($(BR2_PACKAGE_UDISKS_LVM2),y)
+UDISKS_CONF_OPT += --enable-lvm2
+endif
+
+$(eval $(autotools-package))
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] XBMC
From: Maxime Hadjinlian @ 2012-12-21 23:58 UTC (permalink / raw)
  To: buildroot

Hi everyone,

I wanted to add XBMC to buildroot, but since it's a pretty big
application with a lot of dependency, I have created a separated tree
at github :
https://github.com/maximeh/buildroot

I would like to know if it would be of any interest to upstream this
before sending all theses patches for review ?

Thanks

^ permalink raw reply

* [Buildroot] [autobuild.buildroot.net] Build results for 2012-12-21
From: Thomas Petazzoni @ 2012-12-22  7:34 UTC (permalink / raw)
  To: buildroot


Hello,

On 2012-12-21, 176 random build tests have been done and
submitted on autobuild.buildroot.net.
 121 builds have been successful
 55 builds have failed

Below the results of the failed builds. Successful builds are omitted.

Build b1679dea86aa3e080ccae6ad759c9b49ff01c0fd
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 00:03:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/b1679dea86aa3e080ccae6ad759c9b49ff01c0fd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b1679dea86aa3e080ccae6ad759c9b49ff01c0fd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b1679dea86aa3e080ccae6ad759c9b49ff01c0fd/config
Defconfig      : http://autobuild.buildroot.net/results/b1679dea86aa3e080ccae6ad759c9b49ff01c0fd/defconfig

Build 2754758f2f1d703adbcf07f90f07e6c677e1c8ab
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 00:14:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/2754758f2f1d703adbcf07f90f07e6c677e1c8ab/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2754758f2f1d703adbcf07f90f07e6c677e1c8ab/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2754758f2f1d703adbcf07f90f07e6c677e1c8ab/config
Defconfig      : http://autobuild.buildroot.net/results/2754758f2f1d703adbcf07f90f07e6c677e1c8ab/defconfig

Build ee8a17d12f591f270834d57fccd65b50042a50e5
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 01:09:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/ee8a17d12f591f270834d57fccd65b50042a50e5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ee8a17d12f591f270834d57fccd65b50042a50e5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ee8a17d12f591f270834d57fccd65b50042a50e5/config
Defconfig      : http://autobuild.buildroot.net/results/ee8a17d12f591f270834d57fccd65b50042a50e5/defconfig

Build a2fb5c3bf0fdd21d0f10d84b9066619ae6dd9bef
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 01:13:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/a2fb5c3bf0fdd21d0f10d84b9066619ae6dd9bef/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a2fb5c3bf0fdd21d0f10d84b9066619ae6dd9bef/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a2fb5c3bf0fdd21d0f10d84b9066619ae6dd9bef/config
Defconfig      : http://autobuild.buildroot.net/results/a2fb5c3bf0fdd21d0f10d84b9066619ae6dd9bef/defconfig

Build 2913593e41d48e5ae29121cf90048645a3971dfd
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-21 03:01:46
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/2913593e41d48e5ae29121cf90048645a3971dfd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2913593e41d48e5ae29121cf90048645a3971dfd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2913593e41d48e5ae29121cf90048645a3971dfd/config
Defconfig      : http://autobuild.buildroot.net/results/2913593e41d48e5ae29121cf90048645a3971dfd/defconfig

Build b167b1e5074a6e32757401c6481cf60d6fa44e53
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 03:33:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/b167b1e5074a6e32757401c6481cf60d6fa44e53/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b167b1e5074a6e32757401c6481cf60d6fa44e53/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b167b1e5074a6e32757401c6481cf60d6fa44e53/config
Defconfig      : http://autobuild.buildroot.net/results/b167b1e5074a6e32757401c6481cf60d6fa44e53/defconfig

Build 9235440a1e75a1c8546ea8d6402e2c7f63bcd66c
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 03:34:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/9235440a1e75a1c8546ea8d6402e2c7f63bcd66c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9235440a1e75a1c8546ea8d6402e2c7f63bcd66c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9235440a1e75a1c8546ea8d6402e2c7f63bcd66c/config
Defconfig      : http://autobuild.buildroot.net/results/9235440a1e75a1c8546ea8d6402e2c7f63bcd66c/defconfig

Build caaf76f3fea2d01643db64973cc1444ad804b173
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 04:53:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/caaf76f3fea2d01643db64973cc1444ad804b173/build-end.log
Complete log   : http://autobuild.buildroot.net/results/caaf76f3fea2d01643db64973cc1444ad804b173/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/caaf76f3fea2d01643db64973cc1444ad804b173/config
Defconfig      : http://autobuild.buildroot.net/results/caaf76f3fea2d01643db64973cc1444ad804b173/defconfig

Build fac4f31a36a6ef78ac1f559aee618575ce623b32
==============================================

Status         : NOK
Failure reason : libfuse-2.9.2
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 05:04:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/fac4f31a36a6ef78ac1f559aee618575ce623b32/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fac4f31a36a6ef78ac1f559aee618575ce623b32/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fac4f31a36a6ef78ac1f559aee618575ce623b32/config
Defconfig      : http://autobuild.buildroot.net/results/fac4f31a36a6ef78ac1f559aee618575ce623b32/defconfig

Build c266deb57d96a60d46678e4727b5824982a123e2
==============================================

Status         : NOK
Failure reason : qt-4.8.3
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 05:15:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/c266deb57d96a60d46678e4727b5824982a123e2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c266deb57d96a60d46678e4727b5824982a123e2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c266deb57d96a60d46678e4727b5824982a123e2/config
Defconfig      : http://autobuild.buildroot.net/results/c266deb57d96a60d46678e4727b5824982a123e2/defconfig

Build ed21e09c12f5263a922ad3205bf492f277aabc6e
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 05:15:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/ed21e09c12f5263a922ad3205bf492f277aabc6e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ed21e09c12f5263a922ad3205bf492f277aabc6e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ed21e09c12f5263a922ad3205bf492f277aabc6e/config
Defconfig      : http://autobuild.buildroot.net/results/ed21e09c12f5263a922ad3205bf492f277aabc6e/defconfig

Build ca7ae68a79c76705338e86bd91157c2d9aed574b
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 06:16:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/ca7ae68a79c76705338e86bd91157c2d9aed574b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ca7ae68a79c76705338e86bd91157c2d9aed574b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ca7ae68a79c76705338e86bd91157c2d9aed574b/config
Defconfig      : http://autobuild.buildroot.net/results/ca7ae68a79c76705338e86bd91157c2d9aed574b/defconfig

Build acf1eacb2e3d5ad63a9d6937464f898c1d2b8e7a
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 07:02:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/acf1eacb2e3d5ad63a9d6937464f898c1d2b8e7a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/acf1eacb2e3d5ad63a9d6937464f898c1d2b8e7a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/acf1eacb2e3d5ad63a9d6937464f898c1d2b8e7a/config
Defconfig      : http://autobuild.buildroot.net/results/acf1eacb2e3d5ad63a9d6937464f898c1d2b8e7a/defconfig

Build ebab3cf18b3bd5ed2490898c8dbb246164e628c1
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 07:24:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/ebab3cf18b3bd5ed2490898c8dbb246164e628c1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ebab3cf18b3bd5ed2490898c8dbb246164e628c1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ebab3cf18b3bd5ed2490898c8dbb246164e628c1/config
Defconfig      : http://autobuild.buildroot.net/results/ebab3cf18b3bd5ed2490898c8dbb246164e628c1/defconfig

Build f52601a01f2b216647fccb82199d2aee20a93fc5
==============================================

Status         : NOK
Failure reason : ffmpeg-0.8.12
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 07:56:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/f52601a01f2b216647fccb82199d2aee20a93fc5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f52601a01f2b216647fccb82199d2aee20a93fc5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f52601a01f2b216647fccb82199d2aee20a93fc5/config
Defconfig      : http://autobuild.buildroot.net/results/f52601a01f2b216647fccb82199d2aee20a93fc5/defconfig

Build a8c9bd928b0329e6387ee436ad9bb2beb7c44a32
==============================================

Status         : NOK
Failure reason : ffmpeg-0.8.12
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 08:12:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/a8c9bd928b0329e6387ee436ad9bb2beb7c44a32/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a8c9bd928b0329e6387ee436ad9bb2beb7c44a32/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a8c9bd928b0329e6387ee436ad9bb2beb7c44a32/config
Defconfig      : http://autobuild.buildroot.net/results/a8c9bd928b0329e6387ee436ad9bb2beb7c44a32/defconfig

Build 4d6a5793e475683fbc58ccaf03cf7816233a5052
==============================================

Status         : NOK
Failure reason : pulseaudio-2.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 09:10:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/4d6a5793e475683fbc58ccaf03cf7816233a5052/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4d6a5793e475683fbc58ccaf03cf7816233a5052/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4d6a5793e475683fbc58ccaf03cf7816233a5052/config
Defconfig      : http://autobuild.buildroot.net/results/4d6a5793e475683fbc58ccaf03cf7816233a5052/defconfig

Build 354eb08c33f01b6cc0c0ee1cf3109a06947b4153
==============================================

Status         : NOK
Failure reason : valgrind-3.7.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 09:13:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd1aa62cceff4aa9072d7933042480c20cfd07ef
End of log     : http://autobuild.buildroot.net/results/354eb08c33f01b6cc0c0ee1cf3109a06947b4153/build-end.log
Complete log   : http://autobuild.buildroot.net/results/354eb08c33f01b6cc0c0ee1cf3109a06947b4153/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/354eb08c33f01b6cc0c0ee1cf3109a06947b4153/config
Defconfig      : http://autobuild.buildroot.net/results/354eb08c33f01b6cc0c0ee1cf3109a06947b4153/defconfig

Build d860b317532a672f5f6271af7f5dd9cab8c06f7f
==============================================

Status         : NOK
Failure reason : libnetfilter_cttimeout-1.0.0
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 09:48:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/d860b317532a672f5f6271af7f5dd9cab8c06f7f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d860b317532a672f5f6271af7f5dd9cab8c06f7f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d860b317532a672f5f6271af7f5dd9cab8c06f7f/config
Defconfig      : http://autobuild.buildroot.net/results/d860b317532a672f5f6271af7f5dd9cab8c06f7f/defconfig

Build 31adabcb4a06c7e0e2ed58d2db43155753fdaa28
==============================================

Status         : NOK
Failure reason : squid-3.2.5
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 09:55:00
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/31adabcb4a06c7e0e2ed58d2db43155753fdaa28/build-end.log
Complete log   : http://autobuild.buildroot.net/results/31adabcb4a06c7e0e2ed58d2db43155753fdaa28/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/31adabcb4a06c7e0e2ed58d2db43155753fdaa28/config
Defconfig      : http://autobuild.buildroot.net/results/31adabcb4a06c7e0e2ed58d2db43155753fdaa28/defconfig

Build 93d1dc6c2ce84b4e4919f6bfc122836b63ef8e30
==============================================

Status         : NOK
Failure reason : imagemagick-6.7.8-8
Architecture   : sh4
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 10:10:41
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/93d1dc6c2ce84b4e4919f6bfc122836b63ef8e30/build-end.log
Complete log   : http://autobuild.buildroot.net/results/93d1dc6c2ce84b4e4919f6bfc122836b63ef8e30/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/93d1dc6c2ce84b4e4919f6bfc122836b63ef8e30/config
Defconfig      : http://autobuild.buildroot.net/results/93d1dc6c2ce84b4e4919f6bfc122836b63ef8e30/defconfig

Build 1d25f5c2e8845ee62c45c080f589d771f96f0a55
==============================================

Status         : NOK
Failure reason : dialog-1.1-20111020
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 10:11:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/1d25f5c2e8845ee62c45c080f589d771f96f0a55/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1d25f5c2e8845ee62c45c080f589d771f96f0a55/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1d25f5c2e8845ee62c45c080f589d771f96f0a55/config
Defconfig      : http://autobuild.buildroot.net/results/1d25f5c2e8845ee62c45c080f589d771f96f0a55/defconfig

Build ba259bb8254643c1d5a24fdb87da81fddb18bcea
==============================================

Status         : NOK
Failure reason : gdb-7.4.1-target
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 10:13:29
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/ba259bb8254643c1d5a24fdb87da81fddb18bcea/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ba259bb8254643c1d5a24fdb87da81fddb18bcea/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ba259bb8254643c1d5a24fdb87da81fddb18bcea/config
Defconfig      : http://autobuild.buildroot.net/results/ba259bb8254643c1d5a24fdb87da81fddb18bcea/defconfig

Build ca40545a8e5b7ff5922c74af55d0c36f94474e3d
==============================================

Status         : NOK
Failure reason : connman-1.9
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 10:23:03
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/ca40545a8e5b7ff5922c74af55d0c36f94474e3d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ca40545a8e5b7ff5922c74af55d0c36f94474e3d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ca40545a8e5b7ff5922c74af55d0c36f94474e3d/config
Defconfig      : http://autobuild.buildroot.net/results/ca40545a8e5b7ff5922c74af55d0c36f94474e3d/defconfig

Build 0fa143a81f0edd1a28cf87929e3988b711b9ad6a
==============================================

Status         : NOK
Failure reason : libfuse-2.9.2
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 10:33:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/0fa143a81f0edd1a28cf87929e3988b711b9ad6a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0fa143a81f0edd1a28cf87929e3988b711b9ad6a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0fa143a81f0edd1a28cf87929e3988b711b9ad6a/config
Defconfig      : http://autobuild.buildroot.net/results/0fa143a81f0edd1a28cf87929e3988b711b9ad6a/defconfig

Build 53ecd792cdf97852d83de015cd331dd4d0db6eb6
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-21 11:12:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/53ecd792cdf97852d83de015cd331dd4d0db6eb6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/53ecd792cdf97852d83de015cd331dd4d0db6eb6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/53ecd792cdf97852d83de015cd331dd4d0db6eb6/config
Defconfig      : http://autobuild.buildroot.net/results/53ecd792cdf97852d83de015cd331dd4d0db6eb6/defconfig

Build 7a7af218b82bd7c85814545cf0c3cc8e06bcc8a1
==============================================

Status         : NOK
Failure reason : xserver_xorg-server-1.9.4
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 11:13:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/7a7af218b82bd7c85814545cf0c3cc8e06bcc8a1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7a7af218b82bd7c85814545cf0c3cc8e06bcc8a1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7a7af218b82bd7c85814545cf0c3cc8e06bcc8a1/config
Defconfig      : http://autobuild.buildroot.net/results/7a7af218b82bd7c85814545cf0c3cc8e06bcc8a1/defconfig

Build e4de98ee06ffcaa8fe3fc627429bcf709f512546
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 11:17:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/e4de98ee06ffcaa8fe3fc627429bcf709f512546/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e4de98ee06ffcaa8fe3fc627429bcf709f512546/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e4de98ee06ffcaa8fe3fc627429bcf709f512546/config
Defconfig      : http://autobuild.buildroot.net/results/e4de98ee06ffcaa8fe3fc627429bcf709f512546/defconfig

Build 2733f78a859e41fdcebb4b682e3098e4e9e14b91
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 11:32:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/2733f78a859e41fdcebb4b682e3098e4e9e14b91/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2733f78a859e41fdcebb4b682e3098e4e9e14b91/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2733f78a859e41fdcebb4b682e3098e4e9e14b91/config
Defconfig      : http://autobuild.buildroot.net/results/2733f78a859e41fdcebb4b682e3098e4e9e14b91/defconfig

Build e1ff5f429350cab32532db163bd85bf9d15da1ea
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 11:34:01
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/e1ff5f429350cab32532db163bd85bf9d15da1ea/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e1ff5f429350cab32532db163bd85bf9d15da1ea/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e1ff5f429350cab32532db163bd85bf9d15da1ea/config
Defconfig      : http://autobuild.buildroot.net/results/e1ff5f429350cab32532db163bd85bf9d15da1ea/defconfig

Build 4d5401f08820a7c100df2e6aa6c947f58d954f63
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 11:37:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/4d5401f08820a7c100df2e6aa6c947f58d954f63/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4d5401f08820a7c100df2e6aa6c947f58d954f63/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4d5401f08820a7c100df2e6aa6c947f58d954f63/config
Defconfig      : http://autobuild.buildroot.net/results/4d5401f08820a7c100df2e6aa6c947f58d954f63/defconfig

Build a73edabea34e73c36419d53f1852e67fa5b35a5b
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 12:01:04
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/a73edabea34e73c36419d53f1852e67fa5b35a5b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a73edabea34e73c36419d53f1852e67fa5b35a5b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a73edabea34e73c36419d53f1852e67fa5b35a5b/config
Defconfig      : http://autobuild.buildroot.net/results/a73edabea34e73c36419d53f1852e67fa5b35a5b/defconfig

Build db5578884c1dc789e5022bd87872189e260cb762
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 12:30:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/db5578884c1dc789e5022bd87872189e260cb762/build-end.log
Complete log   : http://autobuild.buildroot.net/results/db5578884c1dc789e5022bd87872189e260cb762/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/db5578884c1dc789e5022bd87872189e260cb762/config
Defconfig      : http://autobuild.buildroot.net/results/db5578884c1dc789e5022bd87872189e260cb762/defconfig

Build 98a98b6d88d3832f57f7d979d10bdcc3577c135c
==============================================

Status         : NOK
Failure reason : php-5.3.19
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 12:34:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/98a98b6d88d3832f57f7d979d10bdcc3577c135c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/98a98b6d88d3832f57f7d979d10bdcc3577c135c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/98a98b6d88d3832f57f7d979d10bdcc3577c135c/config
Defconfig      : http://autobuild.buildroot.net/results/98a98b6d88d3832f57f7d979d10bdcc3577c135c/defconfig

Build fbb3c8b16e70b394ba2b97b4c39cc05a31b14c44
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 13:30:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=25347541025401e1d575c198348e2f99b8894ce3
End of log     : http://autobuild.buildroot.net/results/fbb3c8b16e70b394ba2b97b4c39cc05a31b14c44/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fbb3c8b16e70b394ba2b97b4c39cc05a31b14c44/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fbb3c8b16e70b394ba2b97b4c39cc05a31b14c44/config
Defconfig      : http://autobuild.buildroot.net/results/fbb3c8b16e70b394ba2b97b4c39cc05a31b14c44/defconfig

Build 6abd7c853627187bcb34a31ac259eb458fa5ab4a
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 14:36:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/6abd7c853627187bcb34a31ac259eb458fa5ab4a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6abd7c853627187bcb34a31ac259eb458fa5ab4a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6abd7c853627187bcb34a31ac259eb458fa5ab4a/config
Defconfig      : http://autobuild.buildroot.net/results/6abd7c853627187bcb34a31ac259eb458fa5ab4a/defconfig

Build 34c3a6e0cc5f09178c6e68db5e9ba636dd4d479a
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 14:38:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/34c3a6e0cc5f09178c6e68db5e9ba636dd4d479a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/34c3a6e0cc5f09178c6e68db5e9ba636dd4d479a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/34c3a6e0cc5f09178c6e68db5e9ba636dd4d479a/config
Defconfig      : http://autobuild.buildroot.net/results/34c3a6e0cc5f09178c6e68db5e9ba636dd4d479a/defconfig

Build 82b51f3c853480dc62656d88c54baeba92e629c2
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 14:39:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/82b51f3c853480dc62656d88c54baeba92e629c2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/82b51f3c853480dc62656d88c54baeba92e629c2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/82b51f3c853480dc62656d88c54baeba92e629c2/config
Defconfig      : http://autobuild.buildroot.net/results/82b51f3c853480dc62656d88c54baeba92e629c2/defconfig

Build d031dfd66e51b1292513cd5f5e5a8627a7b9fd9d
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 14:46:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/d031dfd66e51b1292513cd5f5e5a8627a7b9fd9d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d031dfd66e51b1292513cd5f5e5a8627a7b9fd9d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d031dfd66e51b1292513cd5f5e5a8627a7b9fd9d/config
Defconfig      : http://autobuild.buildroot.net/results/d031dfd66e51b1292513cd5f5e5a8627a7b9fd9d/defconfig

Build 2bd5b511f543da934549e4851c261442c60e5579
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 16:16:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/2bd5b511f543da934549e4851c261442c60e5579/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2bd5b511f543da934549e4851c261442c60e5579/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2bd5b511f543da934549e4851c261442c60e5579/config
Defconfig      : http://autobuild.buildroot.net/results/2bd5b511f543da934549e4851c261442c60e5579/defconfig

Build 8fbb4fe0568344392aab3fc523321076b8a544fb
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : sh4a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 16:24:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/8fbb4fe0568344392aab3fc523321076b8a544fb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8fbb4fe0568344392aab3fc523321076b8a544fb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8fbb4fe0568344392aab3fc523321076b8a544fb/config
Defconfig      : http://autobuild.buildroot.net/results/8fbb4fe0568344392aab3fc523321076b8a544fb/defconfig

Build 42eaa2e8cd18d436492e2e69e9e2afa85e5a138e
==============================================

Status         : NOK
Failure reason : valgrind-3.7.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 16:35:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/42eaa2e8cd18d436492e2e69e9e2afa85e5a138e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/42eaa2e8cd18d436492e2e69e9e2afa85e5a138e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/42eaa2e8cd18d436492e2e69e9e2afa85e5a138e/config
Defconfig      : http://autobuild.buildroot.net/results/42eaa2e8cd18d436492e2e69e9e2afa85e5a138e/defconfig

Build 2bb012d85b3001fea3674df01a46a32e9b107592
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 17:11:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/2bb012d85b3001fea3674df01a46a32e9b107592/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2bb012d85b3001fea3674df01a46a32e9b107592/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2bb012d85b3001fea3674df01a46a32e9b107592/config
Defconfig      : http://autobuild.buildroot.net/results/2bb012d85b3001fea3674df01a46a32e9b107592/defconfig

Build 7bba827bdb83622ef52c1a3ce57e11ce0f3838fe
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 17:35:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/7bba827bdb83622ef52c1a3ce57e11ce0f3838fe/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7bba827bdb83622ef52c1a3ce57e11ce0f3838fe/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7bba827bdb83622ef52c1a3ce57e11ce0f3838fe/config
Defconfig      : http://autobuild.buildroot.net/results/7bba827bdb83622ef52c1a3ce57e11ce0f3838fe/defconfig

Build 0e524e8e5562d53c52d14d48e54c3bf49c28cdc6
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 17:43:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/0e524e8e5562d53c52d14d48e54c3bf49c28cdc6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0e524e8e5562d53c52d14d48e54c3bf49c28cdc6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0e524e8e5562d53c52d14d48e54c3bf49c28cdc6/config
Defconfig      : http://autobuild.buildroot.net/results/0e524e8e5562d53c52d14d48e54c3bf49c28cdc6/defconfig

Build 4cd8e7ea4c4aea79a7a45fb0e3c57ae69187d883
==============================================

Status         : NOK
Failure reason : qt-4.8.3
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 18:28:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/4cd8e7ea4c4aea79a7a45fb0e3c57ae69187d883/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4cd8e7ea4c4aea79a7a45fb0e3c57ae69187d883/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4cd8e7ea4c4aea79a7a45fb0e3c57ae69187d883/config
Defconfig      : http://autobuild.buildroot.net/results/4cd8e7ea4c4aea79a7a45fb0e3c57ae69187d883/defconfig

Build dd264f3f3532b788f8243c626823282fc81fd252
==============================================

Status         : NOK
Failure reason : ltrace-0.7.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 18:33:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/dd264f3f3532b788f8243c626823282fc81fd252/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dd264f3f3532b788f8243c626823282fc81fd252/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dd264f3f3532b788f8243c626823282fc81fd252/config
Defconfig      : http://autobuild.buildroot.net/results/dd264f3f3532b788f8243c626823282fc81fd252/defconfig

Build 0efbffc4d48420bcadef42bc866ed2f7934d76d4
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 19:25:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/0efbffc4d48420bcadef42bc866ed2f7934d76d4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0efbffc4d48420bcadef42bc866ed2f7934d76d4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0efbffc4d48420bcadef42bc866ed2f7934d76d4/config
Defconfig      : http://autobuild.buildroot.net/results/0efbffc4d48420bcadef42bc866ed2f7934d76d4/defconfig

Build 294ea0362829a7d36c7844664905085d11bb3ac3
==============================================

Status         : NOK
Failure reason : ltrace-0.7.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 19:33:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/294ea0362829a7d36c7844664905085d11bb3ac3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/294ea0362829a7d36c7844664905085d11bb3ac3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/294ea0362829a7d36c7844664905085d11bb3ac3/config
Defconfig      : http://autobuild.buildroot.net/results/294ea0362829a7d36c7844664905085d11bb3ac3/defconfig

Build 07ad0ebaa252a2e2f67ecd88a14433f73a30ec58
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 19:40:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/07ad0ebaa252a2e2f67ecd88a14433f73a30ec58/build-end.log
Complete log   : http://autobuild.buildroot.net/results/07ad0ebaa252a2e2f67ecd88a14433f73a30ec58/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/07ad0ebaa252a2e2f67ecd88a14433f73a30ec58/config
Defconfig      : http://autobuild.buildroot.net/results/07ad0ebaa252a2e2f67ecd88a14433f73a30ec58/defconfig

Build 6d3cd6fdb2007bf365b539e261bad66f50022892
==============================================

Status         : NOK
Failure reason : kismet-2011-03-R2
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 19:45:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/6d3cd6fdb2007bf365b539e261bad66f50022892/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6d3cd6fdb2007bf365b539e261bad66f50022892/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6d3cd6fdb2007bf365b539e261bad66f50022892/config
Defconfig      : http://autobuild.buildroot.net/results/6d3cd6fdb2007bf365b539e261bad66f50022892/defconfig

Build 6021dec2eeedf75517ec980d99495a6cc0a58e4e
==============================================

Status         : NOK
Failure reason : sqlite-3071401
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 20:00:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/6021dec2eeedf75517ec980d99495a6cc0a58e4e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6021dec2eeedf75517ec980d99495a6cc0a58e4e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6021dec2eeedf75517ec980d99495a6cc0a58e4e/config
Defconfig      : http://autobuild.buildroot.net/results/6021dec2eeedf75517ec980d99495a6cc0a58e4e/defconfig

Build a187c76c359787f8e2ec6e12da2d7b1e33ed43c5
==============================================

Status         : NOK
Failure reason : gettext-0.18.1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 21:22:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/a187c76c359787f8e2ec6e12da2d7b1e33ed43c5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a187c76c359787f8e2ec6e12da2d7b1e33ed43c5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a187c76c359787f8e2ec6e12da2d7b1e33ed43c5/config
Defconfig      : http://autobuild.buildroot.net/results/a187c76c359787f8e2ec6e12da2d7b1e33ed43c5/defconfig

Build 85a27ea9a30f8b28afaf7f0675b3996b1fc3e3fb
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 22:08:00
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/85a27ea9a30f8b28afaf7f0675b3996b1fc3e3fb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/85a27ea9a30f8b28afaf7f0675b3996b1fc3e3fb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/85a27ea9a30f8b28afaf7f0675b3996b1fc3e3fb/config
Defconfig      : http://autobuild.buildroot.net/results/85a27ea9a30f8b28afaf7f0675b3996b1fc3e3fb/defconfig

Build baaf9d5da55438791d69ab7e7e2906bd8fcafc0b
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-21 22:48:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5649176a485e1138ed3e42ebb7700255f6c93153
End of log     : http://autobuild.buildroot.net/results/baaf9d5da55438791d69ab7e7e2906bd8fcafc0b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/baaf9d5da55438791d69ab7e7e2906bd8fcafc0b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/baaf9d5da55438791d69ab7e7e2906bd8fcafc0b/config
Defconfig      : http://autobuild.buildroot.net/results/baaf9d5da55438791d69ab7e7e2906bd8fcafc0b/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [PATCH] pulseaudio: needs threads
From: Gustavo Zacarias @ 2012-12-22 12:06 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/4d6a5793e475683fbc58ccaf03cf7816233a5052/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/multimedia/gst-plugins-good/Config.in |    1 +
 package/multimedia/mpd/Config.in              |    1 +
 package/multimedia/pulseaudio/Config.in       |    5 +++--
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/package/multimedia/gst-plugins-good/Config.in b/package/multimedia/gst-plugins-good/Config.in
index 33ecb5c..b5006e6 100644
--- a/package/multimedia/gst-plugins-good/Config.in
+++ b/package/multimedia/gst-plugins-good/Config.in
@@ -193,6 +193,7 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS4
 	bool "oss4 (Open Sound System 4)"
 
 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PULSE
+	depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio
 	select BR2_PACKAGE_PULSEAUDIO
 	bool "pulseaudio"
 
diff --git a/package/multimedia/mpd/Config.in b/package/multimedia/mpd/Config.in
index 5d08182..2e44741 100644
--- a/package/multimedia/mpd/Config.in
+++ b/package/multimedia/mpd/Config.in
@@ -40,6 +40,7 @@ config BR2_PACKAGE_MPD_AUDIOFILE
 
 config BR2_PACKAGE_MPD_PULSEAUDIO
 	bool "pulseaudio"
+	depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio
 	select BR2_PACKAGE_PULSEAUDIO
 	help
 	  Enable pulseaudio output support.
diff --git a/package/multimedia/pulseaudio/Config.in b/package/multimedia/pulseaudio/Config.in
index 6c767bb..eeb8b5a 100644
--- a/package/multimedia/pulseaudio/Config.in
+++ b/package/multimedia/pulseaudio/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PULSEAUDIO
 	bool "pulseaudio"
 	depends on BR2_USE_WCHAR
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_LIBTOOL
 	select BR2_PACKAGE_JSON_C
 	select BR2_PACKAGE_LIBSNDFILE
@@ -17,5 +18,5 @@ config BR2_PACKAGE_PULSEAUDIO
 
 	  http://pulseaudio.org
 
-comment "pulseaudio requires a toolchain with WCHAR support"
-	depends on !BR2_USE_WCHAR
+comment "pulseaudio requires a toolchain with WCHAR and threads support"
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
-- 
1.7.8.6

^ permalink raw reply related


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox