pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: harfbuzz: internal compiler error



Hello Mayuresh,

Mayuresh writes:
> On NetBSD9.1 on armv7 (RPI3B+ with 1GB RAM, no parallel build or no other
> memory intensive application running) with pkgsrc-current and base
> compiler i.e. 7.5 I get internal compiler error with fonts/harfbuzz. What
> could I try out?
> [...]

It is probably due not enough memory.
Adding a swapfile of at least 2GB will probably help, e.g.:

 # cd /
 # dd if=/dev/zero of=swapfile bs=1m count=2000
 # swapctl -a /swapfile


Home | Main Index | Thread Index | Old Index