============================================================================
I have decided to make another attempt at doing the build. Here is
the command and result of the git clone:

maallyn@li1004-144:~$ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git
Cloning into 'ubuntu-bionic'...
remote: Counting objects: 7717929, done.
remote: Compressing objects: 100% (1127512/1127512), done.
Receiving objects: 100% (7717929/7717929), 1.70 GiB | 18.47 MiB/s, done.
remote: Total 7717929 (delta 6543888), reused 7715758 (delta 6541783)
Resolving deltas: 100% (6543888/6543888), done.
Checking out files: 100% (63373/63373), done.

This appears to have executed okay with no errors.

The resultding local directory is ubuntu-bionic. This is owned
by me as a regular user. I executed the git clone as myself,
not root.

I also checked to make sure that the machine has enough free
disk space

maallyn@li1004-144:~/ubuntu-bionic$ df -k .
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/sda       329820620 7681400 305371960   3% /

Following instructions for kernel configuration (I plan to conigure only amd64
targets

chmod a+x debian/rules
chmod a+x debian/scripts/*
chmod a+x debian/scripts/misc/*
LANG=C fakeroot debian/rules clean

All seem okay

Now doing configs:

Do you want to edit config: amd64/config.flavour.generic? [Y/n]  I say yes
Do you want to edit config: amd64/config.flavour.lowlatency? [Y/n]  I say yes

For both of those, the only change I make is to remove the noveau NVIDIA
driver as I plan to use the propriatary NVIDIA drivers.

All other architecture, I answer no.

LANG=C fakeroot debian/rules clean

At this point, I do a tar of the clean source directory and
save the result so that you can pull the tar file and see what
I have prior to starting the build

I have created new web site for results:

The tar file is at testing.allyn.com/bionic.tar.bz2

=================================================================
This is typical of the output of the vmstat command; showing that
there is no shortage of memory or cpu resources.

10  0      0 7864448 180624 7749964    0    0     0  2596 13312 27719 73 17 10  
0  0
 7  0      0 7891128 180624 7753884    0    0     0  2996 23490 46709 67 14 20  
0  0
 5  0      0 7879720 180628 7759516    0    0     0  2800 19255 38487 76 14 11  
0  0
10  0      0 7963952 180636 7767744    0    0     0  2560 17455 36468 76 13 11  
0  0
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
10  0      0 7934168 180636 7770664    0    0     0  4352 14918 28456 81 11  8  
0  0
 8  0      0 8133776 180640 7775148    0    0     0  3648 22041 45351 66 15 19  
0  0
11  0      0 7921644 180640 7776852    0    0     0  1532 17850 35453 70 12 18  
0  0
 7  0      0 7864824 180644 7779712    0    0     0  3412 24265 48031 66 15 19  
0  0
11  0      0 7960116 180648 7783648    0    0     0  2788 25437 49499 70 14 16  
0  0
 8  0      0 8092108 180664 7787044    0    0     0  5496 20968 39922 74 13 13  
0  0
 8  0      0 7824748 180672 7789484    0    0     0  2424 19235 37107 73 13 14  
0  0
 8  0      0 8019460 180672 7793092    0    0     0  2620 19162 37465 75 13 13  
0  0
11  0      0 8031848 180680 7807788    0    0     0  2164 20175 40167 71 16 14  
0  0
 8  0      0 7848844 180684 7810952    0    0     0  2412 20743 40815 72 13 15  
0  0
 8  0      0 7790564 180696 7818056    0    0     0 34888 21512 42363 72 14 14  
0  0
13  0      0 7842920 180696 7821360    0    0     0  2072 22679 44473 72 13 15  
0  0
 7  0      0 7880812 180708 7824484    0    0     0  2876 18095 34736 77 12 10  
0  0
 9  0      0 7885716 180720 7827932    0    0     4  2396 22771 44153 69 13 18  
0  0
11  0      0 7948224 180720 7831292    0    0     0  2148 19393 39164 69 13 18  
0  0
 7  0      0 7982632 180728 7834100    0    0     0  5548 22850 45862 68 14 18  
0  0
 9  0      0 8038948 180728 7837532    0    0     0  2480 20843 42140 70 15 15  
0  0
 8  0      0 7812604 180736 7840544    0    0     0  2192 19992 39908 69 13 18  
0  0
 8  0      0 8026276 180740 7845600    0    0     0  3100 22430 45912 69 14 17  
0  0
 9  0      0 7942404 180752 7848840    0    0     0  1664 15072 33452 76 11 12  
0  0
 3  0      0 7924660 180760 7851624    0    0     0 14432 21655 42980 67 13 20  
0  0
 9  0      0 7969044 180764 7855572    0    0     0  2412 21355 42584 72 13 15  
0  0

==============================================================================


Note that I get the same error:

Debug: module-check-generic
II: Checking modules for generic...
   reading new modules...read 5167 modules.
   reading old modules...
      MISS: nouveau
      read 5168 modules : new(0)  missing(1)
EE: Missing modules (start begging for mercy)
make: *** [module-check-generic] Error 1
debian/rules.d/4-checks.mk:9: recipe for target 'module-check-generic' failed


===============================================================================

Here are the documents are on the new web site:

http://testing.allyn.com/compile.log
http://testing.allyn.com/bionic.tar.bz2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1909687

Title:
  Cannot compile kernel using procedure at
  https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909687/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to