Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656388 - app-office/libreoffice-l10n-6.0.3.2: langpack_en-GB fails to download
Summary: app-office/libreoffice-l10n-6.0.3.2: langpack_en-GB fails to download
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on: 659024
Blocks:
  Show dependency tree
 
Reported: 2018-05-24 08:23 UTC by Ian Pickworth
Modified: 2018-08-29 08:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
base_uri change (libreoffice-l10n-6.0.3.2.patch,2.12 KB, patch)
2018-05-27 23:33 UTC, Wazco
Details | Diff
uri change (libreoffice-l10n-6.0.3.2.patch,1.99 KB, patch)
2018-05-28 01:21 UTC, Wazco
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Pickworth 2018-05-24 08:23:42 UTC
ian2 ~ # emerge -f app-office/libreoffice-l10n 
....
>>> Downloading 'https://download.documentfoundation.org/libreoffice/stable/6.0.3/rpm/x86/LibreOffice_6.0.3_Linux_x86_rpm_langpack_en-GB.tar.gz'
--2018-05-24 09:15:35--  https://download.documentfoundation.org/libreoffice/stable/6.0.3/rpm/x86/LibreOffice_6.0.3_Linux_x86_rpm_langpack_en-GB.tar.gz
Resolving download.documentfoundation.org... 2a00:1828:a012:185::1, 89.238.68.185
Connecting to download.documentfoundation.org|2a00:1828:a012:185::1|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-05-24 09:15:35 ERROR 404: Not Found.

!!! Couldn't download 'LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_en-GB.tar.gz'. Aborting.
 * Fetch failed for 'app-office/libreoffice-l10n-6.0.3.2'

>>> Failed to emerge app-office/libreoffice-l10n-6.0.3.2


Noted that https://download.documentfoundation.org/libreoffice/stable only contains folders:

 	Name	Last modified	Size	Metadata
 	Parent Directory	 	-	 
 	5.4.6/	22-Mar-2018 07:03	-	 
 	5.4.7/	17-May-2018 06:54	-	 
 	6.0.4/	09-May-2018 05:08
Comment 1 Andreas Sturmlechner gentoo-dev 2018-05-24 08:41:40 UTC
You should fix your GENTOO_MIRRORS setup.
Comment 2 Ian Pickworth 2018-05-24 08:52:51 UTC
What exactly is wrong with my setup? The check I did was from a browser, so nothing to do with gentoo mirrors.
Comment 3 Ian Pickworth 2018-05-24 09:07:48 UTC
Removed GENTOO_MIRRORS from make.conf, and downloaded as follows:

>>> Fetching (3 of 6) app-office/libreoffice-l10n-6.0.3.2::gentoo
>>> Downloading 'http://distfiles.gentoo.org/distfiles/LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_en-GB.tar.gz'
--2018-05-24 10:02:43--  http://distfiles.gentoo.org/distfiles/LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_en-GB.tar.gz
Resolving distfiles.gentoo.org... 2605:bc80:3010::134, 2600:3402:200:227::2, 2600:3404:200:237::2, ...
Connecting to distfiles.gentoo.org|2605:bc80:3010::134|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7230572 (6.9M) [application/x-gzip]
Saving to: '/usr/portage/distfiles/LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_en-GB.tar.gz'

/usr/portage/distfi 100%[===================>]   6.90M  2.44MB/s    in 2.8s    

2018-05-24 10:02:46 (2.44 MB/s) - '/usr/portage/distfiles/LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_en-GB.tar.gz' saved [7230572/7230572]

 * LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_en-GB.tar.gz BLAKE2B SHA512 size ;-) ...             [ ok ]



Given I created the mirrors data using the gentoo provided application mirrorselect looks like the data it creates is not correct.
Comment 4 Andreas Sturmlechner gentoo-dev 2018-05-24 12:04:21 UTC
Can't rule out a mistake there but you haven't shown the full output, what we see is just emerge immediately pulling from documentfoundation.org.

Certainly works for me:

$ ebuild libreoffice-l10n-6.0.3.2.ebuild fetch
...
>>> Downloading 'http://gentoo.lagis.at/distfiles/LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_de.tar.gz'
--2018-05-24 14:02:21--  http://gentoo.lagis.at/distfiles/LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_de.tar.gz
Resolving gentoo.lagis.at (gentoo.lagis.at)... 83.164.133.198
Connecting to gentoo.lagis.at (gentoo.lagis.at)|83.164.133.198|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 21743891 (21M) [application/octet-stream]
Saving to: ‘/var/lib/portage/distfiles/LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_de.tar.gz’

/var/lib/portage/distfiles/LibreOffice_6.0.3.2_Linu 100%[==================================================================================================================>]  20,74M   579KB/s    in 31s     

2018-05-24 14:02:53 (680 KB/s) - ‘/var/lib/portage/distfiles/LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_de.tar.gz’ saved [21743891/21743891]

 * LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_de.tar.gz BLAKE2B SHA512 size ;-) ...
Comment 5 Sébastien P. 2018-05-26 10:33:31 UTC
I got this:
>>> Emerging (3 of 84) app-office/libreoffice-l10n-6.0.3.2::gentoo
>>> Downloading 'ftp://gentoo.mirrors.ovh.net/gentoo-distfiles/distfiles/LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_fr.tar.gz'
pathconf: Permission denied
--2018-05-26 12:07:49--  ftp://gentoo.mirrors.ovh.net/gentoo-distfiles/distfiles/LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_fr.tar.gz
           => ‘/usr/portage/distfiles/LibreOffice_6.0.3.2_Linux_x86_rpm_langpack_fr.tar.gz’
Resolving gentoo.mirrors.ovh.net... 2001:41d0:202:100:213:32:5:7, 213.32.5.7
Connecting to gentoo.mirrors.ovh.net|2001:41d0:202:100:213:32:5:7|:21... failed: Connection refused.
Connecting to gentoo.mirrors.ovh.net|213.32.5.7|:21... failed: Connection refused.


OVH mirror by FTP is down (HTTP works). I have just switch to HTTP one.
I did not find an incident on OVH side. Just this old one http://travaux.ovh.net/?do=details&id=26478 and a migration last February.


What happens to https://mirrorstats.gentoo.org/distfiles/ ?
Sun Feb 18 22:45:35 2018 (UTC) and incomplete.

https://mirrorstats.gentoo.org/rsync/ is empty.
Comment 6 Wazco 2018-05-27 23:33:51 UTC
Created attachment 533596 [details, diff]
base_uri change

I hit this on a machine that only had my own mirrors configured without a fallback. Quick fix is to change the base uri from their main download location to their download archive location, which contains both old and stable files. Requires explicit version number though.
Comment 7 Wazco 2018-05-28 01:21:59 UTC
Created attachment 533600 [details, diff]
uri change

Not sure what I was thinking with the last one.
Comment 8 Andreas Sturmlechner gentoo-dev 2018-08-29 08:55:36 UTC
6.0.6.2 is now stable and 6.0.3.2 soon to be removed.