From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A9391459CC; Wed, 18 Sep 2024 17:08:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7C69F4025E; Wed, 18 Sep 2024 17:08:22 +0200 (CEST) Received: from mail-pl1-f182.google.com (mail-pl1-f182.google.com [209.85.214.182]) by mails.dpdk.org (Postfix) with ESMTP id ED0F44025E for ; Wed, 18 Sep 2024 17:08:20 +0200 (CEST) Received: by mail-pl1-f182.google.com with SMTP id d9443c01a7336-206e614953aso71030915ad.1 for ; Wed, 18 Sep 2024 08:08:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1726672100; x=1727276900; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=U+AYO5/0RlIqz8neE1WwSXY2LeD7nthrpZnup71OfeA=; b=YlzudcvYQ7Nlcmz42hLqZyHl7KpE0LksiSQG6/apwtyq/jF9uLbpJu200zB3f18Pes kHB7P/B6XtF6qROX39z74uklrJ6iiBOg49gNSbv/C4FF1AuuvwIqFev5SLHxJV8Ccpns n6L8clft5xDa0M6UE0dXE6KcJDYs3gXAHmgwz4m+tZB0KrXEv6rSw7DmpJk/9BplWAtE cIcCLvT1nbNL228xXPjpgLYbOY2PHc/yNTx+c/AdEjvgdwCyk+0KbXvEZohobbBgaGVf 6GTs51WjArCR0OR7/ZEouGIzzONUsmuDB2IRiRjDQtPedGUdq4mts8qpe50yHTGY4ASd u0ZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1726672100; x=1727276900; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=U+AYO5/0RlIqz8neE1WwSXY2LeD7nthrpZnup71OfeA=; b=apHTQNgqBjkv/AbrSWUlEy6JC+5s7UhT/JbdC3P8fnEWMjA36lQHmjJsQA4bFWtdMO t84z8uau3CgMIxx9aqb1nfGPrFbpg6IuHxeWL6YZvzaOaWOAzd3ezSgtNYQhK5wttAXn mMo4OaDxSXrr5arGi46cHFR+E/Tonj5Sf4Z4kLMvg4ZZ6hGnO+UoQ8bDraLFUguvKOZc g5PDwqZySjeRMmUcyN++07h7lo7IZPYzQ0PFLXOiH+sVvnXu9SlK9kQ7q/WCwIkGTh96 zoiCgSInxSRMku6rP1TKSZeKSc9yBw1yGwxBV+OIyvlW6TKoKkknCJVff6d78JUG8t5q olNw== X-Forwarded-Encrypted: i=1; AJvYcCVXZjKYnw6EgrCSlW9EBBY3cXWTm52rrizQ6388feZDrtW4FaCm0O4MMO2H3+kG9+5dgKA=@dpdk.org X-Gm-Message-State: AOJu0Yxz3ALBszqZ9FMVlOR1/R+MItxQLmtg/P4zKOS6AxmHVQlRA8Rq ru6szoFiwfSRqe/IDlicDflV55gcdLLVVnG3lPUVW8uGxepmlvyd36OFbFzwZVI= X-Google-Smtp-Source: AGHT+IHTlphkUs0gthpwoQ5F40gp2ETkRG4iz7MwS5dcwYSKzgJQgLsPiMgKemByBIGOk6osoWbA2A== X-Received: by 2002:a17:903:228f:b0:206:90ac:4412 with SMTP id d9443c01a7336-2076e31edfamr301208045ad.2.1726672099912; Wed, 18 Sep 2024 08:08:19 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-7db4998e21dsm7661865a12.75.2024.09.18.08.08.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Sep 2024 08:08:19 -0700 (PDT) Date: Wed, 18 Sep 2024 08:08:17 -0700 From: Stephen Hemminger To: Bruce Richardson Cc: , Subject: Re: [DPDK/core Bug 1547] Build fails on FreeBSD 14.0 Message-ID: <20240918080817.24dd171e@hermes.local> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Wed, 18 Sep 2024 09:31:19 +0100 Bruce Richardson wrote: > On Wed, Sep 18, 2024 at 01:51:18AM +0000, bugzilla@dpdk.org wrote: > > [1]Stephen Hemminger changed [2]bug 1547 > > > > What Removed Added > > Status UNCONFIRMED RESOLVED > > Resolution --- INVALID > > > > [3]Comment # 1 on [4]bug 1547 from [5]Stephen Hemminger > > Missing elftools on the build VM > > Thanks seems like something that should be caught earlier at the configure > stage. I thought that meson checks for pyelftools - is it the python > package or the underlying C library that was missing? > > /Bruce I had updated the FreeBSD VM, and the version of pyelftools package was missing after that. Looks like the version number changed, not sure if docs should be updated?