View previous topic :: View next topic |
Author |
Message |
neph n00b

Joined: 31 Jul 2010 Posts: 19
|
Posted: Tue Jan 21, 2014 4:42 pm Post subject: [SOLVED] [DUPLICATED] gentoo-sources-3.13.0 won't compile |
|
|
seems like some patch-sets are missing..
Code: |
* CMD_LOGLEVEL: 3
* CMD_SPLASH: 1
* CMD_SPLASH: 1
* SPLASH_THEME: natural_gentoo
* CMD_LUKS: 1
* CMD_DISKLABEL: 1
* CMD_LVM: 1
* CMD_E2FSPROGS: 1
* CMD_GPG: 1
* CMD_BOOTLOADER: grub
* CMD_COMPRESS_INITRD=1
* CMD_COMPRESS_INITRD_TYPE:
* CMD_MAKEOPTS: -j5
* Gentoo Linux Genkernel; Version 3.4.45.1
* Running with options: --menuconfig --oldconfig --install --symlink --all-ramdisk-modules --color --mountboot --keymap --loglevel=3 --splash --splash=natural_gentoo --luks --disklabel --lvm --e2fsprogs --gpg --bootloader=grub --compress-initramfs --compress-initramfs-type=best --makeopts=-j5 all
* Using genkernel.conf from /etc/genkernel.conf
* Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh ..
* Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load ..
* KERNEL_ARCH=x86
* Linux Kernel 3.13.0-gentoo for x86_64...
* .. with config file /etc/kernels/kernel-config-x86_64-3.13.0-gentoo
* kernel: --mrproper is disabled; not running 'make mrproper'.
* >> Running oldconfig...
COMMAND: make -j5 CC="gcc" LD="ld" AS="as" ARCH="x86" oldconfig
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration written to .config
#
* kernel: --clean is disabled; not running 'make clean'.
* kernel: >> Invoking menuconfig...
COMMAND: make -j5 -j1 CC="gcc" LD="ld" AS="as" ARCH="x86" menuconfig
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
COMMAND: make -j5 CC="gcc" LD="ld" AS="as" ARCH="x86" prepare
scripts/kconfig/conf --silentoldconfig Kconfig
make[1]: Für das Ziel »all« ist nichts zu tun.
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
make[1]: Für das Ziel »relocs« ist nichts zu tun.
CALL scripts/checksyscalls.sh
* >> Compiling 3.13.0-gentoo bzImage...
COMMAND: make -j5 CC="gcc" LD="ld" AS="as" ARCH="x86" bzImage
make[1]: Für das Ziel »all« ist nichts zu tun.
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
make[1]: Für das Ziel »relocs« ist nichts zu tun.
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
make[3]: »arch/x86/realmode/rm/realmode.bin« ist bereits aktualisiert.
GZIP kernel/config_data.gz
CHK kernel/config_data.h
CC drivers/video/console/fbcondecor.o
CC drivers/video/console/cfbcondecor.o
drivers/video/console/fbcondecor.c:511:6: Fehler: Funktionsdeklaration ist kein Prototyp [-Werror=strict-prototypes]
cc1: Einige Warnungen werden als Fehler behandelt
make[3]: *** [drivers/video/console/fbcondecor.o] Fehler 1
make[3]: *** Warte auf noch nicht beendete Prozesse...
make[2]: *** [drivers/video/console] Fehler 2
make[1]: *** [drivers/video] Fehler 2
make: *** [drivers] Fehler 2
* ERROR: Failed to compile the "bzImage" target...
*
* -- Grepping log... --
*
* Using genkernel.conf from /etc/genkernel.conf
* Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh ..
* Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load ..
* KERNEL_ARCH=x86
*
* ERROR: Failed to compile the "bzImage" target...
*
* -- End log... --
*
* Please consult /var/log/genkernel.log for more information and any
* errors that were reported above.
*
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
*
* Please do *not* report compilation failures as genkernel bugs!
*
|
Cause with this patch it compiles successfully..
Code: |
--- linux/drivers/video/console/fbcondecor.c 2014-01-21 17:18:39.780011464 +0100
+++ linux/drivers/video/console/fbcondecor.c.new 2014-01-21 17:18:29.000011338 +0100
@@ -508,7 +508,7 @@
.fops = &fbcon_decor_ops
};
-void fbcon_decor_reset()
+void fbcon_decor_reset(void)
{
int i;
|
Any suggestions?
Last edited by neph on Tue Jan 21, 2014 7:10 pm; edited 1 time in total |
|
Back to top |
|
 |
neph n00b

Joined: 31 Jul 2010 Posts: 19
|
|
Back to top |
|
 |
neph n00b

Joined: 31 Jul 2010 Posts: 19
|
Posted: Tue Jan 21, 2014 7:10 pm Post subject: |
|
|
gentoo-sources-3.13.0-r1 do the trick - and as i guessed some line was missing in the patch-set...
thx dev-team! |
|
Back to top |
|
 |
|