Re: Mac::Carbon install problem (Processes.t)

2004-02-17 Thread Chris Nandor
In article [EMAIL PROTECTED],
 [EMAIL PROTECTED] (Salvatore Denaro) wrote:

 I am running 5.8.1 (apple built) on 10.3.2.
 
 The problem I am having is with Processes/t/Processes.t
 
 the log gives the following:
 
 Failed Test Stat Wstat Total Fail  Failed  List of Failed
  
 ---
 Processes/t/Processes.t2   512 62  33.33%  5-6
 
 Scrolling up I find the following:
 
 Processes/t/Processes..ok 4/6# Failed test  

Try running the tests with 'make test TEST_VERBOSE=1'.

-- 
Chris Nandor  [EMAIL PROTECTED]http://pudge.net/
Open Source Development Network[EMAIL PROTECTED] http://osdn.com/


Mac::Carbon install problem (Processes.t)

2004-02-16 Thread Salvatore Denaro
I am running 5.8.1 (apple built) on 10.3.2.

The problem I am having is with Processes/t/Processes.t

the log gives the following:

Failed Test Stat Wstat Total Fail  Failed  List of Failed
 
---
Processes/t/Processes.t2   512 62  33.33%  5-6

Scrolling up I find the following:

Processes/t/Processes..ok 4/6# Failed test  
(Processes/t/Processes.t at line 29)
Processes/t/Processes..NOK 5# Failed test  
(Processes/t/Processes.t at line 30)
# Looks like you failed 2 tests of 6.
Processes/t/Processes..dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 5-6
Failed 2/6 tests, 66.67% okay

The only thing in the system log that looks like there may be a problem  
is:

aped[185]: Attach denied: super-user process, for UserNotification[5049]
aped[185]: Attach denied: super-user process, for perl[5050]
aped[185]: Attach denied: super-user process, for perl[5058]
Anyone know what's wrong?

Thanks.



Re: Mac::Carbon install problem (Processes.t)

2004-02-16 Thread Rick Measham
There are others who will certainly know better than I do, however let 
me ask, are you running CPAN with:
   sudo /full/path/to/perl -MCPAN -e shell
If you don't use sudo (or su to root if you have it enabled) then there 
will be problems with installs, and if you have your own perl installed 
you'll need the full path to it.

That's just my thoughts, given the 'super-user' related errors.

Cheers!
Rick
On 17 Feb 2004, at 1:54 PM, Salvatore Denaro wrote:
The only thing in the system log that looks like there may be a 
problem is:

aped[185]: Attach denied: super-user process, for 
UserNotification[5049]
aped[185]: Attach denied: super-user process, for perl[5050]
aped[185]: Attach denied: super-user process, for perl[5058]

Anyone know what's wrong?

Thanks.