Gentoo Archives: gentoo-user

From: William Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Is it possible to have perl-5 and perl-6 installed and in use concurrently?
Date: Sun, 19 Jun 2011 02:04:36
Message-Id: 1308448028.9273.12.camel@rattus
In Reply to: Re: [gentoo-user] Is it possible to have perl-5 and perl-6 installed and in use concurrently? by Dale
1 On Sat, 2011-06-18 at 19:28 -0500, Dale wrote:
2 > William Kenworthy wrote:
3 > > Is it possible to have perl-5 and perl-6 installed and in use
4 > > concurrently?
5 > >
6 > > This has come up because I am trying to upgrade mythtv using overlays
7 > > because gentoos mythtv builds are getting rather ancient - the drscream
8 > > (layman) overlay is requiring a perl 6 module, but the manual github
9 > > overlay which doesnt is January so is getting out of date anyway.
10 > >
11 > > or can someone point me to a recent overlay thats regularly updated and
12 > > works(!) Currently want to go from mythtv .23-gentoo to .24-fixes and
13 > > then .25 as its soon to be stable.
14 > >
15 > > BillK
16 > >
17 > >
18 >
19 > I had a look at the ebuild, it doesn't appear to be slotted. So, it is
20 > most likely not possible to have both at the same time. The relavant
21 > portion:
22 >
23 > LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
24 > SLOT="0"
25 > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
26 > ~sh ~sparc ~x86 ~x86-fbsd"
27 >
28 > All the ebuilds I looked at had the SLOT="0" which means no slots.
29 >
30 > If I am wrong, someone post and correct me.
31 >
32 > Dale
33 >
34 > :-) :-)
35 >
36
37 Its actually not "slotting" I am after - slots are a choice of setting
38 the system to one or the other (correct me if I am wrong) whereas I want
39 to use perl-5 for eveyting except this which wants perl-6.
40
41 One item is that the ebuild for perl5 is "dev-perl/libwww-perl" whereas
42 for perl 6 its "dev-perl/libwww-perl-6" which indicates co-existence
43 might be possible - but I dont want to break a system to prove it
44 doesnt :)
45
46 BillK
47
48
49
50 --
51 William Kenworthy <billk@×××××××××.au>
52 Home in Perth!

Replies