From nobody Fri Nov 12 16:55:51 2021 X-Original-To: gecko@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 008711846E13 for ; Fri, 12 Nov 2021 16:55:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HrPqB6VSHz3mwc for ; Fri, 12 Nov 2021 16:55:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF67A22960 for ; Fri, 12 Nov 2021 16:55:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1ACGtoNB036493 for ; Fri, 12 Nov 2021 16:55:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ACGtoUB036492 for gecko@FreeBSD.org; Fri, 12 Nov 2021 16:55:50 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 259799] devel/rust-cbindgen: armv6: build using "make" fails, using "cargo build --release" works Date: Fri, 12 Nov 2021 16:55:51 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Gecko Rendering Engine issues List-Archive: https://lists.freebsd.org/archives/freebsd-gecko List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-gecko@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-gecko (Nobody) for maintainer-feedback: Bug 259799: devel/rust-cbindgen: armv6: build using "make" fails, using "ca= rgo build --release" works https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259799 --- Description --- Scenario: - FreeBSD 14 at 08b9cc316a319fba95af8bb13b262fe0d5526ec3 - Updating ports using portmaster - Updating for armv6 using qemu-user-static in a filesystem holding a compl= ete armv6 installation (using chroot) - Latest ports - WRKDIRPREFIX=3D/usr/tmp - Executing "portmaster rust-cbindgen-0.20.0_2" Result: - The build fails with "memory allocation of 1879048192 bytes failed" Scenario (continued): - "cd /usr/tmp/ports/devel/rust-cbindgen/work/cbindgen-0.20.0" Result (continued): - This build succeeds (but cannot be used for installing the port because i= t is placed in a different directory) Expected result: - There should not be this huge memory allocation. Note: - Trying to build this on a real Raspberry Pi B+ exhausts the swap space, leading to a deadlock of the system. - There seems to be another issue on this armv6 machine in that "ulimit datasize" is not honored, not even for a regular user. -- Martin