[Bug 919810] automake seems to depend on perl-Thread-Queue but perl-Thread-Queue is not required by automake

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=919810

Paul Howarth <paul@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul@xxxxxxxxxxxx,
                   |                            |phracek@xxxxxxxxxx
          Component|perl                        |automake
           Assignee|mmaslano@xxxxxxxxxx         |praiskup@xxxxxxxxxx

--- Comment #6 from Paul Howarth <paul@xxxxxxxxxxxx> ---
This issue is unrelated to Bug #924938.

The perl dependency generator does not pick up this requirement because
Thread::Queue is only required conditionally:

  if ($perl_threads)
    {
      require threads;
      import threads;
      require Thread::Queue;
      import Thread::Queue;
    }

However, since Fedora's perl is built with threads, in practice it's always
needed. The correct fix has already been added to the automake package, namely:

Requires: perl(Thread::Queue)

However, the same applies to the "threads" module, which should also be
required:

Requires: perl(threads)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8qv4imlwIh&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/perl-devel





[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Legacy Announce]     [Fedora PHP Devel]     [Kernel Devel]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Big List of Linux Books]     [Gimp]     [Yosemite Information]
  Powered by Linux