Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 9416] New: Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists"
@ 2016-11-10  9:10 bugzilla at busybox.net
  2016-11-10  9:14 ` [Buildroot] [Bug 9416] " bugzilla at busybox.net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-11-10  9:10 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 9416
           Summary: Running on 2016.11-rc1 second make fails "makedevs:
                    line 23: Couldnt create node
                    /buildroot-2016.11-rc1/output/target/dev/console: File
                    exists"
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: sven.norinder at tidomat.se
                CC: buildroot at uclibc.org
  Target Milestone: ---

-- 
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 9416] Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists"
  2016-11-10  9:10 [Buildroot] [Bug 9416] New: Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists" bugzilla at busybox.net
@ 2016-11-10  9:14 ` bugzilla at busybox.net
  2016-12-01 14:23 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-11-10  9:14 UTC (permalink / raw)
  To: buildroot

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

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yann.morin.1998 at free.fr
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Sven,

Thanks for the report, but this has already been fixed with commit c85cd18
(makedevs: make device node creation idempotent).

Regards,
Yann E. MORIN.

-- 
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 9416] Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists"
  2016-11-10  9:10 [Buildroot] [Bug 9416] New: Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists" bugzilla at busybox.net
  2016-11-10  9:14 ` [Buildroot] [Bug 9416] " bugzilla at busybox.net
@ 2016-12-01 14:23 ` bugzilla at busybox.net
  2016-12-01 18:02 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-01 14:23 UTC (permalink / raw)
  To: buildroot

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

Andy Shevchenko <andy.shevchenko@gmail.com> changed:

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

--- Comment #2 from Andy Shevchenko <andy.shevchenko@gmail.com> ---
Have another message, what did I miss?

makedevs: line 24: node ...output/target/dev/console exists but is of wrong
file type
fs/cpio/cpio.mk:42: recipe for target '...output/images/rootfs.cpio' failed

93106e9 Update for 2016.11-rc3

-- 
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 9416] Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists"
  2016-11-10  9:10 [Buildroot] [Bug 9416] New: Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists" bugzilla at busybox.net
  2016-11-10  9:14 ` [Buildroot] [Bug 9416] " bugzilla at busybox.net
  2016-12-01 14:23 ` bugzilla at busybox.net
@ 2016-12-01 18:02 ` bugzilla at busybox.net
  2016-12-02  9:16 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-01 18:02 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> ---
Is this with a clean tree? We have reworked the makedevs handling between rc1
and rc3 (and final 2016.11), so moving between rc1 and rc3 without doing a make
clean in between is bound to give problems.

Can you verify with a clean build on latest (E.G. 2016.11) if it still happens
for you? Thanks

-- 
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 9416] Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists"
  2016-11-10  9:10 [Buildroot] [Bug 9416] New: Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists" bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2016-12-01 18:02 ` bugzilla at busybox.net
@ 2016-12-02  9:16 ` bugzilla at busybox.net
  2016-12-02 10:04 ` bugzilla at busybox.net
  2016-12-07 15:06 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-02  9:16 UTC (permalink / raw)
  To: buildroot

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

--- Comment #4 from Sven Norinder <sven.norinder@tidomat.se> ---
No problems noted with 2016.11.
Thank you.
/Sven

-- 
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 9416] Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists"
  2016-11-10  9:10 [Buildroot] [Bug 9416] New: Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists" bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2016-12-02  9:16 ` bugzilla at busybox.net
@ 2016-12-02 10:04 ` bugzilla at busybox.net
  2016-12-07 15:06 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-02 10:04 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

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

--- Comment #5 from Peter Korsgaard <jacmet@uclibc.org> ---
Great, I will mark it as resolved then

-- 
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 9416] Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists"
  2016-11-10  9:10 [Buildroot] [Bug 9416] New: Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists" bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2016-12-02 10:04 ` bugzilla at busybox.net
@ 2016-12-07 15:06 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-07 15:06 UTC (permalink / raw)
  To: buildroot

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

--- Comment #6 from Andy Shevchenko <andy.shevchenko@gmail.com> ---
(In reply to Peter Korsgaard from comment #3)
Yeah, that was the issue. Sorry for a noise.

-- 
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:[~2016-12-07 15:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-10  9:10 [Buildroot] [Bug 9416] New: Running on 2016.11-rc1 second make fails "makedevs: line 23: Couldnt create node /buildroot-2016.11-rc1/output/target/dev/console: File exists" bugzilla at busybox.net
2016-11-10  9:14 ` [Buildroot] [Bug 9416] " bugzilla at busybox.net
2016-12-01 14:23 ` bugzilla at busybox.net
2016-12-01 18:02 ` bugzilla at busybox.net
2016-12-02  9:16 ` bugzilla at busybox.net
2016-12-02 10:04 ` bugzilla at busybox.net
2016-12-07 15:06 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox