[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616

Davide Cavalca  changed:

   What|Removed |Added

 Blocks||1914423 (EPELPackagersSIG),
   ||2121592
   Doc Type|--- |If docs needed, set a value





Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1914423
[Bug 1914423] Tracker for epel-packagers-sig
https://bugzilla.redhat.com/show_bug.cgi?id=2121592
[Bug 2121592] Please branch and build public-inbox in epel9
-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616

Michel Alexandre Salim  changed:

   What|Removed |Added

 CC||mic...@michel-slm.name



--- Comment #1 from Michel Alexandre Salim  ---
Created attachment 1914888
  --> https://bugzilla.redhat.com/attachment.cgi?id=1914888&action=edit
list of missing dependencies


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616

Michel Alexandre Salim  changed:

   What|Removed |Added

 Depends On||2130625
 Depends On||2130626

Pasi Karkkainen  changed:

   What|Removed |Added

 CC||pa...@iki.fi





Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=2130625
[Bug 2130625] Please branch and build perl-Inline in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2130626
[Bug 2130626] Please branch and build perl-Pegex in epel9
-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-11-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616



--- Comment #2 from Petr Pisar  ---
There is some kind of bug in which-2.21-28.el9, /etc/profile.d/which2.sh. 
t/08taint.t reports:

sh: which: line 1: syntax error: unexpected end of file
sh: error importing function definition for `which'

which can be reduced to:

$ rm -rf _Inline; perl -Ilib -e 'use Inline Config => UNTAINT => 1; use Inline
C => q{void foo(void) { return; }};'
In Inline::env_untaint() : Blindly untainting tainted fields in %ENV.
In Inline::check_config_file(): Blindly untainting Inline configuration file
information.
In Inline::env_untaint() : Blindly untainting tainted fields in %ENV.
In Inline::obj_untaint() : Blindly untainting tainted fields in Inline object.
sh: which: line 1: syntax error: unexpected end of file
sh: error importing function definition for `which'
sh: which: line 1: syntax error: unexpected end of file
sh: error importing function definition for `which'
sh: which: line 1: syntax error: unexpected end of file
sh: error importing function definition for `which'

It's probably harmless because all tests pass.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-11-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616



--- Comment #3 from Petr Pisar  ---
It happens when executing system($cmd) in Inline::C::system_call(). $cmd does
perl Makefile.PL, then make, and make install in the temporary XS module
compiled into _Inline directory. system() executes "sh -c '$cmd'". In that
process a special BASH_FUNC_which%% variable is garbled:

$ env
BASH_FUNC_which%%=() {  ( alias;
SHELL=/bin/sh
[...]

The variable is set in /etc/profile.d/which2.sh with "export -f which" to more
complex value:

function which {
(alias; eval ${which_declare}) | /usr/bin/which --tty-only --read-alias
--read-functions --show-tilde --show-dot $@
}


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-11-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616



--- Comment #4 from Petr Pisar  ---
Fedora already removed the fragile function from which package. I will hunt it
later. I believe it does not prevent us from adding perl-Inline-C to EPEL9.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-11-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616



--- Comment #5 from Petr Pisar  ---
https://pagure.io/releng/fedora-scm-requests/issue/49115


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-11-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616



--- Comment #6 from Petr Pisar  ---
The damage of an environment variable is caused by perl-Inline (bug #2130625,
comment #4).


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-11-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Inline-C-0.82-4.el9




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-11-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616



--- Comment #7 from Fedora Update System  ---
FEDORA-EPEL-2022-8170747ecb has been submitted as an update to Fedora EPEL 9.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-8170747ecb


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-11-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
FEDORA-EPEL-2022-8170747ecb has been pushed to the Fedora EPEL 9 testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-8170747ecb

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
Bug 2130616 depends on bug 2130625, which changed state.

Bug 2130625 Summary: Please branch and build perl-Inline in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2130625

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
Bug 2130616 depends on bug 2130626, which changed state.

Bug 2130626 Summary: Please branch and build perl-Pegex in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2130626

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130616] Please branch and build perl-Inline-C in epel9

2022-11-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130616

Fedora Update System  changed:

   What|Removed |Added

 Resolution|--- |ERRATA
 Status|ON_QA   |CLOSED
Last Closed||2022-11-24 03:41:04



--- Comment #9 from Fedora Update System  ---
FEDORA-EPEL-2022-8170747ecb has been pushed to the Fedora EPEL 9 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130616
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue