Andrew Black wrote:
Greetings Faird
The reason the ICC builds on windows aren't showing up is part exporter
bug, part infrastructure bug. The exporter bug is the same bug that's
been plaguing all our catastrophic failures, where runs with missing
attachments aren't exported.
FWIW, I doubt Farid knows about this or the distinction between
the exporter and the rest of our infrastructure. I myself have
a hard time keeping up with what's what and I'm pretty closely
involved in these types of things. I think I know what the
exporter is (the script that publishes the Rogue Wave nightly
test results on the Apache site, right?) but I'm not sure what
bug has been plaguing our catastrophic failures, or even that
one has been.
Incidentally, to make sure I'm tracking the rest of what you're
saying (I thought I was at first but I'm not sure anymore), which
infrastructure are you referring to? The stdcxx Windows build
infrastructure or the Rogue Wave build and test infrastructure
that drives it? Try to keep your answer in layman terms :)
The glue scripts rely on the generated
build_<compiler>.bat scripts. These scripts are generated for the MSVC
compiler, but not for the ICC compiler. Also note that the last few
lines of output from the call to generate.bat are as follows:
Converting solution icc-9.1_ex.sln to ICC.
D:\bman5\builds\33651394\source-buildspace\etc\config\windows\generate.wsf(90,
6) (null): The handle is invalid.
So what does this mean? That there's a problem in the scripts
generated by the stdcxx Windows scripts for Intel C++ or in
the Rogue Wave infrastructure?
Martin
--Andrew Black
Farid Zaripov (JIRA) wrote:
[
https://issues.apache.org/jira/browse/STDCXX-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499088
]
Farid Zaripov commented on STDCXX-188:
--------------------------------------
The warning is still there. But I don't see the results of the nightly
builds with Intel C++ / Windows.
We can either disable warning or put definition of the static const
char _C_name into #ifndef / #endif.
[Intel C++ 9.1/Windows] warning #177 in library builds
------------------------------------------------------
Key: STDCXX-188
URL: https://issues.apache.org/jira/browse/STDCXX-188
Project: C++ Standard Library
Issue Type: Bug
Components: Build
Affects Versions: 4.1.3
Environment: MS Windows 2000, Intel C++ 9.1.0.22 compiler
Reporter: Anton Pevtsov
Assigned To: Farid Zaripov
Priority: Trivial
Build log:
Compiling with Intel(R) C++ 9.1 ...(Intel C++ Environment)
...
typeinfo.cpp
C:\Projects\apache\src\.\typeinfo.cpp(91): warning #177: variable
"_C_name" was declared but never referenced
static const char _C_name[] = "";
^
...