From nobody Thu Apr 10 14:03:35 2025 X-Original-To: freebsd-current@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 4ZYM435zYhz5t0Qy for ; Thu, 10 Apr 2025 14:03:47 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZYM433853z42lm for ; Thu, 10 Apr 2025 14:03:47 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-io1-f46.google.com with SMTP id ca18e2360f4ac-86135af1045so78601439f.1 for ; Thu, 10 Apr 2025 07:03:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1744293826; x=1744898626; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=mtNUu9Yqz4e8lVsNvGc8fuL10VOGqaWGzMXupqJFP7w=; b=gYk4uvAp2TO5Ea/MCrq/jLGk+50oLp77urE3LRLD1la4yLnl6vQzZrNlXCVy5FGjIi +uOx+JPygTqKdMojPN/62gOV+fY6UtlFuqqltYbhovUyKW54Oy/R0xyYOwVSmwesP7eW r6L2A8lqK80mukQnvidDwpm0+C/+9oI+xsMFv1j+rVkR6ISpujXXY8EKnAtlKuFjHaJY iTFC8K2sVJLDm7+6V8U/qMPQVrlWLu4KibLGgz90zxHEswQPPJbda8sEpzeiZe24ahid 0Tkd2wo/05SZQipRIGMUn9K5ySR7rZGDQoBW49PmIqui85S8oDD4NUhgLiOPbpdE7HVU lJkg== X-Gm-Message-State: AOJu0Yy8V6mN9h15VaN+8aWEGsGbIAD1KOg0nz+0k61ntcUPTSV//qi7 OKs5tNRHgXAWWVJ/1m34NIhYEQK3a1smyzgdTBtAgNzD1YqWXHvLe/k+vyYKjmt/cpeNtCpPwdl oCWPbdRFit+FQXhibxPbTB9bMiTMeUw== X-Gm-Gg: ASbGncugcmq5jVUcLaAODXCeNWqFm/RdJo7+ik661d/dsaG9LY5bzoJ7DTCPV8Ramfo OsUcL30wLzsktNlrIbi/HKsEHK2cX+BjD/yYc7m0j8cFj9wTQQWNEkzL26zQ2DrX4olKzPG6knL YUCF2Q51TEgXV22EuPU65YRviz/da546L/mir+F2PWuJksWH894ag7tZvF X-Google-Smtp-Source: AGHT+IEMtsZ0FjPqG0lRzKq/no9e0ETUO7XBaq4VSU0uW6zeRVVmYXv5y/6d6z2IYUe8srq96Iwj/Hz3ii1nOkx3cYA= X-Received: by 2002:a05:6e02:2220:b0:3d1:a75e:65f6 with SMTP id e9e14a558f8ab-3d7e5fcfe03mr30076865ab.18.1744293826440; Thu, 10 Apr 2025 07:03:46 -0700 (PDT) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 References: <1A736C63-8173-4A02-AD98-059C7612A197@ketas.si.pri.ee> In-Reply-To: <1A736C63-8173-4A02-AD98-059C7612A197@ketas.si.pri.ee> From: Ed Maste Date: Thu, 10 Apr 2025 10:03:35 -0400 X-Gm-Features: ATxdqUHfuRRSaSbFXQ_9mP54I00iXgONGbqhEsL5C4H1gtqAp88SH523j3ovVig Message-ID: Subject: Re: elfcopy: not found To: Sulev-Madis Silber Cc: freebsd-current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4ZYM433853z42lm X-Spamd-Bar: ---- On Wed, 9 Apr 2025 at 15:13, Sulev-Madis Silber wrote: > > oh, i think WITHOUT_CROSS_COMPILER does it, it also turns WITHOUT_ELFTOOLCHAIN_BOOTSTRAP on. i might have overlooked what all those "compiler" options actually do. what i wanted is to exclude compilers from resulting build target. not from build itself Ah yes, WITHOUT_CROSS_COMPILER implying WITHOUT_ELFTOOLCHAIN_BOOTSTRAP will explain it. We need to make it clear in src.conf which options affect the build environment and which affect the target. > i would guess pkgbase would eventually fix this "minimize the built system" issues Yes, pkgbase will make it easier to build minimal FreeBSD installations with just the functionality desired. Anyhow as you point out in your later email this should be resolved for now, but I'll keep an eye on it in case there are any remaining issues.