* [Buildroot] [PATCH 09/33] linux-fusion: fix build
From: Peter Korsgaard @ 2012-11-30 0:34 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1353543503-8952-10-git-send-email-s.martin49@gmail.com>
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:
Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] mkcramfs invalid option 'q'
From: Woody Wu @ 2012-11-30 0:50 UTC (permalink / raw)
To: buildroot
Hi, list
What now concerns me is an warning message in the output of building
cramfs image:
...
tdir=/home/buildroot/buildroot-2012.08/output/target
table='/home/buildroot/buildroot-2012.08/output/build/_device_table.txt'
/home/buildroot/buildroot-2012.08/output/host/usr/bin/mkcramfs: invalid
option -- 'q'
...
I just want to ensure that this is normal and I don't need to warry
about it. Otherwise, please someone tell me a fix. Thanks!
--
woody
I can't go back to yesterday - because I was a different person then.
^ permalink raw reply
* [Buildroot] [PATCH 1/2] Change Filesystem utilities heading because it has mtd utils too.
From: Charles Manning @ 2012-11-30 1:41 UTC (permalink / raw)
To: buildroot
Changing it to Filesystem and flash utilities gives far better navigation
for mtd utils.
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
---
package/Config.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/Config.in b/package/Config.in
index 5d9783a..15d7ad6 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -177,7 +177,7 @@ source "package/xterm/Config.in"
source "package/xvkbd/Config.in"
endmenu
-menu "Filesystem utilities"
+menu "Filesystem and flash utilities"
source "package/cifs-utils/Config.in"
source "package/cramfs/Config.in"
source "package/dosfstools/Config.in"
--
1.7.1
^ permalink raw reply related
* [Buildroot] [PATCH 2/2] libsigc: Don't copy devel documentation onto target
From: Charles Manning @ 2012-11-30 1:42 UTC (permalink / raw)
To: buildroot
The libsigc++ developer documentation was being copied onto the target.
Add a clean-up to fix that.
There is probably a better way to do this but I still have training wheels.
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
---
package/libsigc/libsigc.mk | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/package/libsigc/libsigc.mk b/package/libsigc/libsigc.mk
index 92d1d8b..10f5803 100644
--- a/package/libsigc/libsigc.mk
+++ b/package/libsigc/libsigc.mk
@@ -8,4 +8,10 @@ LIBSIGC_SOURCE = libsigc++-$(LIBSIGC_VERSION).tar.bz2
LIBSIGC_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2
LIBSIGC_INSTALL_STAGING = YES
+define LIBSIGC_INSTALL_TARGET_FIXUP
+ rm -rf $(TARGET_DIR)/usr/share/devhelp/books/libsigc++*
+endef
+
+LIBSIGC_POST_INSTALL_TARGET_HOOKS += LIBSIGC_INSTALL_TARGET_FIXUP
+
$(eval $(autotools-package))
--
1.7.1
^ permalink raw reply related
* [Buildroot] PATCH > To integrate pycrypto into Buildroot
From: Noel Roberts @ 2012-11-30 2:27 UTC (permalink / raw)
To: buildroot
In-Reply-To: <50B67E54.4060006@mind.be>
Good day Arnout
Grrrr, git send-email has issues with my virtual machine/proxy configuration. Not getting decent error messages and googling didn't help either. Not sure which part isn't working, just that SMPT couldn't initialize correctly.
Attached are the newest patch files.
-----Original Message-----
From: Arnout Vandecappelle [mailto:arnout at mind.be]
Sent: Thursday, 29 November 2012 7:13 AM
To: Noel Roberts
Cc: buildroot at uclibc.org
Subject: Re: [Buildroot] PATCH > To integrate pycrypto into Buildroot
On 28/11/12 06:05, Noel Roberts wrote:
> This patch allows Buildroot to cross compile the crypto libraries
> needed for python integration, enabling good cryptographic support within Python.
>
> This is my first patch submission - please advise me, if I need to rework anything.
We prefer patches to be sent in-line (with git send-email) because then it is easier to comment on them. But I'll already give some feedback before you re-post.
- If you include it in package/Config.in's 'external python modules' menu, then the 'depends on BR2_PACKAGE_PYTHON' is redundant.
- Please add the license information:
PYTHON_CRYPTO_LICENSE = Public domain, Python 2.2 license PYTHON_CRYPTO_LICENSE_FILES = COPYRIGHT LEGAL/copy/LICENSE.python-2.2
- Since there is a check for wchar.h in configure.ac, I would add an explicit 'depends on BR2_USE_WCHAR', even though python itself already depends on it. But who knows, maybe that will ever be removed.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
****************************************************
This message has passed through an insecure network.
Please direct all enquiries to the message author.
****************************************************
****************************************************
This message has passed through an insecure network.
Please direct all enquiries to the message author.
****************************************************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Adding-pyCrypto-functionality-in-Buildroot.patch
Type: application/octet-stream
Size: 1883 bytes
Desc: 0001-Adding-pyCrypto-functionality-in-Buildroot.patch
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121130/5330b901/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Added-commentator-feedback.patch
Type: application/octet-stream
Size: 1465 bytes
Desc: 0002-Added-commentator-feedback.patch
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121130/5330b901/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Added-missing-Config.in-in-git-commit.patch
Type: application/octet-stream
Size: 810 bytes
Desc: 0003-Added-missing-Config.in-in-git-commit.patch
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121130/5330b901/attachment-0005.obj>
^ permalink raw reply
* [Buildroot] [PATCH v2] libroxml: bump version to 2.2.1
From: blunderer at blunderer.org @ 2012-11-30 3:20 UTC (permalink / raw)
To: buildroot
In-Reply-To: <[PATCH] libroxml: bump version to 2.2.1>
From: Tristan Lelong <tristan.lelong@blunderer.org>
Thank you Arnout for your quick answer.
I regenerated the patch according to your advice.
Regards,
Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org>
---
.../{libroxml-2.2.0-werror.patch => libroxml-werror.patch} | 6 +++---
package/libroxml/libroxml.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
rename package/libroxml/{libroxml-2.2.0-werror.patch => libroxml-werror.patch} (86%)
diff --git a/package/libroxml/libroxml-2.2.0-werror.patch b/package/libroxml/libroxml-werror.patch
similarity index 86%
rename from package/libroxml/libroxml-2.2.0-werror.patch
rename to package/libroxml/libroxml-werror.patch
index a72f2a7..a99962f 100644
--- a/package/libroxml/libroxml-2.2.0-werror.patch
+++ b/package/libroxml/libroxml-werror.patch
@@ -7,10 +7,10 @@ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-Index: libroxml-2.1.0/Makefile
+Index: a/Makefile
===================================================================
---- libroxml-2.1.0.orig/Makefile
-+++ libroxml-2.1.0/Makefile
+--- a/Makefile
++++ b/Makefile
@@ -41,7 +41,7 @@
# options
diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk
index 457a28a..d7ef6a4 100644
--- a/package/libroxml/libroxml.mk
+++ b/package/libroxml/libroxml.mk
@@ -2,7 +2,7 @@
# libroxml
#
-LIBROXML_VERSION = 2.2.0
+LIBROXML_VERSION = 2.2.1
LIBROXML_SITE = http://libroxml.googlecode.com/files
LIBROXML_INSTALL_STAGING = YES
--
1.7.10.4
^ permalink raw reply related
* [Buildroot] PATCH > To integrate pycrypto into Buildroot
From: Samuel Martin @ 2012-11-30 5:21 UTC (permalink / raw)
To: buildroot
In-Reply-To: <07407110F438184D9D87521726FF42D41F65F296@M357PRD2.ad.bcc.qld.gov.au>
Hi Noel,
2012/11/30 Noel Roberts <Noel.Roberts@brisbane.qld.gov.au>:
> Good day Arnout
>
> Grrrr, git send-email has issues with my virtual machine/proxy configuration. Not getting decent error messages and googling didn't help either. Not sure which part isn't working, just that SMPT couldn't initialize correctly.
>
To use git send-email you may need some additional Perl packages:
net-smtp-ssl, authen-sasl.
(see the Example section in:
http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html)
Regards,
--
Sam
^ permalink raw reply
* [Buildroot] [PATCH v2] libroxml: bump version to 2.2.1
From: Samuel Martin @ 2012-11-30 5:42 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354245658-7675-1-git-send-email-blunderer@blunderer.org>
Hi Tristan,
2012/11/30 <blunderer@blunderer.org>:
> From: Tristan Lelong <tristan.lelong@blunderer.org>
>
> Thank you Arnout for your quick answer.
> I regenerated the patch according to your advice.
>
> Regards,
>
> Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org>
> ---
Well,keep the commit as much relevent as possible, without personal comment.
If you want to add additional comments that aren't supposed to go in the git log
message, add it below the Signed-off-by line, separated by ---.
Then git-am will remove that part automatically.
This comment section is usually used for the changelog in case of
update of the patch.
So typically you'll see:
Signed-off-by: ...
---
Some comments.
v2:
* fix this
* rework that as suggested by John Doe
> .../{libroxml-2.2.0-werror.patch => libroxml-werror.patch} | 6 +++---
> package/libroxml/libroxml.mk | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
> rename package/libroxml/{libroxml-2.2.0-werror.patch => libroxml-werror.patch} (86%)
>
> diff --git a/package/libroxml/libroxml-2.2.0-werror.patch b/package/libroxml/libroxml-werror.patch
> similarity index 86%
> rename from package/libroxml/libroxml-2.2.0-werror.patch
> rename to package/libroxml/libroxml-werror.patch
> index a72f2a7..a99962f 100644
> --- a/package/libroxml/libroxml-2.2.0-werror.patch
> +++ b/package/libroxml/libroxml-werror.patch
> @@ -7,10 +7,10 @@ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> -Index: libroxml-2.1.0/Makefile
> +Index: a/Makefile
> ===================================================================
> ---- libroxml-2.1.0.orig/Makefile
> -+++ libroxml-2.1.0/Makefile
> +--- a/Makefile
> ++++ b/Makefile
> @@ -41,7 +41,7 @@
>
> # options
The change in package/libroxml/libroxml-2.2.0-werror.patch does not
seem really needed, though the renaming is ok.
> diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk
> index 457a28a..d7ef6a4 100644
> --- a/package/libroxml/libroxml.mk
> +++ b/package/libroxml/libroxml.mk
> @@ -2,7 +2,7 @@
> # libroxml
> #
>
> -LIBROXML_VERSION = 2.2.0
> +LIBROXML_VERSION = 2.2.1
> LIBROXML_SITE = http://libroxml.googlecode.com/files
> LIBROXML_INSTALL_STAGING = YES
>
> --
Regards,
--
Sam
^ permalink raw reply
* [Buildroot] [git commit] CHANGES: update with recent changes
From: Peter Korsgaard @ 2012-11-30 7:00 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=0f9bad95a08fad5469185628ef91f446ea616d48
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
CHANGES | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/CHANGES b/CHANGES
index f8ac04b..0da2d77 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+2012.11, Not released yet:
+
+ Minor fixes around the tree.
+
+ Various manual updates and fixes.
+
+ Updated/fixed packages: arptables, binutils, busybox, ccache,
+ cjson, directfb, gdb, hiawatha, lcdproc, libdaemon, libecore,
+ libhid, libpcap, libusb, linux-fusion, ocf-linux, strace,
+
2012.11-rc1, Released November 17th, 2012
Fixes all over the tree and new features.
^ permalink raw reply related
* [Buildroot] [git commit] alsa-lib: fix static linking check
From: Peter Korsgaard @ 2012-11-30 7:05 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=2b7be2f1de3eec185a720310d418719ccc3f22f2
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Closes #5732
The symbol for static linking is BR2_PREFER_STATIC_LIB.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
CHANGES | 4 ++++
package/alsa-lib/alsa-lib.mk | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/CHANGES b/CHANGES
index 0da2d77..db7b233 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
cjson, directfb, gdb, hiawatha, lcdproc, libdaemon, libecore,
libhid, libpcap, libusb, linux-fusion, ocf-linux, strace,
+ Issues resolved (http://bugs.uclibc.org):
+
+ #5732: Error : package/alsa-lib/alsa-lib.mk
+
2012.11-rc1, Released November 17th, 2012
Fixes all over the tree and new features.
diff --git a/package/alsa-lib/alsa-lib.mk b/package/alsa-lib/alsa-lib.mk
index daa551d..eddd3d2 100644
--- a/package/alsa-lib/alsa-lib.mk
+++ b/package/alsa-lib/alsa-lib.mk
@@ -17,7 +17,7 @@ ALSA_LIB_CONF_OPT = --with-alsa-devdir=$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_DEVD
--without-versioned
# Can't build with static & shared at the same time (1.0.25+)
-ifeq ($(BR2_PREFER_STATIC),y)
+ifeq ($(BR2_PREFER_STATIC_LIB),y)
ALSA_LIB_CONF_OPT += --enable-shared=no
else
ALSA_LIB_CONF_OPT += --enable-static=no
^ permalink raw reply related
* [Buildroot] [Bug 5732] Error : package/alsa-lib/alsa-lib.mk
From: bugzilla at busybox.net @ 2012-11-30 7:07 UTC (permalink / raw)
To: buildroot
In-Reply-To: <bug-5732-163@https.bugs.busybox.net/>
https://bugs.busybox.net/show_bug.cgi?id=5732
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> 2012-11-30 07:07:43 UTC ---
Thanks, fixed in git as 2b7be2f1de3e (alsa-lib: fix static linking check)
--
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] [git commit] Change Filesystem utilities heading because it has mtd utils too.
From: Peter Korsgaard @ 2012-11-30 7:13 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=40f175b37ad15969e297c566037fc3ffd15541b3
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Changing it to Filesystem and flash utilities gives far better navigation
for mtd utils.
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/Config.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/Config.in b/package/Config.in
index 5d9783a..15d7ad6 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -177,7 +177,7 @@ source "package/xterm/Config.in"
source "package/xvkbd/Config.in"
endmenu
-menu "Filesystem utilities"
+menu "Filesystem and flash utilities"
source "package/cifs-utils/Config.in"
source "package/cramfs/Config.in"
source "package/dosfstools/Config.in"
^ permalink raw reply related
* [Buildroot] [PATCH 1/2] Change Filesystem utilities heading because it has mtd utils too.
From: Peter Korsgaard @ 2012-11-30 7:13 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354239711-18064-1-git-send-email-cdhmanning@gmail.com>
>>>>> "Charles" == Charles Manning <cdhmanning@gmail.com> writes:
Charles> Changing it to Filesystem and flash utilities gives far better
Charles> navigation for mtd utils.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit branch/next] libroxml: bump version to 2.2.1
From: Peter Korsgaard @ 2012-11-30 7:14 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=b17c7963890354d2cffdda2f16eeeaf4c1288e99
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next
Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
...ml-2.2.0-werror.patch => libroxml-werror.patch} | 6 +++---
package/libroxml/libroxml.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libroxml/libroxml-2.2.0-werror.patch b/package/libroxml/libroxml-werror.patch
similarity index 86%
rename from package/libroxml/libroxml-2.2.0-werror.patch
rename to package/libroxml/libroxml-werror.patch
index a72f2a7..a99962f 100644
--- a/package/libroxml/libroxml-2.2.0-werror.patch
+++ b/package/libroxml/libroxml-werror.patch
@@ -7,10 +7,10 @@ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-Index: libroxml-2.1.0/Makefile
+Index: a/Makefile
===================================================================
---- libroxml-2.1.0.orig/Makefile
-+++ libroxml-2.1.0/Makefile
+--- a/Makefile
++++ b/Makefile
@@ -41,7 +41,7 @@
# options
diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk
index 457a28a..d7ef6a4 100644
--- a/package/libroxml/libroxml.mk
+++ b/package/libroxml/libroxml.mk
@@ -2,7 +2,7 @@
# libroxml
#
-LIBROXML_VERSION = 2.2.0
+LIBROXML_VERSION = 2.2.1
LIBROXML_SITE = http://libroxml.googlecode.com/files
LIBROXML_INSTALL_STAGING = YES
^ permalink raw reply related
* [Buildroot] [git commit] libroxml: bump version to 2.2.1
From: Peter Korsgaard @ 2012-11-30 7:14 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=b17c7963890354d2cffdda2f16eeeaf4c1288e99
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
...ml-2.2.0-werror.patch => libroxml-werror.patch} | 6 +++---
package/libroxml/libroxml.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libroxml/libroxml-2.2.0-werror.patch b/package/libroxml/libroxml-werror.patch
similarity index 86%
rename from package/libroxml/libroxml-2.2.0-werror.patch
rename to package/libroxml/libroxml-werror.patch
index a72f2a7..a99962f 100644
--- a/package/libroxml/libroxml-2.2.0-werror.patch
+++ b/package/libroxml/libroxml-werror.patch
@@ -7,10 +7,10 @@ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-Index: libroxml-2.1.0/Makefile
+Index: a/Makefile
===================================================================
---- libroxml-2.1.0.orig/Makefile
-+++ libroxml-2.1.0/Makefile
+--- a/Makefile
++++ b/Makefile
@@ -41,7 +41,7 @@
# options
diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk
index 457a28a..d7ef6a4 100644
--- a/package/libroxml/libroxml.mk
+++ b/package/libroxml/libroxml.mk
@@ -2,7 +2,7 @@
# libroxml
#
-LIBROXML_VERSION = 2.2.0
+LIBROXML_VERSION = 2.2.1
LIBROXML_SITE = http://libroxml.googlecode.com/files
LIBROXML_INSTALL_STAGING = YES
^ permalink raw reply related
* [Buildroot] [PATCH v2] libroxml: bump version to 2.2.1
From: Peter Korsgaard @ 2012-11-30 7:15 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354245658-7675-1-git-send-email-blunderer@blunderer.org>
>>>>> "blunderer" == blunderer <blunderer@blunderer.org> writes:
blunderer> From: Tristan Lelong <tristan.lelong@blunderer.org>
blunderer> Thank you Arnout for your quick answer.
blunderer> I regenerated the patch according to your advice.
Committed to next with the commit message cleaned up, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] cramfs.mk: drop invalid -q option
From: Peter Korsgaard @ 2012-11-30 7:25 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=f27ec358ef9b6ecfc0204a3e9e899a778c55bfe8
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
fs/cramfs/cramfs.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/cramfs/cramfs.mk b/fs/cramfs/cramfs.mk
index 9b0141f..55f6bdb 100644
--- a/fs/cramfs/cramfs.mk
+++ b/fs/cramfs/cramfs.mk
@@ -10,7 +10,7 @@ CRAMFS_OPTS=-l
endif
define ROOTFS_CRAMFS_CMD
- $(HOST_DIR)/usr/bin/mkcramfs -q $(CRAMFS_OPTS) $(TARGET_DIR) $$@
+ $(HOST_DIR)/usr/bin/mkcramfs $(CRAMFS_OPTS) $(TARGET_DIR) $$@
endef
ROOTFS_CRAMFS_DEPENDENCIES = host-cramfs
^ permalink raw reply related
* [Buildroot] mkcramfs invalid option 'q'
From: Peter Korsgaard @ 2012-11-30 7:28 UTC (permalink / raw)
To: buildroot
In-Reply-To: <slrnkbg0lg.2kq.narkewoody@zuhnb712.local.com>
>>>>> "Woody" == Woody Wu <narkewoody@gmail.com> writes:
Woody> Hi, list
Woody> What now concerns me is an warning message in the output of building
Woody> cramfs image:
Woody> ...
Woody> tdir=/home/buildroot/buildroot-2012.08/output/target
Woody> table='/home/buildroot/buildroot-2012.08/output/build/_device_table.txt'
Woody> /home/buildroot/buildroot-2012.08/output/host/usr/bin/mkcramfs: invalid
Woody> option -- 'q'
Woody> ...
Woody> I just want to ensure that this is normal and I don't need to warry
Woody> about it. Otherwise, please someone tell me a fix. Thanks!
I looked back in git history, and we have apparently had this -q option
ever since cramfs support was introduced in 2003! I've removed it now
from git as mkcramfs doesn't take a -q option, thanks.
Notice: I would strongly suggest you move to squashfs instead of the
ancient cramfs.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [autobuild.buildroot.net] Build results for 2012-11-29
From: Thomas Petazzoni @ 2012-11-30 7:33 UTC (permalink / raw)
To: buildroot
Hello,
On 2012-11-29, 134 random build tests have been done and
submitted on autobuild.buildroot.net.
93 builds have been successful
41 builds have failed
Below the results of the failed builds. Successful builds are omitted.
Build 1f4fcb30ea3157de89e825201f2a803e6b0b5777
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 00:50:06
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/1f4fcb30ea3157de89e825201f2a803e6b0b5777/build-end.log
Complete log : http://autobuild.buildroot.net/results/1f4fcb30ea3157de89e825201f2a803e6b0b5777/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1f4fcb30ea3157de89e825201f2a803e6b0b5777/config
Defconfig : http://autobuild.buildroot.net/results/1f4fcb30ea3157de89e825201f2a803e6b0b5777/defconfig
Build feccb8325075d609abd99951df4f30229745ecad
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 01:04:46
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/feccb8325075d609abd99951df4f30229745ecad/build-end.log
Complete log : http://autobuild.buildroot.net/results/feccb8325075d609abd99951df4f30229745ecad/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/feccb8325075d609abd99951df4f30229745ecad/config
Defconfig : http://autobuild.buildroot.net/results/feccb8325075d609abd99951df4f30229745ecad/defconfig
Build d757bb4c1d724cac3c468929f41d4bfecfe67b27
==============================================
Status : NOK
Failure reason : ffmpeg-0.8.12
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 01:08:59
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/d757bb4c1d724cac3c468929f41d4bfecfe67b27/build-end.log
Complete log : http://autobuild.buildroot.net/results/d757bb4c1d724cac3c468929f41d4bfecfe67b27/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d757bb4c1d724cac3c468929f41d4bfecfe67b27/config
Defconfig : http://autobuild.buildroot.net/results/d757bb4c1d724cac3c468929f41d4bfecfe67b27/defconfig
Build a66e48a8170cb17492ac0752c6ffcc2c7ddd2d69
==============================================
Status : NOK
Failure reason : samba-3.6.9
Architecture : avr32
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 01:21:19
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/a66e48a8170cb17492ac0752c6ffcc2c7ddd2d69/build-end.log
Complete log : http://autobuild.buildroot.net/results/a66e48a8170cb17492ac0752c6ffcc2c7ddd2d69/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a66e48a8170cb17492ac0752c6ffcc2c7ddd2d69/config
Defconfig : http://autobuild.buildroot.net/results/a66e48a8170cb17492ac0752c6ffcc2c7ddd2d69/defconfig
Build 02fa78e9c7e4eccbbde27229b99087ea78971f8b
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 01:21:53
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/02fa78e9c7e4eccbbde27229b99087ea78971f8b/build-end.log
Complete log : http://autobuild.buildroot.net/results/02fa78e9c7e4eccbbde27229b99087ea78971f8b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/02fa78e9c7e4eccbbde27229b99087ea78971f8b/config
Defconfig : http://autobuild.buildroot.net/results/02fa78e9c7e4eccbbde27229b99087ea78971f8b/defconfig
Build 663b568e8fc92ab3abb1c723e7c5cdef7a0d31b0
==============================================
Status : NOK
Failure reason : alsa-lib-1.0.26
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 01:43:51
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/663b568e8fc92ab3abb1c723e7c5cdef7a0d31b0/build-end.log
Complete log : http://autobuild.buildroot.net/results/663b568e8fc92ab3abb1c723e7c5cdef7a0d31b0/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/663b568e8fc92ab3abb1c723e7c5cdef7a0d31b0/config
Defconfig : http://autobuild.buildroot.net/results/663b568e8fc92ab3abb1c723e7c5cdef7a0d31b0/defconfig
Build da41f163b4cb0c59469dd97b740804dd10b06197
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 05:11:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/da41f163b4cb0c59469dd97b740804dd10b06197/build-end.log
Complete log : http://autobuild.buildroot.net/results/da41f163b4cb0c59469dd97b740804dd10b06197/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/da41f163b4cb0c59469dd97b740804dd10b06197/config
Defconfig : http://autobuild.buildroot.net/results/da41f163b4cb0c59469dd97b740804dd10b06197/defconfig
Build d0657bb89b9bd6d3700418f4f0d18f91d877fbfb
==============================================
Status : NOK
Failure reason : boost-1.49.0
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 06:37:55
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/d0657bb89b9bd6d3700418f4f0d18f91d877fbfb/build-end.log
Complete log : http://autobuild.buildroot.net/results/d0657bb89b9bd6d3700418f4f0d18f91d877fbfb/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d0657bb89b9bd6d3700418f4f0d18f91d877fbfb/config
Defconfig : http://autobuild.buildroot.net/results/d0657bb89b9bd6d3700418f4f0d18f91d877fbfb/defconfig
Build d82099f1315123c402d1f604af85d57173446133
==============================================
Status : NOK
Failure reason : alsa-lib-1.0.26
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 06:38:25
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/d82099f1315123c402d1f604af85d57173446133/build-end.log
Complete log : http://autobuild.buildroot.net/results/d82099f1315123c402d1f604af85d57173446133/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d82099f1315123c402d1f604af85d57173446133/config
Defconfig : http://autobuild.buildroot.net/results/d82099f1315123c402d1f604af85d57173446133/defconfig
Build 331312420344ab1a75728ea96d7fb83158ae7eb6
==============================================
Status : NOK
Failure reason : webkit-1.2.7
Architecture : sh4a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 06:39:31
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/331312420344ab1a75728ea96d7fb83158ae7eb6/build-end.log
Complete log : http://autobuild.buildroot.net/results/331312420344ab1a75728ea96d7fb83158ae7eb6/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/331312420344ab1a75728ea96d7fb83158ae7eb6/config
Defconfig : http://autobuild.buildroot.net/results/331312420344ab1a75728ea96d7fb83158ae7eb6/defconfig
Build 17fb1f76a9ac1c160f421f0d3226ed6f01f2982a
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 06:48:46
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/17fb1f76a9ac1c160f421f0d3226ed6f01f2982a/build-end.log
Complete log : http://autobuild.buildroot.net/results/17fb1f76a9ac1c160f421f0d3226ed6f01f2982a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/17fb1f76a9ac1c160f421f0d3226ed6f01f2982a/config
Defconfig : http://autobuild.buildroot.net/results/17fb1f76a9ac1c160f421f0d3226ed6f01f2982a/defconfig
Build 97dfc2c849b3c18f0ca8db41ef231a4d57545908
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 06:55:54
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/97dfc2c849b3c18f0ca8db41ef231a4d57545908/build-end.log
Complete log : http://autobuild.buildroot.net/results/97dfc2c849b3c18f0ca8db41ef231a4d57545908/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/97dfc2c849b3c18f0ca8db41ef231a4d57545908/config
Defconfig : http://autobuild.buildroot.net/results/97dfc2c849b3c18f0ca8db41ef231a4d57545908/defconfig
Build faa9127453df1fc7ddbd0f4526c427a5ca2345f5
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 07:12:45
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/faa9127453df1fc7ddbd0f4526c427a5ca2345f5/build-end.log
Complete log : http://autobuild.buildroot.net/results/faa9127453df1fc7ddbd0f4526c427a5ca2345f5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/faa9127453df1fc7ddbd0f4526c427a5ca2345f5/config
Defconfig : http://autobuild.buildroot.net/results/faa9127453df1fc7ddbd0f4526c427a5ca2345f5/defconfig
Build 50fb8486b89483cbeb6a1f82a81ef837531657f4
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 07:31:20
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/50fb8486b89483cbeb6a1f82a81ef837531657f4/build-end.log
Complete log : http://autobuild.buildroot.net/results/50fb8486b89483cbeb6a1f82a81ef837531657f4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/50fb8486b89483cbeb6a1f82a81ef837531657f4/config
Defconfig : http://autobuild.buildroot.net/results/50fb8486b89483cbeb6a1f82a81ef837531657f4/defconfig
Build 75c38869ea1ee3b3c30d0e18c8edf565732e6127
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 07:50:47
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/75c38869ea1ee3b3c30d0e18c8edf565732e6127/build-end.log
Complete log : http://autobuild.buildroot.net/results/75c38869ea1ee3b3c30d0e18c8edf565732e6127/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/75c38869ea1ee3b3c30d0e18c8edf565732e6127/config
Defconfig : http://autobuild.buildroot.net/results/75c38869ea1ee3b3c30d0e18c8edf565732e6127/defconfig
Build c3f77ac0418e0cd0556a0183b84b010ae901f6db
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 08:05:46
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/c3f77ac0418e0cd0556a0183b84b010ae901f6db/build-end.log
Complete log : http://autobuild.buildroot.net/results/c3f77ac0418e0cd0556a0183b84b010ae901f6db/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c3f77ac0418e0cd0556a0183b84b010ae901f6db/config
Defconfig : http://autobuild.buildroot.net/results/c3f77ac0418e0cd0556a0183b84b010ae901f6db/defconfig
Build 1aed8d5aa087d57213055a2e137f26567bb10bdf
==============================================
Status : NOK
Failure reason : matchbox-lib-1.9
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 08:21:50
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/1aed8d5aa087d57213055a2e137f26567bb10bdf/build-end.log
Complete log : http://autobuild.buildroot.net/results/1aed8d5aa087d57213055a2e137f26567bb10bdf/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1aed8d5aa087d57213055a2e137f26567bb10bdf/config
Defconfig : http://autobuild.buildroot.net/results/1aed8d5aa087d57213055a2e137f26567bb10bdf/defconfig
Build 93cd507089e50eae68b0fe504dfbecadffd901cd
==============================================
Status : NOK
Failure reason : icu-4.8.1.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 08:54:36
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/93cd507089e50eae68b0fe504dfbecadffd901cd/build-end.log
Complete log : http://autobuild.buildroot.net/results/93cd507089e50eae68b0fe504dfbecadffd901cd/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/93cd507089e50eae68b0fe504dfbecadffd901cd/config
Defconfig : http://autobuild.buildroot.net/results/93cd507089e50eae68b0fe504dfbecadffd901cd/defconfig
Build 946727b4ef1b599e552f9a60a501b7dc0b052ed9
==============================================
Status : NOK
Failure reason : valgrind-3.7.0
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 09:43:22
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/946727b4ef1b599e552f9a60a501b7dc0b052ed9/build-end.log
Complete log : http://autobuild.buildroot.net/results/946727b4ef1b599e552f9a60a501b7dc0b052ed9/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/946727b4ef1b599e552f9a60a501b7dc0b052ed9/config
Defconfig : http://autobuild.buildroot.net/results/946727b4ef1b599e552f9a60a501b7dc0b052ed9/defconfig
Build 89696514d6575fc0b608fe0b728572f3b8c79b90
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 09:43:48
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/89696514d6575fc0b608fe0b728572f3b8c79b90/build-end.log
Complete log : http://autobuild.buildroot.net/results/89696514d6575fc0b608fe0b728572f3b8c79b90/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/89696514d6575fc0b608fe0b728572f3b8c79b90/config
Defconfig : http://autobuild.buildroot.net/results/89696514d6575fc0b608fe0b728572f3b8c79b90/defconfig
Build 29551aae6d5620d69013a54324d9c6a90f086ba7
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 09:55:26
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/29551aae6d5620d69013a54324d9c6a90f086ba7/build-end.log
Complete log : http://autobuild.buildroot.net/results/29551aae6d5620d69013a54324d9c6a90f086ba7/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/29551aae6d5620d69013a54324d9c6a90f086ba7/config
Defconfig : http://autobuild.buildroot.net/results/29551aae6d5620d69013a54324d9c6a90f086ba7/defconfig
Build c885f7a272edfd3bba0b4d082ebb497a6afd32d4
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 10:15:25
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/c885f7a272edfd3bba0b4d082ebb497a6afd32d4/build-end.log
Complete log : http://autobuild.buildroot.net/results/c885f7a272edfd3bba0b4d082ebb497a6afd32d4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c885f7a272edfd3bba0b4d082ebb497a6afd32d4/config
Defconfig : http://autobuild.buildroot.net/results/c885f7a272edfd3bba0b4d082ebb497a6afd32d4/defconfig
Build ff9c86ccac2c3339ecd53403bae6f5c0ce7d5a69
==============================================
Status : NOK
Failure reason : ltrace-0.6.0
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 10:18:58
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/ff9c86ccac2c3339ecd53403bae6f5c0ce7d5a69/build-end.log
Complete log : http://autobuild.buildroot.net/results/ff9c86ccac2c3339ecd53403bae6f5c0ce7d5a69/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ff9c86ccac2c3339ecd53403bae6f5c0ce7d5a69/config
Defconfig : http://autobuild.buildroot.net/results/ff9c86ccac2c3339ecd53403bae6f5c0ce7d5a69/defconfig
Build e6d997a9d7f207475af096fd5e52debba8c1b39e
==============================================
Status : NOK
Failure reason : bluez_utils-4.101
Architecture : avr32
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 11:11:39
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/e6d997a9d7f207475af096fd5e52debba8c1b39e/build-end.log
Complete log : http://autobuild.buildroot.net/results/e6d997a9d7f207475af096fd5e52debba8c1b39e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e6d997a9d7f207475af096fd5e52debba8c1b39e/config
Defconfig : http://autobuild.buildroot.net/results/e6d997a9d7f207475af096fd5e52debba8c1b39e/defconfig
Build 0d56a8ba8c2fd62540912684ddbd7f7e45795762
==============================================
Status : NOK
Failure reason : pcsc-lite-1.8.6
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 11:22:43
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/0d56a8ba8c2fd62540912684ddbd7f7e45795762/build-end.log
Complete log : http://autobuild.buildroot.net/results/0d56a8ba8c2fd62540912684ddbd7f7e45795762/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/0d56a8ba8c2fd62540912684ddbd7f7e45795762/config
Defconfig : http://autobuild.buildroot.net/results/0d56a8ba8c2fd62540912684ddbd7f7e45795762/defconfig
Build f8e6e0050857c193505ff308da05ac35d6a5551b
==============================================
Status : NOK
Failure reason : gnupg-1.4.12
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 12:20:02
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/f8e6e0050857c193505ff308da05ac35d6a5551b/build-end.log
Complete log : http://autobuild.buildroot.net/results/f8e6e0050857c193505ff308da05ac35d6a5551b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/f8e6e0050857c193505ff308da05ac35d6a5551b/config
Defconfig : http://autobuild.buildroot.net/results/f8e6e0050857c193505ff308da05ac35d6a5551b/defconfig
Build 9bd4c8548a7bb9e0d6dbbac7ec6b0af4f685af7d
==============================================
Status : NOK
Failure reason : libcap-ng-0.6.6
Architecture : avr32
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 12:27:50
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/9bd4c8548a7bb9e0d6dbbac7ec6b0af4f685af7d/build-end.log
Complete log : http://autobuild.buildroot.net/results/9bd4c8548a7bb9e0d6dbbac7ec6b0af4f685af7d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/9bd4c8548a7bb9e0d6dbbac7ec6b0af4f685af7d/config
Defconfig : http://autobuild.buildroot.net/results/9bd4c8548a7bb9e0d6dbbac7ec6b0af4f685af7d/defconfig
Build 4ad0ec99dedee8d040c5bc12e30c96a74dd9e93d
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 14:10:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/4ad0ec99dedee8d040c5bc12e30c96a74dd9e93d/build-end.log
Complete log : http://autobuild.buildroot.net/results/4ad0ec99dedee8d040c5bc12e30c96a74dd9e93d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4ad0ec99dedee8d040c5bc12e30c96a74dd9e93d/config
Defconfig : http://autobuild.buildroot.net/results/4ad0ec99dedee8d040c5bc12e30c96a74dd9e93d/defconfig
Build 9939b01f7c97ce5ca05e41411a4e5ccdf88e5912
==============================================
Status : NOK
Failure reason : mtd-1.5.0
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 14:41:50
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/9939b01f7c97ce5ca05e41411a4e5ccdf88e5912/build-end.log
Complete log : http://autobuild.buildroot.net/results/9939b01f7c97ce5ca05e41411a4e5ccdf88e5912/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/9939b01f7c97ce5ca05e41411a4e5ccdf88e5912/config
Defconfig : http://autobuild.buildroot.net/results/9939b01f7c97ce5ca05e41411a4e5ccdf88e5912/defconfig
Build 6334bae759c5864aa30c997904e36aa22e7d3a22
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 15:03:10
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/6334bae759c5864aa30c997904e36aa22e7d3a22/build-end.log
Complete log : http://autobuild.buildroot.net/results/6334bae759c5864aa30c997904e36aa22e7d3a22/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/6334bae759c5864aa30c997904e36aa22e7d3a22/config
Defconfig : http://autobuild.buildroot.net/results/6334bae759c5864aa30c997904e36aa22e7d3a22/defconfig
Build 2d37d6d6e9ec7f5d2196400e6d295cbccef3b298
==============================================
Status : NOK
Failure reason : webkit-1.2.7
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 15:25:09
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/2d37d6d6e9ec7f5d2196400e6d295cbccef3b298/build-end.log
Complete log : http://autobuild.buildroot.net/results/2d37d6d6e9ec7f5d2196400e6d295cbccef3b298/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/2d37d6d6e9ec7f5d2196400e6d295cbccef3b298/config
Defconfig : http://autobuild.buildroot.net/results/2d37d6d6e9ec7f5d2196400e6d295cbccef3b298/defconfig
Build a4ff4df799c3bad1e6818d426ad9bb1c842b9765
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 15:48:22
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/a4ff4df799c3bad1e6818d426ad9bb1c842b9765/build-end.log
Complete log : http://autobuild.buildroot.net/results/a4ff4df799c3bad1e6818d426ad9bb1c842b9765/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a4ff4df799c3bad1e6818d426ad9bb1c842b9765/config
Defconfig : http://autobuild.buildroot.net/results/a4ff4df799c3bad1e6818d426ad9bb1c842b9765/defconfig
Build 6db1693f68e8837b9b9161e4112739a52ce75117
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 16:43:39
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/6db1693f68e8837b9b9161e4112739a52ce75117/build-end.log
Complete log : http://autobuild.buildroot.net/results/6db1693f68e8837b9b9161e4112739a52ce75117/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/6db1693f68e8837b9b9161e4112739a52ce75117/config
Defconfig : http://autobuild.buildroot.net/results/6db1693f68e8837b9b9161e4112739a52ce75117/defconfig
Build 01cd3879c95ffa7f2b4f2600dbc562007a0ef937
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 19:31:54
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/01cd3879c95ffa7f2b4f2600dbc562007a0ef937/build-end.log
Complete log : http://autobuild.buildroot.net/results/01cd3879c95ffa7f2b4f2600dbc562007a0ef937/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/01cd3879c95ffa7f2b4f2600dbc562007a0ef937/config
Defconfig : http://autobuild.buildroot.net/results/01cd3879c95ffa7f2b4f2600dbc562007a0ef937/defconfig
Build 39e953cf2d048a53c7547c8ce5d92cb5e2d1569c
==============================================
Status : NOK
Failure reason : gettext-0.16.1
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 19:53:11
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/39e953cf2d048a53c7547c8ce5d92cb5e2d1569c/build-end.log
Complete log : http://autobuild.buildroot.net/results/39e953cf2d048a53c7547c8ce5d92cb5e2d1569c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/39e953cf2d048a53c7547c8ce5d92cb5e2d1569c/config
Defconfig : http://autobuild.buildroot.net/results/39e953cf2d048a53c7547c8ce5d92cb5e2d1569c/defconfig
Build b37569a024dbe08cfeaafa32ead29b072052fac5
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : xtensa
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 20:04:40
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/b37569a024dbe08cfeaafa32ead29b072052fac5/build-end.log
Complete log : http://autobuild.buildroot.net/results/b37569a024dbe08cfeaafa32ead29b072052fac5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b37569a024dbe08cfeaafa32ead29b072052fac5/config
Defconfig : http://autobuild.buildroot.net/results/b37569a024dbe08cfeaafa32ead29b072052fac5/defconfig
Build 850ee397bb15767972656e9650b0f0a0d5b4faae
==============================================
Status : NOK
Failure reason : libnss-3.12.9
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 21:12:13
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/850ee397bb15767972656e9650b0f0a0d5b4faae/build-end.log
Complete log : http://autobuild.buildroot.net/results/850ee397bb15767972656e9650b0f0a0d5b4faae/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/850ee397bb15767972656e9650b0f0a0d5b4faae/config
Defconfig : http://autobuild.buildroot.net/results/850ee397bb15767972656e9650b0f0a0d5b4faae/defconfig
Build 655a53503a78146048b490d22819573b89cb246f
==============================================
Status : NOK
Failure reason : icu-4.8.1.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 21:17:07
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/655a53503a78146048b490d22819573b89cb246f/build-end.log
Complete log : http://autobuild.buildroot.net/results/655a53503a78146048b490d22819573b89cb246f/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/655a53503a78146048b490d22819573b89cb246f/config
Defconfig : http://autobuild.buildroot.net/results/655a53503a78146048b490d22819573b89cb246f/defconfig
Build c0b1836f3f63a79869e4bc98fb773eb25193cc2a
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 22:17:09
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/c0b1836f3f63a79869e4bc98fb773eb25193cc2a/build-end.log
Complete log : http://autobuild.buildroot.net/results/c0b1836f3f63a79869e4bc98fb773eb25193cc2a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c0b1836f3f63a79869e4bc98fb773eb25193cc2a/config
Defconfig : http://autobuild.buildroot.net/results/c0b1836f3f63a79869e4bc98fb773eb25193cc2a/defconfig
Build b185e34623d4bec519fd829d68b33b047ef6c285
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-29 22:37:57
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/b185e34623d4bec519fd829d68b33b047ef6c285/build-end.log
Complete log : http://autobuild.buildroot.net/results/b185e34623d4bec519fd829d68b33b047ef6c285/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b185e34623d4bec519fd829d68b33b047ef6c285/config
Defconfig : http://autobuild.buildroot.net/results/b185e34623d4bec519fd829d68b33b047ef6c285/defconfig
Build 0083137d721a505f79ae7940ef57f94417035b00
==============================================
Status : NOK
Failure reason : qtuio-abe4973ff6
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-29 23:30:51
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7c9549e84f80d66fcb685a9f2c9b8e44e086c883
End of log : http://autobuild.buildroot.net/results/0083137d721a505f79ae7940ef57f94417035b00/build-end.log
Complete log : http://autobuild.buildroot.net/results/0083137d721a505f79ae7940ef57f94417035b00/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/0083137d721a505f79ae7940ef57f94417035b00/config
Defconfig : http://autobuild.buildroot.net/results/0083137d721a505f79ae7940ef57f94417035b00/defconfig
--
http://autobuild.buildroot.net
^ permalink raw reply
* [Buildroot] [git commit branch/next] gstreamer: Added option to disable plugin registry.
From: Peter Korsgaard @ 2012-11-30 8:01 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=fc50f0c372d8c49dc713b11e756c1d940163b496
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next
The plugin registry can take a while to be generated when GStreamer is
initialized. Turning it off can speed up up GStreamer application launch
times. Default behaviour is unchanged.
Signed-off-by: Tim Sheridan <tim.sheridan@imgtec.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/multimedia/gstreamer/Config.in | 14 +++++++++++---
package/multimedia/gstreamer/gstreamer.mk | 3 ++-
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/package/multimedia/gstreamer/Config.in b/package/multimedia/gstreamer/Config.in
index 4d279b8..9a67481 100644
--- a/package/multimedia/gstreamer/Config.in
+++ b/package/multimedia/gstreamer/Config.in
@@ -12,9 +12,17 @@ config BR2_PACKAGE_GSTREAMER_GST_DEBUG
default y
depends on BR2_PACKAGE_GSTREAMER
help
- Enable support for the gst-debug tracing functionality
- in gstreamer. This has limited CPU overhead, but does
- increase the rootfs size somewhat.
+ Enable support for the gst-debug tracing functionality in gstreamer.
+ This has limited CPU overhead, but does increase the rootfs size
+ somewhat.
+
+config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY
+ bool "enable plugin registry"
+ default y
+ depends on BR2_PACKAGE_GSTREAMER
+ help
+ Enable support for the GStreamer plugin registry. This may increase
+ the launch-time for a GStreamer application.
comment "gstreamer requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk
index a9841b1..b87f029 100644
--- a/package/multimedia/gstreamer/gstreamer.mk
+++ b/package/multimedia/gstreamer/gstreamer.mk
@@ -21,7 +21,8 @@ GSTREAMER_CONF_OPT = \
--disable-tests \
--disable-failing-tests \
--disable-loadsave \
- $(if $(BR2_PACKAGE_GSTREAMER_GST_DEBUG),,--disable-gst-debug)
+ $(if $(BR2_PACKAGE_GSTREAMER_GST_DEBUG),,--disable-gst-debug) \
+ $(if $(BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY),,--disable-registry)
GSTREAMER_DEPENDENCIES = libglib2 host-pkgconf
^ permalink raw reply related
* [Buildroot] [git commit] gstreamer: Added option to disable plugin registry.
From: Peter Korsgaard @ 2012-11-30 8:01 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=fc50f0c372d8c49dc713b11e756c1d940163b496
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
The plugin registry can take a while to be generated when GStreamer is
initialized. Turning it off can speed up up GStreamer application launch
times. Default behaviour is unchanged.
Signed-off-by: Tim Sheridan <tim.sheridan@imgtec.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/multimedia/gstreamer/Config.in | 14 +++++++++++---
package/multimedia/gstreamer/gstreamer.mk | 3 ++-
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/package/multimedia/gstreamer/Config.in b/package/multimedia/gstreamer/Config.in
index 4d279b8..9a67481 100644
--- a/package/multimedia/gstreamer/Config.in
+++ b/package/multimedia/gstreamer/Config.in
@@ -12,9 +12,17 @@ config BR2_PACKAGE_GSTREAMER_GST_DEBUG
default y
depends on BR2_PACKAGE_GSTREAMER
help
- Enable support for the gst-debug tracing functionality
- in gstreamer. This has limited CPU overhead, but does
- increase the rootfs size somewhat.
+ Enable support for the gst-debug tracing functionality in gstreamer.
+ This has limited CPU overhead, but does increase the rootfs size
+ somewhat.
+
+config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY
+ bool "enable plugin registry"
+ default y
+ depends on BR2_PACKAGE_GSTREAMER
+ help
+ Enable support for the GStreamer plugin registry. This may increase
+ the launch-time for a GStreamer application.
comment "gstreamer requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk
index a9841b1..b87f029 100644
--- a/package/multimedia/gstreamer/gstreamer.mk
+++ b/package/multimedia/gstreamer/gstreamer.mk
@@ -21,7 +21,8 @@ GSTREAMER_CONF_OPT = \
--disable-tests \
--disable-failing-tests \
--disable-loadsave \
- $(if $(BR2_PACKAGE_GSTREAMER_GST_DEBUG),,--disable-gst-debug)
+ $(if $(BR2_PACKAGE_GSTREAMER_GST_DEBUG),,--disable-gst-debug) \
+ $(if $(BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY),,--disable-registry)
GSTREAMER_DEPENDENCIES = libglib2 host-pkgconf
^ permalink raw reply related
* [Buildroot] [PATCH v3] gstreamer: Added option to disable plugin registry.
From: Peter Korsgaard @ 2012-11-30 8:03 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1353929164-7292-1-git-send-email-tim.sheridan@imgtec.com>
>>>>> "Tim" == Tim Sheridan <tim.sheridan@imgtec.com> writes:
Tim> The plugin registry can take a while to be generated when GStreamer is
Tim> initialized. Turning it off can speed up up GStreamer application launch
Tim> times. Default behaviour is unchanged.
Committed to next, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [PATCH 2/2] libsigc: Don't copy devel documentation onto target
From: Arnout Vandecappelle @ 2012-11-30 8:18 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354239752-18102-1-git-send-email-cdhmanning@gmail.com>
On 30/11/12 02:42, Charles Manning wrote:
> The libsigc++ developer documentation was being copied onto the target.
> Add a clean-up to fix that.
>
> There is probably a better way to do this but I still have training wheels.
A command like that should typically go below ---, otherwise it will
appear in the git log for all eternity...
>
> Signed-off-by: Charles Manning<cdhmanning@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
> package/libsigc/libsigc.mk | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/package/libsigc/libsigc.mk b/package/libsigc/libsigc.mk
> index 92d1d8b..10f5803 100644
> --- a/package/libsigc/libsigc.mk
> +++ b/package/libsigc/libsigc.mk
> @@ -8,4 +8,10 @@ LIBSIGC_SOURCE = libsigc++-$(LIBSIGC_VERSION).tar.bz2
> LIBSIGC_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2
> LIBSIGC_INSTALL_STAGING = YES
>
> +define LIBSIGC_INSTALL_TARGET_FIXUP
> + rm -rf $(TARGET_DIR)/usr/share/devhelp/books/libsigc++*
Perhaps we should globally remove devhelp together with man and doc?
OTOH this is currently the only package that installs anything in
devhelp.
BTW, if someone wanted to remark that this shouldn't be done if
BR2_HAVE_DOCUMENTATION is y: we don't have a devhelp reader, so installing
the devhelp texts is always pointless.
Regards,
Arnout
> +endef
> +
> +LIBSIGC_POST_INSTALL_TARGET_HOOKS += LIBSIGC_INSTALL_TARGET_FIXUP
> +
> $(eval $(autotools-package))
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply
* [Buildroot] Problem building libglib2
From: Arnout Vandecappelle @ 2012-11-30 8:37 UTC (permalink / raw)
To: buildroot
In-Reply-To: <20121130001154.129b9238@skate>
On 30/11/12 00:11, Thomas Petazzoni wrote:
> Dear Arnout Vandecappelle,
>
> On Thu, 29 Nov 2012 21:27:56 +0100, Arnout Vandecappelle wrote:
>
>> We could obviously solve this by unexporting PKG_CONFIG_SYSROOT_DIR, but
>> perhaps the better approach is to remove those environment variables from our
>> custom pkgconf?
>
> No, we use PKG_CONFIG_SYSROOT_DIR="/" when we build packages for the
> host, so we can't simply remove support for the PKG_CONFIG_SYSROOT_DIR
> environment variable. Unexporting PKG_CONFIG_SYSROOT_DIR sounds like
> the good solution here.
Right.
Charles, would you care to prepare a patch that unexports PKG_CONFIG_SYSROOT_DIR
and test it in your angstrom environment?
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply
* [Buildroot] [PATCH][RFC] new target: live filesystem
From: Jeremy Rosen @ 2012-11-30 9:00 UTC (permalink / raw)
To: buildroot
In-Reply-To: <50B7F33D.7010309@mind.be>
> > * no dependency on host-sudo, i'm not sure how to add that
>
> That's impossible. The sudo executable must be setuid root, and to
> make
> it setuid root you have to be root, so sudo must already exist...
>
> You could instead add a check in live.mk if sudo actually works.
> But since
> sudo may ask for a password this can get tricky - you should e.g.
> probably check
> if stdin is a terminal as well.
>
hmm, good point... I hadn't thought of that i'll add a check for that
> That said, I don't know if Peter will accept running sudo within
> buildroot.
>
:) yes, that's why I wanted some feedback early...
I think running sudo only for the deployment of the FS is isolated enough to be worth it (it's not like I'm getting rid of fakeroot or anything, it's just to ease the final step of NFS work)
but yes, if that patch is rejected because of philosophical reasons, it would be nice to know early
>
> > * filesystem can only be under output/images at this point
>
> That's not good but easy to solve.
>
yes that was one of the "first draft not ready for commit" aspect :)
you suggest in the commented patch below to use an absolute path...
I like the idea, if I add a line to the help text hinting that $(WHATEVER) can be used to point to output/image it's probably good enough
only answering the remarks which i'd like to discuss below, I agree with all the others
> > + depends on BR2_TARGET_ROOTFS_LIVE
> > + default "live"
>
> Use an empty default, and give an error in live.mk if it's
> empty.
>
I don't like to provide a non-working default (esp since most/all other fs targets work out of the box)
why not provide one (i'm perfectly fine with another name)
if this project is ok with non-working defaults i'll go that way, but it's simple enough to provide a default under output/images so i'm not sur why not do it...
> > +
> > +define ROOTFS_LIVE_CMD
> > + sudo cp -r $(TARGET_DIR)/*
> > $(BINARIES_DIR)/$(BR2_TARGET_ROOTFS_LIVE_DEST)/
>
> That won't work, because device nodes, symlinks etc. are not
> copied correctly. Use cp -a. Or even better, rsync -a
> --delete-during
> (then you don't need to remove it first).
>
> For the target, just use $(BR2_TARGET_ROOTFS_LIVE_DEST).
>
ok, i'll check all those cp/rsync options I don't know...
V2 of the patch is under way and will be posted soon
Regards
J?r?my
^ permalink raw reply
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox