From owner-freebsd-arm@freebsd.org Thu Dec 31 13:08:28 2020 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B03954C178B for ; Thu, 31 Dec 2020 13:08:28 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4D67kh3GgCz4ldN for ; Thu, 31 Dec 2020 13:08:28 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1kuxgg-000BMS-1D for freebsd-arm@freebsd.org; Thu, 31 Dec 2020 14:08:18 +0100 Date: Thu, 31 Dec 2020 14:08:18 +0100 From: Kurt Jaeger To: freebsd-arm@freebsd.org Subject: poudriere builds (base: amd64, jail: arm64.aarch64) and resource limits Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4D67kh3GgCz4ldN X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE]; local_wl_from(0.00)[freebsd.org] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2020 13:08:28 -0000 Hello, Roland posted a patch to build databases/cassandra4 on arm64.aarch64 in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252068 and I built it on my 13-jail: arm 13.0-CURRENT 1300132 r368817 arm64.aarch64 svn+ssh 2020-12-20 10:38:52 /pou/jails/arm The build fails almost at the end with: cd /wrkdirs/usr/ports/databases/cassandra4/work/apache-cassandra-4.0-beta2-src/build/dist && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE javadoc /wrkdirs/usr/ports/databases/cassandra4/work/stage/usr/local/share/doc/cassandra/ find: /bin/sh: Argument list too long *** Error code 1 and Ronald compared it to a build on amd64. He found that my jail has a surprising small data seg size: data seg size (kbytes, -d) 131072 Any ideas on how to raise the data seg size in the poudriere jail ? -- pi@opsec.eu +49 171 3101372 Now what ?