Package Details: mksh 59.c-7

Git Clone URL: https://aur.archlinux.org/mksh.git (read-only, click to copy)
Package Base: mksh
Description: MirBSD Korn Shell
Upstream URL: https://www.mirbsd.org/mksh.htm
Licenses: custom
Submitter: arojas
Maintainer: Menelkir
Last Packager: Menelkir
Votes: 16
Popularity: 0.85
First Submitted: 2021-05-08 09:18 (UTC)
Last Updated: 2023-10-14 15:17 (UTC)

Latest Comments

1 2 Next › Last »

zeroconf commented on 2023-02-02 17:57 (UTC)

Thank you! Now compiles fine. That's true - in case of file change also checksum needs to be updated.

Menelkir commented on 2023-02-02 17:46 (UTC)

I've fixed the checksum (again) (this ride never ends).

zeroconf commented on 2023-02-02 17:03 (UTC)

Tried to update, failed. Also cleanbuild failed.

:: 1 Packages to upgrade.
1  aur/mksh  59.c-3 -> 59.c-4
==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name)
==> 
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  mksh-59.c-4

  1 mksh                             (Installed) (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> A
:: (1/1) Downloaded PKGBUILD: mksh
  1 mksh                             (Installed) (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: (1/1) Parsing SRCINFO: mksh
==> Making package: mksh 59.c-4 (Th 02 Feb 2023 18:58:31)
==> Retrieving sources...
  -> Downloading mksh-R59c.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  432k    0  432k    0     0   490k      0 --:--:-- --:--:-- --:--:--  490k
==> Validating source files with sha256sums...
    mksh-R59c.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: mksh 
         context: exit status 1 

==> Making package: mksh 59.c-4 (Th 02 Feb 2023 18:58:33)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found mksh-R59c.tar.gz
==> Validating source files with sha256sums...
    mksh-R59c.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: mksh

AndyRTR commented on 2023-01-31 19:36 (UTC)

-3 was the correct one. sha256sums=('e5942607eb930ba6ce3303c4a0db0733371f210c9ce6d5d4b9cc202c76360343')

haawda commented on 2023-01-31 17:32 (UTC)

I now tried several times, and to me it seems the shasum in pkgrel 3 was correct.

FrederickZh commented on 2023-01-31 12:48 (UTC)

Cool. I just linked it but you're the maintainer after all :)

Menelkir commented on 2023-01-31 12:34 (UTC)

@FrederickZh I generate the checksum by hand to all my AUR packages to make sure checksum is correct, unless they've changed the source code package itself.

FrederickZh commented on 2023-01-31 07:48 (UTC)

It seems GitHub reverted: https://github.com/orgs/community/discussions/45830#discussioncomment-4823799

AndyRTR commented on 2023-01-30 21:36 (UTC)

This one now fails the checksum check after changing the source here.

jbouter commented on 2023-01-28 10:18 (UTC)

The newly updated version fails on the following:

pass ./check.t:duffs-device
FAIL ./check.t:xtrace-1
        Description:
                Check that "set -x" doesn't redirect too quickly
        unexpected stdout - first difference: line 1, char 2 (wanted 0x47 ('G'), got 0x2F ('/')
        wanted:
                =GNU bash, version 2.05b.0(1)-release (i386-ecce-mirbsd10)=
        got:
                =/home/jbouter/.cache/paru/clone/mksh/src/mksh/mksh: ./bash: can't execute: Permission denied=
pass ./check.t:xtrace-2
pass ./check.t:fksh-flags

Is there anything I've done wrong?