Got a curious error during the merge of the latest VirtualBox ebuild for Gentoo:
it fails with a die:
It took a bit, but looking around the output gave some indication of a problem with one or more dependencies. Looking around the Gentoo Forum, I came across this thread, which had the proper solution.
The error, more in full, is attached.
A bit more to the top of the error (sorry, but couldn't capture the right line as the new merge was already busy), it complains about Xmd.h, and GLXext.h. In that way, the solution provided by the forum thread I mentioned earlier, makes sense. In my case, issuing the following commands did the trick:
mikuru ~ # eselect opengl set xorg-x11 Switching to xorg-x11 OpenGL interface... done mikuru ~ # USE="additions" emerge -u virtualbox . . . mikuru ~ # eselect opengl set nvidia Switching to nvidia OpenGL interface... done mikuru ~ #
As explained, first I switch (temporarily) to the Xorg OpenGL implementation, then I do the merge, and finally, I return to the nVIDIA interface.
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |