Nothing provides build-pkg2appimage

Hi,
I’m trying to create a AppImage for a software using OBS. However, after uploading my yaml file, OBS immediately fails it complaining that “nothing provides build-pkg2appimage”. Also, the following packages are apparently not available: libupnp-devel and libsqlcipher-devel.

My question: which distrib is the AppImage compiled to? (That would help me figuring out the missing packages), and what is build-pkg2appimage, since I’m not even listing that one in the dependencies.

thx for any tip!

libupnp-devel is in the standard OSS repo.

I saw that. But then, if the AppImage is compiled on suse, there’s no reason it should complain about these missing libs.

You forgot to provide link to your project.

Pretty sure it’s this one
https://build.opensuse.org/package/show/home:csoler/retroshare

aggplanta: you guessed right :wink:

The build-pkg2appimage is available from OBS:AppImage project, and AppImage documentation describes how to use OBS:

https://docs.appimage.org/packaging-guide/hosted-services/opensuse-build-service.html

This documentation seems to be outdated. Project “probono” doesn’t exist. There is already a section
<repository name=“AppImage”>
<path project=“OBS:AppImage” repository=“AppImage”/>
<arch>x86_64
<arch>i586
</repository>
in the Meta section of my home project, but build-pkg2appimage is still not found.

I also tried to add <path project=“OBS:AppImage” repository=“linuxdeployqt”/> to the Meta file in the same section, but it complains that OBS:AppImage/linuxdeployqt does not exist (although it does: \https://build.opensuse.org/package/show/OBS:AppImage/linuxdeployqt). I suspect that I missed something totally stupid here.

ok, forget it. I give up wasting my time on this. Thx for the help.