Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8008288

Hotspot build fails on Windows when username contains space

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • infrastructure
    • windows

      I realized the following error during make:

      ## Starting hotspot
      make[2]: warning: -jN forced in submake: disabling jobserver mode.
      INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
      NMAKE : fatal error U1073: don't know how to make 'Malenkov'
      Stop.

      Seems the problem is that the login name (Sergey Malenkov) is not quoted.

      I think that there is another problem with an user name may exist: it could be a non-english name. For example, Сергей Маленков.


      Workaround: set user name before make.

      set USERNAME=malenkov
      bash configure && make

            Unassigned Unassigned
            malenkov Sergey Malenkov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: