All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: backports@vger.kernel.org
Subject: [Bug 64091] backports build error
Date: Thu, 31 Oct 2013 10:21:28 +0000	[thread overview]
Message-ID: <bug-64091-58281-2OG1KsW1nf@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-64091-58281@https.bugzilla.kernel.org/>

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

Hauke Mehrtens <hauke@hauke-m.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hauke@hauke-m.de

--- Comment #2 from Hauke Mehrtens <hauke@hauke-m.de> ---
I looked into these error messages and I do not know my you get them. On our
test build with kernel 2.6.27.62 we haven't seen such an error, but this was
done with gcc-4.7.3.

Is it correct that you have a 2.6.27.57 kernel? What gcc version are you using?

For the first error in bitmap.h:145:

bitmap.h:
#include <linux/bitops.h>
#include <linux/kernel.h>
...
int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long);

bitops.h
#define BITS_TO_LONGS(nr)    DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long))

kernel.h:
#define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d))


You kernel.h is modified for me the include for types.h is in line 3, in your
error message it is in line 13.

Please post the first 25 lines of your kernel.h

You haven't installed the Module.symvers which is needed, this is probably
provided by some kernel development package.

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

  parent reply	other threads:[~2013-10-31 10:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-30 22:52 [Bug 64091] New: backports build error bugzilla-daemon
2013-10-30 22:56 ` [Bug 64091] " bugzilla-daemon
2013-10-31 10:21 ` bugzilla-daemon [this message]
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-2OG1KsW1nf@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.