[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Looking for sponsor for first DM upload



2017-01-03 15:48 GMT-02:00 Nikolaus Rath <Nikolaus@rath.org>:
> On Jan 03 2017, Eriberto <eriberto@eriberto.pro.br> wrote:
>>> http://www.rath.org/debs/pytest-catchlog_1.2.2-1~bpo8+1.dsc
>>> http://www.rath.org/debs/python-dugong_3.7+dfsg-3~bpo8+1.dsc
>>> http://www.rath.org/debs/python-llfuse_1.1.1+dfsg-4~bpo8+1.dsc
>>
>> Perfect, uploaded.
>
> Thanks!
>
>>> The s3ql upload requires one additional change (documented in the
>>> changelog): the minimum version of python3-pytest in debian/control is
>>> actually too told. This was never a problem in sid/testing, but it
>>> becomes a problem when building a backport because the buildd then
>>> fetches the package from jessie rather than jessie-backports (so the
>>> build fails):
>>>
>>> http://www.rath.org/debs/s3ql_2.21+dfsg-1~bpo8+1.dsc
>>
>>
>> A problem found via debdiff:
>>
>> diff -Nru s3ql-2.21+dfsg/debian/source/options
>> s3ql-2.21+dfsg/debian/source/options
>> --- s3ql-2.21+dfsg/debian/source/options        2016-06-27
>> 14:55:51.000000000 -0300
>> +++ s3ql-2.21+dfsg/debian/source/options        1969-12-31
>> 21:00:00.000000000 -0300
>> @@ -1,2 +0,0 @@
>> -compression = "xz"
>> -compression-level = 6
>
> What the @*^&$#^?
>
> Just uploaded the fixed package. Sorry for not looking closely enough
> (again).
>
> $ dget http://http.debian.net/debian/pool/main/s/s3ql/s3ql_2.21+dfsg-1.dsc
> $ dget http://www.rath.org/debs/s3ql_2.21+dfsg-1~bpo8+1.dsc
> $ debdiff *.dsc
> diff -Nru s3ql-2.21+dfsg/debian/changelog s3ql-2.21+dfsg/debian/changelog
> --- s3ql-2.21+dfsg/debian/changelog     2017-01-02 19:30:46.000000000 -0800
> +++ s3ql-2.21+dfsg/debian/changelog     2016-10-28 14:07:23.000000000 -0700
> @@ -1,14 +1,3 @@
> -s3ql (2.21+dfsg-1~bpo8+1) jessie-backports; urgency=medium
> -
> -  * Rebuild for jessie-backports.
> -
> -  * Bumped minimum version of python3-pytest to 2.8.0. The previous
> -    value was not compatible, but the problem did not manifest in
> -    testing/unstable because there was no sufficiently old
> -    python3-pytest package available.
> -
> - -- Nikolaus Rath <Nikolaus@rath.org>  Mon, 02 Jan 2017 13:41:14 -0800
> -
>  s3ql (2.21+dfsg-1) unstable; urgency=medium
>
>    * New upstream version
> diff -Nru s3ql-2.21+dfsg/debian/control s3ql-2.21+dfsg/debian/control
> --- s3ql-2.21+dfsg/debian/control       2017-01-02 19:28:55.000000000 -0800
> +++ s3ql-2.21+dfsg/debian/control       2016-10-28 14:07:13.000000000 -0700
> @@ -16,7 +16,7 @@
>                 python3-crypto,
>                 python3-requests,
>                 python3-dugong (>= 3.4),
> -               python3-pytest (>= 2.8.0),
> +               python3-pytest (>= 2.3.3),
>                 python3-pytest-catchlog,
>                 python3-defusedxml,
>                 cython3 (>= 0.23),
>
>
>
> Best,
> -Nikolaus
>
> --
> GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
> Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F
>
>              »Time flies like an arrow, fruit flies like a Banana.«



On my machine:

============================ pytest-warning summary ============================
WC1 /tmp/nikolaus2/s3ql/s3ql-2.21+dfsg/tests/t2_block_cache.py cannot
collect test class 'TestBackendPool' because it has a __init__
constructor
!!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures !!!!!!!!!!!!!!!!!!!!
====== 48 passed, 1 skipped, 1 pytest-warnings, 1 error in 14.03 seconds =======
debian/rules:51: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/tmp/nikolaus2/s3ql/s3ql-2.21+dfsg'
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc failed


We have a problem...

Eriberto


Reply to: