default search path for shared libraries

2020-03-22 Thread Jeffrey Walton
Hi everyone, I'm reading https://netbsd.gw.com/cgi-bin/man-cgi?ld.elf_so+1+NetBSD-current. I'm trying to understand why a test suite is failing due to missing shared objects. Under LD_LIBRARY_PATH, the man page says: A colon separated list of directories, overriding the default search

Re: Pkgtools setup

2020-03-22 Thread Benny Siegert
On Sun, Mar 22, 2020 at 3:02 PM Todd Gruhn wrote: > How much has pkgtools changed since 2010? A lot. > Are any vars set in /etc/profile? > > I have mk.conf copied to the /etc dir. Look, if I were you, and I have weird inexplicable performance issues, I would start with an empty /etc/mk.conf

Pkgtools setup

2020-03-22 Thread Todd Gruhn
How much has pkgtools changed since 2010? Are any vars set in /etc/profile? I have mk.conf copied to the /etc dir. Is /etc/ld.so.conf used anymore?

Re: Tweaks to avoid ide timeouts under qemu?

2020-03-22 Thread Jaromír Doleček
Hello, can you please compile your kernel with ATADEBUG option, then for running system with new kernel set wdcdebug_wd_mask variable to '2' via ddb before the daily run, and then collect the output after it hangs again? Beware it's going to be a lot of messages. I'm particularly interested if

NetBSD iconv ebcdic failures?

2020-03-22 Thread Jeffrey Walton
Hi Everyone, I was testing libxml2 on NetBSD 8.1. libxml2 was failing about a 8 or 10 self tests. All appear to be related to ebcdic. Also see https://mail.gnome.org/archives/xml/2020-March/msg4.html. I think we isolated the problem to the NetBSD's iconv(3) library. When I built libxml2