Koozali.org: home of the SME Server
Contribs.org Forums => Koozali SME Server 10.x Contribs => Topic started by: mpfj on May 23, 2022, 04:16:52 PM
-
I had bugzilla installed on my SME9 box.
But now I've jumped over to SME10, I see that it's no longer available to install.
https://wiki.koozali.org/Bugzilla-contribs shows only SME8 support but (IIRC) I installed it from EPEL on SME9.
None of that now seems possible.
Is smeserver-bugzilla (or its equivalent) now dead in the water ?
If so, I guess I'll have to ditch SME and go back to Ubuntu :sad:
-
Bugzilla will run on v10 but currently with a manual install but can't see a rpm at a quick glance, but for sure there'll be one somewhere.
You may have used the v8 contrib on v9? Some did work.
If you ask nicely perhaps one of the team might look at updating the contrib.
Certainly no need to run *buntu though!!
-
... but can't see a rpm at a quick glance, but for sure there'll be one somewhere.
I think that's where I came stuck ... none of the "normal" repos had any "bugzilla" rpms listed.
If anyone can point me in the right direction, I'd be most grateful 8-)
-
It was not migrated from SME8, I just tried migrating straight to SME10, but it barfed. May need something extra to get to SME9, then I can use the usual tools to get to SME10.
-
Is there an actual bugzilla rpm Brian?
Couldn't see one at a glance. Openfusion maybe?
Ironic as Fedora use it for bugs.
https://pkgs.org/download/bugzilla
-
Ironic as Fedora use it for bugs.
Also ironic as Koozali uses it for bug tracking SME Server ... :lol:
-
Indeed, though we are starting to look at migration to git to replace cvs, but not sure what we'll do about bugs yet.
Brian is going to take a peek at this but might take a few days as we're both busy the next few days.
-
Brian is going to take a peek at this but might take a few days as we're both busy the next few days.
No problem ... many thanks for your support
-
Is there an actual bugzilla rpm Brian?
Nope, I suspect it just got pulled in from epel or where-ever.
-
has never been ported to el7
see https://koji.fedoraproject.org/koji/packageinfo?buildStart=0&packageID=1420&buildOrder=-completion_time&tagOrder=name&tagStart=50#buildlist
was on el6
so 2 possibilities, import from fedora (might be some deps errors like perl deps missing and packaged outside of the bugzilla archive), or do it from scratch
-
so started the job https://bugs.koozali.org/show_bug.cgi?id=11977
also updated the contrib wiki content and address https://wiki.koozali.org/Bugzilla
BRian might end this in the next days ;)
-
Making progress. See here:
https://bugs.koozali.org/show_bug.cgi?id=11977
-
Making progress. See here:
https://bugs.koozali.org/show_bug.cgi?id=11977
The current issue is that SME10 Mariadb is on V5.5 and the latest Bugzilla needs V5.6 to support its FULL TEXT indexes.
What version of bugzilla was running ok on SME8? I have no way to find out!
-
Likely they have just bumped the DB version as they have updated - older versions of BZ no doubt worked with older versions of MySQL.
Have to make a it a "depends on Maria 10.x" via extra repos?
-
you might add smeserver-mariadb105 as dep and point toward its socket.
only thing you will need to alter in the smeserver-bugzilla-update event is to put all configuration actions after 90 so mariadb is fully configured. you might just need to add an extra mariadb105-mysql.init restart after that at the end of the configuration action. not ideal but should do.
-
you might add smeserver-mariadb105 as dep and point toward its socket.
only thing you will need to alter in the smeserver-bugzilla-update event is to put all configuration actions after 90 so mariadb is fully configured. you might just need to add an extra mariadb105-mysql.init restart after that at the end of the configuration action. not ideal but should do.
Working on it
-
ok, ready for a test or two:
Install by:
yum install smeserver-bugzilla --enablerepo=smecontribs,smetest,smedev,openfusion,epel
See https://bugs.koozali.org/show_bug.cgi?id=11977#c12 (and other comments) for information.
Please leave a message in the bugzilla when you've tested it.
-
-
Humor on :
on this one, you can not say you do not know how bugzilla works to report on it ;)
humor off/
Great work Brian !
-
I, of course, mean't the Koozali bugzilla NOT the one you might have just installed!! 8-)