[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-04-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=481272

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|FIXED   |WORKSFORME

--- Comment #14 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #13 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-04 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #12 from Andrew Shark  ---
About self-update I have some thoughts, but that may be discussed in another
issue.
For the note, in case you really would need to use kdesrc-build in suse leap
(for testing for example), you can manually remove that "|!" from specifier. I
am not doing that for kdesrc-build, because to remove it properly, it needs to
be replaced by something, and documentation needs to be changed, and I switched
development to kde-builder.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-04 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #11 from Marco Martin  ---
I know I should have updated it more often, but it's really a thing one thinks
about when it stops working. Should really update itself (though risks of
breaking itself mid-running)
On one machine I do use such an outdated distro by purpose, to make sure things
do actually build and run on distros that even if outdated are still their
current release and have users

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-04 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #10 from Andrew Shark  ---
I know Marco is a KDE developer.

But note, that people were expected to update kdesrc-build, because it had
module-definitions included in its repo.
If you were keeping the kdesrc-build outdated, that was incorrect usage.

Note that now distro-dependencies and module-definitions moved to
repo-metadata. So they will be up to date automatically at each kde-builder
run. But still, it is assumed you are a recent version of kde-builder and
update regularly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-04 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #9 from David Redondo  ---
> This was half of year ago, and nobody complained. Because newer versions of 
> perl allow exclamation mark. This proves nobody uses outdated distros like 
> OpenSuse Leap for development.

Becaue people don't regularly update kdesrc-build except when it stops working.
Which your reorganizations forced people to do.


I would bet that Marco Martin is a KDE developer.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-02 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

Andrew Shark  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=420630

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-02 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #8 from Andrew Shark  ---
I have explored what happened.

The OpenSuse Leap 15.5  uses perl 5.26.1.
That perl version  uses GetOpt::Long 2.49 specification:

perl -MGetopt::Long -e 'print $Getopt::Long::VERSION, "\n";'
2.49

Here is the doc for this specification:
https://perldoc.perl.org/5.26.1/Getopt::Long

It can be seen that this spec already supports such specification of number of
args:
> It is also possible to specify the minimal and maximal number of arguments an 
> option takes. foo=s{2,4} indicates an option that takes at least two and at 
> most 4 arguments. foo=s{1,} indicates one or more values; foo:s{,} indicates 
> zero or more option values.

The issue appeared after introducing the short version of option as exclamation
mark in this commit:
https://invent.kde.org/sdk/kdesrc-build/-/commit/5b155c5e29dd2d377fd1f84fb42d0e629a9f368b#9cca8ad07f12b7b754bac5e08c4e360e4c8ab1a3_448_460

This was half of year ago, and nobody complained. Because newer versions of
perl allow exclamation mark. This proves nobody uses outdated distros like
OpenSuse Leap for development.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-02 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

Andrew Shark  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |FIXED

--- Comment #7 from Andrew Shark  ---
I also would like to know if that was working ever, marking as NEEDSINFO.
Other than that, I recommend using kde-builder anyway (it supports not so fresh
python versions also).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-02-23 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #6 from David Redondo  ---
But in practice Marco was able to run it before he filed the bug report?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-02-22 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #5 from Andrew Shark  ---
The compatibility got broken 10 years ago? I see those specifiers were
introduced in this commit:
https://invent.kde.org/sdk/kdesrc-build/-/commit/319eb52b9b4604b4f4a9a43aa8202b85eb644d37#35fbf7cdd1f4b0f744a5921e1be06f93d359d182_89_239

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-02-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=481272

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |major
 Status|REOPENED|CONFIRMED
Summary|Perl error in OpenSuse LEAP |Perl 5.28 being required
   |15.5|prevents use in openSUSE
   ||LEAP 15.5 and potentially
   ||other non-rolling-release
   ||distros
   Keywords||regression

--- Comment #4 from Nate Graham  ---
Agreed, we shouldn't break compatibility with non-rolling-release distros.

-- 
You are receiving this mail because:
You are watching all bug changes.