From nobody Wed Nov 2 16:06:58 2022 X-Original-To: freebsd-pkgbase@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 4N2Wx43VCkz4gGBL for ; Wed, 2 Nov 2022 16:07:04 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (vogon.madpilot.net [159.69.1.99]) (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 4N2Wx33N49z3jcn for ; Wed, 2 Nov 2022 16:07:03 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 4N2Wx157xZz6db8; Wed, 2 Nov 2022 17:07:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:references:content-language:subject:subject:date:date :message-id:received; s=bjowvop61wgh; t=1667405219; x= 1669219620; bh=AvDauF6JqHsFDfaFX3oG0qyBfmQiFrz2snprLLmNo7s=; b=q KL5jcaRWjFPINO8hepm1KlvR9Qxb2qmuAeojiVuvY5SGNlpAxXEZdanSsqDSk2A4 MX0ARvZ8PI6j8d81q3ckuRapL9SFvfOPqxMJUxd0IxINfw174BPwNaoQFhxZKqOc yr/LmGVESKEKDxsIQsRwA2DDHDOrRZs+nW87bhYyZyRDYX31LJ1SLAVb3J3W5JzR gO9ljDIH/jAt1b0VqQJhzx40yQNJA9g9ZNpGm8Ea36mLyFu01+8/RK4gL0aKeRBb lBPk7rX9QMbbtu4zq6hzGpJPxpkqks2cCMXMVySiPmcdPyKeMmPCbG7sJNKKjqmS Io9Q5KcCRru+zLEdBMKoQ== Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10026) with ESMTP id tWRnyWWeVem4; Wed, 2 Nov 2022 17:06:59 +0100 (CET) Message-ID: Date: Wed, 2 Nov 2022 17:06:58 +0100 Subject: Re: New conflict on if_wg.h in runtime package Content-Language: en-US To: Doug Rabson Cc: freebsd-pkgbase@freebsd.org References: From: Guido Falsi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4N2Wx33N49z3jcn X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=madpilot.net header.s=bjowvop61wgh header.b="q KL5jca"; dmarc=pass (policy=quarantine) header.from=madpilot.net; spf=pass (mx1.freebsd.org: domain of mad@madpilot.net designates 159.69.1.99 as permitted sender) smtp.mailfrom=mad@madpilot.net X-Spamd-Result: default: False [-2.00 / 15.00]; MISSING_MIME_VERSION(2.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_LONG(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[madpilot.net,quarantine]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[madpilot.net:s=bjowvop61wgh]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[freebsd-pkgbase@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[madpilot.net:+]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_SOME(0.00)[]; ASN(0.00)[asn:24940, ipnet:159.69.0.0/16, country:DE]; RCVD_COUNT_THREE(0.00)[3]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@freebsd.org On 02/11/22 16:32, Doug Rabson wrote: > > > On Wed, 2 Nov 2022 at 13:54, Guido Falsi > wrote: > > Hi! > > I am trying to upgrade head using packaged base and I'm getting this > error now: > > pkg: FreeBSD-runtime-dev-14.snap20221102095743 conflicts with > FreeBSD-runtime-14.snap20221102095743 (installs files into the same > place).  Problematic file: /usr/include/dev/wg/if_wg.h > > Looks like for some reason if_wg.h ended up in both packages. > > Am I doing something wrong and can I work around this or should this be > fixed in the sources? > > > This seems to be a problem in pkgbase. Packages are built using the > metalog generated from the various install commands during the build - > if_wg.h has two entries in the metalog, one with > tags=package=runtime,dev and one with tags=package=runtime. Can you open > a bug on bugs.freebsd.org ? > > sure! https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267526 -- Guido Falsi