public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Michael Cummings <mcummings@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Need Help: Creating a new third party package
Date: Thu, 17 Nov 2005 06:19:05 -0500	[thread overview]
Message-ID: <437C6729.6000100@gentoo.org> (raw)
In-Reply-To: <44BDAFB888F59F408FAE3CC35AB47041025CAC4A@orsmsx409>

Zou, Yixiong wrote:
> Hi, 
> 
> I am trying to create a gentoo package for some internal software.  I
> followed 
> several Howtos online and created the ebuild file for my package.  But
> somehow 
> ebuild always return me the same error over and over again:
> 
> $ ebuild ./component-template-0.1.0.ebuild digest
> Invalid package name in package.provided: component-template-0.1
> !!! aux_get(): ebuild path for 'mycat/component-template-0.1.0' not
> specified:
> !!!            None
> !!! aux_get(): ebuild path for 'mycat/component-template-0.1.0' not
> specified:
> !!!            None
> doebuild(): aux_get() error reading mycat/component-template-0.1.0;
> aborting.

* Double check that the path is right, i.e. if your category is foo, and
 your overlay is set as /usr/local/portage, that you are actually in
/usr/local/portage/foo/ when you do this.
* Make sure the name of the directory and the base name of the ebuild
are the same, ie
$OVERLAY/foo/component-template/component-template-0.1.0.ebuild should
be right. Any differentiation in the above would fail (like case, names,
etc.)
* Check permissions from the top down as the user doing this :)
* Is the source file already in distfiles? If not, can the user doing
this write to distfiles?
* Finally, believe it or not, make sure you don't have a typo in the
ebuild. I've seen a misplaced " cause this error.

~mcummings
-- 
gentoo-dev@gentoo.org mailing list



  parent reply	other threads:[~2005-11-17 11:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-16 23:43 [gentoo-dev] Need Help: Creating a new third party package Zou, Yixiong
2005-11-16 23:50 ` Georgi Georgiev
2005-11-17  1:10   ` Marius Mauch
2005-11-16 23:51 ` Dan Meltzer
2005-11-17  1:11   ` Marius Mauch
2005-11-17 11:19 ` Michael Cummings [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-11-17  0:05 Zou, Yixiong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=437C6729.6000100@gentoo.org \
    --to=mcummings@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox