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 7799145BA3; Tue, 22 Oct 2024 17:36:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6514340616; Tue, 22 Oct 2024 17:36:04 +0200 (CEST) Received: from mail-pl1-f171.google.com (mail-pl1-f171.google.com [209.85.214.171]) by mails.dpdk.org (Postfix) with ESMTP id C63554029B for ; Tue, 22 Oct 2024 17:36:02 +0200 (CEST) Received: by mail-pl1-f171.google.com with SMTP id d9443c01a7336-20cdbe608b3so47742375ad.1 for ; Tue, 22 Oct 2024 08:36:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1729611362; x=1730216162; 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=84ljot2F31QNUZ6Tpx8fxyizo8F6ZczoMbk4/w7OW1o=; b=fIFFRJGl2F499Jfh2R24iz+/MtKB6MUaim2q1aZjCcbCgvkUdO3ASyX6xZgbSPe9ol vqE4ORWO3gO65zOeo9R9rzOYH6P6Dx1r3Qqd4E6J7ex99E24NUgcCxOKbeuGZbIuSIYQ nG8G3cfFo7fYpdrgpsarzYjaPp5asyp8KEoX8f0kf3vw5K4iqUN4zpDkgZfef0MXC8i/ GGTnHoGyrFbTw8zcLOrxi22I5/rrw6evzQvBYpwRpDFeyoCpLxyyiS9WEVrifKgQ/XqU //z+YVh/JaYXIDFMkLWn06x2UyFDi5He5Qp7efbTLLqRzvbjhstmHZyLb+6SOLuJji1R eyHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729611362; x=1730216162; 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=84ljot2F31QNUZ6Tpx8fxyizo8F6ZczoMbk4/w7OW1o=; b=Cp9TdgHX8OJCR6cH6+WuRWUvh+XANXqCepOzgNBTHMALiY2YT14mQCgx678/GAOPI+ R3xk4iKfGRrzgujpzcYnB75OaFIo30Sn2kmiO8c1Du5bo+s3h/18KAlnXFe/XZT/cvnD c6z5Ssn9e2l1hUMAZSD4v8vtkwHOqXhVyXerFZRo99EXIO7fMiFiHHXZA01Zz4wrvO0A v/1bU6L+UyyaPNfW7co2nGT5xP5M/hAEGObvvHeM2zIXNonyCgHREEPEBaHXsHpLnJbM lcM/do/DmQqJGbILa8rI9u+IZnGFmttSyS6R1qnEWOaDGuJ9tmKkVIzwgPqHZww1MfBR 9yng== X-Gm-Message-State: AOJu0YwqnrCV4lrJj0tIu3mPNMWgMmZZtnzr6Y8Bk46yPJpmeJ3dRKN5 JBzqbZy7HwQ1yBMoXLQDoSacjmgfRfvz/Jj9rPphzNLiLGGp4LahE3WjVzRgg8g= X-Google-Smtp-Source: AGHT+IEiEBtTSW2dayUUGwEQ3ol46DU64wV0Aw+UFlk2/H2MNPl/j7k9v5ISCFJw1ZfAyjTLcfvnEA== X-Received: by 2002:a17:902:e812:b0:20c:e65c:8c70 with SMTP id d9443c01a7336-20e948f5c3fmr52844775ad.32.1729611361910; Tue, 22 Oct 2024 08:36:01 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-20e7ef15224sm44418255ad.119.2024.10.22.08.36.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Oct 2024 08:36:01 -0700 (PDT) Date: Tue, 22 Oct 2024 08:36:00 -0700 From: Stephen Hemminger To: Robin Jarry Cc: dev@dpdk.org, Bruce Richardson , Jeremy Spewock , Luca Vizzarro , Dean Marx , Thomas Monjalon , Juraj =?UTF-8?B?TGlua2XFoQ==?= Subject: Re: [PATCH dpdk] meson: properly disable docs Message-ID: <20241022083600.1ffeac7d@hermes.local> In-Reply-To: <20241022151142.246535-2-rjarry@redhat.com> References: <20241022151142.246535-2-rjarry@redhat.com> 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 Tue, 22 Oct 2024 17:11:42 +0200 Robin Jarry wrote: > Fix the following meson warning when -Denable_docs=false: > > $ meson setup build -Denable_docs=false -Denable_drivers=net/null \ > -Denable_libs=rib -Ddisable_apps=* --wipe --fatal-meson-warnings > ... > Program doxygen found: YES (/usr/bin/doxygen) > Configuring doxy-api-html.conf using configuration > doc/api/meson.build:54: WARNING: The variable(s) 'DTS_API_MAIN_PAGE' in > the input file 'doc/api/doxy-api.conf.in' are not present in the given > configuration data. > doc/api/meson.build:54:17: ERROR: Fatal warnings enabled, aborting > > When -Denable_docs=false, do not even enter the doc subdir. Replace all > occurrences of get_option('enable_docs') in the doc subdir with true. > > Fixes: 7f9326423a04 ("dts: add API doc generation") > Signed-off-by: Robin Jarry Acked-by: Stephen Hemminger