Re: Getting undefined reference to ___tls_get_addr when building packages on netbsd-5.2/i386

2020-08-02 Thread Jeffrey Walton
On Sun, Aug 2, 2020 at 9:29 PM Brian Buhrow wrote: > > hello. I've noticed that for some packages in the pkgsrc tree, I'm > getting build errors that look like: > > ./.libs/libgdbm.so: undefined reference to `___tls_get_addr' https://duckduckgo.com/?q=undefined+symbol+"__tls_get_addr";

Re: images on the rsync mirror?

2020-08-02 Thread Brook Milligan
> On Aug 2, 2020, at 5:20 PM, Brook Milligan wrote: > > Are there supposed to be files in the NetBSD/images directory on > rsync.netbsd.org? It looks to me that the files available in that directory > via ftp are not available via rsync. Sorry. It does look ok. I had a path wrong in my sc

Getting undefined reference to ___tls_get_addr when building packages on netbsd-5.2/i386

2020-08-02 Thread Brian Buhrow
hello. I've noticed that for some packages in the pkgsrc tree, I'm getting build errors that look like: ./.libs/libgdbm.so: undefined reference to `___tls_get_addr' Yet, if I search through all the files in the source and build trees, I don't see any references to this function except in

images on the rsync mirror?

2020-08-02 Thread Brook Milligan
Are there supposed to be files in the NetBSD/images directory on rsync.netbsd.org? It looks to me that the files available in that directory via ftp are not available via rsync. Cheers, Brook

Re: Weird tty* error messages in a qemu guest with "-vga none".

2020-08-02 Thread Ottavio Caruso
On Sun, 2 Aug 2020 at 12:40, Martin Husemann wrote: > > On Sun, Aug 02, 2020 at 12:34:23PM +0100, Ottavio Caruso wrote: > > In /var/run/rc.log: > > [running /etc/rc.d/wscons] > > wsconscfg: Cannot open `/dev/ttyEcfg': Device not configured > > wsconscfg: Cannot open `/dev/ttyEcfg': Device not conf

Re: Weird tty* error messages in a qemu guest with "-vga none".

2020-08-02 Thread Martin Husemann
On Sun, Aug 02, 2020 at 12:34:23PM +0100, Ottavio Caruso wrote: > In /var/run/rc.log: > [running /etc/rc.d/wscons] > wsconscfg: Cannot open `/dev/ttyEcfg': Device not configured > wsconscfg: Cannot open `/dev/ttyEcfg': Device not configured > wsconscfg: Cannot open `/dev/ttyEcfg': Device not config

Weird tty* error messages in a qemu guest with "-vga none".

2020-08-02 Thread Ottavio Caruso
Hi, I'm playing around with qemu and the "-vga none" option. From qemu(1): -vga type Select type of VGA card to emulate. Valid values for type are none Disable VGA card. As I boot the NetBSD guest in a serial console, I don't need VGA (or do I)? In /var/run/rc.log: