All of lore.kernel.org
 help / color / mirror / Atom feed
* [ kvm-Bugs-2800447 ] kvm fails to build against "out of tree" kernel builds+patch
@ 2010-11-26 14:00 SourceForge.net
  0 siblings, 0 replies; 6+ messages in thread
From: SourceForge.net @ 2010-11-26 14:00 UTC (permalink / raw)
  To: noreply

Bugs item #2800447, was opened at 2009-06-03 13:17
Message generated for change (Comment added) made by jessorensen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: James (tuxjay)
Assigned to: Nobody/Anonymous (nobody)
Summary: kvm fails to build against "out of tree" kernel builds+patch

Initial Comment:
Hi,

The first problem is the 

----------------------------------------------------------------------

>Comment By: Jes Sorensen (jessorensen)
Date: 2010-11-26 15:00

Message:
Checked with Jan, bug was fixed a while ago.

If you see this again, please feel free to open a new bug in launchpad.

Thanks,
Jes


----------------------------------------------------------------------

Comment By: Jan Kiszka (kiszka)
Date: 2009-06-03 14:24

Message:
That's trivial, look at other patches posted to the list: add a plain
"Signed-off-by: YOUR NAME <YOUR-EMAIL@ADDRESS>".

----------------------------------------------------------------------

Comment By: James (tuxjay)
Date: 2009-06-03 14:19

Message:
I've prepared the patches and changelog entries, how do I get it signed
off? I've been searching the website for the patch procedure and couldn't
find it, sorry.

Thank you

----------------------------------------------------------------------

Comment By: Jan Kiszka (kiszka)
Date: 2009-06-03 13:41

Message:
Please post your patches with individual changelogs and signed-off to
kvm@vger.kernel.org. TiA.

----------------------------------------------------------------------

Comment By: James (tuxjay)
Date: 2009-06-03 13:19

Message:
Hi,

The first problem is that kvm fails to detect the kernel source directory
correctly..

In "configure" the line
   kernelsourcedir=${kerneldir%/*}/source

Only works if ../source is the build parent (e.g. if the source dir is
/lib/modules/<version>/source)

The first patch fixes that. The next is a build problem:

-Iarch/${ARCH_DIR}/include

should be: -I$(KERNELSOURCEDIR)/${ARCH_DIR}/include

In the case of out of place builds. The second patch fixes that.

Cheers, James

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ kvm-Bugs-2800447 ] kvm fails to build against "out of tree" kernel builds+patch
@ 2009-06-03 12:24 SourceForge.net
  0 siblings, 0 replies; 6+ messages in thread
From: SourceForge.net @ 2009-06-03 12:24 UTC (permalink / raw)
  To: noreply

Bugs item #2800447, was opened at 2009-06-03 13:17
Message generated for change (Comment added) made by kiszka
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: James (tuxjay)
Assigned to: Nobody/Anonymous (nobody)
Summary: kvm fails to build against "out of tree" kernel builds+patch

Initial Comment:
Hi,

The first problem is the 

----------------------------------------------------------------------

Comment By: Jan Kiszka (kiszka)
Date: 2009-06-03 14:24

Message:
That's trivial, look at other patches posted to the list: add a plain
"Signed-off-by: YOUR NAME <YOUR-EMAIL@ADDRESS>".

----------------------------------------------------------------------

Comment By: James (tuxjay)
Date: 2009-06-03 14:19

Message:
I've prepared the patches and changelog entries, how do I get it signed
off? I've been searching the website for the patch procedure and couldn't
find it, sorry.

Thank you

----------------------------------------------------------------------

Comment By: Jan Kiszka (kiszka)
Date: 2009-06-03 13:41

Message:
Please post your patches with individual changelogs and signed-off to
kvm@vger.kernel.org. TiA.

----------------------------------------------------------------------

Comment By: James (tuxjay)
Date: 2009-06-03 13:19

Message:
Hi,

The first problem is that kvm fails to detect the kernel source directory
correctly..

In "configure" the line
   kernelsourcedir=${kerneldir%/*}/source

Only works if ../source is the build parent (e.g. if the source dir is
/lib/modules/<version>/source)

The first patch fixes that. The next is a build problem:

-Iarch/${ARCH_DIR}/include

should be: -I$(KERNELSOURCEDIR)/${ARCH_DIR}/include

In the case of out of place builds. The second patch fixes that.

Cheers, James

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ kvm-Bugs-2800447 ] kvm fails to build against "out of tree" kernel builds+patch
@ 2009-06-03 12:19 SourceForge.net
  0 siblings, 0 replies; 6+ messages in thread
From: SourceForge.net @ 2009-06-03 12:19 UTC (permalink / raw)
  To: noreply

Bugs item #2800447, was opened at 2009-06-03 11:17
Message generated for change (Comment added) made by tuxjay
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: James (tuxjay)
Assigned to: Nobody/Anonymous (nobody)
Summary: kvm fails to build against "out of tree" kernel builds+patch

Initial Comment:
Hi,

The first problem is the 

----------------------------------------------------------------------

>Comment By: James (tuxjay)
Date: 2009-06-03 12:19

Message:
I've prepared the patches and changelog entries, how do I get it signed
off? I've been searching the website for the patch procedure and couldn't
find it, sorry.

Thank you

----------------------------------------------------------------------

Comment By: Jan Kiszka (kiszka)
Date: 2009-06-03 11:41

Message:
Please post your patches with individual changelogs and signed-off to
kvm@vger.kernel.org. TiA.

----------------------------------------------------------------------

Comment By: James (tuxjay)
Date: 2009-06-03 11:19

Message:
Hi,

The first problem is that kvm fails to detect the kernel source directory
correctly..

In "configure" the line
   kernelsourcedir=${kerneldir%/*}/source

Only works if ../source is the build parent (e.g. if the source dir is
/lib/modules/<version>/source)

The first patch fixes that. The next is a build problem:

-Iarch/${ARCH_DIR}/include

should be: -I$(KERNELSOURCEDIR)/${ARCH_DIR}/include

In the case of out of place builds. The second patch fixes that.

Cheers, James

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ kvm-Bugs-2800447 ] kvm fails to build against "out of tree" kernel builds+patch
@ 2009-06-03 11:41 SourceForge.net
  0 siblings, 0 replies; 6+ messages in thread
From: SourceForge.net @ 2009-06-03 11:41 UTC (permalink / raw)
  To: noreply

Bugs item #2800447, was opened at 2009-06-03 13:17
Message generated for change (Comment added) made by kiszka
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: James (tuxjay)
Assigned to: Nobody/Anonymous (nobody)
Summary: kvm fails to build against "out of tree" kernel builds+patch

Initial Comment:
Hi,

The first problem is the 

----------------------------------------------------------------------

Comment By: Jan Kiszka (kiszka)
Date: 2009-06-03 13:41

Message:
Please post your patches with individual changelogs and signed-off to
kvm@vger.kernel.org. TiA.

----------------------------------------------------------------------

Comment By: James (tuxjay)
Date: 2009-06-03 13:19

Message:
Hi,

The first problem is that kvm fails to detect the kernel source directory
correctly..

In "configure" the line
   kernelsourcedir=${kerneldir%/*}/source

Only works if ../source is the build parent (e.g. if the source dir is
/lib/modules/<version>/source)

The first patch fixes that. The next is a build problem:

-Iarch/${ARCH_DIR}/include

should be: -I$(KERNELSOURCEDIR)/${ARCH_DIR}/include

In the case of out of place builds. The second patch fixes that.

Cheers, James

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ kvm-Bugs-2800447 ] kvm fails to build against "out of tree" kernel builds+patch
@ 2009-06-03 11:19 SourceForge.net
  0 siblings, 0 replies; 6+ messages in thread
From: SourceForge.net @ 2009-06-03 11:19 UTC (permalink / raw)
  To: noreply

Bugs item #2800447, was opened at 2009-06-03 11:17
Message generated for change (Comment added) made by tuxjay
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: James (tuxjay)
Assigned to: Nobody/Anonymous (nobody)
Summary: kvm fails to build against "out of tree" kernel builds+patch

Initial Comment:
Hi,

The first problem is the 

----------------------------------------------------------------------

>Comment By: James (tuxjay)
Date: 2009-06-03 11:19

Message:
Hi,

The first problem is that kvm fails to detect the kernel source directory
correctly..

In "configure" the line
   kernelsourcedir=${kerneldir%/*}/source

Only works if ../source is the build parent (e.g. if the source dir is
/lib/modules/<version>/source)

The first patch fixes that. The next is a build problem:

-Iarch/${ARCH_DIR}/include

should be: -I$(KERNELSOURCEDIR)/${ARCH_DIR}/include

In the case of out of place builds. The second patch fixes that.

Cheers, James

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ kvm-Bugs-2800447 ] kvm fails to build against "out of tree" kernel builds+patch
@ 2009-06-03 11:17 SourceForge.net
  0 siblings, 0 replies; 6+ messages in thread
From: SourceForge.net @ 2009-06-03 11:17 UTC (permalink / raw)
  To: noreply

Bugs item #2800447, was opened at 2009-06-03 11:17
Message generated for change (Tracker Item Submitted) made by tuxjay
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: James (tuxjay)
Assigned to: Nobody/Anonymous (nobody)
Summary: kvm fails to build against "out of tree" kernel builds+patch

Initial Comment:
Hi,

The first problem is the 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2800447&group_id=180599

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-11-26 14:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-26 14:00 [ kvm-Bugs-2800447 ] kvm fails to build against "out of tree" kernel builds+patch SourceForge.net
  -- strict thread matches above, loose matches on Subject: below --
2009-06-03 12:24 SourceForge.net
2009-06-03 12:19 SourceForge.net
2009-06-03 11:41 SourceForge.net
2009-06-03 11:19 SourceForge.net
2009-06-03 11:17 SourceForge.net

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.