Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodejs 12.14.1 requires icu4c from host ? #181

Closed
MastaG opened this issue Feb 10, 2020 · 1 comment
Closed

nodejs 12.14.1 requires icu4c from host ? #181

MastaG opened this issue Feb 10, 2020 · 1 comment

Comments

@MastaG
Copy link

MastaG commented Feb 10, 2020

When building nodejs-native on Fedora 31 x86_64 it will fail to configure because my host's libicu being too old.
Fedora 31 ships with: libicu-63.2-3.fc31.x86_64

Would it be possible to change the recipe so it depends on it's OE's version of icu instead of looking at my host OS?

Log data follows:
| DEBUG: Executing shell function do_configure
| ERROR: icu4c v63.1 is too old, v64.x or later is required.
| WARNING: /home/mastag/src/odroid-oe-core/build/tmp/work/x86_64-linux/nodejs-native/12.14.1-r0/temp/run.do_configure.1756515:1 exit 1 from 'python3 configure.py --prefix=/home/mastag/src/odroid-oe-core/build/tmp/work/x86_64-linux/nodejs-native/12.14.1-r0/recipe-sysroot-native/usr --without-snapshot --shared-openssl --dest-cpu="x64" --dest-os=linux --libdir=/home/mastag/src/odroid-oe-core/build/tmp/work/x86_64-linux/nodejs-native/12.14.1-r0/image/home/mastag/src/odroid-oe-core/build/tmp/work/x86_64-linux/nodejs-native/12.14.1-r0/recipe-sysroot-native/usr/lib --shared-cares --with-intl=system-icu --shared-libuv --shared-zlib'
| ERROR: Execution of '/home/mastag/src/odroid-oe-core/build/tmp/work/x86_64-linux/nodejs-native/12.14.1-r0/temp/run.do_configure.1756515' failed with exit code 1:
| ERROR: icu4c v63.1 is too old, v64.x or later is required.
| WARNING: /home/mastag/src/odroid-oe-core/build/tmp/work/x86_64-linux/nodejs-native/12.14.1-r0/temp/run.do_configure.1756515:1 exit 1 from 'python3 configure.py --prefix=/home/mastag/src/odroid-oe-core/build/tmp/work/x86_64-linux/nodejs-native/12.14.1-r0/recipe-sysroot-native/usr --without-snapshot --shared-openssl --dest-cpu="x64" --dest-os=linux --libdir=/home/mastag/src/odroid-oe-core/build/tmp/work/x86_64-linux/nodejs-native/12.14.1-r0/image/home/mastag/src/odroid-oe-core/build/tmp/work/x86_64-linux/nodejs-native/12.14.1-r0/recipe-sysroot-native/usr/lib --shared-cares --with-intl=system-icu --shared-libuv --shared-zlib'
|
ERROR: Task (virtual:native:/home/mastag/src/odroid-oe-core/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb:do_configure) failed with exit code '1'

@MastaG
Copy link
Author

MastaG commented Feb 10, 2020

Nevermind I've had an older recipe of icu v63 in my local repo...

@MastaG MastaG closed this as completed Feb 10, 2020
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 30, 2022
Changelog:
==========
Added
--------
    Output the Unicode table version when running the CLI with --version (PR openembedded#194)

Changed
--------
    Re-use decoded buffer for single byte character sets
    Fixing some performance bottlenecks

Fixed
--------
    Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR openembedded#175)
    CLI default threshold aligned with the API threshold from @oleksandr-kuzmenko (PR openembedded#181)

Removed
--------
    Support for Python 3.5 (PR openembedded#192)

Deprecated
--------
    Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR openembedded#194)

Signed-off-by: Xu Huan <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 30, 2022
Changelog:
==========
Added
--------
    Output the Unicode table version when running the CLI with --version (PR openembedded#194)

Changed
--------
    Re-use decoded buffer for single byte character sets
    Fixing some performance bottlenecks

Fixed
--------
    Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR openembedded#175)
    CLI default threshold aligned with the API threshold from @oleksandr-kuzmenko (PR openembedded#181)

Removed
--------
    Support for Python 3.5 (PR openembedded#192)

Deprecated
--------
    Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR openembedded#194)

Signed-off-by: Xu Huan <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 30, 2022
Changelog:
==========
Added
--------
    Output the Unicode table version when running the CLI with --version (PR openembedded#194)

Changed
--------
    Re-use decoded buffer for single byte character sets
    Fixing some performance bottlenecks

Fixed
--------
    Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR openembedded#175)
    CLI default threshold aligned with the API threshold from @oleksandr-kuzmenko (PR openembedded#181)

Removed
--------
    Support for Python 3.5 (PR openembedded#192)

Deprecated
--------
    Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR openembedded#194)

Signed-off-by: Xu Huan <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 30, 2022
Changelog:
==========
Added
--------
    Output the Unicode table version when running the CLI with --version (PR openembedded#194)

Changed
--------
    Re-use decoded buffer for single byte character sets
    Fixing some performance bottlenecks

Fixed
--------
    Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR openembedded#175)
    CLI default threshold aligned with the API threshold from @oleksandr-kuzmenko (PR openembedded#181)

Removed
--------
    Support for Python 3.5 (PR openembedded#192)

Deprecated
--------
    Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR openembedded#194)

Signed-off-by: Xu Huan <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jul 1, 2022
Changelog:
==========
Added
--------
    Output the Unicode table version when running the CLI with --version (PR openembedded#194)

Changed
--------
    Re-use decoded buffer for single byte character sets
    Fixing some performance bottlenecks

Fixed
--------
    Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR openembedded#175)
    CLI default threshold aligned with the API threshold from @oleksandr-kuzmenko (PR openembedded#181)

Removed
--------
    Support for Python 3.5 (PR openembedded#192)

Deprecated
--------
    Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR openembedded#194)

Signed-off-by: Xu Huan <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
halstead pushed a commit that referenced this issue Jul 2, 2022
Changelog:
==========
Added
--------
    Output the Unicode table version when running the CLI with --version (PR #194)

Changed
--------
    Re-use decoded buffer for single byte character sets
    Fixing some performance bottlenecks

Fixed
--------
    Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175)
    CLI default threshold aligned with the API threshold from @oleksandr-kuzmenko (PR #181)

Removed
--------
    Support for Python 3.5 (PR #192)

Deprecated
--------
    Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR #194)

Signed-off-by: Xu Huan <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Dec 27, 2022
Changelog:
==========
 * add documentation on shift operators, openembedded#181
 * fix typo in iterable initializer description, openembedded#179
 * optimize 'richcompare()'

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Dec 28, 2022
Changelog:
==========
 * add documentation on shift operators, openembedded#181
 * fix typo in iterable initializer description, openembedded#179
 * optimize 'richcompare()'

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant