Summary: | net-print/foo2zjs-99999999: can't fetch foo2zjs.tar.gz | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Viktor Yu. Kovalskii <vityokster> |
Component: | Current packages | Assignee: | Printing Team <printing> |
Status: | CONFIRMED --- | ||
Severity: | major | CC: | jstein, ostroffjh |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/33695 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Patch to fix foo2zjs-99999999.ebuild
Updated foo2zjs-udev.patch Updated foo2zjs-usbbackend.patch |
Description
Viktor Yu. Kovalskii
2020-01-20 09:48:08 UTC
This ebuild needs some care: src_unpack() { einfo "Fetching ${PN} tarball" wget "http://foo2zjs.rkkda.com/${PN}.tar.gz" || die tar zxf "${WORKDIR}/${PN}.tar.gz" || die Created attachment 625894 [details, diff]
Patch to fix foo2zjs-99999999.ebuild
This patch fixes this bug for me. It just adds PROPERTIES="live" to ebuild
Created attachment 625896 [details, diff]
Updated foo2zjs-udev.patch
Old foo2zjs-udev.patch can't be applied to foo2zjs.
Created attachment 625898 [details, diff]
Updated foo2zjs-usbbackend.patch
Old foo2zjs-usbbackend.patch can't be applied to foo2zjs
I'm curious about the state of this. The 9999 ebuild still fails due to network sandbox violation. I ended up manually downloading the latest tarball from the site, and then running the 20200221 ebuild. I found this code hosting: https://github.com/koenkooi/foo2zjs It refers same site, were tarball is picked, but this gets 403 in response. Another source, looks like updated version from rkkda, with https and own tarball link: https://www.dechifro.org/hbpl/ Also noting, current source uri to rkkda are broken, even site basic url gives 403. Yet dcoffin version also has some github mirror: https://github.com/mikerr/foo2zjs Though I did not check neither this nor koenkooi version (theoretically - dcoffin patch should apply to sources from koenkooi if that's copy from rkkda). Upstream disappeared (resolution problem). |