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

--- Comment #33 from David Cook <[email protected]> ---
(In reply to Pedro Amorim from comment #32)
> Hi David, for what it's worth, I'm blown away by this work. Thank you so
> much for following up. I won't pretend to understand everything that's going
> on here, but this sure looks promising and far superior to my initial PoC.

Thanks, Pedro. That means a lot to me, and I'm happy to explain anything you'd
like.

> I'm able to follow the test plan successfully up to step 5, but for step 6
> onwards, the 'make install' command is failing for me with the error:
> chown: invalid user: ‘koha:koha’
> make: *** [Makefile:12431: set_koha_ownership] Error 1
> 
> I believe this is because the Makefile tries to chown to koha:koha but ktd's
> user:group is kohadev-koha:kohadev-koha. Please let me know what I'm missing
> here if you can. The error I'm encountering is possibly not even related to
> this work (?).

That error should only appear for the "standard" build. Are you saying you have
it for all the builds. 

In any case, you should be able to get around it by setting the KOHA_USER and
KOHA_GROUP environmental variables to "kohadev-koha" and "kohadev-koha".

I just ran as root to be lazy. 

> I'm not as familiarized with all the different Koha builds options as you
> are. What should be our next steps here to ensure a seamless upgrade path
> for existing installations?

Package installations will just automagically work.

Tarball installations will require manual intervention to the Apache config,
but it's the same thing needed when ERM was introduced. 

Git installs will just need to make sure they have the correct version of
koha-gitify, and will need to re-generate some files (as I mention in the test
plan).

I think most installations are package installations, so I think overall it
should go smoothly.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to