Ticket #1214 (closed defect: upstream)

Opened 16 months ago

Last modified 15 months ago

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

kate-include-helper-scm.ebuild Download (474 bytes) - added by zaufi 16 months ago.
try to install this ebuild

Change History

Changed 16 months ago by zaufi

try to install this ebuild

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?

comment:3 Changed 16 months ago by zaufi

found it! kde4-base doesn't respect if EGIT_REPO_URI already set and just override it... so to use it I must set it right after inherit...

comment:4 Changed 15 months ago by ciaranm

  • Status changed from new to closed
  • Resolution set to upstream
Note: See TracTickets for help on using tickets.