List Info

Thread: Old package in portage ?




Old package in portage ?
country flaguser name
Czech Republic
2007-05-16 00:45:53
Hi all

o facing issue with rrdtool on gentoo amd64 box.. mainly
python 
extension for it...

net-analyzer/rrdtool 1.2.15-r3
py-rrdtool 1.0_beta1
Python 2.4.3
GCC 3.4.6 (Gentoo 3.4.6-r2, ssp-3.4.6-1.0, pie-8.7.10

it give me error like this:

 >>> import rrdtool
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: dynamic module does not define init function
(initrrdtool)

I was told that this issue has been fixed in new version of
rrd tool rrdtool 1.2.23-r1 but this one isnt in portage..

Do i have to compile it from source my self ?


-- 
gentoo-amd64gentoo.org mailing list


Re: Old package in portage ?
country flaguser name
Russian Federation
2007-05-16 03:57:12
I FOUND YOU HERE TOO :P

? ???, 16/05/2007 ? 07:45 +0200, VLADIMIR STRYCEK ?????:
> I WAS TOLD THAT THIS ISSUE HAS BEEN FIXED IN NEW
VERSION OF RRD TOOL
> RRDTOOL 1.2.23-R1 BUT THIS ONE ISNT IN PORTAGE..

IT IS. JUST USE TESTING BRANCH:
HTTP://WWW.GENTOO.ORG/DOC/EN/HANDBOOK/HANDBOOK-X86.XML?PART=
3&CHAP=3#DOC_CHAP2

-- 
PETER.
Re: Re: Old package in portage ?
country flaguser name
Czech Republic
2007-05-16 15:43:35
Duncan  wrote / napísal(a):
> Vladimir Strycek <vladoportosvladoportos.sk> posted
> 464A9A91.50403vladoportos.sk, excerpted below, on  Wed,
16 May 2007
> 07:45:53 +0200:
>
>   
>> I was told that this issue has been fixed in new
version of rrd tool
>> rrdtool 1.2.23-r1 but this one isnt in portage..
>>     
>
> It's in portage.  I'm guessing you either haven't
synced in awhile, or 
> you aren't seeing it as you are running stable arch
(amd64 in this case) 
> and the package in question isn't stabilized yet, tho
it's keyworded 
> ~arch (unstable, ~amd64 in our case).  Assuming you've
synced, it's almost
> certainly the latter.  You'll need to add the package
to your
> package.keywords file as appropriate.  See the portage
documentation in
> the Gentoo handbook (installation is just one section
of several,
> you know, and there's a LOT of stuff in the other
sections, particularly
> the working with Gentoo and working with Portage
sections, that make a
> Gentoo sysadmin's job FAR easier than it'd be
otherwise) and portage
> and emerge manpages.
>
> There's a script, earch, that I picked up on the dev
list some time ago, 
> that lists the versions of a package and the latest
stable and ~arch 
> versions for each arch.  Here's what it reports for
rrdtool:
>
> $earch rrdtool
> rrdtool-1.0.49[0]:
> rrdtool-1.2.15-r3[0]: alpha amd64 arm hppa ia64 mips
ppc ppc64 sh sparc x86
> rrdtool-1.2.19[0]:
> rrdtool-1.2.23[0]:
> rrdtool-1.2.23-r1[0]: ~alpha ~amd64 ~arm ~hppa ~ia64
~mips ~ppc ~ppc64 ~sh ~sparc ~x86
>
> So rrdtool-1.2.23-r1 is keyworded ~amd64, while
1.2.15-r3 is the
> latest stable.
>
>   
Thanks i look into it
-- 
gentoo-amd64gentoo.org mailing list


Re: Re: Old package in portage ?
country flaguser name
United States
2007-05-16 18:11:25
----- Original Message ----- 
From: "Vladimir Strycek" <vladoportosvladoportos.sk>
To: <gentoo-amd64lists.gentoo.org>
Sent: Wednesday, May 16, 2007 4:43 PM
Subject: Re: [gentoo-amd64] Re: Old package in portage ?


> Duncan  wrote / napísal(a):
>> Vladimir Strycek <vladoportosvladoportos.sk> posted
>> 464A9A91.50403vladoportos.sk, excerpted below, on  Wed,
16 May 2007
>> 07:45:53 +0200:
>>
>>
>>> I was told that this issue has been fixed in
new version of rrd tool
>>> rrdtool 1.2.23-r1 but this one isnt in
portage..
>>>
>>
>> It's in portage.  I'm guessing you either haven't
synced in awhile, or 
>> you aren't seeing it as you are running stable arch
(amd64 in this case) 
>> and the package in question isn't stabilized yet,
tho it's keyworded 
>> ~arch (unstable, ~amd64 in our case).  Assuming
you've synced, it's 
>> almost
>> certainly the latter.  You'll need to add the
package to your
>> package.keywords file as appropriate.  See the
portage documentation in
>> the Gentoo handbook (installation is just one
section of several,
>> you know, and there's a LOT of stuff in the other
sections, particularly
>> the working with Gentoo and working with Portage
sections, that make a
>> Gentoo sysadmin's job FAR easier than it'd be
otherwise) and portage
>> and emerge manpages.
>>
>> There's a script, earch, that I picked up on the
dev list some time ago, 
>> that lists the versions of a package and the latest
stable and ~arch 
>> versions for each arch.  Here's what it reports for
rrdtool:
>>
>> $earch rrdtool
>> rrdtool-1.0.49[0]:
>> rrdtool-1.2.15-r3[0]: alpha amd64 arm hppa ia64
mips ppc ppc64 sh sparc 
>> x86
>> rrdtool-1.2.19[0]:
>> rrdtool-1.2.23[0]:
>> rrdtool-1.2.23-r1[0]: ~alpha ~amd64 ~arm ~hppa
~ia64 ~mips ~ppc ~ppc64 
>> ~sh ~sparc ~x86
>>
>> So rrdtool-1.2.23-r1 is keyworded ~amd64, while
1.2.15-r3 is the
>> latest stable.

earch looks like good candidate for gentoolkit

>>
>>
> Thanks i look into it
> -- 
> gentoo-amd64gentoo.org mailing list
> 

-- 
gentoo-amd64gentoo.org mailing list


Re: earch Was: Old package in portage ?
country flaguser name
Canada
2007-05-17 05:54:37
On Thu, 2007-05-17 at 06:36 +0000, Duncan wrote:
> "Drake Donahue" <donahue95comcast.net> posted
> 001001c7980f$98e62720$0200a8c0iwillxp333, excerpted
below, on  Wed, 16
> May 2007 19:11:25 -0400:
> 
> > earch looks like good candidate for gentoolkit
> 
> That's what I thought, too.  I did discover there's a
gentoolkit-dev 
> package the other day, the parallel to gentoolkit but
for scripts 
> primarily of use to devs.  Maybe earch is in it?  In
any case, it /is/ a 
> handy script.  There are a number of optional
parameters that do things 
> like show masking and the reasons thereof, etc, tho I
don't use them all 
> that often.  Still handy when I do, however.
> 
> I have the home page around here somewhere...
> 
> Ah... yes...  robbat2's work.  Seems like I can update,
too, as I have 
> earch-0.9 and the newest is 0.9.2, as of May 29, 2006. 
(I think it was 
> 0.7 or earlier when I first grabbed it.  As I said, he
posted it to the 
> dev list.)
> 
> http://dev.gentoo.org
/~robbat2/
> 
> Note that at one point it broke, against ~arch portage.
 It /may/ have 
> been due to FEATURES=-metadata-transfer, but I'm not
sure.  Anyway, it's 
> working again here now.
> 
> -- 
> Duncan - List replies preferred.   No HTML msgs.
> "Every nonfree program has a lord, a master --
> and if you use the program, he is your master." 
Richard Stallman
> 
FYI: Another program with a similar functionality is eix.  
[I] app-portage/eix
     Available versions:  0.8.8 ~0.9.1 ~0.9.2 ~0.9.3 ~0.9.4
~0.9.6
     Installed versions:  0.8.8(13:02:21 03/14/07)(-sqlite)
     Homepage:            http://eix.sourceforge.net

     Description:         Small utility for searching
ebuilds with
indexing for fast results

Hope this Helps.



-- 
gentoo-amd64gentoo.org mailing list


[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )