Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935862 - net-misc/ofono-2.9 fails to compile: make: provisiontool: No such file or directory
Summary: net-misc/ofono-2.9 fails to compile: make: provisiontool: No such file or dir...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Yixun Lan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-11 10:19 UTC by Agostino Sarubbo
Modified: 2024-07-11 13:22 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,66.42 KB, text/plain)
2024-07-11 10:19 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 2024-07-11 10:19:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/ofono-2.9 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-11 10:19:15 UTC
Created attachment 897443 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-11 10:19:16 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


make[1]: ./tools/provisiontool: No such file or directory
/var/tmp/portage/net-misc/ofono-2.9/temp/environment: line 1325: --localstatedir=/var: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2024-07-11 10:19:40 UTC
-native-symlink build.
Comment 4 Yixun Lan archtester gentoo-dev 2024-07-11 13:04:23 UTC
(In reply to Agostino Sarubbo from comment #2)
> Error(s) that match a know pattern in addition to what has been reported in
> the summary:
> 
> 
> make[1]: ./tools/provisiontool: No such file or directory
for this err, I can't reproduce it locally, given it's a simple python script which don't request extra dependency..

> /var/tmp/portage/net-misc/ofono-2.9/temp/environment: line 1325:
> --localstatedir=/var: No such file or directory
I should fix this one, but without doing the revision bump
Comment 5 Agostino Sarubbo gentoo-dev 2024-07-11 13:22:43 UTC
(In reply to Yixun Lan from comment #4)
> (In reply to Agostino Sarubbo from comment #2)
> > Error(s) that match a know pattern in addition to what has been reported in
> > the summary:
> > 
> > 
> > make[1]: ./tools/provisiontool: No such file or directory
> for this err, I can't reproduce it locally, given it's a simple python
> script which don't request extra dependency..

I think this is because of dev-lang/python-exec[-native-symlinks]