| Submitter | Apelete Seketeli |
|---|---|
| Date | July 8, 2012, 3:05 p.m. |
| Message ID | <1341759929-32341-1-git-send-email-apelete@seketeli.net> |
| Download | mbox | patch |
| Permalink | /patch/31361/ |
| State | Superseded |
| Headers | show |
Comments
On Sun, Jul 8, 2012 at 6:05 PM, Apelete Seketeli <apelete@seketeli.net>wrote: > Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since > ftp.simplesystems.org seems to be down. > > Now it's up and running. Could have been a temporary server problem or a local one. @g
Le 09-Jul-12, Andrei Gherzan a écrit: > On Sun, Jul 8, 2012 at 6:05 PM, Apelete Seketeli <apelete@seketeli.net>wrote: > > > Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since > > ftp.simplesystems.org seems to be down. > > > > > Now it's up and running. Could have been a temporary server problem or a > local one. ftp.simplesystems.org is up and running indeed, but libpng1.2.44 is no longer available on it. It is still available at ftp.lfs-matrix.net though; maybe I should have explained it better on the commit message. Cheers.
On Mon, Jul 9, 2012 at 8:00 PM, Apelete Seketeli <apelete@seketeli.net>wrote: > Le 09-Jul-12, Andrei Gherzan a écrit: > > On Sun, Jul 8, 2012 at 6:05 PM, Apelete Seketeli <apelete@seketeli.net > >wrote: > > > > > Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since > > > ftp.simplesystems.org seems to be down. > > > > > > > > Now it's up and running. Could have been a temporary server problem or a > > local one. > > ftp.simplesystems.org is up and running indeed, but libpng1.2.44 is no > longer available on it. It is still available at ftp.lfs-matrix.net > though; maybe I should have explained it better on the commit message. > > ftp://ftp.simplesystems.org/pub/libpng/libpng-canonical-test01/gz/libpng-1.2.44.tar.gz So it is here. :) Indeed the path is changed. @g
Le 09-Jul-12, Andrei Gherzan a écrit: > On Mon, Jul 9, 2012 at 8:00 PM, Apelete Seketeli <apelete@seketeli.net>wrote: > > > Le 09-Jul-12, Andrei Gherzan a écrit: > > > On Sun, Jul 8, 2012 at 6:05 PM, Apelete Seketeli <apelete@seketeli.net > > >wrote: > > > > > > > Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since > > > > ftp.simplesystems.org seems to be down. > > > > > > > > > > > Now it's up and running. Could have been a temporary server problem or a > > > local one. > > > > ftp.simplesystems.org is up and running indeed, but libpng1.2.44 is no > > longer available on it. It is still available at ftp.lfs-matrix.net > > though; maybe I should have explained it better on the commit message. > > > > > ftp://ftp.simplesystems.org/pub/libpng/libpng-canonical-test01/gz/libpng-1.2.44.tar.gz > So it is here. :) > > Indeed the path is changed. According to the README file sitting on the same level on the ftp server, the libpng-canonical-test01 directory has been created for test purposes. However, the file is available at ftp://ftp.simplesystems.org/pub/libpng/png/src/history/libpng12/libpng-1.2.44.tar.bz2, which seems to be a more permanent directory. I will submit another patch, using that path instead. Thanks.
Patch
diff --git a/recipes/libpng/libpng.inc b/recipes/libpng/libpng.inc index 7c6d247..d18408b 100644 --- a/recipes/libpng/libpng.inc +++ b/recipes/libpng/libpng.inc @@ -12,7 +12,7 @@ BBCLASSEXTEND = "native" RPROVIDES += "libpng3" -SRC_URI = "ftp://ftp.simplesystems.org/pub/png/src/libpng-${PV}.tar.bz2;name=libpng" +SRC_URI = "http://ftp.lfs-matrix.net/pub/blfs/conglomeration/libpng/libpng-${PV}.tar.bz2;name=libpng" S = "${WORKDIR}/libpng-${PV}" inherit autotools pkgconfig binconfig
Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since ftp.simplesystems.org seems to be down. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> --- recipes/libpng/libpng.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)