Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #4654
Closed
Open
Issue created Jan 04, 2021 by Derek Bruening@derekbrueningContributor

doxygen failing to download from sourceforge; make it a fatal error?

In PR #4643 I changed from the doxygen release page, where they delete the prior release link and break our download, to their archive pages on sourceforge, which worked for a while -- and then suddenly the link is failing with no explanation (manually trying to download also has weird behavior on sourceforge). (Xref #4000 (closed) where we used to use chocolatey to avoid specifying the precise version: but choco was flaky.)

Unfortunately it's not a fatal error. The path setup step doesn't fail the CI, and the suite just disables the docs (which is what we want for end-user building). Probably we should check if it's the CI and make doxygen required.

2021-01-04T19:10:40.3948018Z ------ Setting up paths ------
2021-01-04T19:10:40.9379010Z ERROR: c:\projects\install\doxygen.zip
2021-01-04T19:10:40.9380215Z c:\projects\install\doxygen.zip
2021-01-04T19:10:40.9380957Z Open ERROR: Can not open the file as [zip] archive
2021-01-04T19:10:40.9381906Z 
2021-01-04T19:10:40.9382262Z 
2021-01-04T19:10:40.9382702Z ERRORS:
2021-01-04T19:10:40.9383172Z Is not archive

2021-01-04T19:12:02.2108948Z -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
2021-01-04T19:12:02.2112461Z CMake Warning at CMakeLists.txt:1782 (message):
2021-01-04T19:12:02.2113199Z   doxygen not found: documentation will NOT be built
2021-01-04T19:12:02.2113651Z 
2021-01-04T19:12:02.2113868Z 
2021-01-04T19:12:02.2114561Z *** NOT building documentation *** (must re-enable BUILD_DOCS manually if fix up the component paths)
Assignee
Assign to
Time tracking