All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 2119] New: Tries to build kernel, although disabled in config
@ 2010-06-25 15:22 bugzilla at busybox.net
  2010-06-25 15:23 ` [Buildroot] [Bug 2119] " bugzilla at busybox.net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-06-25 15:22 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2119

           Summary: Tries to build kernel, although disabled in config
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: jsteckli at os.inf.tu-dresden.de
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


My config contains:

#
# Kernel
#
# BR2_LINUX_KERNEL is not set

Yet, I get:

[... build output ...]
>>>   Downloading kernel
--2010-06-25 17:15:26-- 
http://www.kernel.org/pub//linux/kernel/v2.6//linux-.tar.bz2
Resolving www.kernel.org... 130.239.17.4, 199.6.1.164
Connecting to www.kernel.org|130.239.17.4|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-06-25 17:15:27 ERROR 404: Not Found.

--2010-06-25 17:15:27--  http://buildroot.net/downloads/sources//linux-.tar.bz2
Resolving buildroot.net... 140.211.167.224
Connecting to buildroot.net|140.211.167.224|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://sources.buildroot.net//linux-.tar.bz2 [following]
--2010-06-25 17:15:27--  http://sources.buildroot.net//linux-.tar.bz2
Resolving sources.buildroot.net... 88.198.64.109
Connecting to sources.buildroot.net|88.198.64.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-06-25 17:15:27 ERROR 404: Not Found.

make: ***
[/home/julian/src/linux-dev/buildroot/output/build/linux-/.stamp_downloaded]
Error 8


This is with the current version from git. Config is attached.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 2119] Tries to build kernel, although disabled in config
  2010-06-25 15:22 [Buildroot] [Bug 2119] New: Tries to build kernel, although disabled in config bugzilla at busybox.net
@ 2010-06-25 15:23 ` bugzilla at busybox.net
  2010-06-25 21:15 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-06-25 15:23 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2119

--- Comment #1 from jsteckli at os.inf.tu-dresden.de  ---
Created attachment 2113
  --> https://bugs.busybox.net/attachment.cgi?id=2113
Configuration

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 2119] Tries to build kernel, although disabled in config
  2010-06-25 15:22 [Buildroot] [Bug 2119] New: Tries to build kernel, although disabled in config bugzilla at busybox.net
  2010-06-25 15:23 ` [Buildroot] [Bug 2119] " bugzilla at busybox.net
@ 2010-06-25 21:15 ` bugzilla at busybox.net
  2010-06-25 22:07 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-06-25 21:15 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2119

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
It's because you have BR2_TARGET_ROOTFS_INITRAMFS enabled and that depends on
building the kernel. But, granted, there is a bug: we shouldn't allow the
selection of initramfs if Linux kernel isn't enabled. I'll cook a patch to fix
this.

Thanks for the report!

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 2119] Tries to build kernel, although disabled in config
  2010-06-25 15:22 [Buildroot] [Bug 2119] New: Tries to build kernel, although disabled in config bugzilla at busybox.net
  2010-06-25 15:23 ` [Buildroot] [Bug 2119] " bugzilla at busybox.net
  2010-06-25 21:15 ` bugzilla at busybox.net
@ 2010-06-25 22:07 ` bugzilla at busybox.net
  2010-06-26  5:44 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-06-25 22:07 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2119

--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
See http://lists.busybox.net/pipermail/buildroot/2010-June/035737.html for the
proposed fix.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 2119] Tries to build kernel, although disabled in config
  2010-06-25 15:22 [Buildroot] [Bug 2119] New: Tries to build kernel, although disabled in config bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2010-06-25 22:07 ` bugzilla at busybox.net
@ 2010-06-26  5:44 ` bugzilla at busybox.net
  2010-06-28 16:54 ` bugzilla at busybox.net
  2010-06-28 17:06 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-06-26  5:44 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2119

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Peter Korsgaard <jacmet@uclibc.org>  ---
Committed Thomas' fix, thanks

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 2119] Tries to build kernel, although disabled in config
  2010-06-25 15:22 [Buildroot] [Bug 2119] New: Tries to build kernel, although disabled in config bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2010-06-26  5:44 ` bugzilla at busybox.net
@ 2010-06-28 16:54 ` bugzilla at busybox.net
  2010-06-28 17:06 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-06-28 16:54 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2119

--- Comment #5 from jsteckli at os.inf.tu-dresden.de  ---
Actually that (building initramfs without kernel) was working fine for a while
and I was using it. So the fix destroys a feature for me. Is this by design?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 2119] Tries to build kernel, although disabled in config
  2010-06-25 15:22 [Buildroot] [Bug 2119] New: Tries to build kernel, although disabled in config bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2010-06-28 16:54 ` bugzilla at busybox.net
@ 2010-06-28 17:06 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-06-28 17:06 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2119

--- Comment #6 from jsteckli at os.inf.tu-dresden.de  ---
Ok, I can use the cpio built by buildroot. Ignore me. :)

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

end of thread, other threads:[~2010-06-28 17:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-25 15:22 [Buildroot] [Bug 2119] New: Tries to build kernel, although disabled in config bugzilla at busybox.net
2010-06-25 15:23 ` [Buildroot] [Bug 2119] " bugzilla at busybox.net
2010-06-25 21:15 ` bugzilla at busybox.net
2010-06-25 22:07 ` bugzilla at busybox.net
2010-06-26  5:44 ` bugzilla at busybox.net
2010-06-28 16:54 ` bugzilla at busybox.net
2010-06-28 17:06 ` bugzilla at busybox.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.