New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 771324 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 11
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

libxslt can't be rolled at the moment

Project Member Reported by scottmg@chromium.org, Oct 3 2017

Issue description

Or not obviously at least. Following third_party/libxslt/chromium/roll.py

c:\src\cr\src>third_party\libxslt\chromium\roll.py --win32
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.

c:\src\cr\src\third_party\libxslt\src\win32\configure.js(156, 2) Microsoft JScript runtime error: File not found

was in c:\src\cr\src\third_party/libxslt; c:\src\cr\src before that
Traceback (most recent call last):
  File "C:\src\cr\src\third_party\libxslt\chromium\roll.py", line 407, in <module>
    main()
  File "C:\src\cr\src\third_party\libxslt\chromium\roll.py", line 401, in main
    roll_libxslt_win32(src_dir)
  File "C:\src\cr\src\third_party\libxslt\chromium\roll.py", line 341, in roll_libxslt_win32
    shutil.copy('src/config.h', 'win32/config.h')
  File "C:\Python27\lib\shutil.py", line 119, in copy
    copyfile(src, dst)
  File "C:\Python27\lib\shutil.py", line 82, in copyfile
    with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: 'src/config.h'


configure.js is looking for configure.in, but that doesn't seem to exist. Maybe it's just me and I was supposed to generate it somehow.
 
Cc: wellnho...@aevum.de
Looks like it was renamed in https://github.com/GNOME/libxslt/commit/31cbd6251e122fa3d6589b04995fe7360f85b75f

But I guess that breaks configure.js as it won't be able to get the correct version numbers that it used to futz out of configure.in.
Great, thanks for the quick fix! :)
Status: Fixed (was: Started)

Sign in to add a comment