Bug#837267: cfingerd: FTBFS: install: cannot stat 'src/cfingerd': No such file or directory

2016-09-24 Thread Chris Lamb
tags 837267 + patch
thanks

Patch attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/Configure b/Configure
index befbf91..b3fd8f9 100755
--- a/Configure
+++ b/Configure
@@ -17,10 +17,10 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 
-require 'perl/question.pl';
-require 'perl/filemagic.pl';
-require 'perl/gethost.pl';
-require 'perl/generic.pl';
+require './perl/question.pl';
+require './perl/filemagic.pl';
+require './perl/gethost.pl';
+require './perl/generic.pl';
 
 $VERSION = "1.4.2";
 $| = 1;


Bug#837267: cfingerd: FTBFS: install: cannot stat 'src/cfingerd': No such file or directory

2016-09-24 Thread Chris Lamb
tags 837267 + pending patch
thanks

cfingerd 1.4.3-3.2 uploaded to DELAYED/5. Corresponding debdiff
attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff -u cfingerd-1.4.3/debian/changelog cfingerd-1.4.3/debian/changelog
--- cfingerd-1.4.3/debian/changelog
+++ cfingerd-1.4.3/debian/changelog
@@ -1,3 +1,10 @@
+cfingerd (1.4.3-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to lack of "." in Perl's @INC. (Closes: #837267)
+
+ -- Chris Lamb   Sat, 24 Sep 2016 17:37:58 +0200
+
 cfingerd (1.4.3-3.1) unstable; urgency=high
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- cfingerd-1.4.3.orig/Configure
+++ cfingerd-1.4.3/Configure
@@ -17,10 +17,10 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 
-require 'perl/question.pl';
-require 'perl/filemagic.pl';
-require 'perl/gethost.pl';
-require 'perl/generic.pl';
+require './perl/question.pl';
+require './perl/filemagic.pl';
+require './perl/gethost.pl';
+require './perl/generic.pl';
 
 $VERSION = "1.4.2";
 $| = 1;


Bug#837267: cfingerd: FTBFS: install: cannot stat 'src/cfingerd': No such file or directory

2016-09-10 Thread Lucas Nussbaum
Source: cfingerd
Version: 1.4.3-3.1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160910 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  fakeroot debian/rules binary
> rm -rf debian/tmp
> rm -f debian/{files,substvars}
> test -f stamp-build || /usr/bin/make -f debian/rules build
> install -g root -o root -m 755 -d debian/tmp/DEBIAN
> chmod -R g-ws debian/tmp
> install -g root -o root -m 755 debian/{preinst,postinst,prerm,postrm} 
> debian/tmp/DEBIAN/
> install -g root -o root -m 644 debian/conffiles debian/tmp/DEBIAN/
> #
> install -g root -o root -m 755 -d debian/tmp/usr/share/doc/cfingerd
> install -g root -o root -m 644 debian/copyright 
> debian/tmp/usr/share/doc/cfingerd/copyright
> install -g root -o root -m 644 debian/changelog 
> debian/tmp/usr/share/doc/cfingerd/changelog.Debian
> install -g root -o root -m 644 CREDITS FAQ RECOMMEND TODO 
> debian/tmp/usr/share/doc/cfingerd
> install -g root -o root -m 644 CHANGES 
> debian/tmp/usr/share/doc/cfingerd/changelog
> install -g root -o root -m 644 README debian/tmp/usr/share/doc/cfingerd/readme
> gzip -9f debian/tmp/usr/share/doc/cfingerd/{changelog.Debian,changelog}
> gzip -9f debian/tmp/usr/share/doc/cfingerd/{readme,CREDITS,FAQ,RECOMMEND,TODO}
> #
> install -g root -o root -m 755 -d debian/tmp/usr/sbin
> install -g root -o root -m 755 -s src/cfingerd debian/tmp/usr/sbin
> install: cannot stat 'src/cfingerd': No such file or directory
> debian/rules:60: recipe for target 'binary-arch' failed
> make: *** [binary-arch] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2016/09/10/cfingerd_1.4.3-3.1_unstable.log
(That DNS record was just updated. Use
http://ec2-52-58-237-241.eu-central-1.compute.amazonaws.com if it
doesn't work)

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.