* Re: failed armel build of rdma-core 24.0-1 [not found] <156275862123.1841.4329369138979653018@wuiet.debian.org> @ 2019-07-10 19:23 ` Jason Gunthorpe 2019-07-11 6:35 ` Gal Pressman 2019-07-11 10:53 ` Benjamin Drung 0 siblings, 2 replies; 6+ messages in thread From: Jason Gunthorpe @ 2019-07-10 19:23 UTC (permalink / raw) To: Benjamin Drung, Gal Pressman; +Cc: linux-rdma Benjamin, Can you confirm that something like this fixes these build problems? diff --git a/debian/rules b/debian/rules index 07c9c145ff090c..facb45170eacfc 100755 --- a/debian/rules +++ b/debian/rules @@ -63,6 +63,7 @@ ifneq (,$(filter-out $(COHERENT_DMA_ARCHS),$(DEB_HOST_ARCH))) test -e debian/$$package.install.backup || cp debian/$$package.install debian/$$package.install.backup; \ done sed -i '/mlx[45]/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install + sed -i '/efa/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install endif DESTDIR=$(CURDIR)/debian/tmp ninja -C build-deb install On Wed, Jul 10, 2019 at 11:37:01AM -0000, Debian buildds wrote: > * Source package: rdma-core > * Version: 24.0-1 > * Architecture: armel > * State: failed > * Suite: sid > * Builder: antheil.debian.org > * Build log: https://buildd.debian.org/status/fetch.php?pkg=rdma-core&arch=armel&ver=24.0-1&stamp=1562758620&file=log > > Please note that these notifications do not necessarily mean bug reports > in your package but could also be caused by other packages, temporary > uninstallabilities and arch-specific breakages. A look at the build log > despite this disclaimer would be appreciated however. ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: failed armel build of rdma-core 24.0-1 2019-07-10 19:23 ` failed armel build of rdma-core 24.0-1 Jason Gunthorpe @ 2019-07-11 6:35 ` Gal Pressman 2019-07-11 7:07 ` Leon Romanovsky 2019-07-11 10:53 ` Benjamin Drung 1 sibling, 1 reply; 6+ messages in thread From: Gal Pressman @ 2019-07-11 6:35 UTC (permalink / raw) To: Jason Gunthorpe, Benjamin Drung; +Cc: linux-rdma On 10/07/2019 22:23, Jason Gunthorpe wrote: > Benjamin, > > Can you confirm that something like this fixes these build problems? > > diff --git a/debian/rules b/debian/rules > index 07c9c145ff090c..facb45170eacfc 100755 > --- a/debian/rules > +++ b/debian/rules > @@ -63,6 +63,7 @@ ifneq (,$(filter-out $(COHERENT_DMA_ARCHS),$(DEB_HOST_ARCH))) > test -e debian/$$package.install.backup || cp debian/$$package.install debian/$$package.install.backup; \ > done > sed -i '/mlx[45]/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install > + sed -i '/efa/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install > endif > DESTDIR=$(CURDIR)/debian/tmp ninja -C build-deb install > > > > On Wed, Jul 10, 2019 at 11:37:01AM -0000, Debian buildds wrote: >> * Source package: rdma-core >> * Version: 24.0-1 >> * Architecture: armel >> * State: failed >> * Suite: sid >> * Builder: antheil.debian.org >> * Build log: https://buildd.debian.org/status/fetch.php?pkg=rdma-core&arch=armel&ver=24.0-1&stamp=1562758620&file=log >> >> Please note that these notifications do not necessarily mean bug reports >> in your package but could also be caused by other packages, temporary >> uninstallabilities and arch-specific breakages. A look at the build log >> despite this disclaimer would be appreciated however. Was this error supposed to be reported by travis as well? I'm pretty sure all tests passed. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: failed armel build of rdma-core 24.0-1 2019-07-11 6:35 ` Gal Pressman @ 2019-07-11 7:07 ` Leon Romanovsky 2019-07-11 8:00 ` Gal Pressman 0 siblings, 1 reply; 6+ messages in thread From: Leon Romanovsky @ 2019-07-11 7:07 UTC (permalink / raw) To: Gal Pressman; +Cc: Jason Gunthorpe, Benjamin Drung, linux-rdma On Thu, Jul 11, 2019 at 09:35:59AM +0300, Gal Pressman wrote: > On 10/07/2019 22:23, Jason Gunthorpe wrote: > > Benjamin, > > > > Can you confirm that something like this fixes these build problems? > > > > diff --git a/debian/rules b/debian/rules > > index 07c9c145ff090c..facb45170eacfc 100755 > > --- a/debian/rules > > +++ b/debian/rules > > @@ -63,6 +63,7 @@ ifneq (,$(filter-out $(COHERENT_DMA_ARCHS),$(DEB_HOST_ARCH))) > > test -e debian/$$package.install.backup || cp debian/$$package.install debian/$$package.install.backup; \ > > done > > sed -i '/mlx[45]/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install > > + sed -i '/efa/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install > > endif > > DESTDIR=$(CURDIR)/debian/tmp ninja -C build-deb install > > > > > > > > On Wed, Jul 10, 2019 at 11:37:01AM -0000, Debian buildds wrote: > >> * Source package: rdma-core > >> * Version: 24.0-1 > >> * Architecture: armel > >> * State: failed > >> * Suite: sid > >> * Builder: antheil.debian.org > >> * Build log: https://buildd.debian.org/status/fetch.php?pkg=rdma-core&arch=armel&ver=24.0-1&stamp=1562758620&file=log > >> > >> Please note that these notifications do not necessarily mean bug reports > >> in your package but could also be caused by other packages, temporary > >> uninstallabilities and arch-specific breakages. A look at the build log > >> despite this disclaimer would be appreciated however. > > Was this error supposed to be reported by travis as well? I'm pretty sure all > tests passed. Did you get any build failure email from debian? I didn't. Thanks ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: failed armel build of rdma-core 24.0-1 2019-07-11 7:07 ` Leon Romanovsky @ 2019-07-11 8:00 ` Gal Pressman 2019-07-11 11:11 ` Leon Romanovsky 0 siblings, 1 reply; 6+ messages in thread From: Gal Pressman @ 2019-07-11 8:00 UTC (permalink / raw) To: Leon Romanovsky; +Cc: Jason Gunthorpe, Benjamin Drung, linux-rdma On 11/07/2019 10:07, Leon Romanovsky wrote: > On Thu, Jul 11, 2019 at 09:35:59AM +0300, Gal Pressman wrote: >> On 10/07/2019 22:23, Jason Gunthorpe wrote: >>> Benjamin, >>> >>> Can you confirm that something like this fixes these build problems? >>> >>> diff --git a/debian/rules b/debian/rules >>> index 07c9c145ff090c..facb45170eacfc 100755 >>> --- a/debian/rules >>> +++ b/debian/rules >>> @@ -63,6 +63,7 @@ ifneq (,$(filter-out $(COHERENT_DMA_ARCHS),$(DEB_HOST_ARCH))) >>> test -e debian/$$package.install.backup || cp debian/$$package.install debian/$$package.install.backup; \ >>> done >>> sed -i '/mlx[45]/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install >>> + sed -i '/efa/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install >>> endif >>> DESTDIR=$(CURDIR)/debian/tmp ninja -C build-deb install >>> >>> >>> >>> On Wed, Jul 10, 2019 at 11:37:01AM -0000, Debian buildds wrote: >>>> * Source package: rdma-core >>>> * Version: 24.0-1 >>>> * Architecture: armel >>>> * State: failed >>>> * Suite: sid >>>> * Builder: antheil.debian.org >>>> * Build log: https://buildd.debian.org/status/fetch.php?pkg=rdma-core&arch=armel&ver=24.0-1&stamp=1562758620&file=log >>>> >>>> Please note that these notifications do not necessarily mean bug reports >>>> in your package but could also be caused by other packages, temporary >>>> uninstallabilities and arch-specific breakages. A look at the build log >>>> despite this disclaimer would be appreciated however. >> >> Was this error supposed to be reported by travis as well? I'm pretty sure all >> tests passed. > > Did you get any build failure email from debian? I didn't. I didn't, who is supposed to get these? ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: failed armel build of rdma-core 24.0-1 2019-07-11 8:00 ` Gal Pressman @ 2019-07-11 11:11 ` Leon Romanovsky 0 siblings, 0 replies; 6+ messages in thread From: Leon Romanovsky @ 2019-07-11 11:11 UTC (permalink / raw) To: Gal Pressman; +Cc: Jason Gunthorpe, Benjamin Drung, linux-rdma On Thu, Jul 11, 2019 at 11:00:44AM +0300, Gal Pressman wrote: > On 11/07/2019 10:07, Leon Romanovsky wrote: > > On Thu, Jul 11, 2019 at 09:35:59AM +0300, Gal Pressman wrote: > >> On 10/07/2019 22:23, Jason Gunthorpe wrote: > >>> Benjamin, > >>> > >>> Can you confirm that something like this fixes these build problems? > >>> > >>> diff --git a/debian/rules b/debian/rules > >>> index 07c9c145ff090c..facb45170eacfc 100755 > >>> --- a/debian/rules > >>> +++ b/debian/rules > >>> @@ -63,6 +63,7 @@ ifneq (,$(filter-out $(COHERENT_DMA_ARCHS),$(DEB_HOST_ARCH))) > >>> test -e debian/$$package.install.backup || cp debian/$$package.install debian/$$package.install.backup; \ > >>> done > >>> sed -i '/mlx[45]/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install > >>> + sed -i '/efa/d' debian/ibverbs-providers.install debian/libibverbs-dev.install debian/rdma-core.install > >>> endif > >>> DESTDIR=$(CURDIR)/debian/tmp ninja -C build-deb install > >>> > >>> > >>> > >>> On Wed, Jul 10, 2019 at 11:37:01AM -0000, Debian buildds wrote: > >>>> * Source package: rdma-core > >>>> * Version: 24.0-1 > >>>> * Architecture: armel > >>>> * State: failed > >>>> * Suite: sid > >>>> * Builder: antheil.debian.org > >>>> * Build log: https://buildd.debian.org/status/fetch.php?pkg=rdma-core&arch=armel&ver=24.0-1&stamp=1562758620&file=log > >>>> > >>>> Please note that these notifications do not necessarily mean bug reports > >>>> in your package but could also be caused by other packages, temporary > >>>> uninstallabilities and arch-specific breakages. A look at the build log > >>>> despite this disclaimer would be appreciated however. > >> > >> Was this error supposed to be reported by travis as well? I'm pretty sure all > >> tests passed. > > > > Did you get any build failure email from debian? I didn't. > > I didn't, who is supposed to get these? I don't know, but expected to see build failure emails to linux-rdma@. Thanks ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: failed armel build of rdma-core 24.0-1 2019-07-10 19:23 ` failed armel build of rdma-core 24.0-1 Jason Gunthorpe 2019-07-11 6:35 ` Gal Pressman @ 2019-07-11 10:53 ` Benjamin Drung 1 sibling, 0 replies; 6+ messages in thread From: Benjamin Drung @ 2019-07-11 10:53 UTC (permalink / raw) To: Jason Gunthorpe, Gal Pressman; +Cc: linux-rdma Am Mittwoch, den 10.07.2019, 16:23 -0300 schrieb Jason Gunthorpe: > Benjamin, > > Can you confirm that something like this fixes these build problems? > > diff --git a/debian/rules b/debian/rules > index 07c9c145ff090c..facb45170eacfc 100755 > --- a/debian/rules > +++ b/debian/rules > @@ -63,6 +63,7 @@ ifneq (,$(filter-out > $(COHERENT_DMA_ARCHS),$(DEB_HOST_ARCH))) > test -e debian/$$package.install.backup || cp > debian/$$package.install debian/$$package.install.backup; \ > done > sed -i '/mlx[45]/d' debian/ibverbs-providers.install > debian/libibverbs-dev.install debian/rdma-core.install > + sed -i '/efa/d' debian/ibverbs-providers.install > debian/libibverbs-dev.install debian/rdma-core.install > endif > DESTDIR=$(CURDIR)/debian/tmp ninja -C build-deb install I successfully tested a shorter version of this change on a Debian armhf porter box and uploaded it as version 24.0-2 to Debian unstable. Here is the pull request with all the packaging changes: https://github.com/linux-rdma/rdma-core/pull/551 -- Benjamin Drung System Developer Debian & Ubuntu Developer 1&1 IONOS Cloud GmbH | Greifswalder Str. 207 | 10405 Berlin | Germany E-mail: benjamin.drung@cloud.ionos.com | Web: www.ionos.de Head Office: Berlin, Germany District Court Berlin Charlottenburg, Registration number: HRB 125506 B Executive Management: Christoph Steffens, Matthias Steinberg, Achim Weiss Member of United Internet ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-07-11 11:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <156275862123.1841.4329369138979653018@wuiet.debian.org>
2019-07-10 19:23 ` failed armel build of rdma-core 24.0-1 Jason Gunthorpe
2019-07-11 6:35 ` Gal Pressman
2019-07-11 7:07 ` Leon Romanovsky
2019-07-11 8:00 ` Gal Pressman
2019-07-11 11:11 ` Leon Romanovsky
2019-07-11 10:53 ` Benjamin Drung
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox