On 08/14/2014 01:24 AM, Walter Dnes wrote: > On Wed, Aug 13, 2014 at 05:58:44PM -0700, walt wrote >> On 08/13/2014 03:51 PM, Walter Dnes wrote: >>> Going from 3.12.13 to 3.14.14 using "make old config" and then the >>> standard build (64 bit). At the DEPMOD stage near the very end I get... >>> >>> DEPMOD 3.14.14-gentoo >>> /usr/src/linux-3.14.14-gentoo/scripts/depmod.sh: line 57: 27721 >>> Segmentation fault "$DEPMOD" "$@" "$KERNELRELEASE" $SYMBOL_PREFIX >>> make: *** [_modinst_post] Error 139
AFAICT the only time depmod runs is during the "modules_install" phase. Do you do "make modules_install" when building a kernel? BTW, the kernel build scripts do use python as well as perl. Have you tried python-updater and checked to see if your various "eselect python" settings are appropriate? >> I'm guessing you're running gentoo-stable on that machine? Has gcc >> been updated recently? glibc? linux-headers? perl? python? kmod? > > Stable x86_64. glibc, perl, and python were on the list. This is a > notebook that hadn't been updated for a month or so. > cd to /var/log/portage and ran command > > ll -og | grep Aug\ 13 | sed "s/^.*Aug 13 //" > > to get a list of what ran that day... This won't help with your segfault, but you might find "qlop" useful for that purpose. (app-portage/portage-utils) What is your "ll" command? I have it aliased to run 'ls -laF|less' but yours is obviously something else.