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

.DS_Store breaks conda build #426

Closed
asmeurer opened this issue Jun 1, 2015 · 2 comments · Fixed by #1670
Closed

.DS_Store breaks conda build #426

asmeurer opened this issue Jun 1, 2015 · 2 comments · Fixed by #1670
Labels
locked [bot] locked due to inactivity
Milestone

Comments

@asmeurer
Copy link
Contributor

asmeurer commented Jun 1, 2015

Fixing permissions
BUILD END: python-3.5.0b2-0
'lib/.DS_Store' not in info/files
An unexpected error has occurred, please consider sending the
following traceback to the conda GitHub issue tracker at:

    https://github.com/conda/conda-build/issues

Include the output of the command 'conda info' in your report.


Traceback (most recent call last):
  File "/Users/aaronmeurer/anaconda/bin/conda-build", line 5, in <module>
    sys.exit(main())
  File "/Users/aaronmeurer/Documents/Continuum/conda-build/conda_build/main_build.py", line 127, in main
    args_func(args, p)
  File "/Users/aaronmeurer/Documents/Continuum/conda-build/conda_build/main_build.py", line 346, in args_func
    args.func(args, p)
  File "/Users/aaronmeurer/Documents/Continuum/conda-build/conda_build/main_build.py", line 305, in execute
    channel_urls=channel_urls, override_channels=args.override_channels)
  File "/Users/aaronmeurer/Documents/Continuum/conda-build/conda_build/build.py", line 421, in build
    tarcheck.check_all(path)
  File "/Users/aaronmeurer/Documents/Continuum/conda-build/conda_build/tarcheck.py", line 59, in check_all
    x.info_files()
  File "/Users/aaronmeurer/Documents/Continuum/conda-build/conda_build/tarcheck.py", line 46, in info_files
    raise Exception('info/files')
Exception: info/files
@dfroger
Copy link
Contributor

dfroger commented Jan 13, 2017

I have a similar problem here

@github-actions
Copy link

Hi there, thank you for your contribution!

This issue has been automatically locked because it has not had recent activity after being closed.

Please open a new issue if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Apr 17, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants