Hi!
I am currently trying to fix mariadb on ppc and have a Debian ppc64 machine for that on which I installed "osc". After branch-checking out I could successfully build "mariadb" for ppc64.
However, when trying to build for ppc, I initially got the error message that only ppc64 and ppc64le are valid targets for this repository. Thus, I enabled "ppc" in my home project home:glaubitz:branches:server:database. Then trying to build mariadb bailed out with an obscure error message:
glaubitz@redpanda:/srv/glaubitz/home:glaubitz:branches:server:database/mariadb$ osc build --no-verify openSUSE_Factory_PowerPC ppc Building mariadb.spec for openSUSE_Factory_PowerPC/ppc Getting buildinfo from server and store to /srv/glaubitz/home:glaubitz:branches:server:database/mariadb/.osc/_buildinfo-openSUSE_Factory_PowerPC-ppc.xml Getting buildconfig from server and store to /srv/glaubitz/home:glaubitz:branches:server:database/mariadb/.osc/_buildconfig-openSUSE_Factory_PowerPC-ppc Updating cache of required packages 0.0% cache miss. 188/188 dependencies cached.
Skipping verification of package signatures Writing build configuration Running build powerpc32: No such file or directory glaubitz@redpanda:/srv/glaubitz/home:glaubitz:branches:server:database/mariadb$
Does anyone have an idea what it's trying to execute here?
Adrian
On Fri, Nov 30, 2018 at 11:42:30AM +0100, John Paul Adrian Glaubitz wrote:
Hi!
I am currently trying to fix mariadb on ppc and have a Debian ppc64 machine for that on which I installed "osc". After branch-checking out I could successfully build "mariadb" for ppc64.
However, when trying to build for ppc, I initially got the error message that only ppc64 and ppc64le are valid targets for this repository. Thus, I enabled "ppc" in my home project home:glaubitz:branches:server:database. Then trying to build mariadb bailed out with an obscure error message:
glaubitz@redpanda:/srv/glaubitz/home:glaubitz:branches:server:database/mariadb$ osc build --no-verify openSUSE_Factory_PowerPC ppc Building mariadb.spec for openSUSE_Factory_PowerPC/ppc Getting buildinfo from server and store to /srv/glaubitz/home:glaubitz:branches:server:database/mariadb/.osc/_buildinfo-openSUSE_Factory_PowerPC-ppc.xml Getting buildconfig from server and store to /srv/glaubitz/home:glaubitz:branches:server:database/mariadb/.osc/_buildconfig-openSUSE_Factory_PowerPC-ppc Updating cache of required packages 0.0% cache miss. 188/188 dependencies cached.
Skipping verification of package signatures Writing build configuration Running build powerpc32: No such file or directory glaubitz@redpanda:/srv/glaubitz/home:glaubitz:branches:server:database/mariadb$
Does anyone have an idea what it's trying to execute here?
The powerpc32 executable.
It is the "powerpc32" package.
Ciao, Marcus
On 11/30/18 11:56 AM, Marcus Meissner wrote:
The powerpc32 executable.
It is the "powerpc32" package.
Hmm, ja. I figured. Not a very portable approach.
I'll debug the issue on Debian then. So far no one could tell me the name of a POWER porterbox within SUSE. Do we have one?
Adrian
On Friday 2018-11-30 11:42, John Paul Adrian Glaubitz wrote:
Skipping verification of package signatures Writing build configuration Running build powerpc32: No such file or directory glaubitz@redpanda:/srv/glaubitz/home:glaubitz:branches:server:database/mariadb$
Does anyone have an idea what it's trying to execute here?
That's really just "linux32" which, I think, is the more portable command.