WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Core v6.0beta1  (Read 17019 times)

Offline meo

  • Hero Member
  • *****
  • Posts: 651
Re: Core v6.0beta1
« Reply #30 on: November 29, 2014, 04:04:22 AM »
Hi bm!

Now it works. Thanks!

Over and out,
meo
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Core v6.0beta1
« Reply #31 on: December 02, 2014, 02:15:35 PM »
The tcz audit tool "submitqc6" has been rebuild for tc-6.x (x86) and submitted.  However a required dep "zsync.tcz" is not currently in the tc-6 repo,  I am assuming the zsync extension from tc-5 repo can be used on the client/user side for use with submitqc6..?

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Core v6.0beta1
« Reply #32 on: December 02, 2014, 03:59:04 PM »
Anybody else getting these errors with gcc v4.9.1 ??

during make oldconfig
Code: [Select]
In file included from scripts/kconfig/zconf.tab.c:2537:0:
scripts/kconfig/menu.c: In function 'get_symbol_str':
scripts/kconfig/menu.c:590:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized]
     jump->offset = strlen(r->s);
                  ^
scripts/kconfig/menu.c:551:19: note: 'jump' was declared here
  struct jump_key *jump;

and when make modules_prepare is run
Code: [Select]
In file included from scripts/sortextable.c:194:0:
scripts/sortextable.c: In function 'main':
scripts/sortextable.h:176:3: warning: 'relocs_size' may be used uninitialized in this function [-Wmaybe-uninitialized]
   memset(relocs, 0, relocs_size);
   ^
scripts/sortextable.h:106:6: note: 'relocs_size' was declared here
  int relocs_size;
      ^
In file included from scripts/sortextable.c:192:0:
scripts/sortextable.h:176:3: warning: 'relocs_size' may be used uninitialized in this function [-Wmaybe-uninitialized]
   memset(relocs, 0, relocs_size);
   ^
scripts/sortextable.h:106:6: note: 'relocs_size' was declared here
  int relocs_size;

Both issues appear to have patches
here https://lkml.org/lkml/2014/5/25/62
and  https://lkml.org/lkml/2014/9/18/79

though haven't tried the patches yet..


update, corrected link above
« Last Edit: December 02, 2014, 04:12:32 PM by coreplayer2 »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Core v6.0beta1
« Reply #33 on: December 02, 2014, 08:51:57 PM »
zsync copied over to the x86 and x86_64 repos - thanks.

Note that on tc-6.x, the zsync file will be created on the server side.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Core v6.0beta1
« Reply #34 on: December 03, 2014, 05:24:23 PM »
Ok thanks for the zsync.tcz    I was inquiring because it is a dep of submitqc, so for testing the newly modded submitqc6  (I think '6' appended to the extension name is appropriate).. for compatibility with tc-6.x   for this I copied over zsync from a local tc5 install.

thanks


 Oooops i think I repeated myself there, sorry
« Last Edit: December 03, 2014, 05:27:47 PM by coreplayer2 »