Bug#831918:

2016-08-08 Thread Gerrit Pape
On Thu, Aug 04, 2016 at 03:17:47PM +0200, Santiago Vila wrote:
> owner 831918 sanv...@debian.org
> thanks
> 
> I plan to make a QA upload to fix this.

Thank you!



Bug#831918:

2016-08-04 Thread Santiago Vila
owner 831918 sanv...@debian.org
thanks

I plan to make a QA upload to fix this.

Thanks.



Bug#831918: bglibs: FTBFS with dpkg-buildpackage -A: make: *** No rule to make target 'build-indep'. Stop.

2016-07-23 Thread Santiago Vila
tags 831918 + patch
thanks

The following patch should fix this bug.

Thanks.--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,8 @@ patch-stamp:
done
touch patch-stamp
 
+build-arch: build
+build-indep: build
 build: deb-checkdir build-stamp
 build-stamp: patch-stamp
-'$(CC)' -v
@@ -102,7 +104,7 @@ binary-arch: install-arch libbg'$(SO)'-dev.deb 
libbg'$(SO)'.deb
dpkg-gencontrol -isp -plibbg'$(SO)' -P'$(DIR)'
dpkg -b '$(DIR)' ..
 
-.PHONY: patch build clean binary-indep binary-arch binary install-indep \
+.PHONY: patch build build-arch build-indep clean binary-indep binary-arch 
binary install-indep \
  install-arch install
 
 include debian/implicit


Bug#831918: bumping severity to serious

2016-07-21 Thread Lucas Nussbaum
severity 831918 serious
severity 831921 serious
severity 831933 serious
severity 831944 serious
severity 831945 serious
severity 831950 serious
severity 831960 serious
severity 831961 serious
severity 831963 serious
thanks

Actually, after discussion on #830997, those bugs should really be
severity:serious as they are about a missing build-indep target in
debian/rules, which has been mandatory for some time.

Lucas



Bug#831918: bglibs: FTBFS with dpkg-buildpackage -A: make: *** No rule to make target 'build-indep'. Stop.

2016-07-20 Thread Lucas Nussbaum
Source: bglibs
Version: 1.106-1.1
Severity: important
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160720 qa-ftbfs qa-indep
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.  This rebuild was done by building only the architecture-independent
packages.  At the same time, a normal build succeeded, which points the
problem specifically to build-indep/binary-indep targets.


The specific error below usually happens when there is no build-indep target in
debian/rules.

If all the arch-independent packages are dummy transitional packages
released with jessie, the easy fix is to drop them now. If not, debian/rules
should be modified so that the build-indep and binary-indep target generates
the architecture independent packages (and only those).

After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work
properly, this package will be suitable to be uploaded in source-only form if
you wish.

I file this bug as severity: important, but Santiago Vila, who led this
effort (kudos to him), got approval from the release team to consider those
bugs RC for stretch. The severity will be increased to 'serious' shortly.
See #830997 for details.

Relevant part (hopefully):
>  debian/rules build-indep
> make: *** No rule to make target 'build-indep'.  Stop.

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/20/bglibs_1.106-1.1_unstable_archallonly.log

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.