Re: New conflict on if_wg.h in runtime package
- Reply: Guido Falsi : "Re: New conflict on if_wg.h in runtime package"
- In reply to: Guido Falsi : "New conflict on if_wg.h in runtime package"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Nov 2022 15:32:23 UTC
On Wed, 2 Nov 2022 at 13:54, Guido Falsi <mad@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? > >