Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 622580

Summary: app-i18n/tagainijisho-1.0.3-r1 : * Cannot find $EPATCH_SOURCE! Value for $EPATCH_SOURCE is:
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Denis Dupeyron (RETIRED) <calchan>
Status: RESOLVED FIXED    
Severity: normal CC: bog, mgorny, treecleaner, ulm
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
app-i18n:tagainijisho-1.0.3-r1:20170624-072724.log
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2
proposed patch to ebuild

Description Toralf Förster gentoo-dev 2017-06-24 08:05:55 UTC
>>> Preparing source in /var/tmp/portage/app-i18n/tagainijisho-1.0.3-r1/work/tagainijisho-1.0.3 ...

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /var/tmp/portage/app-i18n/tagainijisho-1.0.3-r1/files/tagainijisho-1.0.3-*.patch
 *   ( tagainijisho-1.0.3-*.patch )

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_abi32+64_20170619-222741

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
  [2]   ruby22 (with Rubygems)
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.4.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
Comment 1 Toralf Förster gentoo-dev 2017-06-24 08:05:58 UTC
Created attachment 477786 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-06-24 08:06:01 UTC
Created attachment 477788 [details]
app-i18n:tagainijisho-1.0.3-r1:20170624-072724.log
Comment 3 Toralf Förster gentoo-dev 2017-06-24 08:06:05 UTC
Created attachment 477790 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-06-24 08:06:08 UTC
Created attachment 477792 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-06-24 08:06:11 UTC
Created attachment 477794 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-06-24 08:06:14 UTC
Created attachment 477796 [details]
temp.tbz2
Comment 7 Piotr Zatoń 2017-11-04 20:01:36 UTC
I assume somebody tried to use wildcard in line:

PATCHES=( "${FILESDIR}"/${P}-*.patch )

I don't know if it's supposed to work, but replacing it with 

PATCHES=( "${FILESDIR}"/${P}-sqlite.patch )

fixed it for me.
Comment 8 Piotr Zatoń 2017-11-04 20:02:15 UTC
Created attachment 502550 [details, diff]
proposed patch to ebuild
Comment 9 Christian Tietz 2017-12-02 23:03:41 UTC
Proposed fix works.

With the 17.0 profile being stable now anyone how uses tagainijisho gets hit by this. Please add the fix to the repo soon.
Comment 10 Christian Tietz 2017-12-02 23:06:47 UTC
s/how/who
Comment 11 Larry the Git Cow gentoo-dev 2018-01-08 07:25:50 UTC
The bug has been closed via the following commit(s):

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

commit fdd4a71997c361916f2f6d9ce8efb92ec182b411
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2018-01-08 07:22:18 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2018-01-08 07:25:37 +0000

    app-i18n/tagainijisho: [QA] Don't use wildcard in global scope.
    
    Closes: https://bugs.gentoo.org/622580
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 12 Ulrich Müller gentoo-dev 2018-01-08 07:27:00 UTC
(In reply to Piotr Zatoń from comment #8)
> Created attachment 502550 [details, diff] [details, diff]
> proposed patch to ebuild

Thank you.