Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

MNT: bump to matplotlib 1.5.0rc1 #419

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tacaswell
Copy link
Contributor

Creating PR to make this easy to find, probably don't want to actually merge this.

@danielballan
Copy link
Contributor

@asmeurer I'm trying to build this (as Tom's loyalty to Linux is inviolate) and the build step is failing.

error: command 'gcc' failed with exit status 1
Command failed: /bin/bash -x -e /Users/dallan/Documents/Repos/conda-recipes/matplotlib/build.sh

That's obviously not helpful, but I don't think any other relevant information -- just a long dump of seemingly normal warnings. Can you reproduce?

@tacaswell
Copy link
Contributor Author

@danielballan Is trying to build on a mac, which may not be obvious from his comment 😉

@ccordoba12
Copy link
Contributor

Well /Users delated @danielballan :-)

@jreback
Copy link

jreback commented Sep 15, 2015

FYI. I use this vm to build for 2.7/3.4 on pandas. So not sure if I have something wrong (e.g. it uses the correct compilers and such). cycler built fine.

C:\Users\Jeff Reback\conda-recipes\matplotlib>conda build .
Removing old build environment
Removing old work directory
BUILD START: matplotlib-1.5.0rc1-nppy27_0
Fetching package metadata: ......
Solving package specifications: .
The following NEW packages will be INSTALLED:

    certifi:            14.05.14-py27_0
    cycler:             0.9.0-py27_0
    freetype:           2.4.10-0
    libpng:             1.6.17-0
    nose:               1.3.7-py27_0
    numpy:              1.9.2-py27_0
    pip:                7.1.2-py27_0
    pyparsing:          2.0.3-py27_0
    pyqt:               4.10.4-py27_1
    python:             2.7.10-0
    python-dateutil:    2.4.2-py27_0
    pytz:               2015.4-py27_0
    setuptools:         18.1-py27_0
    six:                1.9.0-py27_0
    ssl_match_hostname: 3.4.0.2-py27_0
    tornado:            4.2.1-py27_0
    wheel:              0.24.0-py27_0
    zlib:               1.2.8-0

Linking packages ...
[      COMPLETE      ]|##################################################| 100%
Removing old work directory
checkout: u'v1.5.0rc1'
Cloning into 'C:\Miniconda\conda-bld\work'...
done.
Note: checking out 'v1.5.0rc1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at ab00a04... v1.5.0rc1
==> git log -n1 <==

commit ab00a04759f5460f4d2176430594ec194d6f624b
Author: Thomas A Caswell <tcaswell@gmail.com>
Date:   Mon Sep 14 23:00:45 2015 -0400

    v1.5.0rc1

    First release candidate for v1.5.0


==> git describe --tags --dirty <==

v1.5.0rc1


==> git status <==

HEAD detached at v1.5.0rc1
nothing to commit, working directory clean


Applying patch: u'C:\\Users\\Jeff Reback\\conda-recipes\\matplotlib\\setupext.patch'
patching file `setupext.py'
Assertion failed: hunk, file patch.c, line 321

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
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 "C:\Miniconda\Scripts\conda-build-script.py", line 4, in <module>
    sys.exit(main())
  File "C:\Miniconda\lib\site-packages\conda_build\main_build.py", line 190, in main
    args_func(args, p)
  File "C:\Miniconda\lib\site-packages\conda_build\main_build.py", line 429, in args_func
    args.func(args, p)
  File "C:\Miniconda\lib\site-packages\conda_build\main_build.py", line 384, in execute
    override_channels=args.override_channels, include_recipe=args.include_recipe)
  File "C:\Miniconda\lib\site-packages\conda_build\build.py", line 384, in build
    source.provide(m.path, m.get_section('source'))
  File "C:\Miniconda\lib\site-packages\conda_build\source.py", line 267, in provide
    apply_patch(src_dir, join(recipe_dir, patch))
  File "C:\Miniconda\lib\site-packages\conda_build\source.py", line 238, in apply_patch
    check_call([patch, '-p0', '-i', path], cwd=src_dir)
  File "C:\Miniconda\lib\subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\Miniconda\\Scripts\\patch.exe', '-p0', '-i', u'C:\\Users\\Jeff Reback\\conda-recipes\\matplotlib\\setupext.patch']' returned non-zero exit status 3

@jreback
Copy link

jreback commented Sep 15, 2015

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants