Message ID | 092d2a6df6eae6f93a35a0429d2cdfc9b246cecf.1723551231.git.steve@sakoman.com |
---|---|
State | Accepted, archived |
Commit | 4fc3f804c0963e4421b8066425cc6780a6901ace |
Delegated to: | Steve Sakoman |
Headers | show |
Series | [kirkstone,01/11] cve_check: Use a local copy of the database during builds | expand |
Hi all, After this update of the ORC recipe for the kirkstone branch the build is broken with Ubuntu 18.04 due to an issue with the GCC version supported on that version ( GCC < 8 ). The build throws an unexpected error related with a missing _xgetbv intrinsic function that apparently was introduced in GCC > 8 I notice that there is a new version ORC v0.4.40 that fixes the build issues, is there a plan to backport this ORC version to kirkstone branch? Thanks in advance, -----Original Message----- From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of Steve Sakoman Sent: martes, 13 de agosto de 2024 14:17 To: openembedded-core@lists.openembedded.org Subject: [OE-core][kirkstone 10/11] orc: upgrade 0.4.32 -> 0.4.39 [EXTERNAL E-MAIL] Warning! This email originated outside of the organization! Do not click links or open attachments unless you recognize the sender and know the content is safe. From: Vijay Anusuri <vanusuri@mvista.com> Include security fix CVE-2024-40897 Ref: https://github.com/GStreamer/orc/blob/0.4.39/RELEASE Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> --- meta/recipes-devtools/orc/{orc_0.4.32.bb => orc_0.4.39.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/orc/{orc_0.4.32.bb => orc_0.4.39.bb} (92%) diff --git a/meta/recipes-devtools/orc/orc_0.4.32.bb b/meta/recipes-devtools/orc/orc_0.4.39.bb similarity index 92% rename from meta/recipes-devtools/orc/orc_0.4.32.bb rename to meta/recipes-devtools/orc/orc_0.4.39.bb index 829255f110..320abf536a 100644 --- a/meta/recipes-devtools/orc/orc_0.4.32.bb +++ b/meta/recipes-devtools/orc/orc_0.4.39.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" -SRC_URI[sha256sum] = "a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0" +SRC_URI[sha256sum] = "33ed2387f49b825fa1b9c3b0072e05f259141b895474ad085ae51143d3040cc0" inherit meson pkgconfig gtk-doc -- 2.34.1
This needs to be updated in master first, and then you can send a backport. Alex On Mon, 23 Sept 2024 at 15:33, abuzarra via lists.openembedded.org <Arturo.Buzarra=digi.com@lists.openembedded.org> wrote: > > Hi all, > > After this update of the ORC recipe for the kirkstone branch the build is broken with Ubuntu 18.04 due to an issue with the GCC version supported on that version ( GCC < 8 ). > > The build throws an unexpected error related with a missing _xgetbv intrinsic function that apparently was introduced in GCC > 8 > > I notice that there is a new version ORC v0.4.40 that fixes the build issues, is there a plan to backport this ORC version to kirkstone branch? > > Thanks in advance, > > -----Original Message----- > From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of Steve Sakoman > Sent: martes, 13 de agosto de 2024 14:17 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core][kirkstone 10/11] orc: upgrade 0.4.32 -> 0.4.39 > > [EXTERNAL E-MAIL] Warning! This email originated outside of the organization! Do not click links or open attachments unless you recognize the sender and know the content is safe. > > > > From: Vijay Anusuri <vanusuri@mvista.com> > > Include security fix CVE-2024-40897 > > Ref: https://github.com/GStreamer/orc/blob/0.4.39/RELEASE > > Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> > Signed-off-by: Steve Sakoman <steve@sakoman.com> > --- > meta/recipes-devtools/orc/{orc_0.4.32.bb => orc_0.4.39.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/orc/{orc_0.4.32.bb => orc_0.4.39.bb} (92%) > > diff --git a/meta/recipes-devtools/orc/orc_0.4.32.bb b/meta/recipes-devtools/orc/orc_0.4.39.bb > similarity index 92% > rename from meta/recipes-devtools/orc/orc_0.4.32.bb > rename to meta/recipes-devtools/orc/orc_0.4.39.bb > index 829255f110..320abf536a 100644 > --- a/meta/recipes-devtools/orc/orc_0.4.32.bb > +++ b/meta/recipes-devtools/orc/orc_0.4.39.bb > @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause" > LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" > > SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" > -SRC_URI[sha256sum] = "a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0" > +SRC_URI[sha256sum] = "33ed2387f49b825fa1b9c3b0072e05f259141b895474ad085ae51143d3040cc0" > > inherit meson pkgconfig gtk-doc > > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#204822): https://lists.openembedded.org/g/openembedded-core/message/204822 > Mute This Topic: https://lists.openembedded.org/mt/107874802/1686489 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
Hi Steve, orc updated in master to the version 0.4.40 which resolves the above mentioned issue. could you please merge it to scarthgap, styhead and kirkstone. Thanks & Regards, Vijay On Tue, Sep 24, 2024 at 12:10 AM Alexander Kanavin via lists.openembedded.org <alex.kanavin=gmail.com@lists.openembedded.org> wrote: > This needs to be updated in master first, and then you can send a backport. > > Alex > > On Mon, 23 Sept 2024 at 15:33, abuzarra via lists.openembedded.org > <Arturo.Buzarra=digi.com@lists.openembedded.org> wrote: > > > > Hi all, > > > > After this update of the ORC recipe for the kirkstone branch the build > is broken with Ubuntu 18.04 due to an issue with the GCC version supported > on that version ( GCC < 8 ). > > > > The build throws an unexpected error related with a missing _xgetbv > intrinsic function that apparently was introduced in GCC > 8 > > > > I notice that there is a new version ORC v0.4.40 that fixes the build > issues, is there a plan to backport this ORC version to kirkstone branch? > > > > Thanks in advance, > > > > -----Original Message----- > > From: openembedded-core@lists.openembedded.org < > openembedded-core@lists.openembedded.org> On Behalf Of Steve Sakoman > > Sent: martes, 13 de agosto de 2024 14:17 > > To: openembedded-core@lists.openembedded.org > > Subject: [OE-core][kirkstone 10/11] orc: upgrade 0.4.32 -> 0.4.39 > > > > [EXTERNAL E-MAIL] Warning! This email originated outside of the > organization! Do not click links or open attachments unless you recognize > the sender and know the content is safe. > > > > > > > > From: Vijay Anusuri <vanusuri@mvista.com> > > > > Include security fix CVE-2024-40897 > > > > Ref: https://github.com/GStreamer/orc/blob/0.4.39/RELEASE > > > > Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> > > Signed-off-by: Steve Sakoman <steve@sakoman.com> > > --- > > meta/recipes-devtools/orc/{orc_0.4.32.bb => orc_0.4.39.bb} | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) rename > meta/recipes-devtools/orc/{orc_0.4.32.bb => orc_0.4.39.bb} (92%) > > > > diff --git a/meta/recipes-devtools/orc/orc_0.4.32.bb > b/meta/recipes-devtools/orc/orc_0.4.39.bb > > similarity index 92% > > rename from meta/recipes-devtools/orc/orc_0.4.32.bb > > rename to meta/recipes-devtools/orc/orc_0.4.39.bb > > index 829255f110..320abf536a 100644 > > --- a/meta/recipes-devtools/orc/orc_0.4.32.bb > > +++ b/meta/recipes-devtools/orc/orc_0.4.39.bb > > @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause" > > LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" > > > > SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" > > -SRC_URI[sha256sum] = > "a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0" > > +SRC_URI[sha256sum] = > "33ed2387f49b825fa1b9c3b0072e05f259141b895474ad085ae51143d3040cc0" > > > > inherit meson pkgconfig gtk-doc > > > > -- > > 2.34.1 > > > > > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#204824): > https://lists.openembedded.org/g/openembedded-core/message/204824 > Mute This Topic: https://lists.openembedded.org/mt/107874802/7301997 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ > vanusuri@mvista.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
On Sun, Oct 27, 2024 at 6:32 PM Vijay Anusuri <vanusuri@mvista.com> wrote: > > Hi Steve, > > orc updated in master to the version 0.4.40 which resolves the above mentioned issue. > > could you please merge it to scarthgap, styhead and kirkstone. OK, I will do so. Steve > Thanks & Regards, > Vijay > > On Tue, Sep 24, 2024 at 12:10 AM Alexander Kanavin via lists.openembedded.org <alex.kanavin=gmail.com@lists.openembedded.org> wrote: >> >> This needs to be updated in master first, and then you can send a backport. >> >> Alex >> >> On Mon, 23 Sept 2024 at 15:33, abuzarra via lists.openembedded.org >> <Arturo.Buzarra=digi.com@lists.openembedded.org> wrote: >> > >> > Hi all, >> > >> > After this update of the ORC recipe for the kirkstone branch the build is broken with Ubuntu 18.04 due to an issue with the GCC version supported on that version ( GCC < 8 ). >> > >> > The build throws an unexpected error related with a missing _xgetbv intrinsic function that apparently was introduced in GCC > 8 >> > >> > I notice that there is a new version ORC v0.4.40 that fixes the build issues, is there a plan to backport this ORC version to kirkstone branch? >> > >> > Thanks in advance, >> > >> > -----Original Message----- >> > From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of Steve Sakoman >> > Sent: martes, 13 de agosto de 2024 14:17 >> > To: openembedded-core@lists.openembedded.org >> > Subject: [OE-core][kirkstone 10/11] orc: upgrade 0.4.32 -> 0.4.39 >> > >> > [EXTERNAL E-MAIL] Warning! This email originated outside of the organization! Do not click links or open attachments unless you recognize the sender and know the content is safe. >> > >> > >> > >> > From: Vijay Anusuri <vanusuri@mvista.com> >> > >> > Include security fix CVE-2024-40897 >> > >> > Ref: https://github.com/GStreamer/orc/blob/0.4.39/RELEASE >> > >> > Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> >> > Signed-off-by: Steve Sakoman <steve@sakoman.com> >> > --- >> > meta/recipes-devtools/orc/{orc_0.4.32.bb => orc_0.4.39.bb} | 2 +- >> > 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/orc/{orc_0.4.32.bb => orc_0.4.39.bb} (92%) >> > >> > diff --git a/meta/recipes-devtools/orc/orc_0.4.32.bb b/meta/recipes-devtools/orc/orc_0.4.39.bb >> > similarity index 92% >> > rename from meta/recipes-devtools/orc/orc_0.4.32.bb >> > rename to meta/recipes-devtools/orc/orc_0.4.39.bb >> > index 829255f110..320abf536a 100644 >> > --- a/meta/recipes-devtools/orc/orc_0.4.32.bb >> > +++ b/meta/recipes-devtools/orc/orc_0.4.39.bb >> > @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause" >> > LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" >> > >> > SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" >> > -SRC_URI[sha256sum] = "a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0" >> > +SRC_URI[sha256sum] = "33ed2387f49b825fa1b9c3b0072e05f259141b895474ad085ae51143d3040cc0" >> > >> > inherit meson pkgconfig gtk-doc >> > >> > -- >> > 2.34.1 >> > >> > >> > >> > >> >> -=-=-=-=-=-=-=-=-=-=-=- >> Links: You receive all messages sent to this group. >> View/Reply Online (#204824): https://lists.openembedded.org/g/openembedded-core/message/204824 >> Mute This Topic: https://lists.openembedded.org/mt/107874802/7301997 >> Group Owner: openembedded-core+owner@lists.openembedded.org >> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [vanusuri@mvista.com] >> -=-=-=-=-=-=-=-=-=-=-=- >>
diff --git a/meta/recipes-devtools/orc/orc_0.4.32.bb b/meta/recipes-devtools/orc/orc_0.4.39.bb similarity index 92% rename from meta/recipes-devtools/orc/orc_0.4.32.bb rename to meta/recipes-devtools/orc/orc_0.4.39.bb index 829255f110..320abf536a 100644 --- a/meta/recipes-devtools/orc/orc_0.4.32.bb +++ b/meta/recipes-devtools/orc/orc_0.4.39.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" -SRC_URI[sha256sum] = "a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0" +SRC_URI[sha256sum] = "33ed2387f49b825fa1b9c3b0072e05f259141b895474ad085ae51143d3040cc0" inherit meson pkgconfig gtk-doc