* [Buildroot] [PATCH] azure-iot-sdk-c: Bump to version 2017-06-30
@ 2017-07-05 17:53 André Hentschel
2017-07-06 21:26 ` Thomas Petazzoni
2017-07-15 10:09 ` Thomas Petazzoni
0 siblings, 2 replies; 8+ messages in thread
From: André Hentschel @ 2017-07-05 17:53 UTC (permalink / raw)
To: buildroot
Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
package/azure-iot-sdk-c/azure-iot-sdk-c.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/azure-iot-sdk-c/azure-iot-sdk-c.mk b/package/azure-iot-sdk-c/azure-iot-sdk-c.mk
index dbdef3e..18c3e24 100644
--- a/package/azure-iot-sdk-c/azure-iot-sdk-c.mk
+++ b/package/azure-iot-sdk-c/azure-iot-sdk-c.mk
@@ -4,7 +4,7 @@
#
################################################################################
-AZURE_IOT_SDK_C_VERSION = 2017-05-05
+AZURE_IOT_SDK_C_VERSION = 2017-06-30
AZURE_IOT_SDK_C_SITE = https://github.com/Azure/azure-iot-sdk-c
AZURE_IOT_SDK_C_SITE_METHOD = git
AZURE_IOT_SDK_C_GIT_SUBMODULES = YES
--
2.7.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] azure-iot-sdk-c: Bump to version 2017-06-30
2017-07-05 17:53 [Buildroot] [PATCH] azure-iot-sdk-c: Bump to version 2017-06-30 André Hentschel
@ 2017-07-06 21:26 ` Thomas Petazzoni
2017-07-15 10:09 ` Thomas Petazzoni
1 sibling, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2017-07-06 21:26 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 5 Jul 2017 19:53:21 +0200, Andr? Hentschel wrote:
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
> ---
> package/azure-iot-sdk-c/azure-iot-sdk-c.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] azure-iot-sdk-c: Bump to version 2017-06-30
2017-07-05 17:53 [Buildroot] [PATCH] azure-iot-sdk-c: Bump to version 2017-06-30 André Hentschel
2017-07-06 21:26 ` Thomas Petazzoni
@ 2017-07-15 10:09 ` Thomas Petazzoni
2017-07-15 10:44 ` Thomas Petazzoni
1 sibling, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2017-07-15 10:09 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 5 Jul 2017 19:53:21 +0200, Andr? Hentschel wrote:
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
> ---
> package/azure-iot-sdk-c/azure-iot-sdk-c.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
This package is causing a large number of timeouts, apparently due to
the fetch of submodules failing. It only happens on my autobuilder
instance it seems:
http://autobuild.buildroot.net/?reason=azure-iot-sdk-c-2017-06-30
Is there something that can be done about this?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] azure-iot-sdk-c: Bump to version 2017-06-30
2017-07-15 10:09 ` Thomas Petazzoni
@ 2017-07-15 10:44 ` Thomas Petazzoni
2017-07-15 13:22 ` Peter Korsgaard
0 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2017-07-15 10:44 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 15 Jul 2017 12:09:54 +0200, Thomas Petazzoni wrote:
> This package is causing a large number of timeouts, apparently due to
> the fetch of submodules failing. It only happens on my autobuilder
> instance it seems:
>
> http://autobuild.buildroot.net/?reason=azure-iot-sdk-c-2017-06-30
>
> Is there something that can be done about this?
So, the issue is that I am (intentionally) using a very old Linux
distribution for this autobuilder instance, and the distro is so old
that OpenSSL+ca-certificates are no longer compatible with the
requirements of https:// on github.com. But instead of failing with an
error, it just remains stuck forever.
An "openssl s_client -connect" test clearly reveals that it's never
going to connect to github.com from my old distro.
So, I'm wondering what to do. Should I give up testing Buildroot on
Debian Squeeze, and move to Debian Wheezy instead?
I could perhaps backport openssl+ca-certificates, but what's the point
of testing such an old distro, if random packages have anyway to be
upgraded for Buildroot to work correctly?
Arnout, Yann, Peter, what do you think?
I've also Cc'ed Thomas DS, who is known to use Buildroot on really old
Linux distros. Thomas: what are the oldest distro you're still running
Buildroot on? If it's some RHEL distro, what is the closest Debian
version? Do you get openssl/ca-certificates updates on this RHEL, which
allows such machines to continue to connect over HTTPS to modern web
sites?
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] azure-iot-sdk-c: Bump to version 2017-06-30
2017-07-15 10:44 ` Thomas Petazzoni
@ 2017-07-15 13:22 ` Peter Korsgaard
2017-07-16 8:15 ` Yann E. MORIN
2017-07-16 14:19 ` Thomas Petazzoni
0 siblings, 2 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-07-15 13:22 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Hi,
> So, I'm wondering what to do. Should I give up testing Buildroot on
> Debian Squeeze, and move to Debian Wheezy instead?
With stretch out, I indeed think it makes sense to move away from
squeeze. According to wikipedia squeeze is no longer supported (since
Feb 2016):
https://en.wikipedia.org/wiki/Debian_version_history#Release_table
In general, I don't think it makes sense to test on any distribution no
longer supported by their upstream.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] azure-iot-sdk-c: Bump to version 2017-06-30
2017-07-15 13:22 ` Peter Korsgaard
@ 2017-07-16 8:15 ` Yann E. MORIN
2017-07-16 14:19 ` Thomas Petazzoni
1 sibling, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2017-07-16 8:15 UTC (permalink / raw)
To: buildroot
Thomas, All,
On 2017-07-15 15:22 +0200, Peter Korsgaard spake thusly:
> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
> > So, I'm wondering what to do. Should I give up testing Buildroot on
> > Debian Squeeze, and move to Debian Wheezy instead?
>
> With stretch out, I indeed think it makes sense to move away from
> squeeze. According to wikipedia squeeze is no longer supported (since
> Feb 2016):
>
> https://en.wikipedia.org/wiki/Debian_version_history#Release_table
>
> In general, I don't think it makes sense to test on any distribution no
> longer supported by their upstream.
We can do our best to support older distros, and not break things on
purpose, but when time has come, we should not refrain from requiring a
more uop-to-date system.
If we accidentally break something, interested parties can try to fix it
and send patches if that is fixable. If that is not fixable, then there
is not much we can do.
Except add even more host packages and become a distro... :-/
So, my position is you update your autobuilder.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] azure-iot-sdk-c: Bump to version 2017-06-30
2017-07-15 13:22 ` Peter Korsgaard
2017-07-16 8:15 ` Yann E. MORIN
@ 2017-07-16 14:19 ` Thomas Petazzoni
2017-07-16 14:59 ` Yann E. MORIN
1 sibling, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2017-07-16 14:19 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 15 Jul 2017 15:22:48 +0200, Peter Korsgaard wrote:
> > So, I'm wondering what to do. Should I give up testing Buildroot on
> > Debian Squeeze, and move to Debian Wheezy instead?
>
> With stretch out, I indeed think it makes sense to move away from
> squeeze. According to wikipedia squeeze is no longer supported (since
> Feb 2016):
>
> https://en.wikipedia.org/wiki/Debian_version_history#Release_table
>
> In general, I don't think it makes sense to test on any distribution no
> longer supported by their upstream.
Following your feedback and Yann's feedback, I've updated my chroot
from Squeeze to Wheezy. I've checked, and now Git clones from
github.com are working, as are wget downloads from cdn.kernel.org. This
should hopefully avoid a lot of bogus download failures.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] azure-iot-sdk-c: Bump to version 2017-06-30
2017-07-16 14:19 ` Thomas Petazzoni
@ 2017-07-16 14:59 ` Yann E. MORIN
0 siblings, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2017-07-16 14:59 UTC (permalink / raw)
To: buildroot
Thomas, All,
On 2017-07-16 16:19 +0200, Thomas Petazzoni spake thusly:
> On Sat, 15 Jul 2017 15:22:48 +0200, Peter Korsgaard wrote:
>
> > > So, I'm wondering what to do. Should I give up testing Buildroot on
> > > Debian Squeeze, and move to Debian Wheezy instead?
> >
> > With stretch out, I indeed think it makes sense to move away from
> > squeeze. According to wikipedia squeeze is no longer supported (since
> > Feb 2016):
> >
> > https://en.wikipedia.org/wiki/Debian_version_history#Release_table
> >
> > In general, I don't think it makes sense to test on any distribution no
> > longer supported by their upstream.
>
> Following your feedback and Yann's feedback, I've updated my chroot
> from Squeeze to Wheezy. I've checked, and now Git clones from
> github.com are working, as are wget downloads from cdn.kernel.org. This
> should hopefully avoid a lot of bogus download failures.
Thank you Thomas for having run this old distro for the autobuilders for
so long, and most importantly for bringing in patches to fix those
autobuild failures.
Thanks! :-)
So long, Squeeze, and thanks for all the fish! :-)
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-07-16 14:59 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 17:53 [Buildroot] [PATCH] azure-iot-sdk-c: Bump to version 2017-06-30 André Hentschel
2017-07-06 21:26 ` Thomas Petazzoni
2017-07-15 10:09 ` Thomas Petazzoni
2017-07-15 10:44 ` Thomas Petazzoni
2017-07-15 13:22 ` Peter Korsgaard
2017-07-16 8:15 ` Yann E. MORIN
2017-07-16 14:19 ` Thomas Petazzoni
2017-07-16 14:59 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox