Skip to content

Missing RT::Base requires#414

Open
puck wants to merge 1 commit intobestpractical:5.0-trunkfrom
puck:missing-rt-base-requires
Open

Missing RT::Base requires#414
puck wants to merge 1 commit intobestpractical:5.0-trunkfrom
puck:missing-rt-base-requires

Conversation

@puck
Copy link
Contributor

@puck puck commented Mar 3, 2026

Without this we get errors like the following when testing compilation of modules in extensions (like RT::Extension::MergeUsers):

   # Can't locate object method "_ImportOverlays" via package "RT::Base" (perhap
s you forgot to load "RT::Base"?) at /usr/share/request-tracker5/lib/RT/Shredder
/Constants.pm line 114.
   # Compilation failed in require at /usr/share/request-tracker5/lib/RT/Shredde
r.pm line 232.
   # BEGIN failed--compilation aborted at /usr/share/request-tracker5/lib/RT/Shr
edder.pm line 232.
   ...

Full logs from a failed run is here: https://ci.debian.net/packages/r/rt-extension-mergeusers/testing/amd64/69166980/

Without this we get errors like the following when testing compilation of
modules in extensions (like RT::Extension::MergeUsers):

   # Can't locate object method "_ImportOverlays" via package "RT::Base" (perhaps you forgot to load "RT::Base"?) at /usr/share/request-tracker5/lib/RT/Shredder/Constants.pm line 114.
   # Compilation failed in require at /usr/share/request-tracker5/lib/RT/Shredder.pm line 232.
   # BEGIN failed--compilation aborted at /usr/share/request-tracker5/lib/RT/Shredder.pm line 232.
   ...
@puck puck changed the base branch from stable to 5.0-trunk March 3, 2026 09:35
@puck puck changed the title Missing rt base requires Missing RT::Base requires Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant