Re: perl is broken in i386 -current
Stuart Henderson <[email protected]> Sun, 07 Jun 2026 17:51:02 +0100
| Newsgroups | gmane.os.openbsd.bugs |
|---|---|
| Message-ID | <19ea2feb4f0.288f.545c230b3f27d53b49609e7db70685b8@spacehopper.org> |
32G seems excessive for i386 ;-) -- Sent from a phone, apologies for poor formatting. On 7 June 2026 16:07:45 Kirill A. Korinsky <[email protected]> wrote: > On Sun, 07 Jun 2026 16:18:50 +0200, > "Theo de Raadt" <[email protected]> wrote: >> >> Shall we suspect clang? >> > > I don't think so. I can reproduce it on 7.9 and 7.8 as well. > > I think I hit existed bug. > > I can reproduce it when I run qemu as: > > qemu-system-i386 -nographic -m 32G -smp 8 -hda i386.qcow2 \ > -netdev user,id=net0,host=10.0.2.1,hostfwd=::22022-:22 \ > -device virtio-net-pci,netdev=net0 > > or -hda miniroot79.img and -hdb i386.qcow2 to install it. > > The system was instaleld with following install.conf: > > Setup a user = catap > Full name for user catap = Kirill A. Korinsky > Allow root ssh login = prohibit-password > Password for root account = ************* > Password for user catap = ************* > Public ssh key for user = ssh-rsa ... > Public ssh key for root = ssh-rsa ... > What timezone are you in = Europe/Berlin > URL to autopartitioning template for disklabel = http://10.0.2.2/disklabel > HTTP Server = cdn.openbsd.org > Which speed should com0 use = 115200 > > and use this disklabel: > > / 1G > SWAP 1M > /tmp 4G > /var 4G > /var/log 1G > /usr 5G > /usr/X11R6 1G > /usr/local 15G > /usr/src 5G > /usr/obj 10G > /usr/ports 5G > /usr/ports/pobj 30G > /usr/xenocara 2G > /usr/xobj 4G > /home 10G > > > -- > wbr, Kirill