mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] ptxdist not able to download file
@ 2019-05-02 17:53 Keith_Struss
  2019-05-02 19:02 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Keith_Struss @ 2019-05-02 17:53 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 2717 bytes --]

Greetings All!

This is my first post, so please feel free to also advise on etiquette

----------------------------
target: pixman-0.34.0.tar.gz
----------------------------

--2019-05-02 11:36:19--  
https://www.cairographics.org/releases/pixman-0.34.0.tar.gz)
Resolving www.cairographics.org (www.cairographics.org)... 131.252.210.176
Connecting to www.cairographics.org (www.cairographics.org
)|131.252.210.176|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-05-02 11:36:20 ERROR 404: Not Found.

I am using ptxdist-2018.12.0 building with the OSELAS toolchain also 
2018.12.

Here is uname -a
Linux ghguest-VirtualBox 4.13.0-38-generic #43~16.04.1-Ubuntu SMP Wed Mar 
14 17:48:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

I had to update rules/pixman.make as the original link might have been 
stale (it initially generated an error, so I went to update the reference 
as I have had to update other ones and they worked (meaning on the next 
"ptxdist go" the archive was downloaded, etc...)

ghguest@ghguest-VirtualBox:~/3dxx_bsp_2019_gst/Grayhill-iMX6/rules$ diff 
pixman.make pixman.make.orig
20,21c20
< PIXMAN_MD5    := 267a7af290f93f643a1bc74490d9fdd1
< #PIXMAN_MD5   := 002a4fcb644ddfcb4b0e4191576a0d59
---
> PIXMAN_MD5    := 002a4fcb644ddfcb4b0e4191576a0d59
23,25c22,23
< PIXMAN_SUFFIX := tar.gz
< #PIXMAN_SUFFIX        := tar.bz2
< PIXMAN_URL    := 
https://www.cairographics.org/releases/$(PIXMAN).$(PIXMAN_SUFFIX))
---
> PIXMAN_SUFFIX := tar.bz2
> PIXMAN_URL    := $(call ptx/mirror, XORG, 
individual/lib/$(PIXMAN).$(PIXMAN_SUFFIX))

The above reflect my custom edits to the master found in 
/usr/local/lib/ptxdist-2018.12.0/rules

ghguest@ghguest-VirtualBox:~/3dxx_bsp_2019_gst/Grayhill-iMX6/rules/junk$ 
wget https://www.cairographics.org/releases/pixman-0.34.0.tar.gz
--2019-05-02 11:28:41--  
https://www.cairographics.org/releases/pixman-0.34.0.tar.gz
Resolving www.cairographics.org (www.cairographics.org)... 131.252.210.176
Connecting to www.cairographics.org (www.cairographics.org
)|131.252.210.176|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 878784 (858K) [application/x-gzip]
Saving to: ‘pixman-0.34.0.tar.gz’

pixman-0.34.0.tar.gz 
100%[====================================================>] 858.19K 
323KB/s    in 2.7s 

2019-05-02 11:28:45 (323 KB/s) - ‘pixman-0.34.0.tar.gz’ saved 
[878784/878784]

So, the file link is valid as a command line wget was able to retrieve it

From previous discussions I found when Googling most seemed to indicate a 
missing/broken link; but as seen above the link and file is valid.

Thoughts and Thanks,

Keith

[-- Attachment #1.2: Type: text/html, Size: 6215 bytes --]

[-- Attachment #2: Type: text/plain, Size: 91 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] ptxdist not able to download file
  2019-05-02 17:53 [ptxdist] ptxdist not able to download file Keith_Struss
@ 2019-05-02 19:02 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2019-05-02 19:02 UTC (permalink / raw)
  To: ptxdist

Hi,

On Thu, May 02, 2019 at 12:53:05PM -0500, Keith_Struss@Grayhill.com wrote:
> This is my first post, so please feel free to also advise on etiquette
> 
> ----------------------------
> target: pixman-0.34.0.tar.gz
> ----------------------------
> 
> --2019-05-02 11:36:19--  
> https://www.cairographics.org/releases/pixman-0.34.0.tar.gz)
> Resolving www.cairographics.org (www.cairographics.org)... 131.252.210.176
> Connecting to www.cairographics.org (www.cairographics.org
> )|131.252.210.176|:443... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2019-05-02 11:36:20 ERROR 404: Not Found.
> 
> I am using ptxdist-2018.12.0 building with the OSELAS toolchain also 
> 2018.12.
> 
> Here is uname -a
> Linux ghguest-VirtualBox 4.13.0-38-generic #43~16.04.1-Ubuntu SMP Wed Mar 
> 14 17:48:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> 
> I had to update rules/pixman.make as the original link might have been 
> stale (it initially generated an error, so I went to update the reference 
> as I have had to update other ones and they worked (meaning on the next 
> "ptxdist go" the archive was downloaded, etc...)
> 
> ghguest@ghguest-VirtualBox:~/3dxx_bsp_2019_gst/Grayhill-iMX6/rules$ diff 
> pixman.make pixman.make.orig
> 20,21c20
> < PIXMAN_MD5    := 267a7af290f93f643a1bc74490d9fdd1
> < #PIXMAN_MD5   := 002a4fcb644ddfcb4b0e4191576a0d59
> ---
> > PIXMAN_MD5    := 002a4fcb644ddfcb4b0e4191576a0d59
> 23,25c22,23
> < PIXMAN_SUFFIX := tar.gz
> < #PIXMAN_SUFFIX        := tar.bz2
> < PIXMAN_URL    := 
> https://www.cairographics.org/releases/$(PIXMAN).$(PIXMAN_SUFFIX))
> ---
> > PIXMAN_SUFFIX := tar.bz2
> > PIXMAN_URL    := $(call ptx/mirror, XORG, 
> individual/lib/$(PIXMAN).$(PIXMAN_SUFFIX))
> 
> The above reflect my custom edits to the master found in 
> /usr/local/lib/ptxdist-2018.12.0/rules
> 
> ghguest@ghguest-VirtualBox:~/3dxx_bsp_2019_gst/Grayhill-iMX6/rules/junk$ 
> wget https://www.cairographics.org/releases/pixman-0.34.0.tar.gz
> --2019-05-02 11:28:41--  
> https://www.cairographics.org/releases/pixman-0.34.0.tar.gz
> Resolving www.cairographics.org (www.cairographics.org)... 131.252.210.176
> Connecting to www.cairographics.org (www.cairographics.org
> )|131.252.210.176|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 878784 (858K) [application/x-gzip]
> Saving to: ‘pixman-0.34.0.tar.gz’
> 
> pixman-0.34.0.tar.gz 
> 100%[====================================================>] 858.19K 
> 323KB/s    in 2.7s 
> 
> 2019-05-02 11:28:45 (323 KB/s) - ‘pixman-0.34.0.tar.gz’ saved 
> [878784/878784]
> 
> So, the file link is valid as a command line wget was able to retrieve it
> 
> From previous discussions I found when Googling most seemed to indicate a 
> missing/broken link; but as seen above the link and file is valid.

Take a closer look at your pixman.make and the log output. The URL ends
with an extra ')'. This is interpreted as part of the URL.

Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2019-05-02 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-02 17:53 [ptxdist] ptxdist not able to download file Keith_Struss
2019-05-02 19:02 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox