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

Re: Mozilla Software on Sparc64/Linux



Hello!

On 11/17/21 00:33, Connor McLaughlan wrote:
> i  had also to replace python-minimal in the config.in it seems, otherwise
> it would show up again with the original package.

Yes, you're right. debian/control is generated from debian/control.in (not config.in).

> 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
> 

Try replacing the following in debian/control.in:

               llvm-6.0-dev,
               libclang-6.0-dev,
               clang-6.0,

with:

               llvm-11-dev,
               libclang-11-dev,
               clang-11,

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: