Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2024 16:45:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279058] security/p5-openxpki-i18n: fix build error
Message-ID:  <bug-279058-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 279058
           Summary: security/p5-openxpki-i18n: fix build error
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://reviews.freebsd.org/D44574
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: svysh.fbsd@gmail.com

On some system setups sometime build fails with report
about missing en_GB translation. Evidently it is due to=20
race conditions during parallel preparation of translations,
of which en_GB is very special.

This blinking problem of build for port=20
security/p5-openxpki-i18n goes away altogether, if I add a line:

MAKE_JOBS_UNSAFE=3D yes

to the Makefile of the port, as suggested in the attached patch.

- "portlint -AC" gives non-relevant warning.
- "portclippy Makefile" is happy.
- "portfmt -D Makefile" is happy.
- Tested with:
14.0-RELEASE-p6
portlint 2.22.1
portfmt 1.1.5
pkg 1.21.99.1
poudriere-git-3.4.99.20240424
perl 5.36.3_1
openssl 3.0.12

--=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-279058-7788>