Re: [Sound-open-firmware] [PATCH 3/3] scripts: Add ability to build in a container
On Wed, May 2, 2018 at 9:16 PM Pan, Xiuli xiuli.pan@linux.intel.com wrote:
On 5/3/2018 02:38, Dylan Reid wrote:
On Tue, May 1, 2018 at 11:08 PM Pan, Xiuli xiuli.pan@linux.intel.com wrote:
Hi Dylan, I have tried you scripts behind proxy and solve one of the apt
proxy
problem. But I still got hold by the add-apt-repository. I see the Dockerfile also contains some git protocol url, and I assume that this could not be supported by the proxy.
If it's the git:// URLs that are a problem, they can probably be
switched
to https.
I got some proxy setting patch to solve apt related problem. I will change the url to http and send few patches to fix this problem. Could you have a try to make sure it will not break the no proxy build?
I applied the patch you sent earlier this week. Everything still works with a "no proxy" build.
Thanks!
On 5/5/2018 03:38, Dylan Reid wrote:
On Wed, May 2, 2018 at 9:16 PM Pan, Xiuli xiuli.pan@linux.intel.com wrote:
On 5/3/2018 02:38, Dylan Reid wrote:
On Tue, May 1, 2018 at 11:08 PM Pan, Xiuli xiuli.pan@linux.intel.com wrote:
Hi Dylan, I have tried you scripts behind proxy and solve one of the apt
proxy
problem. But I still got hold by the add-apt-repository. I see the Dockerfile also contains some git protocol url, and I assume that this could not be supported by the proxy.
If it's the git:// URLs that are a problem, they can probably be
switched
to https.
I got some proxy setting patch to solve apt related problem. I will change the url to http and send few patches to fix this problem. Could you have a try to make sure it will not break the no proxy build?
I applied the patch you sent earlier this week. Everything still works with a "no proxy" build.
I have some more fix about you scripts. But now I got in some problem with ct-ng build. It will download a empty file for binutils-2.25.1. In my host and docker, there all have the same problem. From the log they want to download from http://ftp.kernel.org/pub/linux/devel/binutils/binutils-2.25.1.tar.xz
Could you try if these URL is OK from you side? This will go to a error page ever in my browser.
I think there are some more Internet issues here.
Thanks Xiuli
Thanks!
On Sun, May 6, 2018 at 1:01 AM Pan, Xiuli xiuli.pan@linux.intel.com wrote:
On 5/5/2018 03:38, Dylan Reid wrote:
On Wed, May 2, 2018 at 9:16 PM Pan, Xiuli xiuli.pan@linux.intel.com
wrote:
On 5/3/2018 02:38, Dylan Reid wrote:
On Tue, May 1, 2018 at 11:08 PM Pan, Xiuli xiuli.pan@linux.intel.com wrote:
Hi Dylan, I have tried you scripts behind proxy and solve one of the apt
proxy
problem. But I still got hold by the add-apt-repository. I see the Dockerfile also contains some git protocol url, and I
assume
that this could not be supported by the proxy.
If it's the git:// URLs that are a problem, they can probably be
switched
to https.
I got some proxy setting patch to solve apt related problem. I will change the url to http and send few patches to fix this problem. Could you have a try to make sure it will not break the no proxy build?
I applied the patch you sent earlier this week. Everything still works with a "no proxy" build.
I have some more fix about you scripts. But now I got in some problem with ct-ng build. It will download a empty file for binutils-2.25.1. In my host and docker, there all have the same problem. From the log they want to download from http://ftp.kernel.org/pub/linux/devel/binutils/binutils-2.25.1.tar.xz
Are you sure this is the correct URL? http://ftp looks suspicious.
I just did a clean ct-ng build without issue both inside and outside of a container.
Could you try if these URL is OK from you side? This will go to a error page ever in my browser.
I think there are some more Internet issues here.
Thanks Xiuli
Thanks!
On 5/8/2018 08:07, Dylan Reid wrote:
On Sun, May 6, 2018 at 1:01 AM Pan, Xiuli xiuli.pan@linux.intel.com wrote:
On 5/5/2018 03:38, Dylan Reid wrote:
On Wed, May 2, 2018 at 9:16 PM Pan, Xiuli xiuli.pan@linux.intel.com
wrote:
On 5/3/2018 02:38, Dylan Reid wrote:
On Tue, May 1, 2018 at 11:08 PM Pan, Xiuli xiuli.pan@linux.intel.com wrote:
Hi Dylan, I have tried you scripts behind proxy and solve one of the apt
proxy
problem. But I still got hold by the add-apt-repository. I see the Dockerfile also contains some git protocol url, and I
assume
that this could not be supported by the proxy.
If it's the git:// URLs that are a problem, they can probably be
switched
to https.
I got some proxy setting patch to solve apt related problem. I will change the url to http and send few patches to fix this problem. Could you have a try to make sure it will not break the no proxy build?
I applied the patch you sent earlier this week. Everything still works with a "no proxy" build.
I have some more fix about you scripts. But now I got in some problem with ct-ng build. It will download a empty file for binutils-2.25.1. In my host and docker, there all have the same problem. From the log they want to download from http://ftp.kernel.org/pub/linux/devel/binutils/binutils-2.25.1.tar.xz
Are you sure this is the correct URL? http://ftp looks suspicious.
I just did a clean ct-ng build without issue both inside and outside of a container.
Oops, I think this must to be some DNS issues here. I checked the ct-ng code and found that it will try to get some tar ball from Internet. And some url will not return a 404 but redirect to some AD page and download a wrong file.
Thanks for you help. I think I need to find some url can use here and then apply some patch on my ct-ng.
Hi Liam,
How could I send patch to ct-ng? I think we have some broken URLs here.
Thanks Xiuli
Could you try if these URL is OK from you side? This will go to a error page ever in my browser. I think there are some more Internet issues here. Thanks Xiuli
Thanks!
Sound-open-firmware mailing list Sound-open-firmware@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/sound-open-firmware
participants (2)
-
Dylan Reid
-
Pan, Xiuli