Bug#806606: basemap: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2016-08-12 Thread Sebastiaan Couwenberg
On 08/12/2016 11:30 PM, Sebastiaan Couwenberg wrote:
> On 08/12/2016 11:25 PM, Sandro Tosi wrote:
>> please remove the upload, or move it to a longer wait queue, i'll deal
>> with it this weekend
> 
> Thanks for the feedback, I've rescheduled the upload to DELAYED/5.

The changes file hasn't been processed yet, so the reschedule command
couldn't be processed either. I'll send it again when I get the mail for
the upload processing.

Kind Regards,

Bas

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



Bug#806606: basemap: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2016-08-12 Thread Sebastiaan Couwenberg
On 08/12/2016 11:25 PM, Sandro Tosi wrote:
> please remove the upload, or move it to a longer wait queue, i'll deal
> with it this weekend

Thanks for the feedback, I've rescheduled the upload to DELAYED/5.

Kind Regards,

Bas

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



Bug#806606: basemap: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2016-08-12 Thread Sandro Tosi
please remove the upload, or move it to a longer wait queue, i'll deal
with it this weekend

On Fri, Aug 12, 2016 at 10:24 PM, Sebastiaan Couwenberg
 wrote:
> Control: tags -1 pending
>
> Hi Sandro,
>
> On 08/02/2016 02:08 PM, Sebastiaan Couwenberg wrote:
>> Because this RC bug is threatening the removal of several reverse
>> dependencies I had a look at fixing it. The attached patch adds the
>> build-arch target to the build-indep target dependencies to have the
>> missing files built.
>
> Since there has been no activity on this RC bug, I've uploaded a 0-day
> NMU with the patch from my previous message.
>
> Kind Regards,
>
> Bas
>
> --
>  GPG Key ID: 4096R/6750F10AE88D4AF1
> Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi



Bug#806606: basemap: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2016-08-12 Thread Sebastiaan Couwenberg
Control: tags -1 pending

Hi Sandro,

On 08/02/2016 02:08 PM, Sebastiaan Couwenberg wrote:
> Because this RC bug is threatening the removal of several reverse
> dependencies I had a look at fixing it. The attached patch adds the
> build-arch target to the build-indep target dependencies to have the
> missing files built.

Since there has been no activity on this RC bug, I've uploaded a 0-day
NMU with the patch from my previous message.

Kind Regards,

Bas

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



Bug#806606: basemap: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2016-08-02 Thread Sebastiaan Couwenberg
Control: tags -1 patch

Hi Sandro,

Because this RC bug is threatening the removal of several reverse
dependencies I had a look at fixing it. The attached patch adds the
build-arch target to the build-indep target dependencies to have the
missing files built.

Kind Regards,

Bas

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


0001-Add-dependency-on-build-arch-target-to-build-indep-target.patch
Description: inode/symlink


Bug#806606: basemap: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2016-07-14 Thread Santiago Vila
Greetings.

I have the ok from the Release Managers to consider this issue as RC
for stretch. I'm going to wait at least one week before raising
this to "serious".

If you need help to fix this bug, please tag it as "help".

Thanks.



Bug#806606: basemap: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2015-11-29 Thread Santiago Vila
Package: src:basemap
Version: 1.0.7+dfsg-3
User: sanv...@debian.org
Usertags: binary-indep
Severity: important

Dear maintainer:

I tried to build this package with "dpkg-buildpackage -A"
(i.e. only architecture-independent packages), and it failed:


[...]
 debian/rules build-indep
# HACK: we need to import axes_grid1 but we need to import it from the "local"
# mpl_toolkits namespace
ln -s $(dirname $(python -c "import mpl_toolkits.axes_grid1 as p; print 
p.__file__")) /<>/basemap-1.0.7+dfsg/$(python -c "from 
distutils.command.build import build ; from distutils.core import Distribution 
; b = build(Distribution()) ; b.finalize_options() ; print 
b.build_platlib")/mpl_toolkits/
ln: target 
'/<>/basemap-1.0.7+dfsg/build/lib.linux-x86_64-2.7/mpl_toolkits/' is 
not a directory: No such file or directory
debian/rules:39: recipe for target 'build-indep' failed
make: *** [build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2


Sorry not to have a fix, as I am reporting many bugs similar to
this one. The common hints are:

* If the only architecture-independent packages are dummy transitional
ones and they were released with jessie, the easy fix is to drop them
now.

* When using "dh", it is allowed to use (independently)
optional targets override_dh_foo-arch and override_dh_foo-indep
(for several values of "foo").


Once that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work
properly, the package would be suitable to be uploaded in source-only
form if you wish.

Thanks.