[rt-devel] inplace development environment setup issue
Jim Brandt
jbrandt at bestpractical.com
Thu Aug 4 11:13:36 EDT 2016
Based on the logs, RT can't find lib/RT/Generated.pm. That file is
created when you run configure. You should see this line in the
configure output when you run it:
config.status: creating lib/RT/Generated.pm
Although I also notice that the path looks like it's adding an extra slash:
Can't locate lib//RT/Generated.pm
Can you start RT using the standalone server?
sbin/rt-server --port 8080
On 8/2/16 3:26 AM, Sam Hanes wrote:
> Hi All,
>
> I'm trying to get an RT development and testing environment set up, but
> there doesn't seem to be much documentation. The "Setting up a
> development environment" section of the "Hacking" doc is empty:
>
> https://docs.bestpractical.com/rt/4.4.1/hacking.html#Setting-up-a-development-environment
>
>
>
> I checked out the master branch from git and used the configure command
> from the "Test suite" section of the "Hacking" doc:
> ./configure.ac --with-my-user-group --enable-layout=inplace
> --enable-developer
>
> `make testdeps` is passing. I've set up RT_DBA_USER to give the tests
> access to my local MariaDB 10.0.25 server and I'm running the tests with
> `make test`.
>
> Unfortunately I'm seeing some failures. I've attached a log of the test
> output. Am I missing some needed configure arguments? Is the full test
> suite currently expected to pass clean on master?
>
> Is there documentation on developer setup that I've missed?
>
> Thanks,
> Sam Hanes
>
>
> ---------
> RT 4.4 and RTIR Training Sessions https://bestpractical.com/training
> * Los Angeles - September, 2016
>
More information about the rt-devel
mailing list