@morsmortium This seems to be a problem with your environment since it seems your HISTSIZE environment variable is empty. It should either be unset or contain a number.
Search Criteria
Package Details: mksh 59.c-9
Package Actions
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: | stefanwimmer128 |
Last Packager: | stefanwimmer128 |
Votes: | 16 |
Popularity: | 0.040507 |
First Submitted: | 2021-05-08 09:18 (UTC) |
Last Updated: | 2025-04-18 14:17 (UTC) |
Dependencies (3)
Required by (6)
Sources (2)
stefanwimmer128 commented on 2025-04-20 07:03 (UTC)
morsmortium commented on 2025-04-19 21:19 (UTC)
==> Starting check()...
/home/morsmortium/.cache/yay/mksh/src/mksh/mksh: HISTSIZE: bad number:
==> ERROR: A failure occurred in check().
Aborting...
-> error making: mksh-exit status 4
-> Failed to install the following packages. Manual intervention is required:
mksh - exit status 4
Does not build
Score_Under commented on 2024-08-21 14:05 (UTC) (edited on 2024-08-21 14:09 (UTC) by Score_Under)
the version number has gone backwards:
warning: mksh: local (59.c-7) is newer than score.moe (59c-1)
it might need a new epoch
also, I think the problem in the previous comment is a fundamental limitation with Repology's approach. The .c
approach to versioning here correctly informs pacman that 59.c
is a newer version than 59
, while pacman treats 59c
as an older version than 59
. IMO Repology is in the wrong here for assuming a one-size-fits-all versioning scheme portable between upstream and packaging.
FabioLolix commented on 2024-07-21 10:08 (UTC)
Hello, this pkgbuild is marked as outdated on repology https://repology.org/project/mksh/versions because it use 59.c
instead of 59c
, also the dot is not present in source=()
I see you also add .r$(number)
to some of your pkgbuilds https://repology.org/projects/?maintainer=stefanwimmer128@aur&inrepo=aur&outdated=1&families_newest=2- which also mark them as outdated/invalid version there
smp commented on 2024-07-21 09:54 (UTC)
The PKGBUILD
is missing makedepends=('git')
.
stefanwimmer128 commented on 2024-07-18 07:35 (UTC)
Pre-built packages are available here or in my repository.
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.
<deleted-account> 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')
Pinned Comments
stefanwimmer128 commented on 2024-07-18 07:35 (UTC)
Pre-built packages are available here or in my repository.