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
  • #4000
Closed
Open
Issue created Dec 31, 2019 by Derek Bruening@derekbrueningContributor

doxgyen failing to install on Appveyor

We have had many problems installing chocolately packages on Appveyor, causing us to downgrade installation failures to just warnings we continue past. We noticed recently that doxygen has been failing to install every time:

https://ci.appveyor.com/project/DynamoRIO/dynamorio/builds/29690836?fullLog=true

choco install --timeout 600 -y doxygen.portable imagemagick.tool ghostscript || true
Chocolatey v0.10.8
Installing the following packages:
doxygen.portable;imagemagick.tool;ghostscript
By installing you accept licenses for the packages.
Progress: Downloading doxygen.portable 1.8.11... 100%

doxygen.portable v1.8.11 [Approved] - Likely broken for FOSS users (due to download location changes)
doxygen.portable package files install completed. Performing other installation steps.
Attempt to get headers for http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.windows.x64.bin.zip failed.
  The remote file either doesn't exist, is unauthorized, or is forbidden for url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.windows.x64.bin.zip'. Exception calling "GetResponse" with "0" argument(s): "The remote name could not be resolved: 'ftp.stack.nl'"
Downloading doxygen.portable 64 bit
  from 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.windows.x64.bin.zip'
ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.windows.x64.bin.zip'. Exception calling "GetResponse" with "0" argument(s): "The remote name could not be resolved: 'ftp.stack.nl'" 
This package is likely not broken for licensed users - see https://chocolatey.org/docs/features-private-cdn.
The install of doxygen.portable was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\doxygen.portable\tools\chocolateyInstall.ps1'.
 See log for details.

We could try the doxygen package instead of doxygen.portable.

Assignee
Assign to
Time tracking