Opened 4 years ago

Closed 4 years ago

#59579 closed defect (fixed)

nodejs10: ValueError: invalid literal for int() with base 10: ''

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ci42
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: nodejs10

Description

nodejs10 doesn't build:

Traceback (most recent call last):
  File "./configure", line 28, in <module>
    import configure
  File "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_nodejs10/nodejs10/work/node-v10.17.0/configure.py", line 1610, in <module>
    configure_intl(output)
  File "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_nodejs10/nodejs10/work/node-v10.17.0/configure.py", line 1369, in configure_intl
    if int(icu_ver_major) < icu_versions['minimum_icu']:
ValueError: invalid literal for int() with base 10: ''

icu was recently updated to a new major version. Maybe nodejs10 doesn't detect such new icu versions properly.

Change History (1)

comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Or it was just a forgotten dependency on icu.

[f290e9c128a6b3a1e42942ca99e86f8a04c35072/macports-ports].

Note: See TracTickets for help on using tickets.