Tuesday, May 14, 2024

Re: [update] editors/vis 0.8 -> 0.9

05.05.2024 14:48, Johannes Thyssen Tishman пишет:
> Below is an updated diff with the changes I mentioned earlier (removal
> of the post-extract rule).
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/editors/vis/Makefile,v
> retrieving revision 1.18
> diff -u -p -r1.18 Makefile
> --- Makefile 5 Oct 2023 12:10:41 -0000 1.18
> +++ Makefile 5 May 2024 11:35:48 -0000
> @@ -1,8 +1,7 @@
> COMMENT = vi-like editor with sam-style structural regex support
>
> -V = 0.8
> +V = 0.9
> DISTNAME = vis-${V}
> -REVISION = 1
>
> TEST_V = 0.5
> TEST_DISTNAME = vis-test-${TEST_V}

No need for {,TEST_}{V,DISTNAME} or HOMEPAGE anymore with DIST_TUPLE.

Thank you both, I've committed an update with all that, updated patch
description, full test dependencies and SHELL bits.

Having anything set in your shell environment where 'make test' is run
does not guarantee that this makes it through to whatever make(1) ends
up doing.

Re: viomb0 unable to allocate256 physmem pages, error 12

On Tue, May 14, 2024 at 01:58:18PM -0400, F Bax wrote:
> Recently installed 7.5 amd64 in qemu VM (8G RAM) under proxmox. See this
> message many times on console and dmesg.
>
> viomb0 unable to allocate 256 physmem pages, error 12
>
> What does this mean? How to resolve this issue?

Hi,

When you see "error <number>" it's good to look up the manpage on errno.
Under number 12 it says: ENOMEM "Cannot Allocate Memory". But look for
yourself for a deeper explanation. Also if you want to hunt for this errno
in the code you would most likely grep for ENOMEM.

Best Regards,
-pjp

--
** all info about me: lynx https://callpeter.tel, dig loc delphinusdns.org **