Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 711750 - app-admin/webapp-config-1.55-r1 broken SRC_URI: HTTP error 404: Not Found
Summary: app-admin/webapp-config-1.55-r1 broken SRC_URI: HTTP error 404: Not Found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal major with 1 vote (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-03-06 22:34 UTC by Jaak Ristioja
Modified: 2023-07-08 07:45 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaak Ristioja 2020-03-06 22:34:50 UTC
# cat /var/tmp/portage/app-admin/webapp-config-1.55-r1/temp/build.log
--2020-03-07 00:09:14--  http://127.0.0.1/distfiles/b1/webapp-config-1.55.tar.bz2
Connecting to 127.0.0.1:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2020-03-07 00:09:14 ERROR 403: Forbidden.

--2020-03-07 00:09:14--  https://dev.gentoo.org/~twitch153/webapp-config/webapp-config-1.55.tar.bz2
Resolving dev.gentoo.org (dev.gentoo.org)... 140.211.166.183, 2001:470:ea4a:1:5054:ff:fec7:86e4
Connecting to dev.gentoo.org (dev.gentoo.org)|140.211.166.183|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-03-07 00:09:15 ERROR 404: Not Found.

!!! Couldn't download 'webapp-config-1.55.tar.bz2'. Aborting.
 * Fetch failed for 'app-admin/webapp-config-1.55-r1', Log file:
 *  '/var/tmp/portage/app-admin/webapp-config-1.55-r1/temp/build.log'
Comment 1 Jonas Stein gentoo-dev 2020-03-07 16:56:18 UTC
$ GENTOO_MIRRORS="" ebuild webapp-config-1.55-r1.ebuild fetch 
Appending /usr/local/overlays/gentoo to PORTDIR_OVERLAY...
>>> Downloading 'https://dev.gentoo.org/~twitch153/webapp-config/webapp-config-1.55.tar.bz2'
--2020-03-07 17:55:07--  https://dev.gentoo.org/~twitch153/webapp-config/webapp-config-1.55.tar.bz2
Resolving dev.gentoo.org... 140.211.166.183, 2001:470:ea4a:1:5054:ff:fec7:86e4
Connecting to dev.gentoo.org|140.211.166.183|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-03-07 17:55:08 ERROR 404: Not Found.

!!! Couldn't download 'webapp-config-1.55.tar.bz2'. Aborting.
Comment 2 Volkmar W. Pogatzki 2021-01-20 07:51:36 UTC
Upstream: https://github.com/gentoo/webapp-config/issues/9
Comment 3 Larry the Git Cow gentoo-dev 2023-07-08 07:45:56 UTC
The bug has been closed via the following commit(s):

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

commit af245d8864b6b5954b911a94dae3adcc178df684
Author:     Viorel Munteanu <ceamac@gentoo.org>
AuthorDate: 2023-03-10 11:07:37 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2023-07-08 07:44:11 +0000

    app-admin/webapp-config: EAPI 7 -> 8
    
    Bump to EAPI 8
    Switch to PEP517 build mode
    Fix SRC_URI (upload tarball from cache to devspace)
    Sync (and fix) live
    
    Closes: https://bugs.gentoo.org/711750
    Closes: https://bugs.gentoo.org/909862
    Closes: https://github.com/gentoo/gentoo/pull/30041
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 .../webapp-config/webapp-config-1.55-r3.ebuild     | 87 ++++++++++++++++++++++
 app-admin/webapp-config/webapp-config-9999.ebuild  | 27 +++++--
 2 files changed, 108 insertions(+), 6 deletions(-)