Re: ghc and current aarch64

2022-11-19 Thread Clay Daniels
On 11/19/22 12:25, nia wrote: On Sat, Nov 19, 2022 at 04:07:38PM +, adr wrote: Right now the bootstrap compiler is built in netbsd-8, so it depends on emulators/compat80, which isn't available to aarch64. So in current (and I suppose 9 too) you'll end up with:

daily CVS update output

2022-11-19 Thread NetBSD source update
Updating src tree: P src/distrib/utils/embedded/conf/armv7.conf P src/distrib/utils/embedded/conf/rpi.conf P src/distrib/utils/embedded/conf/rpi_inst.conf P src/share/man/man7/orders.7 P src/sys/arch/arm/broadcom/bcm2835_intr.c P src/sys/arch/arm/cortex/gtmr_var.h P

Re: getrandom() error with linux emulation

2022-11-19 Thread Lloyd Parkes
On 19/11/22 12:31, Brook Milligan wrote: I am running a linux application (no source code unfortunately) and encountering an error that seems from the message (which is cryptic) to be related to a getrandom() function call. This is with a NetBSD/amd64 9.99.99 kernel dating from August. I

Re: ghc and current aarch64

2022-11-19 Thread adr
On Sat, 19 Nov 2022, nia wrote: Right now the bootstrap compiler is built in netbsd-8, so it depends on emulators/compat80, which isn't available to aarch64. So in current (and I suppose 9 too) you'll end up with: /usr/pkgsrc/lang/ghc92/work/.tools/lib/ghc-9.2.1/bin/ghc-pkg: Shared object

Re: ghc and current aarch64

2022-11-19 Thread nia
On Sat, Nov 19, 2022 at 04:07:38PM +, adr wrote: > Right now the bootstrap compiler is built in netbsd-8, so it depends > on emulators/compat80, which isn't available to aarch64. So in > current (and I suppose 9 too) you'll end up with: > >

ghc and current aarch64

2022-11-19 Thread adr
Right now the bootstrap compiler is built in netbsd-8, so it depends on emulators/compat80, which isn't available to aarch64. So in current (and I suppose 9 too) you'll end up with: /usr/pkgsrc/lang/ghc92/work/.tools/lib/ghc-9.2.1/bin/ghc-pkg: Shared object "libcurses.so.8" not found Has