| Summary: | nvidia-kernel is not compiling with distcc | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Benoit Pothier <gnibu> |
| Component: | New packages | Assignee: | Lisa Seelye (RETIRED) <lisa> |
| Status: | RESOLVED INVALID | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Benoit Pothier
2005-07-14 09:11:05 UTC
That's interesting indeed. Can you post verbose logs from the server? Perhaps force a machine without the kernel module to be used: put '--log-level debug' in DISTCCD_OPTS in /etc/make.conf on the host in question and restart the daemon. DISTCC_HOSTS='that_machine' emerge nvidia-kernel Attach the relevant part (where the compilation fails). OK, problem solved, this package was the only one using CC=cc I've merged. HostA (gentoo) emerging nividia-kernel --------------------------------------- DISTCC_HOSTS='HostB' emerge nvidia-kernel * Preparing nvidia module Your kernel was configured to include rivafb support! The rivafb driver conflicts with the NVIDIA driver, please reconfigure your kernel and *disable* rivafb support, then try installing the NVIDIA kernel module again. *** Failed rivafb sanity check. Bailing out! *** make[1]: *** [rivafb-sanity-check] Erreur 1 make: *** [module] Erreur 2 !!! ERROR: media-video/nvidia-kernel-1.0.7667 failed. !!! Function linux-mod_src_compile, Line 491, Exitcode 2 !!! Unable to make IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/usr/src/linux clean module. !!! If you need support, post the topmost build error, NOT this status message. HostB (mandrake) running distcc server --------------------------------------- Jul 16 20:24:58 gollum distccd[4516]: compile from conftest25176.c to conftest25176.o Jul 16 20:24:58 gollum distccd[4516]: (dcc_r_file_timed) 322602 bytes received in 0.026022s, rate 12107kB/s Jul 16 20:24:58 gollum distccd[4517]: (dcc_execvp) ERROR: failed to exec cc: No such file or directory <++++++++++++++++ MY ERROR Jul 16 20:24:58 gollum distccd[4517]: (dcc_exit) exit: code 110; self: 0.000000 user 0.000000 sys; children: 0.000000 user 0.000000 sys Jul 16 20:24:58 gollum distccd[4516]: (dcc_collect_child) cc times: user 0.000999s, system 0.000000s, 23 minflt, 0 majflt Jul 16 20:24:58 gollum distccd[4516]: cc conftest25176.c on localhost failed with exit code 110 Jul 16 20:24:58 gollum distccd[4516]: job complete (In reply to comment #1) > That's interesting indeed. > > Can you post verbose logs from the server? Perhaps force a machine without the > kernel module to be used: > > put '--log-level debug' in DISTCCD_OPTS in /etc/make.conf on the host in > question and restart the daemon. > > DISTCC_HOSTS='that_machine' emerge nvidia-kernel > > Attach the relevant part (where the compilation fails). |