Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806851 - sys-apps/bolt-0.9.3 fails to compile: -native-symlinks issue
Summary: sys-apps/bolt-0.9.3 fails to compile: -native-symlinks issue
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-07 05:09 UTC by Agostino Sarubbo
Modified: 2022-08-27 16:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,43.09 KB, text/plain)
2021-08-07 05:09 UTC, Agostino Sarubbo
Details
1-meson-log.txt (1-meson-log.txt,47.17 KB, text/plain)
2021-08-07 05:09 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-08-07 05:09:44 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/bolt-0.9.1 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-07 05:09:47 UTC
Created attachment 730957 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-08-07 05:09:48 UTC
Created attachment 730960 [details]
1-meson-log.txt

1-meson-log.txt
Comment 3 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2021-08-07 20:12:47 UTC
looks like it's trying to run tests, which require git
Comment 4 Matt Turner gentoo-dev 2022-07-22 19:14:19 UTC
(In reply to Matthew Thode ( prometheanfire ) from comment #3)
> looks like it's trying to run tests, which require git

I don't see any evidence that the tests require git, and the tests pass for me without dev-vcs/git installed. In fact, the build log shows

> Program git found: YES (/usr/bin/git)

The relevant error messages in the log are:

> Program /var/tmp/portage/sys-apps/bolt-0.9.1/work/bolt-0.9.1/tests/test-integration found: YES (/var/tmp/portage/sys-apps/bolt-0.9.1/work/bolt-0.9.1/tests/test-integration)
> Running command: /var/tmp/portage/sys-apps/bolt-0.9.1/work/bolt-0.9.1/tests/test-integration list-tests
> 
> meson.build:475:0: ERROR: Could not execute command "/var/tmp/portage/sys-apps/bolt-0.9.1/work/bolt-0.9.1/tests/test-integration list-tests".
Comment 5 Agostino Sarubbo gentoo-dev 2022-07-23 06:23:09 UTC
ci has reproduced this issue with version 0.9.2 - Updating summary.
Comment 6 Agostino Sarubbo gentoo-dev 2022-07-23 06:23:28 UTC
from the build log, it looks like an issue with native-symlink
Comment 7 Matt Turner gentoo-dev 2022-08-26 21:02:23 UTC
(In reply to Agostino Sarubbo from comment #6)
> from the build log, it looks like an issue with native-symlink

You're right.

Unfortunately adding the typical python-any-r1 usage to the ebuild doesn't resolve the problem.
Comment 8 Agostino Sarubbo gentoo-dev 2022-08-27 16:50:03 UTC
ci has reproduced this issue with version 0.9.3 - Updating summary.