Re: [gentoo-user] world problems

2005-12-28 Thread Mariusz Pękala
On 2005-12-28 14:25:26 +0800 (Wed, Dec), W.Kenworthy wrote:
 Thats the world file, is there an equivalent for system?
 

'System' is defined in your profile: see /usr/portage/profiles/base/packages

 bunyip ~ # emerge -ep system
 
 These are the packages that I would merge, in order:
 
 Calculating system dependencies  ...done!
 bunyip ~ #
 
 As you see, I have a couple of systems with a blank system target.

Strange. I see 160 packages. What is your profile?

#  ls -l /etc/make.profile
lrwxr-xr-x  1 root root 48 kwi 11  2005 
/etc/make.profile - ../usr/portage/profiles/default-linux/x86/2005.0


-- 
No virus found in this outgoing message.
Checked by 'grep -i virus $MESSAGE'
Trust me.


pgpP5yC21zqx1.pgp
Description: PGP signature


Re: [gentoo-user] world problems

2005-12-27 Thread Richard Fish
On 12/25/05, Bob Sanders [EMAIL PROTECTED] wrote:
 Here's my list of what it want to take
 out of the world file -

 'app-emulation/crossover-office-bin' has no ebuilds available
 'games-fps/unreal-tournament-bonuspacks' has no ebuilds available
 'media-libs/epeg' has no ebuilds available
 'media-fonts/acroread-asianfonts' has no ebuilds available
 'sci-astronomy/setiathome' has no ebuilds available
 'media-tv/xawdecode' has no ebuilds available
 'games-fps/unreal-tournament-goty' has no ebuilds available

You have something really wrong here.  Do these ebuilds actually
exist?  For example, does ls
/usr/portage/app-emulation/crossover-office-bin/*.ebuild show any
items?

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world problems

2005-12-27 Thread Glenn Enright
On Wednesday 28 December 2005 07:28, Richard Fish wrote:
 On 12/25/05, Bob Sanders [EMAIL PROTECTED] wrote:
  Here's my list of what it want to take
  out of the world file -
 
  'app-emulation/crossover-office-bin' has no ebuilds available
  'games-fps/unreal-tournament-bonuspacks' has no ebuilds available
  'media-libs/epeg' has no ebuilds available
  'media-fonts/acroread-asianfonts' has no ebuilds available
  'sci-astronomy/setiathome' has no ebuilds available
  'media-tv/xawdecode' has no ebuilds available
  'games-fps/unreal-tournament-goty' has no ebuilds available

 You have something really wrong here.  Do these ebuilds actually
 exist?  For example, does ls
 /usr/portage/app-emulation/crossover-office-bin/*.ebuild show any
 items?

 -Richard

I also have sveral surprises after an upgrade to portage. 
otherland2 ~ # emaint --check world
Checking world for problems

'x11-themes/noia-warm' has no ebuilds available
'x11-misc/transset' has no ebuilds available
'dev-perl/Data-Dumper' has no ebuilds available
'app-crypt/gpg-agent' has no ebuilds available
'media-libs/divx4linux' has no ebuilds available
'media-video/avifile' has no ebuilds available
'pdev-java/jakarta-regexp' has no ebuilds available
'app-vim/vimspell' has no ebuilds available
'media-sound/pmidi' has no ebuilds available
'x11-wm/xfce' has no ebuilds available
'xfce-extra/xffm-icons' has no ebuilds available
'app-admin/conky' has no ebuilds available


Finished
otherland2 ~ # ls /usr/portage/app-admin/conky/
ChangeLog  conky-1.3.1.ebuild  conky-1.3.4-r1.ebuild  files
Manifest   conky-1.3.3.ebuild  conky-1.3.4-r2.ebuild  metadata.xml

-- 
A foolish consistency is the hobgoblin of little minds.
-- Ralph Waldo Emerson
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world problems

2005-12-27 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bob Sanders wrote:
 Don't think so.  And don't run - emaint -f world.  It'll remove it and
 any updates won't occur.  Here's my list of what it want to take
 out of the world file - 
 
 'app-emulation/crossover-office-bin' has no ebuilds available
 'games-fps/unreal-tournament-bonuspacks' has no ebuilds available
 'media-libs/epeg' has no ebuilds available
 'media-fonts/acroread-asianfonts' has no ebuilds available
 'sci-astronomy/setiathome' has no ebuilds available
 'media-tv/xawdecode' has no ebuilds available
 'games-fps/unreal-tournament-goty' has no ebuilds available
 
 I suspect a bug, but haven't gotten to the bug list to see if it's been
 filed or not.

http://bugs.gentoo.org/show_bug.cgi?id=115593

That's with portage-2.0.53, right?

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDse/Q/ejvha5XGaMRAmQ+AJ9rxnz5GB5d58FWgsxyQT8um6oUGwCfbzB7
CWyQ2Gz4yd8pfZeSthDOyT8=
=fypx
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world problems

2005-12-27 Thread Bob Sanders
On Tue, 27 Dec 2005 17:52:16 -0800
Zac Medico [EMAIL PROTECTED] wrote:


 http://bugs.gentoo.org/show_bug.cgi?id=115593
 
 That's with portage-2.0.53, right?
 
 Zac

Yes, that's it.  From the bug, it seems the problems are in the ebuilds.  
However, the
updated portage's solution is to remove them from the world file.  Thus a loop
gets created -

emaint --fix world removes the packages)
regenworld adds the packages back in.
emerge -uDNav world generatea the error -
Problems have been detected with your world file
Please run emaint --check world

While there are problems, though I'm not sure what exactly they are, the new
portage notes them.  Then puts itself in a, slow, loop with some hope someone
else knows how to fix the problems.

The problem portage thinks that exists seems to be with some allowed keywords 
and
masked packages, not as it reports - no ebuilds available.  Though, it could be 
technically
argued that using x86, ~x86, and -* in /usr/etc/portage.keywords, on my 
system
is incorrect.  It is somewhat misleading to say - no ebuilds available, 
implying that no 
ebuilds with the arch keyword of the running system is available.

Bob
-  
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world problems

2005-12-27 Thread Rumen Yotov
On (27/12/05 21:51), Bob Sanders wrote:
 On Tue, 27 Dec 2005 17:52:16 -0800
 Zac Medico [EMAIL PROTECTED] wrote:
 
 
  http://bugs.gentoo.org/show_bug.cgi?id=115593
  
  That's with portage-2.0.53, right?
  
  Zac
 
 Yes, that's it.  From the bug, it seems the problems are in the ebuilds.  
 However, the
 updated portage's solution is to remove them from the world file.  Thus a loop
 gets created -
 
   emaint --fix world removes the packages)
   regenworld adds the packages back in.
   emerge -uDNav world generatea the error -
   Problems have been detected with your world file
   Please run emaint --check world
 
 While there are problems, though I'm not sure what exactly they are, the new
 portage notes them.  Then puts itself in a, slow, loop with some hope someone
 else knows how to fix the problems.
 
 The problem portage thinks that exists seems to be with some allowed keywords 
 and
 masked packages, not as it reports - no ebuilds available.  Though, it could 
 be technically
 argued that using x86, ~x86, and -* in /usr/etc/portage.keywords, on my 
 system
 is incorrect.  It is somewhat misleading to say - no ebuilds available, 
 implying that no 
 ebuilds with the arch keyword of the running system is available.
 
 Bob
 -  
 -- 
 gentoo-user@gentoo.org mailing list
 
Hi,
Same problem here, nothing usefull in Bug-115593 (at least for me).
Latest portage-2.1-pre2. All ~x86 system.
Rumen


pgpajxCp5FBtY.pgp
Description: PGP signature


Re: [gentoo-user] world problems

2005-12-27 Thread W.Kenworthy
Thats the world file, is there an equivalent for system?

bunyip ~ # emerge -ep system

These are the packages that I would merge, in order:

Calculating system dependencies  ...done!
bunyip ~ #

As you see, I have a couple of systems with a blank system target.

BillK



On Wed, 2005-12-28 at 08:20 +, Rumen Yotov wrote:
 On (27/12/05 21:51), Bob Sanders wrote:
  On Tue, 27 Dec 2005 17:52:16 -0800
  Zac Medico [EMAIL PROTECTED] wrote:
  
  
   http://bugs.gentoo.org/show_bug.cgi?id=115593
   
   That's with portage-2.0.53, right?
   
   Zac
  
  Yes, that's it.  From the bug, it seems the problems are in the ebuilds.  
  However, the
  updated portage's solution is to remove them from the world file.  Thus a 
  loop
  gets created -
  
  emaint --fix world removes the packages)
  regenworld adds the packages back in.
  emerge -uDNav world generatea the error -
  Problems have been detected with your world file
  Please run emaint --check world
  
  While there are problems, though I'm not sure what exactly they are, the new
  portage notes them.  Then puts itself in a, slow, loop with some hope 
  someone
  else knows how to fix the problems.
  
  The problem portage thinks that exists seems to be with some allowed 
  keywords and
  masked packages, not as it reports - no ebuilds available.  Though, it 
  could be technically
  argued that using x86, ~x86, and -* in /usr/etc/portage.keywords, on 
  my system
  is incorrect.  It is somewhat misleading to say - no ebuilds available, 
  implying that no 
  ebuilds with the arch keyword of the running system is available.
  
  Bob
  -  
  -- 
  gentoo-user@gentoo.org mailing list
  
 Hi,
 Same problem here, nothing usefull in Bug-115593 (at least for me).
 Latest portage-2.1-pre2. All ~x86 system.
 Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world problems

2005-12-25 Thread Richard Fish
On 12/24/05, Walter Dnes [EMAIL PROTECTED] wrote:
   I'm not talking about wars all over the place.  I'm doing my monthly
 update on my emergency backup machine.  Here's what I've run into.  Has
 pmidi been deprecated?

More than deprecated...removed from portage:

http://www.gentoo.org/cgi-bin/viewcvs.cgi/media-sound/pmidi/ChangeLog?rev=1.15view=log

http://article.gmane.org/gmane.linux.gentoo.devel/32382/match=pmidi

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world problems

2005-12-25 Thread Bob Sanders
On Sat, 24 Dec 2005 14:08:04 -0500
Walter Dnes [EMAIL PROTECTED] wrote:

   I'm not talking about wars all over the place.  I'm doing my monthly
 update on my emergency backup machine.  Here's what I've run into.  Has
 pmidi been deprecated?
 

Don't think so.  And don't run - emaint -f world.  It'll remove it and
any updates won't occur.  Here's my list of what it want to take
out of the world file - 

'app-emulation/crossover-office-bin' has no ebuilds available
'games-fps/unreal-tournament-bonuspacks' has no ebuilds available
'media-libs/epeg' has no ebuilds available
'media-fonts/acroread-asianfonts' has no ebuilds available
'sci-astronomy/setiathome' has no ebuilds available
'media-tv/xawdecode' has no ebuilds available
'games-fps/unreal-tournament-goty' has no ebuilds available

I suspect a bug, but haven't gotten to the bug list to see if it's been
filed or not.

Bob
-  
-- 
gentoo-user@gentoo.org mailing list