Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.46, 10.2.33, 10.3.24, 10.4.14, 10.5.5
-
None
Description
Commit
mtr: use env for perl (37c88445e30d52c965bcb19b19fa710c3eb4fad9) has a error.
Several files have more 2 parts in shebang.
Shebang should contain 1 or 2 parts. Not 3 or more.
#!/usr/bin/perl
|
– valid
#!/usr/bin/perl -w
|
– valid
#!/usr/bin/env perl
|
– valid
#!/usr/bin/env perl -w
|
– not valid
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Anel Husakovic [ anel ] |
Assignee | Anel Husakovic [ anel ] | Daniel Black [ danblack ] |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Description |
Commit
mtr: use env for perl (37c88445e30d52c965bcb19b19fa710c3eb4fad9 ) has a error. Several files have more 2 parts in shebang. Shebang should contain 1 or 2 parts. Not 3 or more. {code:java} #!/usr/bin/perl {code} -- valid {code:java} #!/usr/bin/perl -w {code} -- valid {code:java} #!/usr/bin/env perl {code} -- valid {code:java} #!/usr/bin/env perl -w {code} -- not valid |
Commit
mtr: use env for perl ([37c88445e30d52c965bcb19b19fa710c3eb4fad9|https://github.com/mariaDB/server/commit/37c88445e30d52c965bcb19b19fa710c3eb4fad9]) has a error. Several files have more 2 parts in shebang. Shebang should contain 1 or 2 parts. Not 3 or more. {code:java} #!/usr/bin/perl {code} -- valid {code:java} #!/usr/bin/perl -w {code} -- valid {code:java} #!/usr/bin/env perl {code} -- valid {code:java} #!/usr/bin/env perl -w {code} -- not valid |
Fix Version/s | 10.1.47 [ 24510 ] | |
Fix Version/s | 10.2.34 [ 24505 ] | |
Fix Version/s | 10.3.25 [ 24506 ] | |
Fix Version/s | 10.4.15 [ 24507 ] | |
Fix Version/s | 10.5.6 [ 24508 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Confirmed [ 10101 ] | Closed [ 6 ] |
Fix Version/s | 10.5.7 [ 25019 ] |
Fix Version/s | 10.5.6 [ 24508 ] |
Fix Version/s | 10.4.16 [ 25020 ] |
Fix Version/s | 10.4.15 [ 24507 ] |
Fix Version/s | 10.3.26 [ 25021 ] |
Fix Version/s | 10.3.25 [ 24506 ] |
Fix Version/s | 10.2.35 [ 25022 ] |
Fix Version/s | 10.2.34 [ 24505 ] |
Fix Version/s | 10.1.48 [ 25108 ] |
Fix Version/s | 10.1.47 [ 24510 ] |
Workflow | MariaDB v3 [ 113333 ] | MariaDB v4 [ 158352 ] |
On Debian (mariadb 10.3.24), there is also a dependency problem, we install libdbd-mariadb-perl but mytop requires libdbd-mysql-perl.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970681.