Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 777003 - [src_prepare-overlay] app-emulation/anbox-9999 build failed: undefined reference to `testing::Test::~Test()'
Summary: [src_prepare-overlay] app-emulation/anbox-9999 build failed: undefined refere...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-18 02:36 UTC by Austin Kilgore
Modified: 2021-03-22 04:28 UTC (History)
1 user (show)

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


Attachments
logs (build log with emerge info.tar.gz,32.40 KB, application/gzip)
2021-03-18 02:36 UTC, Austin Kilgore
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Austin Kilgore 2021-03-18 02:36:50 UTC
Created attachment 692202 [details]
logs

anbox fails to rebuild with `emerge @preserved-rebuild`. Probably isn't updating either.
Comment 1 Alfred Wingate 2021-03-18 07:28:35 UTC
I can reproduce it.

Problem occurred due to to upstream removing a bundled cmake module. 

https://github.com/anbox/anbox/commit/ba3a4135a86c651b14239a95163c09af488fee81

Should be fixed now in the commit below

https://gitlab.com/src_prepare/src_prepare-overlay/-/commit/55c63256e401a0d695a834bb4b78a84c6f90f28c
Comment 2 Ionen Wolkens gentoo-dev 2021-03-18 07:51:57 UTC
(In reply to Alfred Wingate from comment #1)
> Should be fixed now in the commit below [...]
I'll close this then.
Comment 3 Austin Kilgore 2021-03-22 03:28:35 UTC
Do I need to remove anbox and do a clean install to fix it now that it's been patched? I've tried re-emerging but it's still the same error.
Comment 4 Maciej Barć gentoo-dev 2021-03-22 03:43:52 UTC
(In reply to Austin Kilgore from comment #3)
> Do I need to remove anbox and do a clean install to fix it now that it's
> been patched? I've tried re-emerging but it's still the same error.


Have you synchronized the overlay & does the ebuild you use include the recent fixes?
Comment 5 Austin Kilgore 2021-03-22 04:28:49 UTC
running eix-sync src_prepare_overlay appears to have fixed it. thanks