[Koha-bugs] [Bug 32609] Remove compiled files from src

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 1 17:58:23 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609

--- Comment #41 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
I tried to do an old-fashioned dev install to test this.. but alas, I failed
miserably.

I had to sort out all sorts of dependencies to get the 'perl Makefile.PL' step
happy.. then upon running 'make' it complained about yarn not being found.. so
I installed yarn but then it complained with

yarn: error: no such option: --frozen-lockfile

So I tried replacing --frozen-lockfile with --immutable and that complained
too.

In short.. I can run `build-resources.PL` perfectly from inside ktd.. though of
course in that case we don't need the `yarn install` step at all as we have our
our node_modules all there and waiting for us.. but trying to run it outside of
ktd we end up stuck in dependancies hell.

I'm not sure where that leaves us.. we're not really actually expecting people
to be running dev installs now.. and we don't really document it anywhere
anymore as far as I can see on googling..  So maybe this is OK as I believe
this should all work for packaging as it stands.

We need Mason to weight in really.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list