All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
@ 2021-11-20 11:35 bugzilla
  2022-01-31 10:32 ` [Buildroot] [Bug 14366] " bugzilla
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: bugzilla @ 2021-11-20 11:35 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 14366
           Summary: 2021.11-rc2: Build of nodejs fails with "version
                    `GLIBC_2.34' not found" on Ubuntu 20.04
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: mail@jens-maus.de
                CC: buildroot@uclibc.org
  Target Milestone: ---

After upgrading from 2021.08.2 to the latest 2021.11-rc2 the following error
appear when compiling nodejs-14.18.1:

-- cut here --
 
LD_LIBRARY_PATH=/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/lib.host:/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/lib.target:$LD_LIBRARY_PATH;
export LD_LIBRARY_PATH; cd ../tools/v8_gypfiles; mkdir -p
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/obj/gen/inspector-generated-output-root/include/inspector
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/obj/gen/inspector-generated-output-root/src/inspector/protocol;
python ../../deps/v8/third_party/inspector_protocol/code_generator.py
--jinja_dir ../../deps/v8/third_party --output_base
"/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/obj/gen/inspector-generated-output-root/src/inspector"
--config ../../deps/v8/src/inspector/inspector_protocol_config.json
--inspector_protocol_dir ../../deps/v8/third_party/inspector_protocol
 
LD_LIBRARY_PATH=/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/lib.host:/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/lib.target:$LD_LIBRARY_PATH;
export LD_LIBRARY_PATH; cd ../tools/v8_gypfiles; mkdir -p
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/obj/gen/inspector-generated-output-root/include/inspector
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/obj/gen/inspector-generated-output-root/src/inspector/protocol;
python ../../deps/v8/third_party/inspector_protocol/code_generator.py
--jinja_dir ../../deps/v8/third_party --output_base
"/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/obj/gen/inspector-generated-output-root/src/inspector"
--config ../../deps/v8/src/inspector/inspector_protocol_config.json
--inspector_protocol_dir ../../deps/v8/third_party/inspector_protocol
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/bytecode_builtins_list_generator:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/bytecode_builtins_list_generator)
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/bytecode_builtins_list_generator:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/bytecode_builtins_list_generator)
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/bytecode_builtins_list_generator:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/bytecode_builtins_list_generator)
make[3]: *** [tools/v8_gypfiles/generate_bytecode_builtins_list.target.mk:13:
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/out/Release/obj/gen/generate-bytecode-output-root/builtins-generated/bytecodes-builtins-list.h]
Error 1
make[3]: *** Waiting for unfinished jobs....
rm e730c40db4707fa90e26f9a1f4e233545a966191.intermediate
f851aa033254e58b7e35f943f6814ef5e8f9642a.intermediate
make[2]: *** [Makefile:109: node] Error 2
make[2]: Leaving directory
'/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1'
make[1]: *** [package/pkg-generic.mk:294:
/home/damato/projekte/linux/RaspberryMatic/build-raspmatic_ova/build/nodejs-14.18.1/.stamp_built]
Error 2
make[1]: Leaving directory
'/home/damato/projekte/linux/RaspberryMatic/buildroot-2021.11-rc2'
make: *** [Makefile:51: build] Error 2
-- cut here --

Thus, it looks like the host system libc.so.6 is used for the
"bytecode_builtins_list_generator" tool that is automatically build during the
nodejs-14.18.1 build run. However, as buildroot 2021.11 introduced GLIBC_2.34
the execution of "bytecode_builtins_list_generator" fails because Ubuntu 20.04
does not come with a glibc with GLIBC_2.34 symbols in libc.so. Thus, the
dedicated compiled 2.34 glibc for the host in
"host/x86_64-buildroot-linux-gnu/sysroot/lib" should be used instead so that
the "bytecode_builtins_list_generator" tool can be correctly executed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
@ 2022-01-31 10:32 ` bugzilla
  2022-01-31 10:54 ` bugzilla
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2022-01-31 10:32 UTC (permalink / raw)
  To: buildroot

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

Frank Rogall <f.rogall@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |f.rogall@gmx.de

--- Comment #1 from Frank Rogall <f.rogall@gmx.de> ---
Bug still exists in 2021.11.1 with nodejs-14.18.3 
Ubuntu 20.04.3 LTS

/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/bytecode_builtins_list_generator:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by
/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/bytecode_builtins_list_generator)
make[3]: *** [tools/v8_gypfiles/generate_bytecode_builtins_list.target.mk:13:
/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/obj/gen/generate-bytecode-output-root/builtins-generated/bytecodes-builtins-list.h]
Error 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
  2022-01-31 10:32 ` [Buildroot] [Bug 14366] " bugzilla
@ 2022-01-31 10:54 ` bugzilla
  2022-01-31 15:52 ` bugzilla
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2022-01-31 10:54 UTC (permalink / raw)
  To: buildroot

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

Frank Rogall <f.rogall@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |2021.11.1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
  2022-01-31 10:32 ` [Buildroot] [Bug 14366] " bugzilla
  2022-01-31 10:54 ` bugzilla
@ 2022-01-31 15:52 ` bugzilla
  2022-01-31 15:56 ` [Buildroot] [Bug 14366] Nodejs " bugzilla
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2022-01-31 15:52 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from Jens Maus <mail@jens-maus.de> ---
I can confirm that this issue still exists in 2021.11.1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
                   ` (2 preceding siblings ...)
  2022-01-31 15:52 ` bugzilla
@ 2022-01-31 15:56 ` bugzilla
  2022-02-04 11:03 ` bugzilla
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2022-01-31 15:56 UTC (permalink / raw)
  To: buildroot

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

Jens Maus <mail@jens-maus.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|2021.11-rc2: Build of       |Nodejs fails with "version
                   |nodejs fails with "version  |`GLIBC_2.34' not found" on
                   |`GLIBC_2.34' not found" on  |Ubuntu 20.04
                   |Ubuntu 20.04                |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
                   ` (3 preceding siblings ...)
  2022-01-31 15:56 ` [Buildroot] [Bug 14366] Nodejs " bugzilla
@ 2022-02-04 11:03 ` bugzilla
  2022-02-23  8:20 ` bugzilla
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2022-02-04 11:03 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from oliver.kasten@trsystems.de ---
I have the same issue. It seems that qemu used in v8-qemu-wrapper.in caused
this issue. Build nodejs for aarch64 on x86_64 works fine, but building for
x86_64 on x86_64 failed. I entered a bug request for qemu
(https://gitlab.com/qemu-project/qemu/-/issues/857).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
                   ` (4 preceding siblings ...)
  2022-02-04 11:03 ` bugzilla
@ 2022-02-23  8:20 ` bugzilla
  2022-02-23  8:48   ` David Laight
  2022-03-01  9:49 ` bugzilla
                   ` (6 subsequent siblings)
  12 siblings, 1 reply; 15+ messages in thread
From: bugzilla @ 2022-02-23  8:20 UTC (permalink / raw)
  To: buildroot

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

--- Comment #4 from Jens Maus <mail@jens-maus.de> ---
I just checked the latest 2022.02-rc2 version and there the issue with not
being able to compile nodejs v14+ on an ubuntu host still exists as outlined
here.

However, taking the workaround mentioned in
https://gitlab.com/qemu-project/qemu/-/issues/857 I could workout a patch that
seems to fix the issue:

--- buildroot/package/nodejs/v8-qemu-wrapper.in.orig
+++ buildroot/package/nodejs/v8-qemu-wrapper.in
@@ -5,5 +5,6 @@
 exec @QEMU_USER@ -r @TOOLCHAIN_HEADERS_VERSION@ \
     @QEMU_USERMODE_ARGS@ \
    -L "${STAGING_DIR}/" \
+   -E LD_LIBRARY_PATH="/lib/" \
     "$@"


With this patch nodejs v14+ seems to compile fine on an ubuntu 20.04 LTS host.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2022-02-23  8:20 ` bugzilla
@ 2022-02-23  8:48   ` David Laight
  0 siblings, 0 replies; 15+ messages in thread
From: David Laight @ 2022-02-23  8:48 UTC (permalink / raw)
  To: 'bugzilla@busybox.net', buildroot

> -----Original Message-----
> From: buildroot <buildroot-bounces@buildroot.org> On Behalf Of bugzilla@busybox.net
> Sent: 23 February 2022 08:20
> To: buildroot@uclibc.org
> Subject: [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
> 
> https://bugs.busybox.net/show_bug.cgi?id=14366
> 
> --- Comment #4 from Jens Maus <mail@jens-maus.de> ---
> I just checked the latest 2022.02-rc2 version and there the issue with not
> being able to compile nodejs v14+ on an ubuntu host still exists as outlined
> here.
> 
> However, taking the workaround mentioned in
> https://gitlab.com/qemu-project/qemu/-/issues/857 I could workout a patch that
> seems to fix the issue:
> 
> --- buildroot/package/nodejs/v8-qemu-wrapper.in.orig
> +++ buildroot/package/nodejs/v8-qemu-wrapper.in
> @@ -5,5 +5,6 @@
>  exec @QEMU_USER@ -r @TOOLCHAIN_HEADERS_VERSION@ \
>      @QEMU_USERMODE_ARGS@ \
>     -L "${STAGING_DIR}/" \
> +   -E LD_LIBRARY_PATH="/lib/" \
>      "$@"

Except that isn't really what LD_LIBRARY_PATH path should be used for.

	David
> 
> 
> With this patch nodejs v14+ seems to compile fine on an ubuntu 20.04 LTS host.
> 
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
Registration No: 1397386 (Wales)

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
                   ` (5 preceding siblings ...)
  2022-02-23  8:20 ` bugzilla
@ 2022-03-01  9:49 ` bugzilla
  2022-03-09 10:05 ` bugzilla
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2022-03-01  9:49 UTC (permalink / raw)
  To: buildroot

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

--- Comment #5 from Frank Rogall <f.rogall@gmx.de> ---
Bug still exists in 2021.11.2 with nodejs-14.18.3 
Ubuntu 20.04.3 LTS

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
                   ` (6 preceding siblings ...)
  2022-03-01  9:49 ` bugzilla
@ 2022-03-09 10:05 ` bugzilla
  2022-03-09 10:19 ` bugzilla
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2022-03-09 10:05 UTC (permalink / raw)
  To: buildroot

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

Frank Rogall <f.rogall@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2021.11.1                   |2022.02
           Severity|major                       |blocker

--- Comment #6 from Frank Rogall <f.rogall@gmx.de> ---
This Bug is still in 2022.02

LD_LIBRARY_PATH=/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/lib.host:/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/lib.target:$LD_LIBRARY_PATH;
export LD_LIBRARY_PATH; cd ../tools/v8_gypfiles; mkdir -p
/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/obj/gen/generate-bytecode-output-root/builtins-generated;
python ../../deps/v8/tools/run.py
"/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/v8-qemu-wrapper"
"/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/bytecode_builtins_list_generator"
"/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/obj/gen/generate-bytecode-output-root/builtins-generated/bytecodes-builtins-list.h"
/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/bytecode_builtins_list_generator:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by
/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/bytecode_builtins_list_generator)
/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/bytecode_builtins_list_generator:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by
/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/bytecode_builtins_list_generator)
/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/bytecode_builtins_list_generator:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by
/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/bytecode_builtins_list_generator)
make[3]: *** [tools/v8_gypfiles/generate_bytecode_builtins_list.target.mk:13:
/home/fr/work/egate/x/egate/build/nodejs-14.18.3/out/Release/obj/gen/generate-bytecode-output-root/builtins-generated/bytecodes-builtins-list.h]
Error 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
                   ` (7 preceding siblings ...)
  2022-03-09 10:05 ` bugzilla
@ 2022-03-09 10:19 ` bugzilla
  2022-04-13 14:35 ` bugzilla
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2022-03-09 10:19 UTC (permalink / raw)
  To: buildroot

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

--- Comment #7 from Jens Maus <mail@jens-maus.de> ---
(In reply to Frank Rogall from comment #6)

I could verify that this issue still exists in 2022.02. However, my mentioned
workaround (cf. https://bugs.busybox.net/show_bug.cgi?id=14366#c4) still works.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
                   ` (8 preceding siblings ...)
  2022-03-09 10:19 ` bugzilla
@ 2022-04-13 14:35 ` bugzilla
  2022-04-13 15:16 ` bugzilla
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2022-04-13 14:35 UTC (permalink / raw)
  To: buildroot

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

--- Comment #8 from Frank Rogall <f.rogall@gmx.de> ---
Still in 2022.02.1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
                   ` (9 preceding siblings ...)
  2022-04-13 14:35 ` bugzilla
@ 2022-04-13 15:16 ` bugzilla
  2022-06-09 14:59 ` bugzilla
  2023-09-24 16:37 ` bugzilla
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2022-04-13 15:16 UTC (permalink / raw)
  To: buildroot

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

--- Comment #9 from Frank Rogall <f.rogall@gmx.de> ---
(In reply to Jens Maus from comment #7)
Patch is working on 2022.02.1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
                   ` (10 preceding siblings ...)
  2022-04-13 15:16 ` bugzilla
@ 2022-06-09 14:59 ` bugzilla
  2023-09-24 16:37 ` bugzilla
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2022-06-09 14:59 UTC (permalink / raw)
  To: buildroot

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

--- Comment #10 from Felix Schmidt <fesc2000@mailbox.org> ---
(In reply to Frank Rogall from comment #9)
I'm having a similar issue, with host=x86_64 and target=i686 (32bit).

Here this patch does not work. This is my workaround:

--- buildroot/package/nodejs/v8-qemu-wrapper.in.orig
+++ buildroot/package/nodejs/v8-qemu-wrapper.in
@@ -5,5 +5,6 @@
 exec @QEMU_USER@ -r @TOOLCHAIN_HEADERS_VERSION@ \
     @QEMU_USERMODE_ARGS@ \
    -L "${STAGING_DIR}/" \
+   -E LD_LIBRARY_PATH="${STAGING_DIR}/lib:${STAGING_DIR}/usr/lib/" \
     "$@"

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [Bug 14366] Nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04
  2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
                   ` (11 preceding siblings ...)
  2022-06-09 14:59 ` bugzilla
@ 2023-09-24 16:37 ` bugzilla
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla @ 2023-09-24 16:37 UTC (permalink / raw)
  To: buildroot

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

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

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

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

Fixed as of commit 278d1db56b.

Regards,
Yann E. MORIN.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-09-24 16:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-20 11:35 [Buildroot] [Bug 14366] New: 2021.11-rc2: Build of nodejs fails with "version `GLIBC_2.34' not found" on Ubuntu 20.04 bugzilla
2022-01-31 10:32 ` [Buildroot] [Bug 14366] " bugzilla
2022-01-31 10:54 ` bugzilla
2022-01-31 15:52 ` bugzilla
2022-01-31 15:56 ` [Buildroot] [Bug 14366] Nodejs " bugzilla
2022-02-04 11:03 ` bugzilla
2022-02-23  8:20 ` bugzilla
2022-02-23  8:48   ` David Laight
2022-03-01  9:49 ` bugzilla
2022-03-09 10:05 ` bugzilla
2022-03-09 10:19 ` bugzilla
2022-04-13 14:35 ` bugzilla
2022-04-13 15:16 ` bugzilla
2022-06-09 14:59 ` bugzilla
2023-09-24 16:37 ` bugzilla

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.