Hi there,

as I wrote in another e-mail, Kodi 19 can only be built for Leap 15.2
with two newer packages than what's available in 15.2.

These two packages are:

  - libcdio
  - spdlog

I've branched both from openSUSE.org:openSUSE:Leap:15.3:Update to my
home project; following the logic of various packages in Essentials, I
created them as

  - A_15.2-libcdio
  - A_15.2-spdlog

to indicate that they are only needed for Leap 15.2.

While A_15.2-spdlog happily builds, A_15.2-libcdio refuses saying it's
"excluded". I therefore branched the same libcdio to my home repo using
its original name, too, which then happily builds for Leap 15.2.

Removing A_15.2-libcdio and replacing with a link to libcdio in the same
repo then shows the same behaviour as before:

  $ osc -A pmbs buildinfo home:manfred.h A_15.2-libcdio openSUSE_Leap_15.2 
x86_64
  <buildinfo project="home:manfred.h" repository="openSUSE_Leap_15.2" 
package="A_15.2-libcdio" downloadurl="http://pmbs-api.links2linux.de:8080/";>
    <arch>x86_64</arch>
    <error>excluded</error>
    <srcmd5>7cebc4feb1bd80bb685d04777bc32176</srcmd5>
    <verifymd5>dcf5be88f1e8339a5bab3f2b5fcd5194</verifymd5>
    <rev>1</rev>
    <debuginfo>0</debuginfo>
  </buildinfo>

Looking at its meta info one can clearly see that it's build enabled:

  $ osc -A pmbs meta pkg home:manfred.h A_15.2-libcdio
  <package name="A_15.2-libcdio" project="home:manfred.h">
    <title/>
    <description/>
    <build>
      <enable arch="x86_64" repository="openSUSE_Leap_15.2"/>
    </build>
  </package>

It just doesn't get picked up by the build scheduler :(

Does anybody have an idea, why?

TIA, cheers.

l8er
manfred

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Packman mailing list
[email protected]
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Antwort per Email an