All of lore.kernel.org
 help / color / mirror / Atom feed
* orc 0.4.13 is out
@ 2011-04-19  9:33 Henning Heinold
  2011-04-20 13:34 ` Peter Gsellmann
  0 siblings, 1 reply; 10+ messages in thread
From: Henning Heinold @ 2011-04-19  9:33 UTC (permalink / raw)
  To: openembedded-devel

Hi,

hm first email got to wrong mailinglist.

So here its again:

Hi,

As of today orc 0.4.13 is out with the bugs fixed we hit.
So someone(maybee Paul) can make a new recipe.

Bye Henning



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

* Re: orc 0.4.13 is out
  2011-04-19  9:33 orc 0.4.13 is out Henning Heinold
@ 2011-04-20 13:34 ` Peter Gsellmann
  2011-04-20 13:51   ` Paul Menzel
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Gsellmann @ 2011-04-20 13:34 UTC (permalink / raw)
  To: openembedded-devel

Am Dienstag 19 April 2011, 11:33:44 schrieb Henning Heinold:
> Hi,
> 
> hm first email got to wrong mailinglist.
> 
> So here its again:
> 
> Hi,
> 
> As of today orc 0.4.13 is out with the bugs fixed we hit.
> So someone(maybee Paul) can make a new recipe.
> 
> Bye Henning
> 
Sorry, but this version breaks recipe schroedinger-1.0.9 for my build.

schroorc.c: In function '_backup_orc_add2_rshift_add_s16_22_op':
schroorc.c:93:3: error: 'int16_t' undeclared (first use in this function)

full log on http://88.116.171.82/angstrom/files/log.do_compile.12189

neither 0.4.12 nor 0.4.13 works, only 0.4.10

Build Configuration:
BB_VERSION        = "1.10.2"
METADATA_BRANCH   = "master"
METADATA_REVISION = "5fe98c8"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "pcontrol_g20"
DISTRO            = "angstrom"
DISTRO_VERSION    = "v20110420"
TARGET_FPU        = "soft"


Look also into Dirac homepage http://diracvideo.org/
There is a statement about orc 0.4.10
I suspect schroedinger is bound to this specific version.


Peter



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

* Re: orc 0.4.13 is out
  2011-04-20 13:34 ` Peter Gsellmann
@ 2011-04-20 13:51   ` Paul Menzel
  2011-04-20 14:02     ` [PATCH 1/2] orc_0.4.13: set `DEFAULT_PREFERENCE = "-1"` Paul Menzel
                       ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Paul Menzel @ 2011-04-20 13:51 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1783 bytes --]

Dear Henning, dear Peter,


Am Mittwoch, den 20.04.2011, 15:34 +0200 schrieb Peter Gsellmann:
> Am Dienstag 19 April 2011, 11:33:44 schrieb Henning Heinold:

> > hm first email got to wrong mailinglist.
> > 
> > So here its again:
> > 
> > Hi,
> > 
> > As of today orc 0.4.13 is out with the bugs fixed we hit.
> > So someone(maybee Paul) can make a new recipe.

I am sorry for the inconvenience. You were too fast. Thank you for
packaging it in f3dcc065 [1]. Unfortunately I did not get the
announcement from the GStreamer list. Freedesktop lists and GMX seem to
have delivery problems (since forever).

> Sorry, but this version breaks recipe schroedinger-1.0.9 for my build.
> 
> schroorc.c: In function '_backup_orc_add2_rshift_add_s16_22_op':
> schroorc.c:93:3: error: 'int16_t' undeclared (first use in this function)
> 
> full log on http://88.116.171.82/angstrom/files/log.do_compile.12189
> 
> neither 0.4.12 nor 0.4.13 works, only 0.4.10
> 
> Build Configuration:
> BB_VERSION        = "1.10.2"
> METADATA_BRANCH   = "master"
> METADATA_REVISION = "5fe98c8"
> TARGET_ARCH       = "arm"
> TARGET_OS         = "linux-gnueabi"
> MACHINE           = "pcontrol_g20"
> DISTRO            = "angstrom"
> DISTRO_VERSION    = "v20110420"
> TARGET_FPU        = "soft"

I am facing the same problem also for `MACHINE = "beagleboard"`.

> Look also into Dirac homepage http://diracvideo.org/
> There is a statement about orc 0.4.10
> I suspect schroedinger is bound to this specific version.

I tested building Schrödinger with Orc 0.4.11 and that seems to work. I
will send two patches in some minutes.


Thanks,

Paul


[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=f3dcc0656e356104d9c5ea3abcbef0c3a2e0c1bb

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* [PATCH 1/2] orc_0.4.13: set `DEFAULT_PREFERENCE = "-1"`
  2011-04-20 13:51   ` Paul Menzel
@ 2011-04-20 14:02     ` Paul Menzel
  2011-04-26 10:44       ` Peter Gsellmann
  2011-04-20 14:04     ` [PATCH 2/2] orc: add version 0.4.11 Paul Menzel
  2011-04-20 14:41     ` orc 0.4.13 is out Henning Heinold
  2 siblings, 1 reply; 10+ messages in thread
From: Paul Menzel @ 2011-04-20 14:02 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

Date: Tue, 19 Apr 2011 10:38:34 +0200

Task compile of `schroedinger_1.0.9` fails with Orc 0.4.13 the same way as with Orc 0.4.12 with the following error message [1][2].

	[…]
	schroorc.c: In function '_backup_orc_add2_rshift_add_s16_22_op':
	schroorc.c:93:3: error: 'int16_t' undeclared (first use in this function)
	schroorc.c:93:3: note: each undeclared identifier is reported only once for each function it appears in
	[…]

Therefore we disable the default preference of Orc 0.4.13 for the time being until the problems get resolved.

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/032110.html
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/031966.html

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
 recipes/orc/orc_0.4.13.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/orc/orc_0.4.13.bb b/recipes/orc/orc_0.4.13.bb
index 107dea6..adfe693 100644
--- a/recipes/orc/orc_0.4.13.bb
+++ b/recipes/orc/orc_0.4.13.bb
@@ -1,4 +1,6 @@
 require orc.inc
 
+DEFAULT_PREFERENCE = "-1"
+
 SRC_URI[orc.md5sum] = "f6d0aed003f67c91933c22d9e5f1696a"
 SRC_URI[orc.sha256sum] = "0fb8952ff688fe4b6f3b68cad49d4fb3cdfd28643b43410170601cc1f1e49601"
-- 
1.7.4.4


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* [PATCH 2/2] orc: add version 0.4.11
  2011-04-20 13:51   ` Paul Menzel
  2011-04-20 14:02     ` [PATCH 1/2] orc_0.4.13: set `DEFAULT_PREFERENCE = "-1"` Paul Menzel
@ 2011-04-20 14:04     ` Paul Menzel
  2011-04-20 14:49       ` Peter Gsellmann
  2011-04-26 10:44       ` Peter Gsellmann
  2011-04-20 14:41     ` orc 0.4.13 is out Henning Heinold
  2 siblings, 2 replies; 10+ messages in thread
From: Paul Menzel @ 2011-04-20 14:04 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 798 bytes --]

Date: Wed, 20 Apr 2011 11:50:37 +0200

This version is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. `schroedinger_1.0.9.bb` also seems to build fine with this version.

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
 recipes/orc/orc_0.4.11.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
 create mode 100644 recipes/orc/orc_0.4.11.bb

diff --git a/recipes/orc/orc_0.4.11.bb b/recipes/orc/orc_0.4.11.bb
new file mode 100644
index 0000000..e101068
--- /dev/null
+++ b/recipes/orc/orc_0.4.11.bb
@@ -0,0 +1,4 @@
+require orc.inc
+
+SRC_URI[orc.md5sum] = "b8b0b148d319422c3ad250c29483b3c4"
+SRC_URI[orc.sha256sum] = "6ec60521a11339eda36f1e2210d08ae95010d769575e471aaf365b89bca8d031"
-- 
1.7.4.4


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: orc 0.4.13 is out
  2011-04-20 13:51   ` Paul Menzel
  2011-04-20 14:02     ` [PATCH 1/2] orc_0.4.13: set `DEFAULT_PREFERENCE = "-1"` Paul Menzel
  2011-04-20 14:04     ` [PATCH 2/2] orc: add version 0.4.11 Paul Menzel
@ 2011-04-20 14:41     ` Henning Heinold
  2 siblings, 0 replies; 10+ messages in thread
From: Henning Heinold @ 2011-04-20 14:41 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Apr 20, 2011 at 03:51:18PM +0200, Paul Menzel wrote:
> Dear Henning, dear Peter,
> 
> 
> Am Mittwoch, den 20.04.2011, 15:34 +0200 schrieb Peter Gsellmann:
> > Am Dienstag 19 April 2011, 11:33:44 schrieb Henning Heinold:
> 
> > > hm first email got to wrong mailinglist.
> > > 
> > > So here its again:
> > > 
> > > Hi,
> > > 
> > > As of today orc 0.4.13 is out with the bugs fixed we hit.
> > > So someone(maybee Paul) can make a new recipe.
> 
> I am sorry for the inconvenience. You were too fast. Thank you for
> packaging it in f3dcc065 [1]. Unfortunately I did not get the
> announcement from the GStreamer list. Freedesktop lists and GMX seem to
> have delivery problems (since forever).
> 
> > Sorry, but this version breaks recipe schroedinger-1.0.9 for my build.

Hi,

I will fix schroedinger this evening. Problem is, it dont regenrate some
files with the orcc installed.

Bye Henning



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

* Re: [PATCH 2/2] orc: add version 0.4.11
  2011-04-20 14:04     ` [PATCH 2/2] orc: add version 0.4.11 Paul Menzel
@ 2011-04-20 14:49       ` Peter Gsellmann
  2011-04-22 14:15         ` Paul Menzel
  2011-04-26 10:44       ` Peter Gsellmann
  1 sibling, 1 reply; 10+ messages in thread
From: Peter Gsellmann @ 2011-04-20 14:49 UTC (permalink / raw)
  To: openembedded-devel

Hi Paul

Am Mittwoch 20 April 2011, 16:04:08 schrieb Paul Menzel:
> Date: Wed, 20 Apr 2011 11:50:37 +0200
> 
> This version is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. `schroedinger_1.0.9.bb` also seems to build fine with this version.
> 
> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
> ---
>  recipes/orc/orc_0.4.11.bb |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/orc/orc_0.4.11.bb
> 
> diff --git a/recipes/orc/orc_0.4.11.bb b/recipes/orc/orc_0.4.11.bb
> new file mode 100644
> index 0000000..e101068
> --- /dev/null
> +++ b/recipes/orc/orc_0.4.11.bb
> @@ -0,0 +1,4 @@
> +require orc.inc
> +
> +SRC_URI[orc.md5sum] = "b8b0b148d319422c3ad250c29483b3c4"
> +SRC_URI[orc.sha256sum] = "6ec60521a11339eda36f1e2210d08ae95010d769575e471aaf365b89bca8d031"
> 

This version of orc is compatible to schroedinger_1.0.9
compiles fine but only with BBMASK = "orc_0.4.13"
see http://88.116.171.82/angstrom/files/log.do_compile.9392

What to do with the (defect?) versions 0.4.12 and 0.4.13 ?

Delete recipes?

PREFERRED_VERSION = orc_0.4.11  somewhere?

Is there a notation for a recipe like DEPENDS = "orc<=0.4.11" as 'Requires' in rpm-specfiles does?



Peter



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

* Re: [PATCH 2/2] orc: add version 0.4.11
  2011-04-20 14:49       ` Peter Gsellmann
@ 2011-04-22 14:15         ` Paul Menzel
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Menzel @ 2011-04-22 14:15 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2456 bytes --]

Dear Peter,


Am Mittwoch, den 20.04.2011, 16:49 +0200 schrieb Peter Gsellmann:

> Am Mittwoch 20 April 2011, 16:04:08 schrieb Paul Menzel:
> > Date: Wed, 20 Apr 2011 11:50:37 +0200
> > 
> > This version is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. `schroedinger_1.0.9.bb` also seems to build fine with this version.
> > 
> > Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
> > ---
> >  recipes/orc/orc_0.4.11.bb |    4 ++++
> >  1 files changed, 4 insertions(+), 0 deletions(-)
> >  create mode 100644 recipes/orc/orc_0.4.11.bb
> > 
> > diff --git a/recipes/orc/orc_0.4.11.bb b/recipes/orc/orc_0.4.11.bb
> > new file mode 100644
> > index 0000000..e101068
> > --- /dev/null
> > +++ b/recipes/orc/orc_0.4.11.bb
> > @@ -0,0 +1,4 @@
> > +require orc.inc
> > +
> > +SRC_URI[orc.md5sum] = "b8b0b148d319422c3ad250c29483b3c4"
> > +SRC_URI[orc.sha256sum] = "6ec60521a11339eda36f1e2210d08ae95010d769575e471aaf365b89bca8d031"
> 
> This version of orc is compatible to schroedinger_1.0.9

If it works for you, could you please reply with

Acked-by: Peter Gsellmann <your@address.org>

> compiles fine but only with BBMASK = "orc_0.4.13"
> see http://88.116.171.82/angstrom/files/log.do_compile.9392

That is what the patch [1][2]

	[PATCH 1/2] orc_0.4.13: set `DEFAULT_PREFERENCE = "-1"`

was for. Henning’s commit ddc04b7a [3] included this bit too.

> What to do with the (defect?) versions 0.4.12

Henning deleted this one when adding 0.4.13 in commit f3dcc065 [4].

> and 0.4.13?

Henning wants to fix `schroedinger` [5].

> Delete recipes?
> 
> PREFERRED_VERSION = orc_0.4.11  somewhere?

I have not heard of that syntax, but you could have put

	PREFERRED_VERSION_orc = "0.4.11"

in `conf/local.conf`.

> Is there a notation for a recipe like DEPENDS = "orc<=0.4.11" as 'Requires' in rpm-specfiles does?

No. As far as I know this has not been implemented yet in BitBake.


Thanks,

Paul


[1] http://patches.openembedded.org/patch/2563/
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/032114.html
[3] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=ddc04b7af7747c9f3fa79826aeb70ca38aa39ddb
[4] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=f3dcc0656e356104d9c5ea3abcbef0c3a2e0c1bb
[5] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/032117.html

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCH 1/2] orc_0.4.13: set `DEFAULT_PREFERENCE = "-1"`
  2011-04-20 14:02     ` [PATCH 1/2] orc_0.4.13: set `DEFAULT_PREFERENCE = "-1"` Paul Menzel
@ 2011-04-26 10:44       ` Peter Gsellmann
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Gsellmann @ 2011-04-26 10:44 UTC (permalink / raw)
  To: openembedded-devel

Am Mittwoch 20 April 2011, 16:02:55 schrieb Paul Menzel:
> Date: Tue, 19 Apr 2011 10:38:34 +0200
> 
> Task compile of `schroedinger_1.0.9` fails with Orc 0.4.13 the same way as with Orc 0.4.12 with the following error message [1][2].
> 
> 	[…]
> 	schroorc.c: In function '_backup_orc_add2_rshift_add_s16_22_op':
> 	schroorc.c:93:3: error: 'int16_t' undeclared (first use in this function)
> 	schroorc.c:93:3: note: each undeclared identifier is reported only once for each function it appears in
> 	[…]
> 
> Therefore we disable the default preference of Orc 0.4.13 for the time being until the problems get resolved.
> 
> [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/032110.html
> [2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/031966.html
> 
> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
> ---
>  recipes/orc/orc_0.4.13.bb |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes/orc/orc_0.4.13.bb b/recipes/orc/orc_0.4.13.bb
> index 107dea6..adfe693 100644
> --- a/recipes/orc/orc_0.4.13.bb
> +++ b/recipes/orc/orc_0.4.13.bb
> @@ -1,4 +1,6 @@
>  require orc.inc
>  
> +DEFAULT_PREFERENCE = "-1"
> +
>  SRC_URI[orc.md5sum] = "f6d0aed003f67c91933c22d9e5f1696a"
>  SRC_URI[orc.sha256sum] = "0fb8952ff688fe4b6f3b68cad49d4fb3cdfd28643b43410170601cc1f1e49601"
> 

Acked-by: Peter Gsellmann <pgsellmann@portner-elektronik.at>



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

* Re: [PATCH 2/2] orc: add version 0.4.11
  2011-04-20 14:04     ` [PATCH 2/2] orc: add version 0.4.11 Paul Menzel
  2011-04-20 14:49       ` Peter Gsellmann
@ 2011-04-26 10:44       ` Peter Gsellmann
  1 sibling, 0 replies; 10+ messages in thread
From: Peter Gsellmann @ 2011-04-26 10:44 UTC (permalink / raw)
  To: openembedded-devel

Am Mittwoch 20 April 2011, 16:04:08 schrieb Paul Menzel:
> Date: Wed, 20 Apr 2011 11:50:37 +0200
> 
> This version is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. `schroedinger_1.0.9.bb` also seems to build fine with this version.
> 
> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
> ---
>  recipes/orc/orc_0.4.11.bb |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/orc/orc_0.4.11.bb
> 
> diff --git a/recipes/orc/orc_0.4.11.bb b/recipes/orc/orc_0.4.11.bb
> new file mode 100644
> index 0000000..e101068
> --- /dev/null
> +++ b/recipes/orc/orc_0.4.11.bb
> @@ -0,0 +1,4 @@
> +require orc.inc
> +
> +SRC_URI[orc.md5sum] = "b8b0b148d319422c3ad250c29483b3c4"
> +SRC_URI[orc.sha256sum] = "6ec60521a11339eda36f1e2210d08ae95010d769575e471aaf365b89bca8d031"
> 

Acked-by: Peter Gsellmann <pgsellmann@portner-elektronik.at>



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

end of thread, other threads:[~2011-04-26 10:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-19  9:33 orc 0.4.13 is out Henning Heinold
2011-04-20 13:34 ` Peter Gsellmann
2011-04-20 13:51   ` Paul Menzel
2011-04-20 14:02     ` [PATCH 1/2] orc_0.4.13: set `DEFAULT_PREFERENCE = "-1"` Paul Menzel
2011-04-26 10:44       ` Peter Gsellmann
2011-04-20 14:04     ` [PATCH 2/2] orc: add version 0.4.11 Paul Menzel
2011-04-20 14:49       ` Peter Gsellmann
2011-04-22 14:15         ` Paul Menzel
2011-04-26 10:44       ` Peter Gsellmann
2011-04-20 14:41     ` orc 0.4.13 is out Henning Heinold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.