Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3] package/pulseview: fix a build issue
From: Bartosz Golaszewski @ 2017-05-17 10:10 UTC (permalink / raw)
  To: buildroot

Backport an upstream patch fixing the build issue related to boost
math definitions.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
v1 -> v2:
- backported the upstream patch instead of fixing it myself

v2 -> v3:
- dropped the patch numbering
- added the missing sign-off

 ...txt-Avoid-fext-numeric-literals-not-suppo.patch | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch

diff --git a/package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch b/package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch
new file mode 100644
index 0000000..89137f2
--- /dev/null
+++ b/package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch
@@ -0,0 +1,28 @@
+From 6ad4d7a6f17edecc3523a7ab3d627f9a70dbacc1 Mon Sep 17 00:00:00 2001
+From: Uwe Hermann <uwe@hermann-uwe.de>
+Date: Wed, 17 May 2017 11:00:44 +0200
+Subject: [PATCH] CMakeLists.txt: Avoid -fext-numeric-literals, (not supported
+ by clang).
+
+This (re-)fixes bug #863.
+
+Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
+---
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e8bc79f..e7e4432 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -395,6 +395,7 @@ add_definitions(${QT_DEFINITIONS} -DQT_NO_KEYWORDS)
+ add_definitions(-D__STDC_LIMIT_MACROS)
+ add_definitions(-Wall -Wextra)
+ add_definitions(-std=c++11)
++add_definitions(-DBOOST_MATH_DISABLE_FLOAT128=1)
+ 
+ if(ENABLE_DECODE)
+ 	add_definitions(-DENABLE_DECODE)
+-- 
+2.9.3
+
-- 
2.9.3

^ permalink raw reply related

* [Buildroot] how to install package ltp-testsuite outside of target directory
From: Peter Korsgaard @ 2017-05-17  9:51 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <8729016553E3654398EA69218DA29EEF15B9AEC2@cnshjmbx02>

>>>>> "YUAN" == YUAN Linyu <Linyu.Yuan@alcatel-sbell.com.cn> writes:

Hi,

 >> The single rootfs assumption is quite deep in Buildroot and I haven't
 >> seen a design for how we could cleanly handle various rootfs splitups
 >> without introducing a lot of complexity, so don't expect Buildroot to
 >> officially support it in the near future.

> I am not try to create multiple rootfs, I just want to move ltp-testsuite
 > (or other package which have big size) from rootfs to another place, then
 > I can do operation like tar it or manual create another file system.

Yes, that is really what I mean with multiple filesystems. You want to
remove a part of the buildroot rootfs and store the data in another
filesystem.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH v2] package/pulseview: fix a build issue
From: Baruch Siach @ 2017-05-17  9:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1495012969-16933-1-git-send-email-brgl@bgdev.pl>

Hi Bartosz,

On Wed, May 17, 2017 at 11:22:49AM +0200, Bartosz Golaszewski wrote:
> Backport an upstream patch fixing the build issue related to boost
> math definitions.
> 
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> ---
> v1 -> v2:
> - backported the upstream patch instead of fixing it myself
> 
>  ...txt-Avoid-fext-numeric-literals-not-suppo.patch | 26 ++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>  create mode 100644 package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch
> 
> diff --git a/package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch b/package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch
> new file mode 100644
> index 0000000..3bd05bd
> --- /dev/null
> +++ b/package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch
> @@ -0,0 +1,26 @@
> +From 326f6d8317da370513868946c4a77dea0cd7f913 Mon Sep 17 00:00:00 2001
> +From: Uwe Hermann <uwe@hermann-uwe.de>
> +Date: Wed, 17 May 2017 11:00:44 +0200
> +Subject: [PATCH 3/3] CMakeLists.txt: Avoid -fext-numeric-literals, (not
> + supported by clang).

These patch numbers tend to get out of sync overtime. Please generate the 
patch with the -N parameter of 'git format-patch' to omit the numbering.

> +
> +This (re-)fixes bug #863.

Please add your sign-off here.

> +---
> + CMakeLists.txt | 1 +
> + 1 file changed, 1 insertion(+)
> +
> +diff --git a/CMakeLists.txt b/CMakeLists.txt
> +index e8bc79f..e7e4432 100644
> +--- a/CMakeLists.txt
> ++++ b/CMakeLists.txt
> +@@ -395,6 +395,7 @@ add_definitions(${QT_DEFINITIONS} -DQT_NO_KEYWORDS)
> + add_definitions(-D__STDC_LIMIT_MACROS)
> + add_definitions(-Wall -Wextra)
> + add_definitions(-std=c++11)
> ++add_definitions(-DBOOST_MATH_DISABLE_FLOAT128=1)
> + 
> + if(ENABLE_DECODE)
> + 	add_definitions(-DENABLE_DECODE)

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply

* [Buildroot] [Bug 9871] New: fbgrab 1.3 won't build with BR2_REPRODUCIBLE set
From: bugzilla at busybox.net @ 2017-05-17  9:38 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 9871
           Summary: fbgrab 1.3 won't build with BR2_REPRODUCIBLE set
           Product: buildroot
           Version: 2017.02.1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: camille at sound4.biz
                CC: buildroot at uclibc.org
  Target Milestone: ---

Created attachment 7066
  --> https://bugs.busybox.net/attachment.cgi?id=7066&action=edit
Patch to apply to fbgrab 1.3

fbgrab 1.3 won't build with BR2_REPRODUCIBLE set.

This is due to GZIP macro usage in the source Makefile.
gzip itself uses GZIP environment variable as parameters, so it thinks it has
the file gzip to compile.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply

* [Buildroot] [PATCH v2] package/pulseview: fix a build issue
From: Bartosz Golaszewski @ 2017-05-17  9:22 UTC (permalink / raw)
  To: buildroot

Backport an upstream patch fixing the build issue related to boost
math definitions.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
v1 -> v2:
- backported the upstream patch instead of fixing it myself

 ...txt-Avoid-fext-numeric-literals-not-suppo.patch | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch

diff --git a/package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch b/package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch
new file mode 100644
index 0000000..3bd05bd
--- /dev/null
+++ b/package/pulseview/0003-CMakeLists.txt-Avoid-fext-numeric-literals-not-suppo.patch
@@ -0,0 +1,26 @@
+From 326f6d8317da370513868946c4a77dea0cd7f913 Mon Sep 17 00:00:00 2001
+From: Uwe Hermann <uwe@hermann-uwe.de>
+Date: Wed, 17 May 2017 11:00:44 +0200
+Subject: [PATCH 3/3] CMakeLists.txt: Avoid -fext-numeric-literals, (not
+ supported by clang).
+
+This (re-)fixes bug #863.
+---
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e8bc79f..e7e4432 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -395,6 +395,7 @@ add_definitions(${QT_DEFINITIONS} -DQT_NO_KEYWORDS)
+ add_definitions(-D__STDC_LIMIT_MACROS)
+ add_definitions(-Wall -Wextra)
+ add_definitions(-std=c++11)
++add_definitions(-DBOOST_MATH_DISABLE_FLOAT128=1)
+ 
+ if(ENABLE_DECODE)
+ 	add_definitions(-DENABLE_DECODE)
+-- 
+2.9.3
+
-- 
2.9.3

^ permalink raw reply related

* [Buildroot] how to install package ltp-testsuite outside of target directory
From: YUAN Linyu @ 2017-05-17  9:17 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <87shk36ej9.fsf@dell.be.48ers.dk>

Hi,

> -----Original Message-----
> From: Peter Korsgaard [mailto:jacmet at gmail.com] On Behalf Of Peter
> Korsgaard
> Sent: Wednesday, May 17, 2017 5:04 PM
> To: YUAN Linyu
> Cc: buildroot at busybox.net
> Subject: Re: how to install package ltp-testsuite outside of target directory
>  > So buildroot will not provide an official solution to do such thing,
>  > right?
> 
> The single rootfs assumption is quite deep in Buildroot and I haven't
> seen a design for how we could cleanly handle various rootfs splitups
> without introducing a lot of complexity, so don't expect Buildroot to
> officially support it in the near future.
I am not try to create multiple rootfs, I just want to move ltp-testsuite
(or other package which have big size) from rootfs to another place, then
I can do operation like tar it or manual create another file system.

> 
> --
> Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] how to install package ltp-testsuite outside of target directory
From: Peter Korsgaard @ 2017-05-17  9:03 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <8729016553E3654398EA69218DA29EEF15B9ADF2@cnshjmbx02>

>>>>> "YUAN" == YUAN Linyu <Linyu.Yuan@alcatel-sbell.com.cn> writes:

Hi,

 >> An alternative is to write a post-build script to remove these files
 >> from the rootfs and instead create a seperate filesystem with the ltp
 >> files.
 > Do you mean private post-build script, right? 

Yes, a custom script.

 > So buildroot will not provide an official solution to do such thing,
 > right?

The single rootfs assumption is quite deep in Buildroot and I haven't
seen a design for how we could cleanly handle various rootfs splitups
without introducing a lot of complexity, so don't expect Buildroot to
officially support it in the near future.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] rabbitmq-c: openssl/popt sub-options don't work in static linking
From: Peter Korsgaard @ 2017-05-17  8:57 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=beb6524225f12549a216183abc07745f8d36e764
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

rabbitmq-c currently fails to build in a number of static linking
situations, due to two issues:

 - CMake FindOpenSSL module is buggy. Even though it uses pkg-config,
   it doesn't use the information returned by pkg-config, and
   therefore doesn't know about second order libraries that need be
   part of the link for static linking to succeed. Due to this, -lz is
   not passed, and therefore rabbitmq-c fails when linking against
   libssl/libcrypto. This issue has been reported to upstream CMake at
   https://gitlab.kitware.com/cmake/cmake/issues/16885.

 - popt might use libintl, but CMake doesn't know about that. For
   autotools based packages, we typically work around this by passing
   LIBS=, but CMake apparently has no equivalent to LIBS=.

To workaround this, we only use the OpenSSL and Popt optional
dependencies in dynamic linking situations.

Fixes:

  http://autobuild.buildroot.net/results/798dbe5e5fd0463bb2066cb115656795144c327f/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/rabbitmq-c/rabbitmq-c.mk | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/package/rabbitmq-c/rabbitmq-c.mk b/package/rabbitmq-c/rabbitmq-c.mk
index 1ca35ad..eef09ec 100644
--- a/package/rabbitmq-c/rabbitmq-c.mk
+++ b/package/rabbitmq-c/rabbitmq-c.mk
@@ -21,14 +21,20 @@ else ifeq ($(BR2_SHARED_LIBS),y)
 RABBITMQ_C_CONF_OPTS += -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF
 endif
 
-ifeq ($(BR2_PACKAGE_OPENSSL),y)
+# CMake OpenSSL detection is buggy, and doesn't properly use
+# pkg-config, so it fails when statically linking. See
+# https://gitlab.kitware.com/cmake/cmake/issues/16885.
+ifeq ($(BR2_PACKAGE_OPENSSL):$(BR2_STATIC_LIBS),y:)
 RABBITMQ_C_CONF_OPTS += -DENABLE_SSL_SUPPORT=ON
 RABBITMQ_C_DEPENDENCIES += openssl
 else
 RABBITMQ_C_CONF_OPTS += -DENABLE_SSL_SUPPORT=OFF
 endif
 
-ifeq ($(BR2_PACKAGE_POPT), y)
+# Popt is sometimes linked against libintl, but CMake doesn't know
+# about that, and there's no way to tell manually CMake to link
+# against an additional library.
+ifeq ($(BR2_PACKAGE_POPT):$(BR2_STATIC_LIBS),y:)
 RABBITMQ_C_CONF_OPTS += -DBUILD_TOOLS=ON
 RABBITMQ_C_DEPENDENCIES += popt
 else

^ permalink raw reply related

* [Buildroot] [PATCH] rabbitmq-c: openssl/popt sub-options don't work in stat_ic linking
From: Peter Korsgaard @ 2017-05-17  8:57 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1494796962-24132-1-git-send-email-thomas.petazzoni@free-electrons.com>

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > rabbitmq-c currently fails to build in a number of static linking
 > situations, due to two issues:

 >  - CMake FindOpenSSL module is buggy. Even though it uses pkg-config,
 >    it doesn't use the information returned by pkg-config, and
 >    therefore doesn't know about second order libraries that need be
 >    part of the link for static linking to succeed. Due to this, -lz is
 >    not passed, and therefore rabbitmq-c fails when linking against
 >    libssl/libcrypto. This issue has been reported to upstream CMake at
 >    https://gitlab.kitware.com/cmake/cmake/issues/16885.

 >  - popt might use libintl, but CMake doesn't know about that. For
 >    autotools based packages, we typically work around this by passing
 >    LIBS=, but CMake apparently has no equivalent to LIBS=.

 > To workaround this, we only use the OpenSSL and Popt optional
 > dependencies in dynamic linking situations.

I was hesitating if it wasn't better to just make rabbitmq-c depend on
!static, but OK.

Committed after fixing subject, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH] package/pulseview: fix a build issue
From: Bartosz Golaszewski @ 2017-05-17  8:57 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1495009562-7144-1-git-send-email-brgl@bgdev.pl>

2017-05-17 10:26 GMT+02:00 Bartosz Golaszewski <brgl@bgdev.pl>:
> Add a downstream patch fixing a build issue related to Boost.Math.
>
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> ---
>  ...-boost-math-related-build-issue-with-musl.patch | 29 ++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>  create mode 100644 package/pulseview/0003-build-fix-a-boost-math-related-build-issue-with-musl.patch
>
> diff --git a/package/pulseview/0003-build-fix-a-boost-math-related-build-issue-with-musl.patch b/package/pulseview/0003-build-fix-a-boost-math-related-build-issue-with-musl.patch
> new file mode 100644
> index 0000000..d67a0b2
> --- /dev/null
> +++ b/package/pulseview/0003-build-fix-a-boost-math-related-build-issue-with-musl.patch
> @@ -0,0 +1,29 @@
> +From 7b5446117bce40af352823189cab771f33558622 Mon Sep 17 00:00:00 2001
> +From: Bartosz Golaszewski <brgl@bgdev.pl>
> +Date: Tue, 16 May 2017 15:38:06 +0200
> +Subject: [PATCH 3/3] build: fix a boost math related build issue with musl
> +
> +Boost causes problems with its BOOST_MATH_BIG_CONSTANT definition when
> +building with a musl libc toolchain. Add the -fext-numeric-literals to
> +fix it.
> +
> +Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> +---
> + CMakeLists.txt | 1 +
> + 1 file changed, 1 insertion(+)
> +
> +diff --git a/CMakeLists.txt b/CMakeLists.txt
> +index e8bc79f..c064cdb 100644
> +--- a/CMakeLists.txt
> ++++ b/CMakeLists.txt
> +@@ -395,6 +395,7 @@ add_definitions(${QT_DEFINITIONS} -DQT_NO_KEYWORDS)
> + add_definitions(-D__STDC_LIMIT_MACROS)
> + add_definitions(-Wall -Wextra)
> + add_definitions(-std=c++11)
> ++add_definitions(-fext-numeric-literals)
> +
> + if(ENABLE_DECODE)
> +       add_definitions(-DENABLE_DECODE)
> +--
> +2.9.3
> +
> --
> 2.9.3
>

Ugh -ETOEARLY

Please don't apply this patch, this is fixed upstream, just in a
different way and I missed it.

Thanks,
Bartosz Golaszewski

^ permalink raw reply

* [Buildroot] how to install package ltp-testsuite outside of target directory
From: YUAN Linyu @ 2017-05-17  8:48 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <8760gz7u5a.fsf@dell.be.48ers.dk>

Hi,

> -----Original Message-----
> From: Peter Korsgaard [mailto:jacmet at gmail.com] On Behalf Of Peter
> Korsgaard
> Sent: Wednesday, May 17, 2017 4:41 PM
> To: YUAN Linyu
> Cc: buildroot at busybox.net
> Subject: Re: how to install package ltp-testsuite outside of target directory
> 
> >>>>> "YUAN" == YUAN Linyu <Linyu.Yuan@alcatel-sbell.com.cn> writes:
> 
>  > Hi,
>  > When I build ltp-testsuite into a ARM initramfs image, it's very big,
>  > so system can't load module which can load without ltp-testsuite built.
> 
>  > section 3 reloc 1 sym 'vmalloc_to_page': relocation 28 out of range
>  >  (0xbf000034 -> 0xc1a18f1c)
> 
>  > I try to build ltp-testsuite outside the target rootfs.,
>  > for example, $(BASE_DIR)/ ltp-testsuite,
>  > it need change below configuration in pkg-autotools.mk,
>  > and add one configuration item to enable user define a directory for install.
> 
>  > $(2)_INSTALL_TARGET_OPTS                ?=
> DESTDIR=$$(TARGET_DIR) install
>  > ==>
>  > $(2)_TARGET_DIR		?= $$(TARGET_DIR)
>  > $(2)_INSTALL_TARGET_OPTS                ?=
> DESTDIR=$$($(2)_TARGET_DIR) install
> 
>  > anyone have a better solution?
> 
> An alternative is to write a post-build script to remove these files
> from the rootfs and instead create a seperate filesystem with the ltp
> files.
Do you mean private post-build script, right? 
So buildroot will not provide an official solution to do such thing, right?
> 
> --
> Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH 1/1] configs: beaglebone: bump kernel version to 4.4.41
From: Peter Korsgaard @ 2017-05-17  8:47 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1494846724-30126-1-git-send-email-lothar.felten@gmail.com>

>>>>> "Lothar" == Lothar Felten <lothar.felten@gmail.com> writes:

 > Switch to Linux kernel version 4.4.41 from the TI SDK 03.03.00.04
 > (TI SDK release date: 29.03.2017)

 > Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
 > ---
 >  configs/beaglebone_defconfig | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

Committed to next, thanks.

What about beaglebone_qt5_defconfig?

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit branch/next] configs: beaglebone: bump kernel version to 4.4.41
From: Peter Korsgaard @ 2017-05-17  8:46 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=eb1a20049b00d4dfe0c4b06f073824a4d4e1d1f5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Switch to Linux kernel version 4.4.41 from the TI SDK 03.03.00.04
(TI SDK release date: 29.03.2017)

Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/beaglebone_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index b74ffbc..611b694 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -7,7 +7,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beaglebone/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/processor-sdk/processor-sdk-linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="adde2ca9f86797071f6e7b2b9e779fa5e4a8f3cd"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="f9f6f0db2d5e4f9d2ff46eb31a5a05276a92ed7d"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk"

^ permalink raw reply related

* [Buildroot] how to install package ltp-testsuite outside of target directory
From: Peter Korsgaard @ 2017-05-17  8:41 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <8729016553E3654398EA69218DA29EEF15B99E23@cnshjmbx02>

>>>>> "YUAN" == YUAN Linyu <Linyu.Yuan@alcatel-sbell.com.cn> writes:

 > Hi,
 > When I build ltp-testsuite into a ARM initramfs image, it's very big, 
 > so system can't load module which can load without ltp-testsuite built.

 > section 3 reloc 1 sym 'vmalloc_to_page': relocation 28 out of range
 >  (0xbf000034 -> 0xc1a18f1c)

 > I try to build ltp-testsuite outside the target rootfs.,
 > for example, $(BASE_DIR)/ ltp-testsuite, 
 > it need change below configuration in pkg-autotools.mk,
 > and add one configuration item to enable user define a directory for install.

 > $(2)_INSTALL_TARGET_OPTS                ?= DESTDIR=$$(TARGET_DIR) install
 > ==>
 > $(2)_TARGET_DIR		?= $$(TARGET_DIR)
 > $(2)_INSTALL_TARGET_OPTS                ?= DESTDIR=$$($(2)_TARGET_DIR) install

 > anyone have a better solution?

An alternative is to write a post-build script to remove these files
from the rootfs and instead create a seperate filesystem with the ltp
files.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH next 2/2] python-pytablewriter: bump version to 0.19.7
From: Peter Korsgaard @ 2017-05-17  8:37 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20170515160543.21760-2-Vincent.Riera@imgtec.com>

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH next 1/2] python-dataproperty: bump version to 0.22.0
From: Peter Korsgaard @ 2017-05-17  8:37 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20170515160543.21760-1-Vincent.Riera@imgtec.com>

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit branch/next] python-pytablewriter: bump version to 0.19.7
From: Peter Korsgaard @ 2017-05-17  8:37 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=b23c9ae44f668a1cc9592113307502c6856721aa
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/python-pytablewriter/python-pytablewriter.hash | 4 ++--
 package/python-pytablewriter/python-pytablewriter.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-pytablewriter/python-pytablewriter.hash b/package/python-pytablewriter/python-pytablewriter.hash
index eefcb3a..570a7ab 100644
--- a/package/python-pytablewriter/python-pytablewriter.hash
+++ b/package/python-pytablewriter/python-pytablewriter.hash
@@ -1,3 +1,3 @@
 # md5 from https://pypi.python.org/pypi/pytablewriter/json, sha256 locally computed
-md5 fb404abd5a6aab2d8da8c93f24c9c974  pytablewriter-0.19.5.tar.gz
-sha256 0f06a73fc13fea7d6004ec9d96f2aeef920defaee1704268558a45e97455d35a  pytablewriter-0.19.5.tar.gz
+md5 0f559538d2d40b1f59904b3bf6c66b35  pytablewriter-0.19.7.tar.gz
+sha256 09c841a08cfcecc51e7ffc1846c5200b9f25ef6a3ed82a1a33f714b1c0d9ef94  pytablewriter-0.19.7.tar.gz
diff --git a/package/python-pytablewriter/python-pytablewriter.mk b/package/python-pytablewriter/python-pytablewriter.mk
index 50e85c2..24a4d2e 100644
--- a/package/python-pytablewriter/python-pytablewriter.mk
+++ b/package/python-pytablewriter/python-pytablewriter.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PYTABLEWRITER_VERSION = 0.19.5
+PYTHON_PYTABLEWRITER_VERSION = 0.19.7
 PYTHON_PYTABLEWRITER_SOURCE = pytablewriter-$(PYTHON_PYTABLEWRITER_VERSION).tar.gz
-PYTHON_PYTABLEWRITER_SITE = https://pypi.python.org/packages/db/c6/517cb51aee3c83b7eb60353f818aab0f39d310c925ea103cc54c0e0f8cd2
+PYTHON_PYTABLEWRITER_SITE = https://pypi.python.org/packages/2d/5d/02baae4e38413608a77abec5f4ad9a665ba788802e84d7f84cfd9fbe49a2
 PYTHON_PYTABLEWRITER_SETUP_TYPE = setuptools
 PYTHON_PYTABLEWRITER_LICENSE = MIT
 PYTHON_PYTABLEWRITER_LICENSE_FILES = LICENSE

^ permalink raw reply related

* [Buildroot] [git commit branch/next] python-dataproperty: bump version to 0.22.0
From: Peter Korsgaard @ 2017-05-17  8:37 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=eecf091dfe804c4075ae61420226cb066b1135a9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/python-dataproperty/python-dataproperty.hash | 4 ++--
 package/python-dataproperty/python-dataproperty.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-dataproperty/python-dataproperty.hash b/package/python-dataproperty/python-dataproperty.hash
index ad88498..6ab0646 100644
--- a/package/python-dataproperty/python-dataproperty.hash
+++ b/package/python-dataproperty/python-dataproperty.hash
@@ -1,3 +1,3 @@
 # md5 from https://pypi.python.org/pypi/dataproperty/json, sha256 locally computed
-md5 89e78396b91e6156c522175b3316546f  DataProperty-0.21.1.tar.gz
-sha256 7a5c77004e8f1bca734838966e30e555e323c06bda613ed3985fa9bef2665c71  DataProperty-0.21.1.tar.gz
+md5 7b41e6f9b250c4f04f07bbd2999c4259  DataProperty-0.22.0.tar.gz
+sha256 3ed49c923a996cbabc008fba7f2df8b2f303e961d64507348120faaacb6b5157  DataProperty-0.22.0.tar.gz
diff --git a/package/python-dataproperty/python-dataproperty.mk b/package/python-dataproperty/python-dataproperty.mk
index d9d0783..7feeed5 100644
--- a/package/python-dataproperty/python-dataproperty.mk
+++ b/package/python-dataproperty/python-dataproperty.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_DATAPROPERTY_VERSION = 0.21.1
+PYTHON_DATAPROPERTY_VERSION = 0.22.0
 PYTHON_DATAPROPERTY_SOURCE = DataProperty-$(PYTHON_DATAPROPERTY_VERSION).tar.gz
-PYTHON_DATAPROPERTY_SITE = https://pypi.python.org/packages/fc/9a/e6cc202b81b02aec39f35f2d13a6efc349cdc62ae3890f84b586468597ad
+PYTHON_DATAPROPERTY_SITE = https://pypi.python.org/packages/ed/00/091f46cc81869b925d4001300bef31ea2224436c494d1de7145d4bb56df1
 PYTHON_DATAPROPERTY_SETUP_TYPE = setuptools
 PYTHON_DATAPROPERTY_LICENSE = MIT
 PYTHON_DATAPROPERTY_LICENSE_FILES = LICENSE

^ permalink raw reply related

* [Buildroot] [PATCH 1/1] libmaxminddb: bump to version 1.2.1
From: Peter Korsgaard @ 2017-05-17  8:36 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1494967277-26141-1-git-send-email-fontaine.fabrice@gmail.com>

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Remove 0001-Add-disable-tests-to-configure.patch as it has been
 > integrated upstream

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit branch/next] libmaxminddb: bump to version 1.2.1
From: Peter Korsgaard @ 2017-05-17  8:34 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=929b57fb92819265b720e7c51edc8b2d8cbcf260
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Remove 0001-Add-disable-tests-to-configure.patch as it has been
integrated upstream

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 .../0001-Add-disable-tests-to-configure.patch      | 49 ----------------------
 package/libmaxminddb/libmaxminddb.hash             |  2 +-
 package/libmaxminddb/libmaxminddb.mk               |  5 +--
 3 files changed, 3 insertions(+), 53 deletions(-)

diff --git a/package/libmaxminddb/0001-Add-disable-tests-to-configure.patch b/package/libmaxminddb/0001-Add-disable-tests-to-configure.patch
deleted file mode 100644
index 8ff64e9..0000000
--- a/package/libmaxminddb/0001-Add-disable-tests-to-configure.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 8287848f747bd37298a2d32b8fd06cc59eb28028 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Thu, 9 Feb 2017 21:40:43 +0100
-Subject: [PATCH] Add --disable-tests to configure
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- Makefile.am  | 6 +++++-
- configure.ac | 6 ++++++
- 2 files changed, 11 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 1804945..cebcd31 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -5,8 +5,12 @@ nodist_include_HEADERS = include/maxminddb_config.h
- 
- SUBDIRS = \
-   src     \
--  bin     \
-+  bin
-+
-+if TESTS
-+SUBDIRS += \
-   t
-+endif
- 
- EXTRA_DIST = doc t Changes.md LICENSE NOTICE README.md projects/VS12 projects/VS12-tests
- dist-hook:
-diff --git a/configure.ac b/configure.ac
-index 7916212..2a22fab 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -119,6 +119,12 @@ AC_ARG_ENABLE(
-         esac],[debug=false])
- AM_CONDITIONAL([DEBUG], [test x$debug = xtrue])
- 
-+AC_ARG_ENABLE([tests],
-+        AS_HELP_STRING([--enable-tests], [Compilation of tests code]),
-+        [enable_tests=${enableval}],
-+        [enable_tests=yes])
-+AM_CONDITIONAL([TESTS], [test "${enable_tests}" = "yes"])
-+
- AC_CONFIG_FILES([Makefile
-                  src/Makefile
-                  bin/Makefile
--- 
-2.5.0
-
diff --git a/package/libmaxminddb/libmaxminddb.hash b/package/libmaxminddb/libmaxminddb.hash
index 3d5b4ca..952a655 100644
--- a/package/libmaxminddb/libmaxminddb.hash
+++ b/package/libmaxminddb/libmaxminddb.hash
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256	4147241d4e3103bd843167ae5a0d5cf176632b6898cb1cca6223d2d58cc53ef5	libmaxminddb-1.2.0.tar.gz
+sha256	06a0ec3d1496e1a7e30d74ea15373e0010bbe392ea1819c149aaf724dc57dd9a	libmaxminddb-1.2.1.tar.gz
diff --git a/package/libmaxminddb/libmaxminddb.mk b/package/libmaxminddb/libmaxminddb.mk
index c6e70c5..f0678a0 100644
--- a/package/libmaxminddb/libmaxminddb.mk
+++ b/package/libmaxminddb/libmaxminddb.mk
@@ -4,13 +4,12 @@
 #
 ################################################################################
 
-LIBMAXMINDDB_VERSION = 1.2.0
+LIBMAXMINDDB_VERSION = 1.2.1
 LIBMAXMINDDB_SITE = $(call github,maxmind,libmaxminddb,$(LIBMAXMINDDB_VERSION))
 LIBMAXMINDDB_INSTALL_STAGING = YES
 LIBMAXMINDDB_LICENSE = Apache-2.0
 LIBMAXMINDDB_LICENSE_FILES = LICENSE
-# Fetched from Github, with no configure script, and we're patching
-# configure.ac
+# Fetched from Github, with no configure script
 LIBMAXMINDDB_AUTORECONF = YES
 LIBMAXMINDDB_CONF_OPTS = --disable-tests
 

^ permalink raw reply related

* [Buildroot] Buildroot 2017.05-rc2 released
From: Peter Korsgaard @ 2017-05-17  8:33 UTC (permalink / raw)
  To: buildroot

Hi,

Buildroot 2017.05-rc2 is released - Go download it at:

http://buildroot.net/downloads/buildroot-2017.05-rc2.tar.gz

or

http://buildroot.net/downloads/buildroot-2017.05-rc2.tar.bz2

Or get it from Git:

git://git.buildroot.net/buildroot

Another week, another release candidate.

Please give it a spin and report any problems to the mailing list or
bug tracker. Many thanks to the people contributing to this release:

git shortlog -sn 2017.05-rc1..
    15  Thomas Petazzoni
    14  Romain Naour
     7  Vicente Olivert Riera
     6  Yann E. MORIN
     5  Peter Korsgaard
     4  Baruch Siach
     4  Bernd Kuhls
     2  Alexey Brodkin
     2  Luca Ceresoli
     1  Gwenhael Goavec-Merou
     1  Matt Weber
     1  Peter Seiderer
     1  Samuel Martin

For more details, see the CHANGES file:

http://git.buildroot.net/buildroot/plain/CHANGES?id=2017.05-rc2

Expect the final 2017.05 release by the end of the month.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] Update for 2017.05-rc2
From: Peter Korsgaard @ 2017-05-17  8:27 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=8ab8f10afaa7579c04d6705eb30c325409e599f9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES                    | 19 +++++++++++++++++++
 Makefile                   |  4 ++--
 docs/website/download.html | 18 +++++++++---------
 docs/website/news.html     | 22 ++++++++++++++++++++++
 4 files changed, 52 insertions(+), 11 deletions(-)

diff --git a/CHANGES b/CHANGES
index 8496b29..8448145 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,22 @@
+2017.05-rc2, Released May 17th, 2017
+
+	Fixes all over the tree.
+
+	ARC toolchain bumped to 2017.03-rc2
+
+	Updated/fixed packages: bluez_utils, boost, clamav, daemon,
+	efibootmgr, efl, espeak, expedite, faketime, ffmpeg, fxload,
+	git, gpsd, kvm-unit-tests, libcdio, libv4l, lua, mke2img,
+	mpir, mpv, odroid-scripts, openblas, opencv3, openvpn, php,
+	postgresql, protobuf, qt5declarative, qwt, radvd, rpcbind,
+	rtmpdump, strongswan, sudo, ltp-testsuite, uclibc-ng-test,
+	vlc, x11vnc, xfsprogs
+
+	Issues resolved (http://bugs.buildroot.org):
+
+	#9796: source-check broken for Git downloads
+	#9866: BASE_DIR usage
+
 2017.05-rc1, Released May 8th, 2017
 
 	Fixes all over the tree and new features.
diff --git a/Makefile b/Makefile
index 95ecf3c..a3ad402 100644
--- a/Makefile
+++ b/Makefile
@@ -86,9 +86,9 @@ else # umask / $(CURDIR) / $(O)
 all:
 
 # Set and export the version string
-export BR2_VERSION := 2017.05-rc1
+export BR2_VERSION := 2017.05-rc2
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1494230000
+BR2_VERSION_EPOCH = 1495000000
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)
diff --git a/docs/website/download.html b/docs/website/download.html
index 51859f0..b5a9c39 100644
--- a/docs/website/download.html
+++ b/docs/website/download.html
@@ -42,37 +42,37 @@
 	</div>
       </div>
 
-      <h3 style="text-align: center;">Latest release candidate: <b>2017.05-rc1</b></h3>
+      <h3 style="text-align: center;">Latest release candidate: <b>2017.05-rc2</b></h3>
       <div class="row mt centered">
 	<div class="col-sm-6">
 	  <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
 	    <div class="flipper">
 	      <div class="front">
-		<a href="/downloads/buildroot-2017.05-rc1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
+		<a href="/downloads/buildroot-2017.05-rc2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
 	      </div>
 	      <div class="back">
-		<a href="/downloads/buildroot-2017.05-rc1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
+		<a href="/downloads/buildroot-2017.05-rc2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
 	      </div>
 	    </div>
 	  </div>
 
-	  <h3><a href="/downloads/buildroot-2017.05-rc1.tar.gz">buildroot-2017.05-rc1.tar.gz</a></h3>
-	  <p><a href="/downloads/buildroot-2017.05-rc1.tar.gz.sign">PGP signature</a></p>
+	  <h3><a href="/downloads/buildroot-2017.05-rc2.tar.gz">buildroot-2017.05-rc2.tar.gz</a></h3>
+	  <p><a href="/downloads/buildroot-2017.05-rc2.tar.gz.sign">PGP signature</a></p>
 	</div>
 	<div class="col-sm-6">
 	  <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
 	    <div class="flipper">
 	      <div class="front">
-		<a href="/downloads/buildroot-2017.05-rc1.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
+		<a href="/downloads/buildroot-2017.05-rc2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
 	      </div>
 	      <div class="back">
-		<a href="/downloads/buildroot-2017.05-rc1.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
+		<a href="/downloads/buildroot-2017.05-rc2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
 	      </div>
 	    </div>
 	  </div>
 
-	  <h3><a href="/downloads/buildroot-2017.05-rc1.tar.bz2">buildroot-2017.05-rc1.tar.bz2</a></h3>
-	  <p><a href="/downloads/buildroot-2017.05-rc1.tar.bz2.sign">PGP signature</a></p>
+	  <h3><a href="/downloads/buildroot-2017.05-rc2.tar.bz2">buildroot-2017.05-rc2.tar.bz2</a></h3>
+	  <p><a href="/downloads/buildroot-2017.05-rc2.tar.bz2.sign">PGP signature</a></p>
 	</div>
       </div>
 
diff --git a/docs/website/news.html b/docs/website/news.html
index 04ca641..b9489e7 100644
--- a/docs/website/news.html
+++ b/docs/website/news.html
@@ -9,6 +9,28 @@
 <h2>News</h2>
 <ul class="timeline">
 
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+	<h4 class="timeline-title">2017.05-rc2 released</h4>
+	<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>17 May 2017</small></p>
+      </div>
+      <div class="timeline-body">
+        <p>Another week, another release candidate with more cleanups
+          and build fixes. See the
+	  <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2017.05-rc2">CHANGES</a>
+	  file for details.</p>
+
+	<p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+	  <a href="/downloads/buildroot-2017.05-rc2.tar.bz2">2017.05-rc2
+	  release candidate</a>, and report any problems found to the
+	  <a href="support.html">mailing list</a> or
+	  <a href="https://bugs.buildroot.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
   <li>
     <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
     <div class="timeline-panel">

^ permalink raw reply related

* [Buildroot] [PATCH] package/pulseview: fix a build issue
From: Bartosz Golaszewski @ 2017-05-17  8:26 UTC (permalink / raw)
  To: buildroot

Add a downstream patch fixing a build issue related to Boost.Math.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 ...-boost-math-related-build-issue-with-musl.patch | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 package/pulseview/0003-build-fix-a-boost-math-related-build-issue-with-musl.patch

diff --git a/package/pulseview/0003-build-fix-a-boost-math-related-build-issue-with-musl.patch b/package/pulseview/0003-build-fix-a-boost-math-related-build-issue-with-musl.patch
new file mode 100644
index 0000000..d67a0b2
--- /dev/null
+++ b/package/pulseview/0003-build-fix-a-boost-math-related-build-issue-with-musl.patch
@@ -0,0 +1,29 @@
+From 7b5446117bce40af352823189cab771f33558622 Mon Sep 17 00:00:00 2001
+From: Bartosz Golaszewski <brgl@bgdev.pl>
+Date: Tue, 16 May 2017 15:38:06 +0200
+Subject: [PATCH 3/3] build: fix a boost math related build issue with musl
+
+Boost causes problems with its BOOST_MATH_BIG_CONSTANT definition when
+building with a musl libc toolchain. Add the -fext-numeric-literals to
+fix it.
+
+Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
+---
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e8bc79f..c064cdb 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -395,6 +395,7 @@ add_definitions(${QT_DEFINITIONS} -DQT_NO_KEYWORDS)
+ add_definitions(-D__STDC_LIMIT_MACROS)
+ add_definitions(-Wall -Wextra)
+ add_definitions(-std=c++11)
++add_definitions(-fext-numeric-literals)
+ 
+ if(ENABLE_DECODE)
+ 	add_definitions(-DENABLE_DECODE)
+-- 
+2.9.3
+
-- 
2.9.3

^ permalink raw reply related

* [Buildroot] [autobuild.buildroot.net] Build results for 2017-05-16
From: Thomas Petazzoni @ 2017-05-17  6:27 UTC (permalink / raw)
  To: buildroot

Hello,

Build statistics for 2017-05-16
================================

      successes : 251
       failures : 10 
       timeouts : 0  
          TOTAL : 261

Classification of failures by reason
====================================

                protobuf-3.2.0 | 2 
                   cmake-3.7.2 | 1 
                  cppcms-1.0.5 | 1 
                libepoxy-1.4.1 | 1 
           libmemcached-1.0.18 | 1 
           modem-manager-1.6.4 | 1 
                  ntp-4.2.8p10 | 1 
           oracle-mysql-5.1.73 | 1 
             rabbitmq-c-v0.8.0 | 1 


Detail of failures
===================

      x86_64 |                    cmake-3.7.2 | NOK | http://autobuild.buildroot.net/results/e89a29fb06991d8da9b946e284741c56397ac4bc |     
      x86_64 |                   cppcms-1.0.5 | NOK | http://autobuild.buildroot.net/results/a7eb1ede552ae14f409cfd7bd877bcf25ca69a74 | ORPH
         sh4 |                 libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/38701cee74110de90cd72f720b3ee8bd69666325 |     
      x86_64 |            libmemcached-1.0.18 | NOK | http://autobuild.buildroot.net/results/5ee26b9676acc1a360bb86aa13a0c992727309a2 |     
      x86_64 |            modem-manager-1.6.4 | NOK | http://autobuild.buildroot.net/results/8a551a29263d5daa12e1036a4e3804214fd4066a |     
    mips64el |                   ntp-4.2.8p10 | NOK | http://autobuild.buildroot.net/results/25efd86193d0b0fea2a4b2d84fb7f19baa140eb5 | ORPH
      x86_64 |            oracle-mysql-5.1.73 | NOK | http://autobuild.buildroot.net/results/61074b69b81cd5c17a7f74dc1f7b31f3fc35fd8a | ORPH
       sparc |                 protobuf-3.2.0 | NOK | http://autobuild.buildroot.net/results/4329cda610082053d0a8fd7796a690ddaa21de04 | ORPH
       sparc |                 protobuf-3.2.0 | NOK | http://autobuild.buildroot.net/results/d1640867dee1b0fe8341698b1d4d02c5edff90a1 | ORPH
         arm |              rabbitmq-c-v0.8.0 | NOK | http://autobuild.buildroot.net/results/d90fc2ccf61518f3c3198ef566976096f75c2776 |     

-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] RPi B+ update
From: Marco Trapanese @ 2017-05-17  6:05 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20170516232354.2080bf15@gmx.net>

An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170517/1898a2ab/attachment.html>

^ permalink raw reply


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