From: bugzilla-daemon@bugzilla.kernel.org
To: backports@vger.kernel.org
Subject: [Bug 63381] cpumask.h error
Date: Mon, 25 Nov 2013 23:01:45 +0000 [thread overview]
Message-ID: <bug-63381-58281-1rIdvcJfPQ@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-63381-58281@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=63381
--- Comment #5 from DarinV <darin.vancoevering@gmail.com> ---
Well I still get an error. I am attaching the whole terminal output so you guys
can see all of it.
supergamer://home/supervl/Desktop/backports-20131122-2
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/backports-20131122-2
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/backports-20131122-2/compat/main.o
CC [M] /home/supervl/Desktop/backports-20131122-2/compat/compat-2.6.28.o
CC [M] /home/supervl/Desktop/backports-20131122-2/compat/compat-2.6.29.o
CC [M] /home/supervl/Desktop/backports-20131122-2/compat/compat-2.6.32.o
CC [M] /home/supervl/Desktop/backports-20131122-2/compat/compat-2.6.33.o
CC [M] /home/supervl/Desktop/backports-20131122-2/compat/compat-2.6.34.o
CC [M] /home/supervl/Desktop/backports-20131122-2/compat/compat-2.6.35.o
CC [M] /home/supervl/Desktop/backports-20131122-2/compat/compat-2.6.36.o
CC [M] /home/supervl/Desktop/backports-20131122-2/compat/compat-2.6.37.o
CC [M] /home/supervl/Desktop/backports-20131122-2/compat/compat-2.6.39.o
CC [M] /home/supervl/Desktop/backports-20131122-2/compat/kstrtox.o
In file included from include/linux/cpumask.h:139,
from include/asm/processor.h:25,
from include/asm/atomic_32.h:5,
from include/asm/atomic.h:2,
from
/home/supervl/Desktop/backports-20131122-2/backport-include/asm/atomic.h:3,
from
/home/supervl/Desktop/backports-20131122-2/backport-include/linux/types.h:37,
from include/linux/kernel.h:13,
from
/home/supervl/Desktop/backports-20131122-2/backport-include/linux/kernel.h:3,
from
/home/supervl/Desktop/backports-20131122-2/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 include/asm/processor.h:25,
from include/asm/atomic_32.h:5,
from include/asm/atomic.h:2,
from
/home/supervl/Desktop/backports-20131122-2/backport-include/asm/atomic.h:3,
from
/home/supervl/Desktop/backports-20131122-2/backport-include/linux/types.h:37,
from include/linux/kernel.h:13,
from
/home/supervl/Desktop/backports-20131122-2/backport-include/linux/kernel.h:3,
from
/home/supervl/Desktop/backports-20131122-2/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/atomic_32.h:5,
from include/asm/atomic.h:2,
from
/home/supervl/Desktop/backports-20131122-2/backport-include/asm/atomic.h:3,
from
/home/supervl/Desktop/backports-20131122-2/backport-include/linux/types.h:37,
from include/linux/kernel.h:13,
from
/home/supervl/Desktop/backports-20131122-2/backport-include/linux/kernel.h:3,
from
/home/supervl/Desktop/backports-20131122-2/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/backports-20131122-2/compat/kstrtox.o]
Error 1
make[5]: *** [/home/supervl/Desktop/backports-20131122-2/compat] Error 2
make[4]: *** [_module_/home/supervl/Desktop/backports-20131122-2] 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/backports-20131122-2
root:#
--
You are receiving this mail because:
You are the assignee for the bug.
next prev parent reply other threads:[~2013-11-25 23:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-21 5:32 [Bug 63381] New: cpumask.h error bugzilla-daemon
2013-10-21 10:46 ` [Bug 63381] " bugzilla-daemon
2013-10-22 19:23 ` bugzilla-daemon
2013-10-23 18:32 ` bugzilla-daemon
2013-11-24 21:35 ` bugzilla-daemon
2013-11-25 23:01 ` bugzilla-daemon [this message]
2014-07-28 3:33 ` 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-63381-58281-1rIdvcJfPQ@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox