Tagged Questions
1
vote
2answers
181 views
Can't compile kernel in gentoo
I installed gentoo by the handbook from official site.
When I got into the step 7.b. Installing the Sources,
the book says:
Code Listing 2.2: Viewing the kernel source symlink
When you take ...
1
vote
3answers
86 views
Present USE flags upon emerging a package in gentoo
I was wondering if there are any tools to present the compile time options/ flags of a package in Gentoo when emerging. I am referring to something like this
3
votes
0answers
111 views
target/build CFLAGS mixup when cross-emerging due to bug or my stupidity?
I'm trying to emerge LLVM using emerge from a crossdev (for ARM) overlay in Gentoo. I've set the CFLAG of the overlay to optimise for arm (-march=armv6j), which seems to make ./configure fail on the ...
1
vote
1answer
664 views
How to increase Xen guest CPU utilization?
My Xen dom0 is a Gentoo x64 pvops. I boot my guest Gentoo, in PV mode, system with the same kernel my dom0 uses. When I emerge in the guest system, building a CPP package, I am experiencing low CPU ...
4
votes
2answers
1k views
On Gentoo, how do I rebuild all packages depended on some other package?
I made mistake and changed perl non-threaded version to threaded by unmerge first, change USE flags to include ithreads and emerge perl again. Now most packages depending on perl are broken. How do I ...
1
vote
1answer
148 views
Changes for py2cairo ebuild to activate xpyb in build
I would like to build qtile for Funtoo/Gentoo and there is also a nice py2cairo ebuild, but it misses an option for xpyb, so it builds without those options, now my interesst is to fork that ebuild ...
1
vote
1answer
495 views
Where is CONFIG_COMPAT_VDSO in make menuconfig?
I'm trying to compile a Linux Kernel to run light and paravirtualized on XenServer 5.6 fp1.
I'm using the guide given here: ...
2
votes
5answers
2k views
Kernel can't find /dev/sda file during boot
I configured a gentoo kernel (kernel-2.6.36-gentoo-r5), but when I boot it can't mount /dev/sda1:
ALERT! /dev/sda1 does not exist . Dropping to a shell .
I use the shell to go to the /dev ...