From: bugzilla-daemon@bugzilla.kernel.org
To: backports@vger.kernel.org
Subject: [Bug 64091] New: backports build error
Date: Wed, 30 Oct 2013 22:52:41 +0000 [thread overview]
Message-ID: <bug-64091-58281@https.bugzilla.kernel.org/> (raw)
https://bugzilla.kernel.org/show_bug.cgi?id=64091
Bug ID: 64091
Summary: backports build error
Product: Backports project
Version: unspecified
Kernel Version: 2.6.27.57
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: Backports
Assignee: backports@vger.kernel.org
Reporter: darin.vancoevering@gmail.com
Regression: No
Created attachment 112831
--> https://bugzilla.kernel.org/attachment.cgi?id=112831&action=edit
config used. This config works with backport 3.8 version.
root:# make menuconfig
Generating local configuration database from kernel ... done.
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
-DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o mconf.o mconf.c
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
-DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o zconf.tab.o zconf.tab.c
menu.c: In function `get_symbol_str':
menu.c:515: warning: 'jump' might be used uninitialized in this function
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
-DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o lxdialog/checklist.o
lxdialog/checklist.ccc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2
-fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o
lxdialog/inputbox.o lxdialog/inputbox.c
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
-DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o lxdialog/menubox.o
lxdialog/menubox.c
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
-DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o lxdialog/textbox.o
lxdialog/textbox.c
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
-DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o lxdialog/util.o lxdialog/util.c
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
-DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o lxdialog/yesno.o lxdialog/yesno.c
cc -Wl,--no-as-needed -lncursesw mconf.o zconf.tab.o lxdialog/checklist.o
lxdialog/inputbox.o lxdialog/menubox.o lxdialog/textbox.o lxdialog/util.o
lxdialog/yesno.o -o mconf
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
supergamer://home/supervl/Desktop/1/backports-3.11.6-1
root:# make
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c
-o conf.o conf.c
cc conf.o zconf.tab.o -o conf
#
# configuration written to .config
#
Building backport-include/backport/autoconf.h ... done.
WARNING: Symbol version dump /usr/src/linux-2.6.27.57/Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /home/supervl/Desktop/1/backports-3.11.6-1/compat/main.o
CC [M] /home/supervl/Desktop/1/backports-3.11.6-1/compat/compat-2.6.28.o
CC [M] /home/supervl/Desktop/1/backports-3.11.6-1/compat/compat-2.6.29.o
CC [M] /home/supervl/Desktop/1/backports-3.11.6-1/compat/compat-2.6.32.o
CC [M] /home/supervl/Desktop/1/backports-3.11.6-1/compat/compat-2.6.33.o
CC [M] /home/supervl/Desktop/1/backports-3.11.6-1/compat/compat-2.6.34.o
CC [M] /home/supervl/Desktop/1/backports-3.11.6-1/compat/compat-2.6.35.o
CC [M] /home/supervl/Desktop/1/backports-3.11.6-1/compat/compat-2.6.36.o
CC [M] /home/supervl/Desktop/1/backports-3.11.6-1/compat/compat-2.6.37.o
CC [M] /home/supervl/Desktop/1/backports-3.11.6-1/compat/compat-2.6.39.o
CC [M] /home/supervl/Desktop/1/backports-3.11.6-1/compat/kstrtox.o
In file included from include/linux/cpumask.h:139,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/linux/cpumask.h:3,
from include/asm/processor.h:25,
from include/asm/atomic_32.h:5,
from include/asm/atomic.h:2,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/asm/atomic.h:3,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/linux/types.h:47,
from include/linux/kernel.h:13,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/linux/kernel.h:3,
from
/home/supervl/Desktop/1/backports-3.11.6-1/compat/kstrtox.c:14:
include/linux/bitmap.h: In function `bitmap_zero':
include/linux/bitmap.h:145: error: implicit declaration of function
`DIV_ROUND_UP'
In file included from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/linux/cpumask.h:3,
from include/asm/processor.h:25,
from include/asm/atomic_32.h:5,
from include/asm/atomic.h:2,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/asm/atomic.h:3,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/linux/types.h:47,
from include/linux/kernel.h:13,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/linux/kernel.h:3,
from
/home/supervl/Desktop/1/backports-3.11.6-1/compat/kstrtox.c:14:
include/linux/cpumask.h: At top level:
include/linux/cpumask.h:141: error: variable-size type declared outside of any
function
include/linux/cpumask.h:276: error: variable-size type declared outside of any
function
In file included from include/asm/processor.h:25,
from include/asm/atomic_32.h:5,
from include/asm/atomic.h:2,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/asm/atomic.h:3,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/linux/types.h:47,
from include/linux/kernel.h:13,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/linux/kernel.h:3,
from
/home/supervl/Desktop/1/backports-3.11.6-1/compat/kstrtox.c:14:
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/linux/cpumask.h:7:
error: variable-size type declared outside of any function
In file included from include/asm/atomic_32.h:5,
from include/asm/atomic.h:2,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/asm/atomic.h:3,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/linux/types.h:47,
from include/linux/kernel.h:13,
from
/home/supervl/Desktop/1/backports-3.11.6-1/backport-include/linux/kernel.h:3,
from
/home/supervl/Desktop/1/backports-3.11.6-1/compat/kstrtox.c:14:
include/asm/processor.h: In function `native_get_debugreg':
include/asm/processor.h:443: error: implicit declaration of function `BUG'
make[6]: *** [/home/supervl/Desktop/1/backports-3.11.6-1/compat/kstrtox.o]
Error 1
make[5]: *** [/home/supervl/Desktop/1/backports-3.11.6-1/compat] Error 2
make[4]: *** [_module_/home/supervl/Desktop/1/backports-3.11.6-1] Error 2
make[3]: *** [modules] Error 2
make[2]: *** [modules] Error 2
make[1]: *** [modules] Error 2
make: *** [default] Error 2
supergamer://home/supervl/Desktop/1/backports-3.11.6-1
root:#
--
You are receiving this mail because:
You are the assignee for the bug.
next reply other threads:[~2013-10-30 22:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-30 22:52 bugzilla-daemon [this message]
2013-10-30 22:56 ` [Bug 64091] backports build error bugzilla-daemon
2013-10-31 10:21 ` bugzilla-daemon
2013-10-31 12:50 ` bugzilla-daemon
2013-11-02 3:50 ` bugzilla-daemon
2013-11-24 21:35 ` bugzilla-daemon
2013-11-26 6:38 ` bugzilla-daemon
2014-07-28 3:32 ` bugzilla-daemon
2014-07-29 4:46 ` bugzilla-daemon
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=bug-64091-58281@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=backports@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.