public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] how to fix error with lpass ebuild
@ 2022-08-29 10:10 John Covici
  2022-08-29 10:19 ` Stefano Crocco
  0 siblings, 1 reply; 3+ messages in thread
From: John Covici @ 2022-08-29 10:10 UTC (permalink / raw
  To: gentoo-user

Hi.  I am a lastpass user and saved an ebuild of lpass  which seems to
be no longer in the tree.

I get the following error during my world update:

 *   cmake-utils.eclass could not be found by inherit()
 * 
 * Call stack:
 *                   ebuild.sh, line 611:  Called source '/usr/local/portage/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild'
 *   lastpass-cli-1.3.3.ebuild, line   7:  Called inherit 'cmake-utils' 'bash-completion-r1'
 *                   ebuild.sh, line 259:  Called die
 * The specific snippet of code:
 *   		[[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
 * 
 * If you need support, post the output of `emerge --info '=app-admin/lastpass-cli-1.3.3::local_ebuilds'`,
 * the complete build log and the output of `emerge -pqv '=app-admin/lastpass-cli-1.3.3::local_ebuilds'`.
 * Working directory: '/usr/lib/python3.10/site-packages'
 * S: '/var/tmp/portage/app-admin/lastpass-cli-1.3.3/work/lastpass-cli-1.3.3'

I see the eclass is not there -- how to fix?

Thanks in advance for any suggestions.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] how to fix error with lpass ebuild
  2022-08-29 10:10 [gentoo-user] how to fix error with lpass ebuild John Covici
@ 2022-08-29 10:19 ` Stefano Crocco
  2022-08-29 10:21   ` John Covici
  0 siblings, 1 reply; 3+ messages in thread
From: Stefano Crocco @ 2022-08-29 10:19 UTC (permalink / raw
  To: gentoo-user

On lunedì 29 agosto 2022 12:10:31 CEST John Covici wrote:
> Hi.  I am a lastpass user and saved an ebuild of lpass  which seems to
> be no longer in the tree.
> 
> I get the following error during my world update:
> 
>  *   cmake-utils.eclass could not be found by inherit()
>  *
>  * Call stack:
>  *                   ebuild.sh, line 611:  Called source
> '/usr/local/portage/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild' *  
> lastpass-cli-1.3.3.ebuild, line   7:  Called inherit 'cmake-utils'
> 'bash-completion-r1' *                   ebuild.sh, line 259:  Called die
>  * The specific snippet of code:
>  *   		[[ -z ${location} ]] && die "${1}.eclass could not be 
found by
> inherit()" *
>  * If you need support, post the output of `emerge --info
> '=app-admin/lastpass-cli-1.3.3::local_ebuilds'`, * the complete build log
> and the output of `emerge -pqv
> '=app-admin/lastpass-cli-1.3.3::local_ebuilds'`. * Working directory:
> '/usr/lib/python3.10/site-packages'
>  * S:
> '/var/tmp/portage/app-admin/lastpass-cli-1.3.3/work/lastpass-cli-1.3.3'
> 
> I see the eclass is not there -- how to fix?
> 
> Thanks in advance for any suggestions.

Looking at the git commit for the cmake-utils.eclass removal [1], it seems it 
should be replaced by cmake.eclass. I don't know if it's just a matter of 
replacing the inherit line in ebuild or if there are other changes to make, 
however.

I hope this helps

Stefano

[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/eclass?
id=3e744f5adb5c46eb013d3f1228f607b094ac212a




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] how to fix error with lpass ebuild
  2022-08-29 10:19 ` Stefano Crocco
@ 2022-08-29 10:21   ` John Covici
  0 siblings, 0 replies; 3+ messages in thread
From: John Covici @ 2022-08-29 10:21 UTC (permalink / raw
  To: gentoo-user


On Mon, 29 Aug 2022 06:19:42 -0400,
Stefano Crocco wrote:
> 
> On lunedì 29 agosto 2022 12:10:31 CEST John Covici wrote:
> > Hi.  I am a lastpass user and saved an ebuild of lpass  which seems to
> > be no longer in the tree.
> > 
> > I get the following error during my world update:
> > 
> >  *   cmake-utils.eclass could not be found by inherit()
> >  *
> >  * Call stack:
> >  *                   ebuild.sh, line 611:  Called source
> > '/usr/local/portage/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild' *  
> > lastpass-cli-1.3.3.ebuild, line   7:  Called inherit 'cmake-utils'
> > 'bash-completion-r1' *                   ebuild.sh, line 259:  Called die
> >  * The specific snippet of code:
> >  *   		[[ -z ${location} ]] && die "${1}.eclass could not be 
> found by
> > inherit()" *
> >  * If you need support, post the output of `emerge --info
> > '=app-admin/lastpass-cli-1.3.3::local_ebuilds'`, * the complete build log
> > and the output of `emerge -pqv
> > '=app-admin/lastpass-cli-1.3.3::local_ebuilds'`. * Working directory:
> > '/usr/lib/python3.10/site-packages'
> >  * S:
> > '/var/tmp/portage/app-admin/lastpass-cli-1.3.3/work/lastpass-cli-1.3.3'
> > 
> > I see the eclass is not there -- how to fix?
> > 
> > Thanks in advance for any suggestions.
> 
> Looking at the git commit for the cmake-utils.eclass removal [1], it seems it 
> should be replaced by cmake.eclass. I don't know if it's just a matter of 
> replacing the inherit line in ebuild or if there are other changes to make, 
> however.
> 
> I hope this helps
> 
> Stefano
> 
> [1] https://gitweb.gentoo.org/repo/gentoo.git/commit/eclass?
> id=3e744f5adb5c46eb013d3f1228f607b094ac212a
> 
> 
> 
> 

Thanks for your quick response -- I will try this and see what
happens.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-29 10:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-29 10:10 [gentoo-user] how to fix error with lpass ebuild John Covici
2022-08-29 10:19 ` Stefano Crocco
2022-08-29 10:21   ` John Covici

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox