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

Title: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post 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:
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: ReetP on May 23, 2022, 04:50:58 PM
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!!
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: mpfj on May 23, 2022, 05:08:57 PM
... 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-)
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: brianr on May 23, 2022, 05:20:40 PM
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.
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: ReetP on May 23, 2022, 05:30:56 PM
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
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: mpfj on May 23, 2022, 05:35:14 PM
Ironic as Fedora use it for bugs.

Also ironic as Koozali uses it for bug tracking SME Server ...  :lol:
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: ReetP on May 23, 2022, 05:50:27 PM
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.

Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: mpfj on May 23, 2022, 05:52:16 PM
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
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: brianr on May 23, 2022, 06:33:40 PM
Is there an actual bugzilla rpm Brian?

Nope, I suspect it just got pulled in from epel or where-ever.
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: Jean-Philippe Pialasse on May 23, 2022, 08:50:47 PM
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
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: Jean-Philippe Pialasse on May 24, 2022, 03:33:34 AM
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 ;)
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: brianr on May 24, 2022, 12:23:15 PM
Making progress. See here:

https://bugs.koozali.org/show_bug.cgi?id=11977
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: brianr on May 26, 2022, 01:45:52 PM
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!
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: ReetP on May 26, 2022, 01:56:24 PM
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?

Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: Jean-Philippe Pialasse on May 26, 2022, 02:21:37 PM
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.
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: brianr on May 28, 2022, 11:51:39 AM
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
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: brianr on May 30, 2022, 04:50:47 PM
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.

-
Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: Jean-Philippe Pialasse on May 30, 2022, 07:38:37 PM
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 !

Title: Re: bugzilla-contribs / smeserver-bugzilla missing from SME10
Post by: brianr on May 30, 2022, 07:51:55 PM
I, of course, mean't the Koozali bugzilla NOT the one you might have just installed!!   8-)