[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-12-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 Fedora Update System changed: What|Removed |Added Resolution|RAWHIDE |ERRATA --- Comment #13 from

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-12-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 --- Comment #12 from Fedora Update System --- perl-Net-IDN-Encode-2.400-7.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-12-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 --- Comment #11 from Fedora Update System --- perl-Net-IDN-Encode-2.400-7.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-b2c056d6b0 -- You are receiving this mail because: You are on

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 Petr Pisar changed: What|Removed |Added Status|ON_QA |CLOSED

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-03-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 Petr Pisar changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 Petr Pisar changed: What|Removed |Added Status|ASSIGNED|MODIFIED Fixed In

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-02-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 --- Comment #8 from Petr Pisar --- The perl-devel message . -- You are receiving this mail

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-02-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 --- Comment #7 from Petr Pisar --- I did some tests and if we want perl-ExtUtils-CBuilder to require gcc, we need to remove dependency on ExtUtils::CBuilder from perl-Module-Build. That will break 36 packages in Fedora.

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-02-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 --- Comment #6 from Petr Pisar --- Compare to cmake bug #923024. cmake does not run-require any compiler although it defaults to C++ and dies if it cannot find g++. I will probably add both compilers as a hard dependency.

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 --- Comment #5 from Igor Gnatenko --- I would add both dependencies. -- You are receiving this mail because: You are on the CC list for the bug. ___ perl-devel mailing list

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-02-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 --- Comment #4 from Paul Howarth --- (In reply to Petr Pisar from comment #1) > Also Perl guidelines states that archfull packages should > build-require perl-devel. I do not want tell people that they should >

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-02-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 --- Comment #3 from Paul Howarth --- Looking at the gcc-removal.txt file, all of the failures mentioning EU::CB are failing when trying to run gcc rather than g++. So I'm inclined to add a hard dependency on gcc (the

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-02-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 --- Comment #2 from Petr Pisar --- CBuilder::Base::compile() does: my @cc = $self->split_like_shell($args{'C++'} ? $cf->{cxx} : $cf->{cc}); $self->do_system(@cc, @flags, $args{source}) Should we also hard-require

[Bug 1547165] perl-ExtUtils-CBuilder should require gcc

2018-02-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1547165 Petr Pisar changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment