public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] dev-util/cvs is needed by Enligthenment
@ 2010-06-28 19:23 Mick
  2010-06-28 21:12 ` Alan McKinnon
  0 siblings, 1 reply; 3+ messages in thread
From: Mick @ 2010-06-28 19:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 878 bytes --]

It seems that dev-util/cvs-1.12.12-r6 was used by E17, but it is no longer in 
portage.  I was running revdep-rebuild and got stuck:

=================================
[snip ...]
 * All prepared. Starting rebuild
emerge --oneshot --verbose --pretend  dev-libs/e_dbus:0
dev-libs/ecore:0
media-libs/edje:0
media-libs/evas:0
net-libs/exchange:0
x11-wm/enlightenment:0.17

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "dev-util/cvs".
(dependency required by "x11-wm/enlightenment-9999" [ebuild])
(dependency required by "x11-wm/enlightenment:0.17" [argument])

 * 
 * revdep-rebuild failed to emerge all packages.
=================================

I now seem to have dev-vcs/cvs-1.12.12-r6 installed, but evidently it won't 
do.  :-(

What now?
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-user] dev-util/cvs is needed by Enligthenment
  2010-06-28 19:23 [gentoo-user] dev-util/cvs is needed by Enligthenment Mick
@ 2010-06-28 21:12 ` Alan McKinnon
  2010-06-28 22:04   ` Mick
  0 siblings, 1 reply; 3+ messages in thread
From: Alan McKinnon @ 2010-06-28 21:12 UTC (permalink / raw
  To: gentoo-user; +Cc: Mick

On Monday 28 June 2010 21:23:52 Mick wrote:
> It seems that dev-util/cvs-1.12.12-r6 was used by E17, but it is no longer
> in portage.  I was running revdep-rebuild and got stuck:
> 
> =================================
> [snip ...]
>  * All prepared. Starting rebuild
> emerge --oneshot --verbose --pretend  dev-libs/e_dbus:0
> dev-libs/ecore:0
> media-libs/edje:0
> media-libs/evas:0
> net-libs/exchange:0
> x11-wm/enlightenment:0.17
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> 
> emerge: there are no ebuilds to satisfy "dev-util/cvs".
> (dependency required by "x11-wm/enlightenment-9999" [ebuild])
> (dependency required by "x11-wm/enlightenment:0.17" [argument])
> 
>  *
>  * revdep-rebuild failed to emerge all packages.
> =================================
> 
> I now seem to have dev-vcs/cvs-1.12.12-r6 installed, but evidently it won't
> do.  :-(

vapier's enlightenment overlay is woefully out of date, but even so you have 
not synced it in a while. That change to dev-vcs/cvs was made ages ago. 
Besides, e17 has not been in cvs for about 18 months, it's now svn

A much better supported overlay is to be found at the e17 site:
http://svn.enlightenment.org/svn/e/trunk/packaging/gentoo

It's actively supported by the e17 gentoo-using devs, ably lead by barberei

-- 
alan dot mckinnon at gmail dot com



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

* Re: [gentoo-user] dev-util/cvs is needed by Enligthenment
  2010-06-28 21:12 ` Alan McKinnon
@ 2010-06-28 22:04   ` Mick
  0 siblings, 0 replies; 3+ messages in thread
From: Mick @ 2010-06-28 22:04 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 2321 bytes --]

On Monday 28 June 2010 22:12:27 you wrote:
> On Monday 28 June 2010 21:23:52 Mick wrote:
> > It seems that dev-util/cvs-1.12.12-r6 was used by E17, but it is no
> > longer in portage.  I was running revdep-rebuild and got stuck:
> > 
> > =================================
> > [snip ...]
> > 
> >  * All prepared. Starting rebuild
> > 
> > emerge --oneshot --verbose --pretend  dev-libs/e_dbus:0
> > dev-libs/ecore:0
> > media-libs/edje:0
> > media-libs/evas:0
> > net-libs/exchange:0
> > x11-wm/enlightenment:0.17
> > 
> > These are the packages that would be merged, in order:
> > 
> > Calculating dependencies... done!
> > 
> > emerge: there are no ebuilds to satisfy "dev-util/cvs".
> > (dependency required by "x11-wm/enlightenment-9999" [ebuild])
> > (dependency required by "x11-wm/enlightenment:0.17" [argument])
> > 
> >  *
> >  * revdep-rebuild failed to emerge all packages.
> > 
> > =================================
> > 
> > I now seem to have dev-vcs/cvs-1.12.12-r6 installed, but evidently it
> > won't do.  :-(
> 
> vapier's enlightenment overlay is woefully out of date, but even so you
> have not synced it in a while. That change to dev-vcs/cvs was made ages
> ago. Besides, e17 has not been in cvs for about 18 months, it's now svn
> 
> A much better supported overlay is to be found at the e17 site:
> http://svn.enlightenment.org/svn/e/trunk/packaging/gentoo
> 
> It's actively supported by the e17 gentoo-using devs, ably lead by barberei

Thanks Alan, 


I have not used Vapier's overlay, but following your earlier suggestions 
(thank you again) I used efl:

http://svn.enlightenment.org/svn/e/trunk/packaging/gentoo/Documentation/layman/overlays.xml 
-f -a efl

I was under the impression that I have been updating efl, because I have this 
in my make.conf:

source /var/lib/layman/make.conf

Which in turn seems to contain:
==================
PORTDIR_OVERLAY="
/var/lib/layman/efl
$PORTDIR_OVERLAY
"
==================

I am a noob with layman and still trying to learn my way around it, so am I 
missing something simple here?

PS.  I resync'ed manually and ran revdep-rebuild a couple of times which 
rebuilt a few packages from enlightenment.  Will log into it in a minute, 
hopefully all will be OK.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2010-06-28 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-28 19:23 [gentoo-user] dev-util/cvs is needed by Enligthenment Mick
2010-06-28 21:12 ` Alan McKinnon
2010-06-28 22:04   ` Mick

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