All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 9941] New: nodejs option disappears for arm
@ 2017-06-07  8:58 bugzilla at busybox.net
  2017-06-07 12:28 ` [Buildroot] [Bug 9941] " bugzilla at busybox.net
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-07  8:58 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 9941
           Summary: nodejs option disappears for arm
           Product: buildroot
           Version: 2017.02.1
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: tuzakli.refik at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Hello

When I choose ARM architecture, nodejs option disappears in "Target packages"
even I select all dependencies.

When I select  alder version of nodejs in "Legacy config options", nodejs in
"Target Packages" appears and automatically selected but this time I cannot
compile the selections.

for buildroot 2016.11, I could select nodejs for arm. so there was no problem.

Is this an bug or are there another problem for newer version of builroot.

Best regards.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 9941] nodejs option disappears for arm
  2017-06-07  8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
@ 2017-06-07 12:28 ` bugzilla at busybox.net
  2017-06-07 12:33 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-07 12:28 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> ---
With ARM I take it that you specifically mean one of the older ARM variants
(arm926t or similar)? Modern versions of nodejs require instructions only
available on ARMv6 + FPU or newer. In 2016.11 we still supported the legacy
0.10.x version of nodejs for the older ARM variants, but this is no longer
supported by nodejs upstream and got removed from Buildroot back in March.

If your system really has such an old ARM variant then you cannot use nodejs,
unless you re-add the (unsupported) 0.10.x version or stick with with our
current LTS release (2017.02.x)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 9941] nodejs option disappears for arm
  2017-06-07  8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
  2017-06-07 12:28 ` [Buildroot] [Bug 9941] " bugzilla at busybox.net
@ 2017-06-07 12:33 ` bugzilla at busybox.net
  2017-06-07 13:03 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-07 12:33 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from Refik Tuzakli <tuzakli.refik@gmail.com> ---
No it not older version. It is ARMv7

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 9941] nodejs option disappears for arm
  2017-06-07  8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
  2017-06-07 12:28 ` [Buildroot] [Bug 9941] " bugzilla at busybox.net
  2017-06-07 12:33 ` bugzilla at busybox.net
@ 2017-06-07 13:03 ` bugzilla at busybox.net
  2017-06-07 14:18 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-07 13:03 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> ---
(In reply to Refik Tuzakli from comment #2)

Ok, then please provide some more details:
 - What buildroot version
 - What is your .config

nodejs depends on:
default y if BR2_arm && !BR2_ARM_CPU_ARMV4 && !BR2_ARM_CPU_ARMV5 &&
BR2_ARM_CPU_HAS_VFPV2

You mention that you are using an ARMv7 core. Have you enabled FPU support?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 9941] nodejs option disappears for arm
  2017-06-07  8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2017-06-07 13:03 ` bugzilla at busybox.net
@ 2017-06-07 14:18 ` bugzilla at busybox.net
  2017-06-07 14:51 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-07 14:18 UTC (permalink / raw)
  To: buildroot

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

--- Comment #4 from Refik Tuzakli <tuzakli.refik@gmail.com> ---
buildroot version 2017.08
ARM coretex-a9
fpu is enabled

nodejs depends on:
default y if BR2_arm && !BR2_ARM_CPU_ARMV4 && !BR2_ARM_CPU_ARMV5 &&
BR2_ARM_CPU_HAS_VFPV2  satisfied

.config file size more than uploading limit. I can not attache.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 9941] nodejs option disappears for arm
  2017-06-07  8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2017-06-07 14:18 ` bugzilla at busybox.net
@ 2017-06-07 14:51 ` bugzilla at busybox.net
  2017-06-12 12:59 ` bugzilla at busybox.net
  2017-06-12 16:39 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-07 14:51 UTC (permalink / raw)
  To: buildroot

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

--- Comment #5 from Peter Korsgaard <jacmet@uclibc.org> ---
(In reply to Refik Tuzakli from comment #4)

Ok, either run 'make savedefconfig' and attach the defconfig file or 'head -n
100 .config >config.txt' and attach config.txt

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 9941] nodejs option disappears for arm
  2017-06-07  8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2017-06-07 14:51 ` bugzilla at busybox.net
@ 2017-06-12 12:59 ` bugzilla at busybox.net
  2017-06-12 16:39 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-12 12:59 UTC (permalink / raw)
  To: buildroot

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

--- Comment #6 from Refik Tuzakli <tuzakli.refik@gmail.com> ---
Created attachment 7076
  --> https://bugs.busybox.net/attachment.cgi?id=7076&action=edit
.config file

sorry for late reply

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 9941] nodejs option disappears for arm
  2017-06-07  8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2017-06-12 12:59 ` bugzilla at busybox.net
@ 2017-06-12 16:39 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-12 16:39 UTC (permalink / raw)
  To: buildroot

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

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

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

--- Comment #7 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Refik, All,

nodejs requires an FPU (VFP), but it is not enabled
in your Buildroot configuration.

So, if your CPU indeed lacks a VFP, then you can not
use nodejs on your target.

If your CPU does have a VFP, then enable it in your
Buildroot configuration.

Regards,
Yann E. MORIN.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2017-06-12 16:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-07  8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
2017-06-07 12:28 ` [Buildroot] [Bug 9941] " bugzilla at busybox.net
2017-06-07 12:33 ` bugzilla at busybox.net
2017-06-07 13:03 ` bugzilla at busybox.net
2017-06-07 14:18 ` bugzilla at busybox.net
2017-06-07 14:51 ` bugzilla at busybox.net
2017-06-12 12:59 ` bugzilla at busybox.net
2017-06-12 16:39 ` 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.