Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682216 - media-video/aegisub-9999 - patch -p1 files/3.2.2_p20160518/aegisub-3.2.2_p20160518-support-system-gtest.patch failed
Summary: media-video/aegisub-9999 - patch -p1 files/3.2.2_p20160518/aegisub-3.2.2_p20...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nick Sarnie
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-01 10:11 UTC by lg188
Modified: 2019-04-05 02:02 UTC (History)
0 users

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


Attachments
build.log (build.log,5.40 KB, text/plain)
2019-04-01 10:11 UTC, lg188
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lg188 2019-04-01 10:11:23 UTC
Created attachment 571432 [details]
build.log

The live build crashes because it cannot apply the patches. 
When the patches block is removed, the ebuild works fine and I have not found any issues while running the software.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-04-01 10:30:50 UTC
Additionally...

$ ebuild aegisub-9999.ebuild prepare
Appending /home/jer/git/gentoo to PORTDIR_OVERLAY...
>>> Existing ${T}/environment for 'aegisub-9999' will be sourced. Run
>>> 'clean' to start with a fresh environment.
>>> Not marked as unpacked; recreating WORKDIR...
>>> Unpacking source...
 * Repository id: Aegisub_Aegisub.git
 * To override fetched repository properties, use:
 *   EGIT_OVERRIDE_REPO_AEGISUB_AEGISUB
 *   EGIT_OVERRIDE_BRANCH_AEGISUB_AEGISUB
 *   EGIT_OVERRIDE_COMMIT_AEGISUB_AEGISUB
 *   EGIT_OVERRIDE_COMMIT_DATE_AEGISUB_AEGISUB
 *
 * Fetching https://github.com/Aegisub/Aegisub.git ...
git fetch https://github.com/Aegisub/Aegisub.git +HEAD:refs/git-r3/HEAD
 * ERROR: media-video/aegisub-9999::gentoo failed (unpack phase):
 *   Unable to fetch from any of EGIT_REPO_URI
 *
 * Call stack:
 *     ebuild.sh, line  124:  Called src_unpack
 *   environment, line 3662:  Called git-r3_src_unpack
 *   environment, line 2453:  Called git-r3_src_fetch
 *   environment, line 2447:  Called git-r3_fetch
 *   environment, line 2369:  Called die
 * The specific snippet of code:
 *       [[ -n ${success} ]] || die "Unable to fetch from any of EGIT_REPO_URI";

...it seems Github no longer supports those URIs.
Comment 2 lg188 2019-04-04 09:57:37 UTC
When using `ebuild eagisub-999.ebuild clean compile` it still seems to work for me.
Comment 3 Larry the Git Cow gentoo-dev 2019-04-05 02:02:45 UTC
The bug has been closed via the following commit(s):

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

commit 48c1a4cd7c2143b01a5254d8d508e287fcae8bb4
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2019-04-05 02:01:49 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2019-04-05 02:02:20 +0000

    media-video/aegisub: Restrict tests for 9999
    
    They don't work anyway
    
    Fixes: https://bugs.gentoo.org/682216
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

 media-video/aegisub/aegisub-9999.ebuild | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)