DPDK patches and discussions
 help / color / mirror / Atom feed
* Build failure in OBS with openSUSE 15.6
@ 2025-10-06  7:42 David Marchand
  2025-10-06 10:27 ` Luca Boccassi
  0 siblings, 1 reply; 4+ messages in thread
From: David Marchand @ 2025-10-06  7:42 UTC (permalink / raw)
  To: Luca Boccassi
  Cc: dev, Thomas Monjalon, Kevin Traynor, Aaron Conole, Patrick Robb

Hello Luca,

We have a build failure in the openSUSE 15.6 job in OBS.
https://build.opensuse.org/package/live_build_log/home:bluca:dpdk/dpdk/openSUSE_Leap_15.6/x86_64

This failure is due to 4a04a346e7f3 ("vhost: simplify use of
pragmas"), which followed dd7fdfff9bc1 ("build: remove support for GCC
< 8 and clang < 7").

The openSUSE 15.6 job still uses
[   39s] C compiler for the host machine: cc (gcc 7.5.0 "cc (SUSE Linux) 7.5.0")

Is it possible to update to a more recent gcc?
Otherwise this test should be dropped.


Thanks.

-- 
David Marchand


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

* Re: Build failure in OBS with openSUSE 15.6
  2025-10-06  7:42 Build failure in OBS with openSUSE 15.6 David Marchand
@ 2025-10-06 10:27 ` Luca Boccassi
  2025-10-06 11:04   ` David Marchand
  0 siblings, 1 reply; 4+ messages in thread
From: Luca Boccassi @ 2025-10-06 10:27 UTC (permalink / raw)
  To: David Marchand
  Cc: dev, Thomas Monjalon, Kevin Traynor, Aaron Conole, Patrick Robb

On Mon, 6 Oct 2025 at 08:43, David Marchand <david.marchand@redhat.com> wrote:
>
> Hello Luca,
>
> We have a build failure in the openSUSE 15.6 job in OBS.
> https://build.opensuse.org/package/live_build_log/home:bluca:dpdk/dpdk/openSUSE_Leap_15.6/x86_64
>
> This failure is due to 4a04a346e7f3 ("vhost: simplify use of
> pragmas"), which followed dd7fdfff9bc1 ("build: remove support for GCC
> < 8 and clang < 7").
>
> The openSUSE 15.6 job still uses
> [   39s] C compiler for the host machine: cc (gcc 7.5.0 "cc (SUSE Linux) 7.5.0")
>
> Is it possible to update to a more recent gcc?
> Otherwise this test should be dropped.

Hi, that's what Leap 15 ships with, so I've disabled the job since
it's no longer supported.
BTW I believe you have an account? Thomas and Kevin are already listed
as maintainers so they can do these changes too, if you tell me your
username I can add you as well, it's just a click in the repositories
tab to enable/disable builds

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

* Re: Build failure in OBS with openSUSE 15.6
  2025-10-06 10:27 ` Luca Boccassi
@ 2025-10-06 11:04   ` David Marchand
  2025-10-06 14:34     ` Patrick Robb
  0 siblings, 1 reply; 4+ messages in thread
From: David Marchand @ 2025-10-06 11:04 UTC (permalink / raw)
  To: Luca Boccassi
  Cc: dev, Thomas Monjalon, Kevin Traynor, Aaron Conole, Patrick Robb

On Mon, 6 Oct 2025 at 12:27, Luca Boccassi <luca.boccassi@gmail.com> wrote:
> On Mon, 6 Oct 2025 at 08:43, David Marchand <david.marchand@redhat.com> wrote:
> > We have a build failure in the openSUSE 15.6 job in OBS.
> > https://build.opensuse.org/package/live_build_log/home:bluca:dpdk/dpdk/openSUSE_Leap_15.6/x86_64
> >
> > This failure is due to 4a04a346e7f3 ("vhost: simplify use of
> > pragmas"), which followed dd7fdfff9bc1 ("build: remove support for GCC
> > < 8 and clang < 7").
> >
> > The openSUSE 15.6 job still uses
> > [   39s] C compiler for the host machine: cc (gcc 7.5.0 "cc (SUSE Linux) 7.5.0")
> >
> > Is it possible to update to a more recent gcc?
> > Otherwise this test should be dropped.
>
> Hi, that's what Leap 15 ships with, so I've disabled the job since
> it's no longer supported.
> BTW I believe you have an account? Thomas and Kevin are already listed
> as maintainers so they can do these changes too, if you tell me your
> username I can add you as well, it's just a click in the repositories
> tab to enable/disable builds

Thank you.
Ack, let's sync offlist.


-- 
David Marchand


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

* Re: Build failure in OBS with openSUSE 15.6
  2025-10-06 11:04   ` David Marchand
@ 2025-10-06 14:34     ` Patrick Robb
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Robb @ 2025-10-06 14:34 UTC (permalink / raw)
  To: David Marchand
  Cc: Luca Boccassi, dev, Thomas Monjalon, Kevin Traynor, Aaron Conole,
	Bruce Richardson

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

This came up for the DPDK Community Lab a few months ago and we modified
the DPDK OpenSuse Dockerfile to build and use a new version of gcc, per
community request:

-----------

RUN update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-14 100

-----------

It runs against our normal practice (test with the core build utilities the
distro ships with) but it was the only way to continue to provide results
for OpenSuse.

On Mon, Oct 6, 2025 at 7:04 AM David Marchand <david.marchand@redhat.com>
wrote:

> On Mon, 6 Oct 2025 at 12:27, Luca Boccassi <luca.boccassi@gmail.com>
> wrote:
> > On Mon, 6 Oct 2025 at 08:43, David Marchand <david.marchand@redhat.com>
> wrote:
> > > We have a build failure in the openSUSE 15.6 job in OBS.
> > >
> https://build.opensuse.org/package/live_build_log/home:bluca:dpdk/dpdk/openSUSE_Leap_15.6/x86_64
> > >
> > > This failure is due to 4a04a346e7f3 ("vhost: simplify use of
> > > pragmas"), which followed dd7fdfff9bc1 ("build: remove support for GCC
> > > < 8 and clang < 7").
> > >
> > > The openSUSE 15.6 job still uses
> > > [   39s] C compiler for the host machine: cc (gcc 7.5.0 "cc (SUSE
> Linux) 7.5.0")
> > >
> > > Is it possible to update to a more recent gcc?
> > > Otherwise this test should be dropped.
> >
> > Hi, that's what Leap 15 ships with, so I've disabled the job since
> > it's no longer supported.
> > BTW I believe you have an account? Thomas and Kevin are already listed
> > as maintainers so they can do these changes too, if you tell me your
> > username I can add you as well, it's just a click in the repositories
> > tab to enable/disable builds
>
> Thank you.
> Ack, let's sync offlist.
>
>
> --
> David Marchand
>
>

[-- Attachment #2: Type: text/html, Size: 2555 bytes --]

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

end of thread, other threads:[~2025-10-06 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-06  7:42 Build failure in OBS with openSUSE 15.6 David Marchand
2025-10-06 10:27 ` Luca Boccassi
2025-10-06 11:04   ` David Marchand
2025-10-06 14:34     ` Patrick Robb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).