RT 3.8.8, RTFM 2.4.1, Asset Tracker 1.2.3

Hello.

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

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, 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, 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

Wait some days for New at.Am 20.10.2010 um 21:02 schrieb “Jeff Lucas” jlucas@eagleinvsys.com:

Hello.

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

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, 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, 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

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.

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 ();
}

-ToddOn Wed, Oct 20, 2010 at 3:02 PM, Jeff Lucas jlucas@eagleinvsys.com wrote:

Hello.

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

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, 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, 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