* [thud][PATCH] mariadb: update SRC_URI, as 5.5.64 has moved to archive @ 2019-09-28 0:56 Denys Dmytriyenko 2019-09-29 12:43 ` Adrian Bunk 0 siblings, 1 reply; 7+ messages in thread From: Denys Dmytriyenko @ 2019-09-28 0:56 UTC (permalink / raw) To: openembedded-devel; +Cc: Denys Dmytriyenko From: Denys Dmytriyenko <denys@ti.com> The old URL now gives 404 Not Found Signed-off-by: Denys Dmytriyenko <denys@ti.com> --- meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc index 4f7784b..f51667d 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc @@ -4,7 +4,7 @@ SECTION = "libs" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -SRC_URI = "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \ +SRC_URI = "http://archive.mariadb.org/${BP}/source/${BP}.tar.gz \ file://fix-cmake-module-path.patch \ file://remove-bad-path.patch \ file://fix-mysqlclient-r-version.patch \ -- 2.7.4 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [thud][PATCH] mariadb: update SRC_URI, as 5.5.64 has moved to archive 2019-09-28 0:56 [thud][PATCH] mariadb: update SRC_URI, as 5.5.64 has moved to archive Denys Dmytriyenko @ 2019-09-29 12:43 ` Adrian Bunk 2019-09-29 16:20 ` Denys Dmytriyenko 0 siblings, 1 reply; 7+ messages in thread From: Adrian Bunk @ 2019-09-29 12:43 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: openembedded-devel, Denys Dmytriyenko On Fri, Sep 27, 2019 at 08:56:39PM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko <denys@ti.com> > > The old URL now gives 404 Not Found >... > --- a/meta-oe/recipes-dbs/mysql/mariadb.inc > +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc > @@ -4,7 +4,7 @@ SECTION = "libs" > LICENSE = "GPLv2" > LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" > > -SRC_URI = "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \ > +SRC_URI = "http://archive.mariadb.org/${BP}/source/${BP}.tar.gz \ >... This change should first go into master (and also warrior). cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [thud][PATCH] mariadb: update SRC_URI, as 5.5.64 has moved to archive 2019-09-29 12:43 ` Adrian Bunk @ 2019-09-29 16:20 ` Denys Dmytriyenko 2019-09-29 18:14 ` Adrian Bunk 0 siblings, 1 reply; 7+ messages in thread From: Denys Dmytriyenko @ 2019-09-29 16:20 UTC (permalink / raw) To: Adrian Bunk; +Cc: openembedded-devel, Denys Dmytriyenko On Sun, Sep 29, 2019 at 03:43:39PM +0300, Adrian Bunk wrote: > On Fri, Sep 27, 2019 at 08:56:39PM -0400, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko <denys@ti.com> > > > > The old URL now gives 404 Not Found > >... > > --- a/meta-oe/recipes-dbs/mysql/mariadb.inc > > +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc > > @@ -4,7 +4,7 @@ SECTION = "libs" > > LICENSE = "GPLv2" > > LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" > > > > -SRC_URI = "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \ > > +SRC_URI = "http://archive.mariadb.org/${BP}/source/${BP}.tar.gz \ > >... > > This change should first go into master (and also warrior). Yeah, let me just go downgrade master and warrior to this old version, so I can fix the download URL... -- Denys ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [thud][PATCH] mariadb: update SRC_URI, as 5.5.64 has moved to archive 2019-09-29 16:20 ` Denys Dmytriyenko @ 2019-09-29 18:14 ` Adrian Bunk 2019-10-05 16:12 ` akuster808 0 siblings, 1 reply; 7+ messages in thread From: Adrian Bunk @ 2019-09-29 18:14 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: openembedded-devel, Denys Dmytriyenko On Sun, Sep 29, 2019 at 12:20:07PM -0400, Denys Dmytriyenko wrote: > On Sun, Sep 29, 2019 at 03:43:39PM +0300, Adrian Bunk wrote: > > On Fri, Sep 27, 2019 at 08:56:39PM -0400, Denys Dmytriyenko wrote: > > > From: Denys Dmytriyenko <denys@ti.com> > > > > > > The old URL now gives 404 Not Found > > >... > > > --- a/meta-oe/recipes-dbs/mysql/mariadb.inc > > > +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc > > > @@ -4,7 +4,7 @@ SECTION = "libs" > > > LICENSE = "GPLv2" > > > LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" > > > > > > -SRC_URI = "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \ > > > +SRC_URI = "http://archive.mariadb.org/${BP}/source/${BP}.tar.gz \ > > >... > > > > This change should first go into master (and also warrior). > > Yeah, let me just go downgrade master and warrior to this old version, > so I can fix the download URL... archive.mariadb.org has all versions, including some that are even more recent than the version currently in master. Not changing the URL in master now will only bring us the same problem in zeus later. > Denys cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [thud][PATCH] mariadb: update SRC_URI, as 5.5.64 has moved to archive 2019-09-29 18:14 ` Adrian Bunk @ 2019-10-05 16:12 ` akuster808 2019-10-05 16:56 ` Khem Raj 0 siblings, 1 reply; 7+ messages in thread From: akuster808 @ 2019-10-05 16:12 UTC (permalink / raw) To: Adrian Bunk, Denys Dmytriyenko; +Cc: openembedded-devel, Denys Dmytriyenko On 9/29/19 11:14 AM, Adrian Bunk wrote: > On Sun, Sep 29, 2019 at 12:20:07PM -0400, Denys Dmytriyenko wrote: >> On Sun, Sep 29, 2019 at 03:43:39PM +0300, Adrian Bunk wrote: >>> On Fri, Sep 27, 2019 at 08:56:39PM -0400, Denys Dmytriyenko wrote: >>>> From: Denys Dmytriyenko <denys@ti.com> >>>> >>>> The old URL now gives 404 Not Found >>>> ... >>>> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc >>>> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc >>>> @@ -4,7 +4,7 @@ SECTION = "libs" >>>> LICENSE = "GPLv2" >>>> LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" >>>> >>>> -SRC_URI = "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \ >>>> +SRC_URI = "http://archive.mariadb.org/${BP}/source/${BP}.tar.gz \ >>>> ... >>> This change should first go into master (and also warrior). >> Yeah, let me just go downgrade master and warrior to this old version, >> so I can fix the download URL... > archive.mariadb.org has all versions, including some that are even more > recent than the version currently in master. > > Not changing the URL in master now will only bring us the same problem > in zeus later. Currently Thud is broken and needs this fix. Being proactive to avoid a future issue should not be a reason not to take this patch. - armin > >> Denys > cu > Adrian > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [thud][PATCH] mariadb: update SRC_URI, as 5.5.64 has moved to archive 2019-10-05 16:12 ` akuster808 @ 2019-10-05 16:56 ` Khem Raj 2019-10-05 17:34 ` akuster808 0 siblings, 1 reply; 7+ messages in thread From: Khem Raj @ 2019-10-05 16:56 UTC (permalink / raw) To: akuster808; +Cc: Denys Dmytriyenko, openembeded-devel, Adrian Bunk On Sat, Oct 5, 2019 at 9:12 AM akuster808 <akuster808@gmail.com> wrote: > > > > On 9/29/19 11:14 AM, Adrian Bunk wrote: > > On Sun, Sep 29, 2019 at 12:20:07PM -0400, Denys Dmytriyenko wrote: > >> On Sun, Sep 29, 2019 at 03:43:39PM +0300, Adrian Bunk wrote: > >>> On Fri, Sep 27, 2019 at 08:56:39PM -0400, Denys Dmytriyenko wrote: > >>>> From: Denys Dmytriyenko <denys@ti.com> > >>>> > >>>> The old URL now gives 404 Not Found > >>>> ... > >>>> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc > >>>> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc > >>>> @@ -4,7 +4,7 @@ SECTION = "libs" > >>>> LICENSE = "GPLv2" > >>>> LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" > >>>> > >>>> -SRC_URI = "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \ > >>>> +SRC_URI = "http://archive.mariadb.org/${BP}/source/${BP}.tar.gz \ > >>>> ... > >>> This change should first go into master (and also warrior). > >> Yeah, let me just go downgrade master and warrior to this old version, > >> so I can fix the download URL... > > archive.mariadb.org has all versions, including some that are even more > > recent than the version currently in master. > > > > Not changing the URL in master now will only bring us the same problem > > in zeus later. > > Currently Thud is broken and needs this fix. Being proactive to avoid a > future issue should not be a reason not to take this patch. > using archive.mariadb.org makes sense for master too, so I have gone and adapted the patch to apply to master as well. however, it wont be a straight backport for thud so you have apply the proposed patch as such to thud. What is done on warrior needs to be figured out as well. see https://patchwork.openembedded.org/patch/165527/ > - armin > > > >> Denys > > cu > > Adrian > > > > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [thud][PATCH] mariadb: update SRC_URI, as 5.5.64 has moved to archive 2019-10-05 16:56 ` Khem Raj @ 2019-10-05 17:34 ` akuster808 0 siblings, 0 replies; 7+ messages in thread From: akuster808 @ 2019-10-05 17:34 UTC (permalink / raw) To: Khem Raj; +Cc: Denys Dmytriyenko, openembeded-devel, Adrian Bunk On 10/5/19 9:56 AM, Khem Raj wrote: > On Sat, Oct 5, 2019 at 9:12 AM akuster808 <akuster808@gmail.com> wrote: >> >> >> On 9/29/19 11:14 AM, Adrian Bunk wrote: >>> On Sun, Sep 29, 2019 at 12:20:07PM -0400, Denys Dmytriyenko wrote: >>>> On Sun, Sep 29, 2019 at 03:43:39PM +0300, Adrian Bunk wrote: >>>>> On Fri, Sep 27, 2019 at 08:56:39PM -0400, Denys Dmytriyenko wrote: >>>>>> From: Denys Dmytriyenko <denys@ti.com> >>>>>> >>>>>> The old URL now gives 404 Not Found >>>>>> ... >>>>>> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc >>>>>> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc >>>>>> @@ -4,7 +4,7 @@ SECTION = "libs" >>>>>> LICENSE = "GPLv2" >>>>>> LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" >>>>>> >>>>>> -SRC_URI = "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \ >>>>>> +SRC_URI = "http://archive.mariadb.org/${BP}/source/${BP}.tar.gz \ >>>>>> ... >>>>> This change should first go into master (and also warrior). >>>> Yeah, let me just go downgrade master and warrior to this old version, >>>> so I can fix the download URL... >>> archive.mariadb.org has all versions, including some that are even more >>> recent than the version currently in master. >>> >>> Not changing the URL in master now will only bring us the same problem >>> in zeus later. >> Currently Thud is broken and needs this fix. Being proactive to avoid a >> future issue should not be a reason not to take this patch. >> > using archive.mariadb.org makes sense for master too, so I have gone > and adapted the patch to apply to master as well. however, it wont be > a straight backport for thud so you have apply the proposed patch as > such to thud. What is done on warrior needs to be figured out as well. Thanks. I will put this on my plate to address for warrior. - armin > see > > https://patchwork.openembedded.org/patch/165527/ > > >> - armin >>>> Denys >>> cu >>> Adrian >>> >> -- >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-10-05 17:34 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-09-28 0:56 [thud][PATCH] mariadb: update SRC_URI, as 5.5.64 has moved to archive Denys Dmytriyenko 2019-09-29 12:43 ` Adrian Bunk 2019-09-29 16:20 ` Denys Dmytriyenko 2019-09-29 18:14 ` Adrian Bunk 2019-10-05 16:12 ` akuster808 2019-10-05 16:56 ` Khem Raj 2019-10-05 17:34 ` akuster808
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.