On Fri, 31 May 2019 19:58:04 +0200 Franta Hanzlík <fra...@hanzlici.cz> wrote:
> On Wed, 29 May 2019 18:06:19 -0500 > Ranjan Maitra <mai...@email.com> wrote: > > > Hi, > > > > I have the following specfile which compiled fine in F29 but is not able to > > find references to standard functions in X11, etc even though the > > compilation happens without error (outside the rpmbuild environment). So I > > am wondering if anyone has some suggestions on what has changed/is going > > wrong. > > > > Here is the spec file: > > > > $ fpaste thaali.spec > > Uploading (1.4KiB)... > > https://paste.fedoraproject.org/paste/3sHHnOdGoM4YHmdzzJRzgQ > > > > > > And here are the messages that I get when I try to build: > ... > > Just an idea - once I had a problem building a program when the make > '-j' switch was greater than one. Specifying '-j1' solved it. > Unfortunately, I don't even remember the cause or how it manifested > itself... > Thanks! So, I use: %make_build I replaced this with "make -j1" or also with "make -j" or -j or -j1 appended to %make_build. I don't really understand this, but all of them gave errors. Thanks again for your help! Best wishes, Ranjan _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org