Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issue due to wget being unable to fetch specified pin tool #29

Open
dmnkschndr opened this issue Nov 21, 2022 · 1 comment
Open

Comments

@dmnkschndr
Copy link
Contributor

dmnkschndr commented Nov 21, 2022

When executing make wget is trying to download the specified pin tool from the intel servers, but does not receive a response. Constructing the download link myself and using a webbrowser to download the tool works. After placing the tool within the pin directory make runs successfully.

I took a closer look at the issue and could fix it by adding a user-agent string like: wget -U "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.27 Safari/537.17" https://software.intel.com/sites/landingpage/pintool/downloads/pin-3.11-97998-g7ecce2dac-gcc-linux.tar.gz

I could provide a pull request myself, but I'm not sure whether a static user-agent string within the Makefile is a good idea.

OS: Ubuntu 22.10 (VM)
wget: 1.21.3

Source

Edit: added OS and wget version

@aewag
Copy link
Member

aewag commented Nov 22, 2022

Ah, that's something we have not yet experienced. Probably as we used it until now only with a Linux machine. I am currently out-of-office, but I will check after my return how to best solve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants