https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-backup/bareos-23.0.4 fails to compile. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 902552 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: FAILED: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download /var/tmp/portage/app-backup/bareos-23.0.4/work/bareos-Release-23.0.4_build/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download fatal: unable to access 'https://github.com/fmtlib/fmt.git/': Could not resolve host: github.com
Running "emerge --ask --verbose --oneshot dev-libs/libfmt" prior to running "emerge app-backup/bareos" appears to work around this issue. Tested and confirmed on two different systems.
ci has reproduced this issue with version 23.1.0 - Updating summary.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a5cd3bdde788b46574cc6fffbfc5198b1f8535 commit c6a5cd3bdde788b46574cc6fffbfc5198b1f8535 Author: Marc Schiffbauer <mschiff@gentoo.org> AuthorDate: 2024-11-14 10:28:22 +0000 Commit: Marc Schiffbauer <mschiff@gentoo.org> CommitDate: 2024-11-14 10:28:59 +0000 app-backup/bareos: add missing dep Bug: https://bugs.gentoo.org/939430 Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org> app-backup/bareos/{bareos-23.1.0.ebuild => bareos-23.1.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+)
I think we may want to set CPM_USE_LOCAL_PACKAGES and CPM_LOCAL_PACKAGES_ONLY to prevent it trying to fetch as well.
(In reply to Sam James from comment #6) > I think we may want to set CPM_USE_LOCAL_PACKAGES and > CPM_LOCAL_PACKAGES_ONLY to prevent it trying to fetch as well. Good hint. Thanks!