NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: daily `makemandb -Q' drops core
RVP <rvp%SDF.ORG@localhost> writes:
> On Sun, 17 Aug 2025, Van Ly wrote:
>
>> and the work around I used was as follows after creating the `/usr/pkg/pkgdb' directory
>>
>> # PKG_PATH="https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/10.1/All" PKG_DBDIR=/usr/pkg/pkgdb pkg_add pkgin
>>
>
> There isn't any need to do this. Edit root's ~/.profile and uncomment PKG_PATH.
> Then logout & login, and:
>
> # pkg_add pkgin
> # pkgin in XXX
>
The pkgsrc bootstrap doesn't want to see the PKG_PATH variable in the environment.
# cd /usr/pkgsrc/bootstrap
# ./bootstrap
ERROR: Please unset PKG_PATH before running bootstrap.
# unset PKG_PATH
Is there a need to put `/usr/pkg/sbin' ahead of `/usr/sbin' in PATH to use the newer `pkg_admin'?
# which pkg_admin
/usr/sbin/pkg_admin
# file /usr/pkg/sbin/pkg_admin
/usr/pkg/sbin/pkg_admin: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /usr/libexec/ld.elf_so, for NetBSD 10.1, with debug_info, not stripped
>> New out of the box, something about the `/etc/X11/ctwm/system.ctwmrc'
>> isn't right in that the `f.occupy' call out produces a GUI panel that
>> has what seems to be the fore/background colors the same. You can't
>> see the numbers or buttons for virtual desktops to select. You can't
>> see the ok, cancel, all buttons.
>>
>
> CTWM bug. See PR# 58467.
I was able to get the `f.occupy' panel to show its contents without setting those two parameters discussed in the problem report.
Further tinkering has lost the ability to show some unicode glyphs in a tmux console. Specifically, Taiwan/HK/OC locale CJKV characters. The fontsize shrunk to eight.
--
vl
Home |
Main Index |
Thread Index |
Old Index