-- Greg Freemyer On Mon, Mar 30, 2015 at 11:15 AM, Jason Craig <os-dev@jacraig.com> wrote:
On 03/30/2015 07:56 AM, doiggl@velocitynet.com.au wrote:
On Mon, 30 Mar 2015 13:36:31 +0200, Dominique Leuenberger / DimStar <dimstar@opensuse.org> wrote:
On Mon, 2015-03-30 at 21:51 +1100, doiggl@velocitynet.com.au wrote:
Hello, What needs to be changed in specfiles [1] to allow 64 bit modules to be used instead of 32 bit ones [using opensuse x86_64 system to install on] ? usimg opensuse 13.x Thank you. --Glenn
I don't think you need anything to be changed... 'noarch' means that the package does not contain binary, arch-dependent files (which is common for perl packages; it's an interpreted language and the same files are used on i586 as well as x86_64).
What you're missing is that the two additional perl modules, your package relies on, are not available to be installed yet. SO you will have to package them too (or maybe you can find them in OBS)
Cheers, Dominique
Hello Which [missing] rpms are you referring to ?
It's saying
# rpm -ivhU bugzilla-4.5.1-30.1.noarch.rpm error: Failed dependencies: perl-Email-MIME >= 1.816 is needed by bugzilla-4.5.1-30.1.noarch perl-Email-MIME-Modifier >= 1.442 is needed by bugzilla-4.5.1-30.1.noarch
so the missing RPMs are "perl-Email-MIME" with a version >= 1.816 and "perl-Email-MIME-Modifier" >= 1.442. I would find what build service repository those are in and use zypper (it's more user friendly than directly using rpm) to install them and bugzilla.
perl-Emai-MIME is easily found via: http://software.opensuse.org/search http://software.opensuse.org/search?utf8=%E2%9C%93&q=perl-Email-MIME&search_devel=false&search_unsupported=false&baseproject=openSUSE%3A13.2 If follow the links you find it is devel:languages:perl and is new enough to meet the dependency. Glenn, you just need to branch a copy of the D:L:P version to your relevant home project / sub-project. perl-Email-MIME-Modifier is not found, so I'm assuming it is not packaged. So you will need to package that in OBS as a first step. Greg -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org