Report information
The Basics
Id:
45925
Status:
resolved
Priority:
Low/Low
Queue:

People
Owner:
Nobody in particular
Requestors:
Cc:
AdminCc:

BugTracker
Version Fixed:
9.9.12, 9.9.12(sub), 9.10.7, 9.10.7(sub), 9.11.3, 9.12.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
bug

Dates
Created:Tue, 05 Sep 2017 21:57:10 -0400
Updated:Wed, 13 Sep 2017 04:32:02 -0400
Closed:Wed, 06 Sep 2017 23:36:21 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: windows build fails on jenkins
From: ckb@isc.org
To: bind9-public@isc.org
Date: Tue, 05 Sep 2017 18:57:10 -0700
Check console output at https://jenkins.isc.org/job/bind9-master-win2012-x64-systests/527/ to view the results. git revision: a5dc1bc395ef514cb8320cc1c30d764c93f01649 previous git revision: 39a7292aabd1a882e785499afb1f54d3b61232e1 last *successful* revision: 39a7292aabd1a882e785499afb1f54d3b61232e1 error message from console: The following files were specified on the command line: bind9.sln These files could not be found and will not be loaded.Microsoft (R) Build Engine version 4.6.1087.0 [Microsoft .NET Framework, version 4.0.30319.42000] Copyright (C) Microsoft Corporation. All rights reserved. MSBUILD : error MSB1009: Project file does not exist. Switch: bind9.sln Microsoft (R) Build Engine version 4.6.1087.0 [Microsoft .NET Framework, version 4.0.30319.42000] Copyright (C) Microsoft Corporation. All rights reserved. MSBUILD : error MSB1009: Project file does not exist. Switch: bind9.sln
added PYTHON_INSTALL_DIR to the list of variables to be expanded by win32utils/Configure. Currently it always expands to a empty string.
Visual Studio still requires variables to be declared at the start of a block. Addressed.