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

Building 2016.04.05 from source tarball fails #9088

Closed
ryandesign opened this issue Apr 5, 2016 · 2 comments
Closed

Building 2016.04.05 from source tarball fails #9088

ryandesign opened this issue Apr 5, 2016 · 2 comments
Labels

Comments

@ryandesign
Copy link
Contributor

@ryandesign ryandesign commented Apr 5, 2016

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.04.05. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.04.05

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

sudo port -d install youtube-dl
...
--->  Building youtube-dl
DEBUG: Executing proc-pre-org.macports.build-build-0
DEBUG: Executing org.macports.build (youtube-dl)
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_youtube-dl/youtube-dl/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.11'
DEBUG: system:  cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_youtube-dl/youtube-dl/work/youtube-dl" && /usr/bin/make -w all PYTHON=/opt/local/bin/python2.7 
make: Entering directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_youtube-dl/youtube-dl/work/youtube-dl'
zip -q youtube-dl youtube_dl/*.py youtube_dl/*/*.py
zip -q -j youtube-dl youtube_dl/__main__.py
echo '#!/opt/local/bin/python2.7' > youtube-dl
cat youtube-dl.zip >> youtube-dl
rm youtube-dl.zip
chmod a+x youtube-dl
/opt/local/bin/python2.7 devscripts/make_contributing.py README.md CONTRIBUTING.md
/opt/local/bin/python2.7 devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl.md .github/ISSUE_TEMPLATE.md
Traceback (most recent call last):
  File "devscripts/make_issue_template.py", line 29, in <module>
    main()
  File "devscripts/make_issue_template.py", line 16, in main
    with io.open(infile, encoding='utf-8') as inf:
IOError: [Errno 2] No such file or directory: '.github/ISSUE_TEMPLATE_tmpl.md'
make: *** [ISSUE_TEMPLATE.md] Error 1

Description of your issue, suggested solution and other information

I am the maintainer of youtube-dl in the MacPorts package management system, but building youtube-dl 2016.04.05 from a source tarball fails. This problem did not exist in youtube-dl 2016.03.27.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Apr 6, 2016

Should be fixed in the next release. Thanks for the report and sorry for the issue.

@phihag the make command failed with the last tar file, I think it's worth to make a new release for package managers that run it.

@phihag
Copy link
Contributor

@phihag phihag commented Apr 6, 2016

Fixed in 2016.04.06.

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

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.