Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 6014] New: Building rootfs stops at copying device table when not using static tables
Date: Sat,  2 Mar 2013 09:32:20 +0000 (UTC)	[thread overview]
Message-ID: <bug-6014-163@https.bugs.busybox.net/> (raw)

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

           Summary: Building rootfs stops at copying device table when not
                    using static tables
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: broot at monkster.hopto.org
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


2013.02 (works OK in 2012.11)

Using dynamic dev management (e.g. BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV) 
stops rootfs building waiting for keyboard:

cat   > /home/user/panda/buildroot-2013.02/output/build/_device_table.txt

Notice extra space following cat.

Following fixes issue (but probabably not solution, I don't know what is the
purpose of those double $ that appeared in 2013.02)

diff --git a/fs/common.mk b/fs/common.mk
index 8b5b2f2..eb8a648 100644
--- a/fs/common.mk
+++ b/fs/common.mk
@@ -47,7 +47,7 @@ $$(BINARIES_DIR)/rootfs.$(1): $$(ROOTFS_$(2)_DEPENDENCIES)
        rm -f $$(FAKEROOT_SCRIPT)
        rm -f $$(TARGET_DIR_WARNING_FILE)
        echo "chown -R 0:0 $$(TARGET_DIR)" >> $$(FAKEROOT_SCRIPT)
-ifneq ($$(ROOTFS_DEVICE_TABLES),)
+ifneq ($(ROOTFS_DEVICE_TABLES),)
        cat $$(ROOTFS_DEVICE_TABLES) > $$(FULL_DEVICE_TABLE)
 ifeq ($$(BR2_ROOTFS_DEVICE_CREATION_STATIC),y)
        printf '$$(subst $$(sep),\n,$$(PACKAGES_DEVICES_TABLE))' >>
$$(FULL_DEVICE_TABLE)

-- 
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.

             reply	other threads:[~2013-03-02  9:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-02  9:32 bugzilla at busybox.net [this message]
2013-05-26 13:31 ` [Buildroot] [Bug 6014] Building rootfs stops at copying device table when not using static tables bugzilla at busybox.net
2013-05-26 14:29 ` bugzilla at busybox.net

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-6014-163@https.bugs.busybox.net/ \
    --to=bugzilla@busybox.net \
    --cc=buildroot@busybox.net \
    /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