View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#150
My uboot was more fubar than I thought, reflashed.

I can't build the kernel with the latest git version:
Code:
  LD      drivers/video/fbdev/omap2/built-in.o
  LD      drivers/video/fbdev/built-in.o
  LD      drivers/video/built-in.o
  LD      drivers/built-in.o
make[1]: *** [deb-pkg] Error 2
make: *** [deb-pkg] Error 2
/edit: the real cause was earlier on:

Code:
  CC      fs/nls/nls_base.o
In file included from include/linux/spinlock.h:81:0,
                 from include/linux/seqlock.h:35,
                 from include/linux/time.h:5,
                 from include/linux/stat.h:18,
                 from include/linux/module.h:10,
                 from fs/nls/nls_base.c:11:
include/linux/spinlock_types.h:76:1: internal compiler error: Segmentation fault
 } spinlock_t;
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [fs/nls/nls_base.o] Error 1
make[3]: *** [fs/nls] Error 2
make[2]: *** [fs] Error 2
make[2]: *** Waiting for unfinished jobs....
  CC      drivers/iommu/omap-iommu.o
I guess I'll have to build the kernel on my Arch/GCC6.1 and resume the debootstrap on my Linux Mint.

/edit2: the script should check for dpkg, installed it on my Arch, let's see what happens next.
/edit3: The packaging fails:
Code:
parsechangelog/debian: warning:     debian/changelog(l2): found eof where expected first heading
parsechangelog/debian: error: fatal error occurred while parsing debian/changelog
dpkg-gencontrol: error: changelog parser /usr/lib/dpkg/parsechangelog/debian gave error exit status 255
make[1]: *** [scripts/package/Makefile:94: deb-pkg] Error 255
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2016-07-06 at 09:29.