Re: [gentoo-user] Paludis newbie questions [was: Excellent Paludis interview]

2007-12-29 Thread Bo Ørsted Andresen
On Sunday 23 December 2007 18:56:40 David Relson wrote:
 I suspect a better worded message would have let me find the
 mistake

Such as?

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Paludis newbie questions [was: Excellent Paludis interview]

2007-12-29 Thread David Relson
On Sat, 29 Dec 2007 17:48:21 +0100
Bo Ørsted Andresen wrote:

 On Sunday 23 December 2007 18:56:40 David Relson wrote:
  I suspect a better worded message would have let me find the
  mistake
 
 Such as?

Hi Bo,
I'm not really sure, but the message's reference to environment didn't
indicate (to me) a problem in the use flags.  environment wasn't
definite enough for me to even have a clue where to look or what to
look for.  Perhaps one of the following would work:

hyphen not immediately followed by use flags

space not allowed after hyphen in use flags

Regards,

David


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Paludis newbie questions [was: Excellent Paludis interview]

2007-12-23 Thread Bo Ørsted Andresen
On Saturday 22 December 2007 20:09:40 David Relson wrote:
 As I'm a paludis newbie and as it allows a multitude of settings, I used
 portage2paludis.bash to create /etc/paludis/use.conf.  Whatever is
 missing from use.conf is a combination of my ignorance and the script.

 A copy of use.conf is attached.

From use.conf:
 */* [...] -ipv6 - isdnlog [...]
 ^^^

Right after -ipv6 there's a minus that disables no flag... ;)

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Paludis newbie questions [was: Excellent Paludis interview]

2007-12-23 Thread David Relson
On Sun, 23 Dec 2007 12:45:03 +0100
Bo Ørsted Andresen wrote:

 On Saturday 22 December 2007 20:09:40 David Relson wrote:
  As I'm a paludis newbie and as it allows a multitude of settings, I
  used portage2paludis.bash to create /etc/paludis/use.conf.
  Whatever is missing from use.conf is a combination of my ignorance
  and the script.
 
  A copy of use.conf is attached.
 
 From use.conf:
  */* [...] -ipv6 - isdnlog [...]
  ^^^
 
 Right after -ipv6 there's a minus that disables no flag... ;)
 
 -- 
 Bo Andresen

Bo,

Good eye!  

/etc/make.conf had the same - isdnlog string.  With the space
removed, paludis is much happier.

I suspect a better worded message would have let me find the
mistake

Thank you.

David

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Paludis newbie questions [was: Excellent Paludis interview]

2007-12-22 Thread Bo Ørsted Andresen
On Saturday 22 December 2007 02:50:54 David Relson wrote:
 I'm experimenting with paludis.  Seems fine, though a bit verbose and
 cryptic.  Running paludis -i world produces:

   Unhandled exception:
 * In program paludis -i world:
 * When making environment from specification '':
 * When loading paludis configuration:
 * When reading use file '/etc/paludis/use.conf':
 * When adding source '/etc/paludis/use.conf' as a use file:
 * When validating use flag name '':
 * Name '' is not a valid use flag name (paludis::UseFlagNameError)
[...]

Apparently you have a use.conf entry with no use flag (which makes that entry 
invalid). Paludis is stricter than Portage so it won't just ignore invalid 
input.

 What am I missing that produces the unhandled exception and migrate
 to Paludis configuration messages?

We've received rather few reports from people testing the portage environment 
so it hasn't had much testing. It also disables some features that are 
available when using the paludis environment. Hence the warning.

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Paludis newbie questions [was: Excellent Paludis interview]

2007-12-22 Thread David Relson
On Sat, 22 Dec 2007 16:41:22 +0100
Bo Ørsted Andresen wrote:

 On Saturday 22 December 2007 02:50:54 David Relson wrote:
  I'm experimenting with paludis.  Seems fine, though a bit verbose
  and cryptic.  Running paludis -i world produces:
 
Unhandled exception:
  * In program paludis -i world:
  * When making environment from specification '':
  * When loading paludis configuration:
  * When reading use file '/etc/paludis/use.conf':
  * When adding source '/etc/paludis/use.conf' as a use file:
  * When validating use flag name '':
  * Name '' is not a valid use flag name
  (paludis::UseFlagNameError)
 [...]
 
 Apparently you have a use.conf entry with no use flag (which makes
 that entry invalid). Paludis is stricter than Portage so it won't
 just ignore invalid input.
 
  What am I missing that produces the unhandled exception and
  migrate to Paludis configuration messages?
 
 We've received rather few reports from people testing the portage
 environment so it hasn't had much testing. It also disables some
 features that are available when using the paludis environment. Hence
 the warning.

Hi Bo,

As I'm a paludis newbie and as it allows a multitude of settings, I used
portage2paludis.bash to create /etc/paludis/use.conf.  Whatever is
missing from use.conf is a combination of my ignorance and the script.

A copy of use.conf is attached.

Regards,

David


use.conf
Description: Binary data


[gentoo-user] Paludis newbie questions [was: Excellent Paludis interview]

2007-12-21 Thread David Relson
On Fri, 21 Dec 2007 10:54:44 -0600
Marzan, Richard non Unisys wrote:

...[snip]...

 I'm definitely willing to switch and will most likely do so during
 the holiday week. Paludis seems to be a favorite amongst experienced
 users. Which begs the question; Why not redirect all efforts to
 building a stable, full-featured Paludis as soon as possible and
 purge portage? One option that I would like is for the build to be
 done completely in ram until it's compiled and ready to be placed on
 disk. HDD I/O is the slowest part of the system avoiding it as much
 as possible on systems with plenty of ram is a good idea.
 
 Regards,
 
 Richard 

I'm experimenting with paludis.  Seems fine, though a bit verbose and
cryptic.  Running paludis -i world produces:

  Unhandled exception:
* In program paludis -i world:
* When making environment from specification '':
* When loading paludis configuration:
* When reading use file '/etc/paludis/use.conf':
* When adding source '/etc/paludis/use.conf' as a use file:
* When validating use flag name '':
* Name '' is not a valid use flag name (paludis::UseFlagNameError)

If, instead, I run paludis --environment portage -i world the
first message is:

  [EMAIL PROTECTED]: [WARNING] Use of Portage configuration files will
  lead to sub-optimal performance and loss of functionality. Full
  support for Portage configuration formats is not guaranteed; issues
  should be reported via trac. You are strongly encouraged to migrate to
  a Paludis configuration.

Beforr the above results, I'd already run:

  portage2paludis
  paludis --sync

and have /etc/paludis with various files in it.

What am I missing that produces the unhandled exception and migrate
to Paludis configuration messages?

Thanks.

David
-- 
[EMAIL PROTECTED] mailing list