You are not logged in.
kernel 2.6.22.6
command
make menuconfig
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
HOSTCC scripts/basic/fixdep
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
command
make xconfig
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
HOSTCC scripts/basic/fixdep
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
this is really annoying as not that long ago xconfig count dot find qt2 (posted here not resolved).
Now it seems that I can't compile custom kernel at all.
Is there any fix for this? (downgrading gcc for example)/
Last edited by broch (2007-09-26 13:49:42)
Offline
Are you trying this in /usr/src/linux-2.6.22-ARCH?
If so, these messages make perfect sense, as this directory does _not_ contain the full kernel-sources. It contains the bear minimum necessary to build out-of-tree modules against it. You cannot use it to configure and build a customized kernel.
If you want to do that, use abs to get the core repo's PKGBUILDs, copy the core/base/kernel26 directory to your local repo's build-directory, modify the PKGBUILD so that it contains "make menuconfig" in the appropriate place and execute "makepkg".
Don't forget to rebuild any additional (out-of-tree) modules you have installed...
Stand back, intruder, or i'll blast you out of space! I am Klixon and I don't want any dealings with you human lifeforms. I'm a cyborg!
Offline
thanks, but, no
this is compilation from standard kernel vanilla sources. And gcc is evidently broken (also check users complaining here:
http://bbs.archlinux.org/viewtopic.php?id=37763 )
previously, when this happened i simply downgraded gcc and this fixed my problem, now with core being fresh at all, every server I checked has only recent (broken) version of gcc.
Offline
Whatever's going on here, it's not just about gcc - I have the same package versions installed, and I can build my kernels. Post a bug report with all relevant details.
Offline
o.k.
re-installing gcc helped. It looks like something actually happened as more users are/were complaining about this exactly same error. As far as I remember, I had problems connecting to main repository and nethat. It is possible that broken package ended up somewhere.
Offline