Bug#777146: Fiona does not build

2015-02-05 Thread Johan Van de Wauw
>> Also fiona requires a recent version of Cython, so building under
>> jessie is not possible without further tweaking.
>
> jessie & sid have the same cython version, so it should work. The wheezy
> version is not sufficient though.


Interesting. In that case it got a freeze exception. When I last
checked it was still at an older version [1].
So I really closed a jessie RC bug there :-).

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754752


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#777146: Fiona does not build

2015-02-05 Thread Sebastiaan Couwenberg
On 02/05/2015 10:33 PM, Johan Van de Wauw wrote:
> It works for me in unstable. You will need a recent update of unstable
> as fiona relies on python-cligj which was only added yesterday.

You don't need to have python-cligj installed locally to build the
package with pbuilder, you do need cython and libgdal-dev.

> Also fiona requires a recent version of Cython, so building under
> jessie is not possible without further tweaking.

jessie & sid have the same cython version, so it should work. The wheezy
version is not sufficient though.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/E88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#777146: Fiona does not build

2015-02-05 Thread Sebastiaan Couwenberg
On 02/05/2015 10:22 PM, Andreas Tille wrote:
> I: pybuild base:170: python3.4 setup.py clean 
> WARNING:root:Failed to get options via gdal-config: [Errno 2] No such file or 
> directory: 'gdal-config'
> CRITICAL:root:Cython.Build.cythonize not found. Cython is required to build 
> from a repo.
> E: pybuild pybuild:256: clean: plugin distutils failed with: exit code=1: 
> python3.4 setup.py clean 

Looks like you don't have all build dependencies installed locally
(libgdal-dev includes gdal-config).

My builds on sid succeeded without issues.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/E88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#777146: Fiona does not build

2015-02-05 Thread Johan Van de Wauw
Strange,

gdal-config (libgdal-dev) and cython are in the control file.
Something strange seems to be happening in that pbuilder.

It works for me in unstable. You will need a recent update of unstable
as fiona relies on python-cligj which was only added yesterday.

Also fiona requires a recent version of Cython, so building under
jessie is not possible without further tweaking.

Johan

On Thu, Feb 5, 2015 at 10:22 PM, Andreas Tille  wrote:
> Hi Johan,
>
> when trying to build fiona I get:
>
> ...
> Cythonizing fiona/ogrext.pyx
> /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
> option: 'metadata_version'
>   warnings.warn(msg)
> /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
> option: 'requires_python'
>   warnings.warn(msg)
> /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
> option: 'requires_external'
>   warnings.warn(msg)
> running clean
> removing 
> '/home/andreas/debian-maintain/alioth/debian-gis/build-area/fiona-1.5.0/.pybuild/pythonX.Y_2.7/build'
>  (and everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-2.7' does not exist -- can't clean it
> I: pybuild base:170: python3.4 setup.py clean
> WARNING:root:Failed to get options via gdal-config: [Errno 2] No such file or 
> directory: 'gdal-config'
> CRITICAL:root:Cython.Build.cythonize not found. Cython is required to build 
> from a repo.
> E: pybuild pybuild:256: clean: plugin distutils failed with: exit code=1: 
> python3.4 setup.py clean
> dh_auto_clean: pybuild --clean -i python{version} -p 3.4 --dir . returned 
> exit code 13
> debian/rules:14: recipe for target 'clean' failed
> make: *** [clean] Error 13
> dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
> gbp:error: '~/bin/git-pbuilder' failed: it exited with 2
>
>
> Kind regards
>
>   Andreas.
>
>
> --
> http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#777146: Fiona does not build

2015-02-05 Thread Andreas Tille
Hi Johan,

when trying to build fiona I get:

...
Cythonizing fiona/ogrext.pyx
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
option: 'metadata_version'
  warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
option: 'requires_python'
  warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
option: 'requires_external'
  warnings.warn(msg)
running clean
removing 
'/home/andreas/debian-maintain/alioth/debian-gis/build-area/fiona-1.5.0/.pybuild/pythonX.Y_2.7/build'
 (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
I: pybuild base:170: python3.4 setup.py clean 
WARNING:root:Failed to get options via gdal-config: [Errno 2] No such file or 
directory: 'gdal-config'
CRITICAL:root:Cython.Build.cythonize not found. Cython is required to build 
from a repo.
E: pybuild pybuild:256: clean: plugin distutils failed with: exit code=1: 
python3.4 setup.py clean 
dh_auto_clean: pybuild --clean -i python{version} -p 3.4 --dir . returned exit 
code 13
debian/rules:14: recipe for target 'clean' failed
make: *** [clean] Error 13
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
gbp:error: '~/bin/git-pbuilder' failed: it exited with 2


Kind regards

  Andreas.


-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org