help-shishi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Debian Bug Tracking System
Subject: Bug#924123: marked as done (shishi: FTBFS with pam >= 1.3)
Date: Sun, 07 Apr 2019 11:51:08 +0000

Your message dated Sun, 07 Apr 2019 11:48:56 +0000
with message-id <address@hidden>
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 address@hidden
immediately.)


-- 
924123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924123
Debian Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: shishi: FTBFS with gcc 8.3 Date: Sat, 09 Mar 2019 17:28:35 +0000
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=\"/<<PKGBUILDDIR>>/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 '/<<PKGBUILDDIR>>/doc/reference'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making all in extra
make[3]: Entering directory '/<<PKGBUILDDIR>>/extra'
Making all in pam_shishi
make[4]: Entering directory '/<<PKGBUILDDIR>>/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=/<<PKGBUILDDIR>>=. 
-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=/<<PKGBUILDDIR>>=. -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 address@hidden': ",
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   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=/<<PKGBUILDDIR>>=. -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 '/<<PKGBUILDDIR>>/extra/pam_shishi'
make[3]: *** [Makefile:1272: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/extra'
make[2]: *** [Makefile:1440: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:1301: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
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 of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message --- Subject: Bug#924123: fixed in shishi 1.0.2-6.2 Date: Sun, 07 Apr 2019 11:48:56 +0000
Source: shishi
Source-Version: 1.0.2-6.2

We believe that the bug you reported is fixed in the latest version of
shishi, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to address@hidden,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Henriksson <address@hidden> (supplier of updated shishi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing address@hidden)


-----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 <address@hidden>
Changed-By: Andreas Henriksson <address@hidden>
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-----

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]