[rt-users] RT 3.8.8, RTFM 2.4.1, Asset Tracker 1.2.3

2010-10-20 Thread Jeff Lucas
Hello.

 

Get the following when running make install for Asset Tracker...

 

snip

Creating types...[Wed Oct 20 18:28:29 2010] [crit]: Can't locate object
method ACLEquivalenceObjects via package RTx::AssetTracker::System
at /apps/rt-3.8.8/lib/RT/Principal_Overlay.pm line 327, SCHEMA line
78. (/apps/rt-3.8.8/lib/RT.pm:382)

Can't locate object method ACLEquivalenceObjects via package
RTx::AssetTracker::System at
/apps/rt-3.8.8/lib/RT/Principal_Overlay.pm line 327, SCHEMA line 78.

make: *** [initdb] Error 255

 

I found a few suggestions after Googling but nothing that helps. Any
help would be greatly appreciated.

 

Thanks.

Jeff Lucas


Re: [rt-users] RT 3.8.8, RTFM 2.4.1, Asset Tracker 1.2.3

2010-10-20 Thread Torsten Brumm
Wait some days for New at.

Sent from my phone, sorry for all typo's.

Am 20.10.2010 um 21:02 schrieb Jeff Lucas jlu...@eagleinvsys.com:

 Hello.
 
  
 
 Get the following when running “make install” for Asset Tracker…
 
  
 
 snip
 
 Creating types...[Wed Oct 20 18:28:29 2010] [crit]: Can't locate object 
 method ACLEquivalenceObjects via package RTx::AssetTracker::System at 
 /apps/rt-3.8.8/lib/RT/Principal_Overlay.pm line 327, SCHEMA line 78. 
 (/apps/rt-3.8.8/lib/RT.pm:382)
 
 Can't locate object method ACLEquivalenceObjects via package 
 RTx::AssetTracker::System at /apps/rt-3.8.8/lib/RT/Principal_Overlay.pm 
 line 327, SCHEMA line 78.
 
 make: *** [initdb] Error 255
 
  
 
 I found a few suggestions after Googling but nothing that helps. Any help 
 would be greatly appreciated.
 
  
 
 Thanks.
 
 Jeff Lucas


Re: [rt-users] RT 3.8.8, RTFM 2.4.1, Asset Tracker 1.2.3

2010-10-20 Thread Todd Chapman
Jeff,

AT is currently undergoing development work to make it super easy to install
with RT 3.8 If you are interested in following developments you can track
the project in github.

http://github.com/chakatodd/rt-extension-assettracker

I'll be making a commit soon that should make it really easy to install.
This isn't an official release but it should be quite useable.

The solution to your current problem is to add the following to
./lib/RTx/AssetTracker/System.pm

sub ACLEquivalenceObjects {
   return ();
}

-Todd

On Wed, Oct 20, 2010 at 3:02 PM, Jeff Lucas jlu...@eagleinvsys.com wrote:

  Hello.



 Get the following when running “make install” for Asset Tracker…



 snip

 Creating types...[Wed Oct 20 18:28:29 2010] [crit]: Can't locate object
 method ACLEquivalenceObjects via package RTx::AssetTracker::System at
 /apps/rt-3.8.8/lib/RT/Principal_Overlay.pm line 327, SCHEMA line 78.
 (/apps/rt-3.8.8/lib/RT.pm:382)

 Can't locate object method ACLEquivalenceObjects via package
 RTx::AssetTracker::System at /apps/rt-3.8.8/lib/RT/Principal_Overlay.pm
 line 327, SCHEMA line 78.

 make: *** [initdb] Error 255



 I found a few suggestions after Googling but nothing that helps. Any help
 would be greatly appreciated.



 Thanks.

 Jeff Lucas