[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mozilla Software on Sparc64/Linux



Hello Adrian,

i  had also to replace python-minimal in the config.in it seems, otherwise it would show up again with the original package.

Now it is missing those dependencies:

The following packages have unmet dependencies:
 sbuild-build-depends-main-dummy : Depends: llvm-6.0-dev but it is not installable
                                   Depends: libclang-6.0-dev but it is not installable
                                   Depends: clang-6.0 but it is not installable

Should i get those from snapshot or is there also a possible replacement?

Regards,
Connor

On Tue, Nov 16, 2021 at 8:35 PM John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> wrote:
Hello!

On 11/16/21 18:23, Connor McLaughlan wrote:> sbuild was able to start now.
>
> I am now getting the dependency problem regarding python-minimal here also:
> (...)
>       unsat-dependency: python-minimal:sparc64 (>= 2.6.6-13~)

You need to replace "python-minimal" with "python2-minimal" in the Build-Depends
field in debian/control:

$ sed -i 's/python-minimal/python2-minimal/g' debian/control

Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: