On 02/11/22 16:32, Doug Rabson wrote:
On Wed, 2 Nov 2022 at 13:54, Guido Falsi <[email protected] <mailto:[email protected]>> 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! https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267526 -- Guido Falsi <[email protected]>
