Re: [gentoo-user] update failed

2006-05-15 Thread dirk dil
On Sun, 2006-05-14 at 13:07 +0200, Alexander Skwar wrote:
 Fabrice Delliaux wrote:
  dirk dil a écrit :
 
  emerge --update --deep world
  --- Invalid atom in /etc/portage/package.use: dev-lang/php-5.1.2
  
  Check your package.use file : no need to specify the atom's version :
 
 Well, how do you know, that there's no need to do specify the version?
 
 You can most certainly specify the version of the package for which
 the line is. But you've got to do it right, of course!
 
  
  Not :
  dev-lang/php-5.1.2 the use flags
  
  But :
  
  dev-lang/php the use flags
 
 Nope. Right:
 
 =dev-lang/php-5.1.2
 
 Alexander Skwar
 -- 
 (It is an old Debian tradition to leave at least twice a year ...)
   -- Sven Rudolph


Thanks guys,

That needed fixing.

dirk

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] update failed

2006-05-15 Thread dirk dil
On Sun, 2006-05-14 at 11:06 -0700, Richard Fish wrote:
 On 5/14/06, dirk dil [EMAIL PROTECTED] wrote:
  Hi,
 
  I'm new to gentoo.  My system is fairly recent and I'm running
  the amd64
  version of gentoo.  I'm trying to update my system and I get the
  following error:
 
  emerge --update --deep world
  --- Invalid atom in /etc/portage/package.use: dev-lang/php-5.1.2
 
 Others have already covered this one
 
  Checking for Ogg ... success
  Checking for Vorbis ... success
  Wrote Setup file
  You must have the Ogg Python bindings
  installed in order to build and install
  these bindings. Import of ogg._ogg failed.
 
 Hmm, this one is strange.  You need pyogg installed as well, but it is
 already listed as a dependancy of pyvorbis...so you should have it.
 
 Did you update the version of python recently?  If so, you might need
 to run 'python-updater'.

That worked and solved it.  But shouldn't gentoo update that?

 
 If python-updater doesn't fix the problem, try 'emerge --oneshot pyogg'.
 
 -Richard
 

Thanks Richard,

Dirk

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] update failed

2006-05-14 Thread Fabrice Delliaux
dirk dil a écrit :
 Hi,
 

Hi,

 
 emerge --update --deep world
 --- Invalid atom in /etc/portage/package.use: dev-lang/php-5.1.2

Check your package.use file : no need to specify the atom's version :

Not :
 dev-lang/php-5.1.2 the use flags

But :

 dev-lang/php the use flags



 You must have the Ogg Python bindings
 installed in order to build and install
 these bindings. Import of ogg._ogg failed.
 
 !!! ERROR: dev-python/pyvorbis-1.4-r1 failed.
 !!! Function distutils_src_compile, Line 35, Exitcode 1
 !!! compilation failed

Try with emerge --update --deep *--newuse* world.
If it fails again, try to emerge *dev-python/pyogg*
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] update failed

2006-05-14 Thread Alexander Skwar

Fabrice Delliaux wrote:

dirk dil a écrit :



emerge --update --deep world
--- Invalid atom in /etc/portage/package.use: dev-lang/php-5.1.2


Check your package.use file : no need to specify the atom's version :


Well, how do you know, that there's no need to do specify the version?

You can most certainly specify the version of the package for which
the line is. But you've got to do it right, of course!



Not :

dev-lang/php-5.1.2 the use flags


But :


dev-lang/php the use flags


Nope. Right:

=dev-lang/php-5.1.2

Alexander Skwar
--
(It is an old Debian tradition to leave at least twice a year ...)
-- Sven Rudolph
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] update failed

2006-05-14 Thread Rafael Fernández López

Alexander Skwar escribió:

Fabrice Delliaux wrote:

dirk dil a écrit :



emerge --update --deep world
--- Invalid atom in /etc/portage/package.use: 
dev-lang/php-5.1.2


Check your package.use file : no need to specify the atom's version :


Well, how do you know, that there's no need to do specify the version?

You can most certainly specify the version of the package for which
the line is. But you've got to do it right, of course!



Not :

dev-lang/php-5.1.2 the use flags


But :


dev-lang/php the use flags


Nope. Right:


Well, they're both right:

=dev-lang/php-5.1.2


and

dev-lang/php

If you want to specify a version, you have to set a = before the 
package, and if you want to avoid *any* version of the package, you must 
only write category/package, with no = before the package name.


The other problem, try what Fabrice told you, add --newuse to your 
emerge options.


Bye,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] update failed

2006-05-14 Thread Richard Fish

On 5/14/06, dirk dil [EMAIL PROTECTED] wrote:

Hi,

I'm new to gentoo.  My system is fairly recent and I'm running
the amd64
version of gentoo.  I'm trying to update my system and I get the
following error:

emerge --update --deep world
--- Invalid atom in /etc/portage/package.use: dev-lang/php-5.1.2


Others have already covered this one


Checking for Ogg ... success
Checking for Vorbis ... success
Wrote Setup file
You must have the Ogg Python bindings
installed in order to build and install
these bindings. Import of ogg._ogg failed.


Hmm, this one is strange.  You need pyogg installed as well, but it is
already listed as a dependancy of pyvorbis...so you should have it.

Did you update the version of python recently?  If so, you might need
to run 'python-updater'.

If python-updater doesn't fix the problem, try 'emerge --oneshot pyogg'.

-Richard

--
gentoo-user@gentoo.org mailing list