Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 869296 - media-fonts/ipamonafont-1.0.8 fails to fetch
Summary: media-fonts/ipamonafont-1.0.8 fails to fetch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-09 07:42 UTC by Agostino Sarubbo
Modified: 2023-03-28 15:07 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,1.22 KB, text/plain)
2022-09-09 07:42 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-09-09 07:42:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-fonts/ipamonafont-1.0.8 fails to fetch.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-09-09 07:42:53 UTC
Created attachment 804091 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-09-09 07:42:54 UTC
Error(s) that match a know pattern:


 * Fetch failed for 'media-fonts/ipamonafont-1.0.8', Log file:
Comment 3 Ștefan Talpalaru 2022-12-17 18:08:35 UTC
FreeBSD changed its mirror scheme: https://download.freebsd.org/ports/local-distfiles/README.txt

Fix:

--- /usr/portage/media-fonts/ipamonafont/ipamonafont-1.0.8.ebuild	2022-05-25 10:40:29.000000000 +0200
+++ ipamonafont-1.0.8-r1.ebuild	2022-12-17 19:04:52.653835774 +0100
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Hacked version of IPA fonts, which is suitable for browsing 2ch"
 HOMEPAGE="https://web.archive.org/web/20190326123924/http://www.geocities.jp/ipa_mona/"
-SRC_URI="http://freebsd.sin.openmirrors.asia/pub/FreeBSD/ports/local-distfiles/hrs/${MY_PN}-${PV}.tar.gz"
+SRC_URI="http://distcache.freebsd.org/local-distfiles/hrs/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="grass-ipafonts mplus-fonts public-domain"
 SLOT="0"

Other packages affected: www-apps/cvsweb-3.0.6-r2
Comment 4 José María Fernández González 2023-02-22 12:47:29 UTC
I can confirm that applying this patch makes the ebuild recipe to download the fonts.

(In reply to Ștefan Talpalaru from comment #3)
> FreeBSD changed its mirror scheme:
> https://download.freebsd.org/ports/local-distfiles/README.txt
> 
> Fix:
> 
> --- /usr/portage/media-fonts/ipamonafont/ipamonafont-1.0.8.ebuild	2022-05-25
> 10:40:29.000000000 +0200
> +++ ipamonafont-1.0.8-r1.ebuild	2022-12-17 19:04:52.653835774 +0100
> @@ -9,7 +9,7 @@
>  
>  DESCRIPTION="Hacked version of IPA fonts, which is suitable for browsing
> 2ch"
>  HOMEPAGE="https://web.archive.org/web/20190326123924/http://www.geocities.
> jp/ipa_mona/"
> -SRC_URI="http://freebsd.sin.openmirrors.asia/pub/FreeBSD/ports/local-
> distfiles/hrs/${MY_PN}-${PV}.tar.gz"
> +SRC_URI="http://distcache.freebsd.org/local-distfiles/hrs/${MY_PN}-${PV}.
> tar.gz"
>  
>  LICENSE="grass-ipafonts mplus-fonts public-domain"
>  SLOT="0"
> 
> Other packages affected: www-apps/cvsweb-3.0.6-r2
Comment 5 Agostino Sarubbo gentoo-dev 2023-03-06 08:06:00 UTC
Dear treecleaner@:

gcc13_tinderbox reproduced this issue right now.

Since it has not been fixed for a long time, I'd suggest to evaluate if it is the case to remove this package from the tree. Thanks
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-03-28 15:06:00 UTC
Thanks for the info!
Comment 7 Larry the Git Cow gentoo-dev 2023-03-28 15:07:01 UTC
The bug has been closed via the following commit(s):

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

commit 8483e92f8d62a7978ca75cda6af6792d316b275d
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-03-28 15:06:02 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-03-28 15:06:26 +0000

    media-fonts/ipamonafont: Update SRC_URI
    
    Closes: https://bugs.gentoo.org/869296
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 media-fonts/ipamonafont/ipamonafont-1.0.8.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)