Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] opus: add hash
@ 2015-02-25 13:07 Gustavo Zacarias
  2015-02-25 13:07 ` [Buildroot] [PATCH 2/5] libao: " Gustavo Zacarias
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2015-02-25 13:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/opus/opus.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/opus/opus.hash

diff --git a/package/opus/opus.hash b/package/opus/opus.hash
new file mode 100644
index 0000000..9c4e34d
--- /dev/null
+++ b/package/opus/opus.hash
@@ -0,0 +1,2 @@
+# From http://downloads.xiph.org/releases/opus/SHA256SUMS.txt
+sha256	b9727015a58affcf3db527322bf8c4d2fcf39f5f6b8f15dbceca20206cbe1d95	opus-1.1.tar.gz
-- 
2.0.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 2/5] libao: add hash
  2015-02-25 13:07 [Buildroot] [PATCH 1/5] opus: add hash Gustavo Zacarias
@ 2015-02-25 13:07 ` Gustavo Zacarias
  2015-02-25 13:07 ` [Buildroot] [PATCH 3/5] libtheora: " Gustavo Zacarias
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2015-02-25 13:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libao/libao.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/libao/libao.hash

diff --git a/package/libao/libao.hash b/package/libao/libao.hash
new file mode 100644
index 0000000..64174da
--- /dev/null
+++ b/package/libao/libao.hash
@@ -0,0 +1,2 @@
+# From http://downloads.xiph.org/releases/ao/SHA256SUMS.txt
+sha256	03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf	libao-1.2.0.tar.gz
-- 
2.0.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 3/5] libtheora: add hash
  2015-02-25 13:07 [Buildroot] [PATCH 1/5] opus: add hash Gustavo Zacarias
  2015-02-25 13:07 ` [Buildroot] [PATCH 2/5] libao: " Gustavo Zacarias
@ 2015-02-25 13:07 ` Gustavo Zacarias
  2015-02-25 13:07 ` [Buildroot] [PATCH 4/5] vorbis-tools: " Gustavo Zacarias
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2015-02-25 13:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libtheora/libtheora.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/libtheora/libtheora.hash

diff --git a/package/libtheora/libtheora.hash b/package/libtheora/libtheora.hash
new file mode 100644
index 0000000..daf2455
--- /dev/null
+++ b/package/libtheora/libtheora.hash
@@ -0,0 +1,2 @@
+# From http://downloads.xiph.org/releases/theora/SHA256SUMS
+sha256	f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61	libtheora-1.1.1.tar.xz
-- 
2.0.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 4/5] vorbis-tools: add hash
  2015-02-25 13:07 [Buildroot] [PATCH 1/5] opus: add hash Gustavo Zacarias
  2015-02-25 13:07 ` [Buildroot] [PATCH 2/5] libao: " Gustavo Zacarias
  2015-02-25 13:07 ` [Buildroot] [PATCH 3/5] libtheora: " Gustavo Zacarias
@ 2015-02-25 13:07 ` Gustavo Zacarias
  2015-02-25 13:07 ` [Buildroot] [PATCH 5/5] libshout: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2015-02-25 13:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/vorbis-tools/vorbis-tools.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/vorbis-tools/vorbis-tools.hash

diff --git a/package/vorbis-tools/vorbis-tools.hash b/package/vorbis-tools/vorbis-tools.hash
new file mode 100644
index 0000000..8f40eda
--- /dev/null
+++ b/package/vorbis-tools/vorbis-tools.hash
@@ -0,0 +1,2 @@
+# From http://downloads.xiph.org/releases/vorbis/SHA256SUMS
+sha256	a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc	vorbis-tools-1.4.0.tar.gz
-- 
2.0.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 5/5] libshout: add hash
  2015-02-25 13:07 [Buildroot] [PATCH 1/5] opus: add hash Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2015-02-25 13:07 ` [Buildroot] [PATCH 4/5] vorbis-tools: " Gustavo Zacarias
@ 2015-02-25 13:07 ` Gustavo Zacarias
  2015-02-25 15:31 ` [Buildroot] host-libgtk3 fails with buildroot-2015.02-rc3 Rainer Berns
  2015-02-25 18:54 ` [Buildroot] [PATCH 1/5] opus: add hash Peter Korsgaard
  5 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2015-02-25 13:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libshout/libshout.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/libshout/libshout.hash

diff --git a/package/libshout/libshout.hash b/package/libshout/libshout.hash
new file mode 100644
index 0000000..908bd99
--- /dev/null
+++ b/package/libshout/libshout.hash
@@ -0,0 +1,2 @@
+# From http://downloads.xiph.org/releases/libshout/SHA256SUMS
+sha256	cf3c5f6b4a5e3fcfbe09fb7024aa88ad4099a9945f7cb037ec06bcee7a23926e	libshout-2.3.1.tar.gz
-- 
2.0.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] host-libgtk3 fails with buildroot-2015.02-rc3
  2015-02-25 13:07 [Buildroot] [PATCH 1/5] opus: add hash Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2015-02-25 13:07 ` [Buildroot] [PATCH 5/5] libshout: " Gustavo Zacarias
@ 2015-02-25 15:31 ` Rainer Berns
  2015-02-26  8:50   ` Rainer Berns
  2015-02-25 18:54 ` [Buildroot] [PATCH 1/5] opus: add hash Peter Korsgaard
  5 siblings, 1 reply; 8+ messages in thread
From: Rainer Berns @ 2015-02-25 15:31 UTC (permalink / raw)
  To: buildroot

Hi,
 
I tesed buildroot-2015.02-rc3 with my configuration (Cortex A9) from
buildroot-2014.11 and it fails. (Error does occured with rc1)
 
 
>>> host-libgtk3 3.14.5 Building
....
/usr/bin/ld: skipping incompatible
/home/berns/Entwicklung/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/libintl.so
when searching for -lintl
/usr/bin/ld: skipping incompatible
/home/berns/Entwicklung/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/libintl.a
when searching for -lintl/usr/bin/ld: cannot find -lintl
/usr/bin/ld: cannot find /lib/libpthread.so.0 inside
/usr/bin/ld: cannot find /usr/lib/libpthread_nonshared.a inside
collect2: ld returned 1 exit status
make: ***
[/home/berns/Entwicklung/buildroot-2015.02-rc3/output/build/host-libgtk3-3.14.5/.stamp_built]
Error 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150225/45136f10/attachment.html>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 1/5] opus: add hash
  2015-02-25 13:07 [Buildroot] [PATCH 1/5] opus: add hash Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2015-02-25 15:31 ` [Buildroot] host-libgtk3 fails with buildroot-2015.02-rc3 Rainer Berns
@ 2015-02-25 18:54 ` Peter Korsgaard
  5 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2015-02-25 18:54 UTC (permalink / raw)
  To: buildroot

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

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed series, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] host-libgtk3 fails with buildroot-2015.02-rc3
  2015-02-25 15:31 ` [Buildroot] host-libgtk3 fails with buildroot-2015.02-rc3 Rainer Berns
@ 2015-02-26  8:50   ` Rainer Berns
  0 siblings, 0 replies; 8+ messages in thread
From: Rainer Berns @ 2015-02-26  8:50 UTC (permalink / raw)
  To: buildroot

HI ,
 
I tried the confirguration with buildroot-2015.02-rc2 and it works. Another try
with rc3 now works.
Strange
 
Regards
Rainer
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150226/bf4b90c1/attachment.html>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-02-26  8:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 13:07 [Buildroot] [PATCH 1/5] opus: add hash Gustavo Zacarias
2015-02-25 13:07 ` [Buildroot] [PATCH 2/5] libao: " Gustavo Zacarias
2015-02-25 13:07 ` [Buildroot] [PATCH 3/5] libtheora: " Gustavo Zacarias
2015-02-25 13:07 ` [Buildroot] [PATCH 4/5] vorbis-tools: " Gustavo Zacarias
2015-02-25 13:07 ` [Buildroot] [PATCH 5/5] libshout: " Gustavo Zacarias
2015-02-25 15:31 ` [Buildroot] host-libgtk3 fails with buildroot-2015.02-rc3 Rainer Berns
2015-02-26  8:50   ` Rainer Berns
2015-02-25 18:54 ` [Buildroot] [PATCH 1/5] opus: add hash Peter Korsgaard

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