Re: koji build error

2020-02-10 Thread Harsh Jain
Hey Tom, Thanks for helping me out, I replaced all the hardcoded directories with macros and the build is now successful for all architectures . Here is the successful koji build https://koji.fedoraproject.org/koji/taskinfo?taskID=41450255 Thanks again, Harsh On Mon, Feb 10, 2020 at 9:46 PM Tom H

Re: koji build error

2020-02-10 Thread Tom Hughes
You have hard coded /usr/lib64 in your spec but that is not the path on 32 bit systems - use %{_libdir} instead and it will work. In general you should be using macros rather than hard coding paths in fact - this is just one case where it goes very wrong if you don't. Tom On 10/02/2020 16:11, H

Re: koji build error

2020-02-10 Thread Harsh Jain
but I still can't figure out where the errors are in the build logs .Sorry the message was broken into 2 . Thanks , Harsh On Mon, Feb 10, 2020 at 9:40 PM Harsh Jain wrote: > Thanks for telling me, turns out it was missing a few more dependencies, I > rebuilt the package and it now seems to build

Re: koji build error

2020-02-10 Thread Harsh Jain
Thanks for telling me, turns out it was missing a few more dependencies, I rebuilt the package and it now seems to build on all except arch armv7hl and i686 here is the new koji build https://koji.fedoraproject.org/koji/taskinfo?taskID=41448837 , I've updated the spec file and rpm here https://gith

Re: koji build error

2020-02-10 Thread Tom Hughes
On 10/02/2020 13:31, Harsh Jain wrote: I am trying to package elementary-tweaks and am getting failed build in koji I cannot find where the build is failing. This is my first time packaging something and have no idea where to look for errors in the build logs . Any help is appreciated . Here i

Re: koji build error

2018-07-04 Thread Federico Bruni
Thanks, it worked. I've used spectool to download the archive file and then used fedpkg new-sources as you suggested. Il giorno mar 3 lug 2018 alle 7:33, Vascom ha scritto: You need to add source file via command fedpkg new-sources extractpdfmark-1.0.2.tar.gz And push changes to git repo.

Re: koji build error

2018-07-02 Thread Vascom
You need to add source file via command fedpkg new-sources extractpdfmark-1.0.2.tar.gz And push changes to git repo. src.rpm builded always as noarch because it just archive. вт, 3 июл. 2018 г., 8:29 Federico Bruni : > Hello > > I'm trying to build a package in koji for the first time. > You can