Bug#924123: shishi seems to be fixed upstream (in git)

2019-04-07 Thread Andreas Henriksson
Control: tags -1 + fixed-upstream

Greetings from Gothenburg BSP.

Upstream seems to have adressed this (and many other issues) in their
git repository (but there hasn't been any new releases for years):
http://git.savannah.gnu.org/gitweb/?p=shishi.git;a=commitdiff;h=07cd137bf79af3b9abfe08ff55c36a0c6785e733;hp=cbc4c1ca3f8af8ac80248aab5b06244d5df5fda3

Regards,
Andreas Henriksson

___
Help-shishi mailing list
Help-shishi@gnu.org
https://lists.gnu.org/mailman/listinfo/help-shishi


Bug#924123: marked as done (shishi: FTBFS with pam >= 1.3)

2019-04-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Apr 2019 11:48:56 +
with message-id 
and subject line Bug#924123: fixed in shishi 1.0.2-6.2
has caused the Debian Bug report #924123,
regarding shishi: FTBFS with pam >= 1.3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
924123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924123
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:shishi
Version: 1.0.2-6.1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
test -x debian/rules
mkdir -p "."
CDBS WARNING:DEB_DH_STRIP_ARGS is deprecated since 0.4.85
CDBS WARNING:DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
set -e;   mv ./build-aux/config.guess ./build-aux/config.guess.cdbs-orig; cp 
--remove-destination /usr/share/misc/config.guess ./build-aux/config.guess;
set -e;   mv ./build-aux/config.sub ./build-aux/config.sub.cdbs-orig; cp 
--remove-destination /usr/share/misc/config.sub ./build-aux/config.sub;
dh_autoreconf 
Copying file build-aux/config.rpath
Copying file m4/codeset.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4

[... snipped ...]

gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
if test "$?" = "0"; then \
  if test "x" = "x1"; then \
mkhtml_options="$mkhtml_options --verbose"; \
  fi; \
fi; \
gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
if test "$?" = "0"; then \
  mkhtml_options="$mkhtml_options --path=\"/<>/doc/reference\""; \
fi; \
cd html && gtkdoc-mkhtml $mkhtml_options  shishi ../shishi-docs.sgml
gtkdoc-fixxref --module=shishi --module-dir=html 
--html-dir=/usr/share/gtk-doc/html 
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
touch html-build.stamp
make[4]: Leaving directory '/<>/doc/reference'
make[3]: Leaving directory '/<>/doc'
Making all in extra
make[3]: Entering directory '/<>/extra'
Making all in pam_shishi
make[4]: Entering directory '/<>/extra/pam_shishi'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..  -I../../gl -I../../lib -I../../gl -I../../lib -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o pam_shishi.lo 
pam_shishi.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../lib 
-I../../gl -I../../lib -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c pam_shishi.c  -fPIC -DPIC -o .libs/pam_shishi.o
pam_shishi.c: In function 'pam_sm_authenticate':
pam_shishi.c:185:48: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
   pam_set_data (pamh, "shishi_setcred_return", (void *) retval, NULL);
^
pam_shishi.c:127:7: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
   asprintf ((char **) &msg[0].msg, "Password for `%s@%s': ",
   ^~
   shishi_principal_default (h), shishi_realm_default (h));
   ~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../lib 
-I../../gl -I../../lib -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c pam_shishi.c -o pam_shishi.o >/dev/null 2>&1
make[4]: *** [Makefile:1359: pam_shishi.lo] Error 1
make[4]: Leaving directory '/<>/extra/pam_shishi'
make[3]: *** [Makefile:1272: all-recursive] Error 1
make[3]: Leaving directory '/<>/extra'
make[2]: *** [Makefile:1440: all-recursive] Error 1
make[2]: Leaving directory '/<>'
make[1]: *** [Makefile:1301: all] Error 2
make[1]: Leaving directory '/<>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/shishi.html

where you can get a full build log if you need it.

If this is really a bug in one o

shishi_1.0.2-6.2_source.changes ACCEPTED into unstable

2019-04-07 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 07 Apr 2019 13:26:04 +0200
Source: shishi
Architecture: source
Version: 1.0.2-6.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Shishi Team 
Changed-By: Andreas Henriksson 
Closes: 924123
Changes:
 shishi (1.0.2-6.2) unstable; urgency=medium
 .
   * Non-maintainer upload with greeting from Gothenburg BSP.
   * Add debian/patches/portability-changes.diff (Closes: #924123)
Checksums-Sha1:
 e6354282a84447a8732798c2bfd934f4fbe56374 2620 shishi_1.0.2-6.2.dsc
 5bf10d22efbb4cc6fb4e5f833b62853b6d0c9725 70536 shishi_1.0.2-6.2.debian.tar.xz
 7798957174a01eaa2aa846398817570f188b9dd7 12050 shishi_1.0.2-6.2_amd64.buildinfo
Checksums-Sha256:
 267d1fc03ada6d21219b384321c38a38b9c03ee4c837b9a9e4ad6c3df7c99141 2620 
shishi_1.0.2-6.2.dsc
 868f9e8b717c3610a4ee8953ffaec9270d5ac31082271df0d1579df1f34232c1 70536 
shishi_1.0.2-6.2.debian.tar.xz
 2c970c5450bcf2c93e2a131f308684fec4510011972d74faabb0ee97831225e1 12050 
shishi_1.0.2-6.2_amd64.buildinfo
Files:
 c424fbc14c79e80d70b2ba22e6ce571f 2620 net extra shishi_1.0.2-6.2.dsc
 6c29df01d4ca07556d7c9524d8763475 70536 net extra shishi_1.0.2-6.2.debian.tar.xz
 e768b31f7cfcd48f014f27745ff55f9e 12050 net extra 
shishi_1.0.2-6.2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAlyp4QERHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwaZ0g/+J+ALBLlRA0uwh01L/diEAv6vlSxPfpWV
+dsPEJ0XlojC2uTaC4w4Cjfx42hjod8nTY8YR0ozs/ENvUA8Kmaqb8lAbCqXlq9c
xslEVEk8LPDXim5a1198+6Kox1sx5qNL6pOBvkC1za15xTxaeEnbhFgvj6EaJQL0
5wi7pcr59OC0HM4huVsgKjiQ4mhRrEZDv5dldnX4VWuoYm5wMZSqSVRuOpShbNGN
dLDh+oEJGUjVECvTRymmGi3sFjAnH9ruRzVks5KJTB1Eh3dky2iincYW3254gdeq
NMtGeBL58RlO5bEoF4tAFzId3EwxHf/o6lkKwylarNxWx2UpBNiTTRN44DHyIekx
3HPzaXKn5FJIOxpzvRHpAunN9XJHn6opCWL28I2f+VfV73rIl8oEgMIyB0fRxlBV
JBENd2DLchmW8ewZkLTJD95PwJ9+ae6ShcF3uyHM8GamHddIpqg6SMK5fN5B03SR
O+ibz3eKDEMXOoh53dLTd+o3ZH1tK3XwXo4g4ZUCwqgZKQ2y8kcva9EJft8t4yB+
fWXzblwTwCLBi2d6c258rtVuJOrnKqymPgcHCVCz+GUKEFg/gCt6IIouumeSt2TI
BfVkMFeVf/r3fElJjXvRjTLmwyDEmeVYi5Bx2yy7uf4KkSCvQ2ttq9fMwVzxfESA
Z9PYHCwXQlw=
=R8rO
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Help-shishi mailing list
Help-shishi@gnu.org
https://lists.gnu.org/mailman/listinfo/help-shishi


Processing of shishi_1.0.2-6.2_source.changes

2019-04-07 Thread Debian FTP Masters
shishi_1.0.2-6.2_source.changes uploaded successfully to localhost
along with the files:
  shishi_1.0.2-6.2.dsc
  shishi_1.0.2-6.2.debian.tar.xz
  shishi_1.0.2-6.2_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Help-shishi mailing list
Help-shishi@gnu.org
https://lists.gnu.org/mailman/listinfo/help-shishi


Processed: shishi seems to be fixed upstream (in git)

2019-04-07 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + fixed-upstream
Bug #924123 [src:shishi] shishi: FTBFS with pam >= 1.3
Added tag(s) fixed-upstream.

-- 
924123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924123
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Help-shishi mailing list
Help-shishi@gnu.org
https://lists.gnu.org/mailman/listinfo/help-shishi