public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] Old package in portage ?
@ 2007-05-16  5:45 Vladimir Strycek
  2007-05-16  8:57 ` Peter Volkov
  2007-05-16  9:03 ` [gentoo-amd64] " Duncan
  0 siblings, 2 replies; 8+ messages in thread
From: Vladimir Strycek @ 2007-05-16  5:45 UTC (permalink / raw
  To: gentoo-amd64

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-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Old package in portage ?
  2007-05-16  5:45 [gentoo-amd64] Old package in portage ? Vladimir Strycek
@ 2007-05-16  8:57 ` Peter Volkov
  2007-05-16  9:03 ` [gentoo-amd64] " Duncan
  1 sibling, 0 replies; 8+ messages in thread
From: Peter Volkov @ 2007-05-16  8:57 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

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.

[-- Attachment #2: Эта часть сообщения подписана цифровой подписью --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* [gentoo-amd64]  Re: Old package in portage ?
  2007-05-16  5:45 [gentoo-amd64] Old package in portage ? Vladimir Strycek
  2007-05-16  8:57 ` Peter Volkov
@ 2007-05-16  9:03 ` Duncan
  2007-05-16 20:43   ` Vladimir Strycek
  1 sibling, 1 reply; 8+ messages in thread
From: Duncan @ 2007-05-16  9:03 UTC (permalink / raw
  To: gentoo-amd64

Vladimir Strycek <vladoportos@vladoportos.sk> posted
464A9A91.50403@vladoportos.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.

-- 
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

-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64]  Re: Old package in portage ?
  2007-05-16  9:03 ` [gentoo-amd64] " Duncan
@ 2007-05-16 20:43   ` Vladimir Strycek
  2007-05-16 23:11     ` Drake Donahue
  0 siblings, 1 reply; 8+ messages in thread
From: Vladimir Strycek @ 2007-05-16 20:43 UTC (permalink / raw
  To: gentoo-amd64

Duncan  wrote / napísal(a):
> Vladimir Strycek <vladoportos@vladoportos.sk> posted
> 464A9A91.50403@vladoportos.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-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64]  Re: Old package in portage ?
  2007-05-16 20:43   ` Vladimir Strycek
@ 2007-05-16 23:11     ` Drake Donahue
  2007-05-17  6:36       ` [gentoo-amd64] earch Was: " Duncan
  0 siblings, 1 reply; 8+ messages in thread
From: Drake Donahue @ 2007-05-16 23:11 UTC (permalink / raw
  To: gentoo-amd64


----- Original Message ----- 
From: "Vladimir Strycek" <vladoportos@vladoportos.sk>
To: <gentoo-amd64@lists.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 <vladoportos@vladoportos.sk> posted
>> 464A9A91.50403@vladoportos.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-amd64@gentoo.org mailing list
> 

-- 
gentoo-amd64@gentoo.org mailing list



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

* [gentoo-amd64]  earch   Was: Old package in portage ?
  2007-05-16 23:11     ` Drake Donahue
@ 2007-05-17  6:36       ` Duncan
  2007-05-17 10:54         ` B. Nice
  0 siblings, 1 reply; 8+ messages in thread
From: Duncan @ 2007-05-17  6:36 UTC (permalink / raw
  To: gentoo-amd64

"Drake Donahue" <donahue95@comcast.net> posted
001001c7980f$98e62720$0200a8c0@iwillxp333, 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

-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64]  earch   Was: Old package in portage ?
  2007-05-17  6:36       ` [gentoo-amd64] earch Was: " Duncan
@ 2007-05-17 10:54         ` B. Nice
  2007-05-17 20:40           ` [gentoo-amd64] " Duncan
  0 siblings, 1 reply; 8+ messages in thread
From: B. Nice @ 2007-05-17 10:54 UTC (permalink / raw
  To: gentoo-amd64

On Thu, 2007-05-17 at 06:36 +0000, Duncan wrote:
> "Drake Donahue" <donahue95@comcast.net> posted
> 001001c7980f$98e62720$0200a8c0@iwillxp333, 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-amd64@gentoo.org mailing list



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

* [gentoo-amd64]  Re: earch   Was: Old package in portage ?
  2007-05-17 10:54         ` B. Nice
@ 2007-05-17 20:40           ` Duncan
  0 siblings, 0 replies; 8+ messages in thread
From: Duncan @ 2007-05-17 20:40 UTC (permalink / raw
  To: gentoo-amd64

"B. Nice" <anonymous.pseudonym.88@gmail.com> posted
1179399277.31326.7.camel@ShadowBook.Workgroup, excerpted below, on  Thu,
17 May 2007 06:54:37 -0400:

> 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

For the searching, I use esearch.  For the version listing, earch does a 
bit better as it lists the stable and ~arch versions /per/ /arch/, not 
just on the current arch.  Of course, as I said, that's more a developer 
feature.

I also mentioned that it had some other options, without listing them.  
Here's the --help output (-m is useful here, if it were primarily user 
oriented -f would be the default so that's useful, and -v, most of the 
others are more developer oriented).

~$earch --help
Gentoo last arch keyword checking tool, with SLOT and masking support

Usage:
earch [opts] [CP]
If CP is omitted, the current directory is used.

Options:
-c|--category
  Include category in output.

-f|--follow-etc-portage
  By default, earch acts like repoman and ignores /etc/portage.
  This option disables that behavior.

-h|--help
  This help page.

-H|--hide-masked
  Exclude all masked versions from output.

-i|--ignore-redundant
  Exclude redudant versions from keyword output.
  Redundant versions are those output by -r.

-m|--masking-reason
  For all masked versions, print masking reason.
  Disables other output.

-o|--one-slot
  Consider SLOT values as if they were all equal.
  This effectively disables SLOTs from consideration.

-r|--remove-pkgs
  Show all redundant versions to clean from the tree.

-s|--slot <SLOT,...>
  SLOT values to provide output for, seperated by commas.

-v|--version
  earch version output.

Explaination of output:
# earch [$CATEGORY/$PN]
$PF[$SLOT]: $KEYWORDS
If a specific version is masked, a (M) will preceed the keywords.

-- 
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

-- 
gentoo-amd64@gentoo.org mailing list



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

end of thread, other threads:[~2007-05-17 20:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-16  5:45 [gentoo-amd64] Old package in portage ? Vladimir Strycek
2007-05-16  8:57 ` Peter Volkov
2007-05-16  9:03 ` [gentoo-amd64] " Duncan
2007-05-16 20:43   ` Vladimir Strycek
2007-05-16 23:11     ` Drake Donahue
2007-05-17  6:36       ` [gentoo-amd64] earch Was: " Duncan
2007-05-17 10:54         ` B. Nice
2007-05-17 20:40           ` [gentoo-amd64] " Duncan

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