All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: netdev@vger.kernel.org
Subject: Fw: [Bug 201829] New: Failed build kernel with nat
Date: Sat, 1 Dec 2018 11:48:13 -0800	[thread overview]
Message-ID: <20181201114813.62da1433@xeon-e3> (raw)



Begin forwarded message:

Date: Sat, 01 Dec 2018 17:20:33 +0000
From: bugzilla-daemon@bugzilla.kernel.org
To: stephen@networkplumber.org
Subject: [Bug 201829] New: Failed build kernel with nat


https://bugzilla.kernel.org/show_bug.cgi?id=201829

            Bug ID: 201829
           Summary: Failed build kernel with nat
           Product: Networking
           Version: 2.5
    Kernel Version: 4.19.6
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Other
          Assignee: stephen@networkplumber.org
          Reporter: owl@ow1.in
        Regression: No

Created attachment 279769
  --> https://bugzilla.kernel.org/attachment.cgi?id=279769&action=edit  
Kernel configuration

Kernel building with my old configuration failing on inat_primary_table. I cant
find find defining of this table in code. Last successfully builded version is
4.19.0.

workbook /usr/src/linux # make
  CALL    scripts/checksyscalls.sh
  DESCEND  objtool
  CC       /usr/src/linux-4.19.2/tools/objtool/arch/x86/decode.o
In file included from arch/x86/decode.c:23:0:
arch/x86/lib/inat.c: В функции «inat_get_opcode_attribute»:
arch/x86/lib/inat.c:29:9: ошибка: «inat_primary_table» не описан (первое
использование в этой функции)
  return inat_primary_table[opcode];
         ^~~~~~~~~~~~~~~~~~
arch/x86/lib/inat.c:29:9: замечание: сообщение о каждом неописанном
идентификаторе выдается один раз в каждой функции, где он встречается
arch/x86/lib/inat.c: В функции «inat_get_escape_attribute»:
arch/x86/lib/inat.c:48:10: ошибка: «inat_escape_tables» undeclared (first use
in this function); did you mean «inat_escape_id»?
  table = inat_escape_tables[n][0];
          ^~~~~~~~~~~~~~~~~~
          inat_escape_id
arch/x86/lib/inat.c:44:6: ошибка: переменная «n» определена, но не используется
[-Werror=unused-but-set-variable]
  int n;
      ^
arch/x86/lib/inat.c: В функции «inat_get_group_attribute»:
arch/x86/lib/inat.c:67:10: ошибка: «inat_group_tables» undeclared (first use in
this function); did you mean «inat_group_id»?
  table = inat_group_tables[n][0];
          ^~~~~~~~~~~~~~~~~
          inat_group_id
arch/x86/lib/inat.c:63:6: ошибка: переменная «n» определена, но не используется
[-Werror=unused-but-set-variable]
  int n;
      ^
arch/x86/lib/inat.c: В функции «inat_get_avx_attribute»:
arch/x86/lib/inat.c:86:10: ошибка: «inat_avx_tables» не описан (первое
использование в этой функции)
  table = inat_avx_tables[vex_m][0];
          ^~~~~~~~~~~~~~~
In file included from arch/x86/decode.c:23:0:
arch/x86/lib/inat.c: В функции «inat_get_opcode_attribute»:
arch/x86/lib/inat.c:30:1: ошибка: управление достигает конца не-void функции
[-Werror=return-type]
 }
 ^
cc1: все предупреждения считаются ошибками
mv: не удалось выполнить stat для
'/usr/src/linux-4.19.2/tools/objtool/arch/x86/.decode.o.tmp': Нет такого файла
или каталога
make[4]: *** [/usr/src/linux-4.19.2/tools/build/Makefile.build:97:
/usr/src/linux-4.19.2/tools/objtool/arch/x86/decode.o] Ошибка 1
make[3]: *** [/usr/src/linux-4.19.2/tools/build/Makefile.build:139: arch/x86]
Ошибка 2
make[2]: *** [Makefile:46: /usr/src/linux-4.19.2/tools/objtool/objtool-in.o]
Ошибка 2
make[1]: *** [Makefile:63: objtool] Ошибка 2
make: *** [Makefile:1644: tools/objtool] Error 2

-- 
You are receiving this mail because:
You are the assignee for the bug.

             reply	other threads:[~2018-12-02  7:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-01 19:48 Stephen Hemminger [this message]
2018-12-02  0:55 ` [Bug 201829] New: Failed build kernel with nat David Miller
2018-12-03 21:47   ` Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181201114813.62da1433@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.