Bug#951187: proj: 'make distclean' deletes README which is not regenerated

2020-02-12 Thread Bas Couwenberg

Control: tags -1 pending

I've added a patch to fix this issue, it adds the README target to 
all-local to have it created by `make`.


Due to the infrastructure outage I'll wait a bit before uploading.

Kind Regards,

Bas



Bug#951187: proj: 'make distclean' deletes README which is not regenerated

2020-02-12 Thread Sebastiaan Couwenberg
Control: tags -1 upstream
Control: forwarded -1 https://github.com/OSGeo/PROJ/issues/1927

Thanks for reporting this issue, I've forwarded it upstream.

Kind Regards,

Bas

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



Bug#951187: proj: 'make distclean' deletes README which is not regenerated

2020-02-11 Thread Andreas Beckmann
Source: proj
Version: 6.3.1~rc1-1~exp1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

Hi,

proj/experimental FTBFS twice in a row. 'debian/rules clean' after the
first build removes 'README' via 'make distclean', but that file
is not regenerated during the second build causing the install target to
fail. I did not check whether the package in sid has the same problem.

[...]
dh_auto_clean
make -j3 distclean
[...]
make[3]: Entering directory '/build/proj-6.3.1~rc1'
rm -rf .libs _libs
rm -f README
rm -f *.lo
test -z "proj.pc" || rm -f proj.pc
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[3]: Leaving directory '/build/proj-6.3.1~rc1'
[...]
   debian/rules override_dh_installdocs
make[1]: Entering directory '/build/proj-6.3.1~rc1'
dh_installdocs -A AUTHORS NEWS README
cp: cannot stat 'README': No such file or directory
dh_installdocs: error: cp --reflink=auto -a README 
debian/proj-data/usr/share/doc/proj-data returned exit code 1
make[1]: *** [debian/rules:57: override_dh_installdocs] Error 25
make[1]: Leaving directory '/build/proj-6.3.1~rc1'
make: *** [debian/rules:28: binary] Error 2
[...]


Cheers,

Andreas


proj_6.3.1~rc1-1~exp1_twice.log.gz
Description: application/gzip