Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2022 20:45:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 262600] [PATCH] Incorrect major-only revision used in pkg build target triple, xdev symlink names
Message-ID:  <bug-262600-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262600

            Bug ID: 262600
           Summary: [PATCH] Incorrect major-only revision used in pkg
                    build target triple, xdev symlink names
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: astralblue@gmail.com

The make-pkg-package.sh target triple and the versioned cross dev symlink n=
ames
use major-only revision (14) instead of the usual major.minor (14.0).

  - make-pkg-package.sh target triple is amd64-portbld-freebsd14, but should
instead be amd64-portbld-freebsd14.0;
  - Versioned cross dev symlinks are named amd64-freebsd14-<tool>, but shou=
ld
instead be amd64-freebsd14.0-<tool>.

The problem does not occur if a custom PKG_VERSION is specified.

https://github.com/freebsd/freebsd-src/pull/592 fixes this.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262600-227>