On Wed, 2 Nov 2022 at 16:07, Guido Falsi <m...@madpilot.net> wrote: > On 02/11/22 16:32, Doug Rabson wrote: > > > > > > On Wed, 2 Nov 2022 at 13:54, Guido Falsi <m...@madpilot.net > > <mailto:m...@madpilot.net>> 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 <http://bugs.freebsd.org>? > > > > > > > sure! >
I think the problem is caused by the 'copies' target in src/include which is where the second metalog entry happens. From my limited understanding, this target shouldn't create metalog entries but I'm not sure how to stop it. > >