Ticket #1214 (closed defect: upstream)
error in unpack
| Reported by: | zaufi | Owned by: | |
|---|---|---|---|
| Priority: | Sometime | Milestone: | |
| Component: | clients/cave | Version: | 0.70.2 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Distribution: | Gentoo |
Description
I'm trying to write an ebuild for my own plugin for Kate (chack attachment). On install I've got an error:
Starting src_unpack
unpack: error: No arguments given to unpack unpack: making ebuild PID 16832 exit with error die trap: exiting with error.
if I rename it from '-scm.ebuild' to '-9999.ebuild' install failed w/ the following error: !!! ERROR in kde-misc/kate-include-helper-9999::zaufi-overlay: !!! In git-2_initial_clone at line 3857 !!! git-2_initial_clone: can't fetch from git://anongit.kde.org/kate-include-helper
w/ definitely wrong git repo URI.
Attachments
Change History
Changed 16 months ago by zaufi
-
attachment
kate-include-helper-scm.ebuild
added
comment:1 Changed 16 months ago by zaufi
btw, my friend told me that everything installed Ok w/ portage (despite of location EGIT_REPO_URI definition... i.e. before/after `inherite' line)
comment:2 Changed 16 months ago by ciaranm
Defining a global multiple times is undefined behaviour. Does one of the eclasses you're using try to set EGIT_REPO_URI itself?

try to install this ebuild