Can't create RPM

Post your Gambas programming questions here.
Post Reply
User avatar
sadams54
Posts: 139
Joined: Monday 9th July 2018 3:43am
Contact:

Can't create RPM

Post by sadams54 »

I have not had this problem before. I created a new project and now need to distribute it. however when I go to create the RPM package for only fedora... I get the following. I have no clue how to fix so hopefully somebody else can tell me how simple it is to fix please.

Saving CHANGELOG file.

==============================================================================

CREATING PACKAGE FOR FEDORA / REDHAT / CENTOS.


Initializing ~/RPM directory.
Creating source package.
The package build has failed.
Package.MakeRpmPackage.1397: Unable to save picture
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: Can't create RPM

Post by cogier »

Looking at the error it has something to do with a 'picture'. It could be a permission problem. Is the 'picture' located in a strange place? Are you creating this in Fedora/Red Hat/CentOS distro?

Can you let us have a look at the code.
User avatar
sadams54
Posts: 139
Joined: Monday 9th July 2018 3:43am
Contact:

Re: Can't create RPM

Post by sadams54 »

that is the issue. there are no pictures being handled in this. I am having the issue in several projects and I think it may be a permission issue but the error does not tell me where or what.
Post Reply