Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902093 - app-text/texlive-core-2021-r6: fails to fetch (?)
Summary: app-text/texlive-core-2021-r6: fails to fetch (?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-18 21:50 UTC by olafito18
Modified: 2023-03-20 02:25 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info.txt,6.70 KB, text/plain)
2023-03-18 23:30 UTC, olafito18
Details
build.log for texlive-core (build.log,13.49 KB, application/octet-stream)
2023-03-18 23:36 UTC, olafito18
Details

Note You need to log in before you can comment on or make changes to this bug.
Description olafito18 2023-03-18 21:50:54 UTC
I have been unable to update or rebuild my gentoo system because the build keeps failing at texlive-core-2021-r6.

After some inspection I see that the URL in the ebuild get you to an empty directory with no files and the fetch always fail, then the emerge procedure ends even with the option keep-going enabled.

This failure has been happening for about a month.

The URL in the ebuild is

https://dev.gentoo.org/~zlogene/distfiles/texlive/

if you enter to the directory there are no files to fetch.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-18 22:05:25 UTC
Please fix your GENTOO_MIRRORS.
Comment 2 olafito18 2023-03-18 22:30:09 UTC
(In reply to Sam James from comment #1)
> Please fix your GENTOO_MIRRORS.

I am not using a specific mirror. I checked make.conf and repos.conf and there is no a mirror selection, so I think I am using the default mirror.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-18 22:43:25 UTC
(In reply to olafito18 from comment #2)
> (In reply to Sam James from comment #1)
> > Please fix your GENTOO_MIRRORS.
> 
> I am not using a specific mirror. I checked make.conf and repos.conf and
> there is no a mirror selection, so I think I am using the default mirror.

Can you share emerge --info & the full build.log of the failure?
Comment 4 olafito18 2023-03-18 23:30:18 UTC
Created attachment 858255 [details]
emerge --info
Comment 5 olafito18 2023-03-18 23:36:56 UTC
Created attachment 858257 [details]
build.log for texlive-core
Comment 6 Greg Kubaryk 2023-03-19 02:27:17 UTC
(In reply to olafito18 from comment #5)
> Created attachment 858257 [details]
> build.log for texlive-core

This seems to be not the full build.log; the top is missing?

That said, cannot reproduce locally, even using the same server your paste indicates:

$ wget --header "Host: distfiles.gentoo.org" http://89.187.164.38/distfiles/ad/tl-mflua-2021.tar.xz
--2023-03-18 20:28:36--  http://89.187.164.38/distfiles/ad/tl-mflua-2021.tar.xz
Connecting to 89.187.164.38:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31672 (31K) [application/x-xz]
Saving to: ‘tl-mflua-2021.tar.xz’

tl-mflua-2021.tar.xz             100%[==========================================================>]  30.93K  --.-KB/s    in 0.06s   

2023-03-18 20:28:37 (526 KB/s) - ‘tl-mflua-2021.tar.xz’ saved [31672/31672]


It is true however that the file is missing from zlogene's dev space, but it is reachable by the mirrors. Sam indicated that he might put the file in his dev space and change the SRC_URI, so I'll hold off on reassigning it for now.
Comment 7 olafito18 2023-03-19 22:09:53 UTC
(In reply to Greg Kubaryk from comment #6)
> (In reply to olafito18 from comment #5)
> > Created attachment 858257 [details]
> > build.log for texlive-core
> 
> This seems to be not the full build.log; the top is missing?
> 
> That said, cannot reproduce locally, even using the same server your paste
> indicates:
> 
> $ wget --header "Host: distfiles.gentoo.org"
> http://89.187.164.38/distfiles/ad/tl-mflua-2021.tar.xz
> --2023-03-18 20:28:36-- 
> http://89.187.164.38/distfiles/ad/tl-mflua-2021.tar.xz
> Connecting to 89.187.164.38:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 31672 (31K) [application/x-xz]
> Saving to: ‘tl-mflua-2021.tar.xz’
> 
> tl-mflua-2021.tar.xz            
> 100%[==========================================================>]  30.93K 
> --.-KB/s    in 0.06s   
> 
> 2023-03-18 20:28:37 (526 KB/s) - ‘tl-mflua-2021.tar.xz’ saved [31672/31672]
> 
> 
> It is true however that the file is missing from zlogene's dev space, but it
> is reachable by the mirrors. Sam indicated that he might put the file in his
> dev space and change the SRC_URI, so I'll hold off on reassigning it for now.

Yeahh, It is the complete build.log file, I downloaded it via sftp. That file was generated with the command: emerge -av1 texlive-core.

I dont know why I get 403 forbidden error when trying to fetch from distfiles.gentoo.org
Comment 8 Greg Kubaryk 2023-03-19 22:31:42 UTC
(In reply to olafito18 from comment #7)
>
> Yeahh, It is the complete build.log file, I downloaded it via sftp. That
> file was generated with the command: emerge -av1 texlive-core.

You should check your sftp or find out why files are being written incorrectly on the host, because the top of the build.log is definitely missing. The path to the build.log is at the bottom of each failed emerge.

Does this command work?
wget --header "Host: distfiles.gentoo.org" http://89.187.164.38/distfiles/ad/tl-mflua-2021.tar.xz
Comment 9 olafito18 2023-03-19 23:26:26 UTC
(In reply to Greg Kubaryk from comment #8)
> (In reply to olafito18 from comment #7)
> >
> > Yeahh, It is the complete build.log file, I downloaded it via sftp. That
> > file was generated with the command: emerge -av1 texlive-core.
> 
> You should check your sftp or find out why files are being written
> incorrectly on the host, because the top of the build.log is definitely
> missing. The path to the build.log is at the bottom of each failed emerge.
> 
> Does this command work?
> wget --header "Host: distfiles.gentoo.org"
> http://89.187.164.38/distfiles/ad/tl-mflua-2021.tar.xz

I checked in host and the file is corrected transfered via sftp, I dont know why it seems miss the first part.

I checked the command and I get 403 forbidden. However I do some other tests and found out that privoxy was blocking that. I added gentoo.org to the exception list and know I can fetch the files from distfiles.gentoo.org.

Sorry for the inconvenient, I guess it was my fault, I dont know if the other missing files in the ~zlogene is considered a bug, I think the files should be there as a backup for these situations, however I will understand if this bug is closed. Thanks Greg.
Comment 10 Larry the Git Cow gentoo-dev 2023-03-20 02:21:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1afabe549f180dac0b5bee62019442402408cae

commit d1afabe549f180dac0b5bee62019442402408cae
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-03-20 02:21:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-20 02:21:41 +0000

    texlive-module.eclass: update SRC_URI
    
    I've mirrored the files to my devspace now.
    
    Closes: https://bugs.gentoo.org/902093
    Signed-off-by: Sam James <sam@gentoo.org>

 eclass/texlive-module.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc68769a44e39053ba1b005fb240e00bdcab98c

commit afc68769a44e39053ba1b005fb240e00bdcab98c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-03-20 02:20:55 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-20 02:21:40 +0000

    dev-tex/bibtexu: update SRC_URI
    
    I've mirrored the files to my devspace now.
    
    Closes: https://bugs.gentoo.org/902093
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e78ac8188a9dfa6d08158636d4bbf05f2bc7efb

commit 9e78ac8188a9dfa6d08158636d4bbf05f2bc7efb
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-03-20 02:20:39 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-20 02:21:39 +0000

    dev-libs/kpathsea: update SRC_URI
    
    I've mirrored the files to my devspace now.
    
    Closes: https://bugs.gentoo.org/902093
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5eee7abf4c9a236f3834ea8f0e751b18dd8384

commit cd5eee7abf4c9a236f3834ea8f0e751b18dd8384
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-03-20 02:20:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-20 02:21:39 +0000

    dev-libs/ptexenc: update SRC_URI
    
    I've mirrored the files to my devspace now.
    
    Closes: https://bugs.gentoo.org/902093
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/ptexenc/ptexenc-1.3.9_p20210325-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ff099f437b48ccf48b1e69b067a5d838ae5d80

commit 21ff099f437b48ccf48b1e69b067a5d838ae5d80
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-03-20 02:19:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-20 02:21:38 +0000

    app-text/ps2pkm: update SRC_URI
    
    I've mirrored the files to my devspace now.
    
    Closes: https://bugs.gentoo.org/902093
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a809f3c10c693f1e9522d25ddb349d75c88151

commit 99a809f3c10c693f1e9522d25ddb349d75c88151
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-03-20 02:19:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-20 02:21:36 +0000

    app-text/ttf2pk2: update SRC_URI
    
    I've mirrored the files to my devspace now.
    
    Closes: https://bugs.gentoo.org/902093
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62abe31b02b835ba0ecd34f321a1cc3a3dfbeb3

commit a62abe31b02b835ba0ecd34f321a1cc3a3dfbeb3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-03-20 02:18:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-20 02:21:35 +0000

    app-text/dvipsk: update SRC_URI
    
    I've mirrored the files to my devspace now.
    
    Closes: https://bugs.gentoo.org/902093
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/dvipsk/dvipsk-2021.1_p20210325-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a002bd1068feafa55f1358370c781a92b2f817

commit e9a002bd1068feafa55f1358370c781a92b2f817
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-03-20 02:18:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-20 02:21:34 +0000

    app-text/texlive-core: update SRC_URI
    
    I've mirrored the files to my devspace now.
    
    Closes: https://bugs.gentoo.org/902093
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/texlive-core/texlive-core-2021-r2.ebuild | 14 +++++++-------
 app-text/texlive-core/texlive-core-2021-r3.ebuild | 14 +++++++-------
 app-text/texlive-core/texlive-core-2021-r6.ebuild | 12 ++++++------
 3 files changed, 20 insertions(+), 20 deletions(-)
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-20 02:25:28 UTC
It's one of those things which is a real but arguably minor issue, but usually exposes a more serious issue on the user's system (bad GENTOO_MIRRORS or some other misconfiguration/network problem). So, worth fixing on both sides.

Thanks both!