https://bugzilla.redhat.com/show_bug.cgi?id=1926184

            Bug ID: 1926184
           Summary: bugzilla-5.0.6-11.fc34 FTBFS: Can't exec "make": No
                    such file or directory at docs/makedocs.pl line 56.
           Product: Fedora
           Version: rawhide
               URL: https://koschei.fedoraproject.org/package/bugzilla?col
                    lection=f34
            Status: NEW
         Component: bugzilla
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
            Blocks: 1868278 (F34FTBFS)
  Target Milestone: ---
    Classification: Fedora



bugzilla-5.0.6-11.fc34 fails to build in Fedora 34:

Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DaBHvL
+ umask 022
+ cd /builddir/build/BUILD
+ cd bugzilla-release-5.0.6
+ docs/makedocs.pl --with-pdf
Creating API documentation...
Creating HTML documentation ...
Can't exec "make": No such file or directory at docs/makedocs.pl line 56.
Creating TXT documentation ...
Can't exec "make": No such file or directory at docs/makedocs.pl line 56.
Creating PDF documentation ...
Can't exec "make": No such file or directory at docs/makedocs.pl line 56.
Error occurred building the documentation
error: Bad exit status from /var/tmp/rpm-tmp.DaBHvL (%build)

A difference between passing and failing build root is at
<https://koschei.fedoraproject.org/build/9772160>. This is probably triggered
by removing "make" packages from a minimal build root.

docs/makedocs.pl indeed executes make:

  say "Creating $name documentation ..." if defined $name;
→ system('make', $cmdline) == 0 or $error_found = 1;
  print "\n";

I propose to add "BuildRequires: make" into "for building docs" section in a
spec file.



Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1868278
[Bug 1868278] (F34FTBFS) - Fedora 34 FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to