[build-status: 76544] Log for successful build of pam-p11_0.1.2-3 (dist=unstable)
Build Daemon 2
buildd2 at linux-m32r.org
Sun Jun 10 11:46:46 JST 2007
Automatic build of pam-p11_0.1.2-3 on mappi005 by sbuild/m32r 0.53
Build started at 20070610-1130
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 316kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main pam-p11 0.1.2-3 (dsc) [607B]
Get:2 http://debian.linux-m32r.org 06_devonian/main pam-p11 0.1.2-3 (tar) [314kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main pam-p11 0.1.2-3 (diff) [1499B]
Fetched 316kB in 2s (125kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4.1), cdbs, libpam0g-dev, libp11-dev, libltdl3-dev
Checking for already installed source dependencies...
debhelper: already installed (5.0.49 >= 4.1 is satisfied)
cdbs: already installed (0.4.49)
libpam0g-dev: missing
libp11-dev: missing
libltdl3-dev: already installed (1.5.22-4)
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
libp11-0
The following NEW packages will be installed:
libp11-0 libp11-dev libpam0g-dev
0 upgraded, 3 newly installed, 0 to remove and 27 not upgraded.
Need to get 39.7kB/156kB of archives.
After unpacking 561kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libp11-0 libp11-dev libpam0g-dev
Authentication warning overridden.
Get:1 http://debian.linux-m32r.org 06_devonian/main libp11-0 0.2.2-2 [15.6kB]
Get:2 http://debian.linux-m32r.org 06_devonian/main libp11-dev 0.2.2-2 [24.2kB]
Fetched 39.7kB in 0s (113kB/s)
Selecting previously deselected package libp11-0.
(Reading database ... 60287 files and directories currently installed.)
Unpacking libp11-0 (from .../libp11-0_0.2.2-2_m32r.deb) ...
Selecting previously deselected package libp11-dev.
Unpacking libp11-dev (from .../libp11-dev_0.2.2-2_m32r.deb) ...
Selecting previously deselected package libpam0g-dev.
Unpacking libpam0g-dev (from .../libpam0g-dev_0.79-4_m32r.deb) ...
Setting up libp11-0 (0.2.2-2) ...
Setting up libp11-dev (0.2.2-2) ...
Setting up libpam0g-dev (0.79-4) ...
Checking correctness of source dependencies...
Kernel: Linux 2.6.20 m32r (m32r)
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.17-3 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
dpkg-source: extracting pam-p11 in pam-p11-0.1.2
dpkg-source: unpacking pam-p11_0.1.2.orig.tar.gz
dpkg-source: applying /debian/buildd2/build/pam-p11_0.1.2-3.diff.gz
dpkg-buildpackage: source package is pam-p11
dpkg-buildpackage: source version is 0.1.2-3
dpkg-buildpackage: source changed by Eric Dorland <eric at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 0.1.2-3
/usr/bin/fakeroot debian/rules clean
test -x debian/rules
test "`id -u`" = 0
for i in ./config.guess ./config.sub ; do \
if test -e $i.cdbs-orig ; then \
mv $i.cdbs-orig $i ; \
fi ; \
done
/usr/bin/make -C . -k distclean
make[1]: Entering directory `/build/buildd2/pam-p11-0.1.2'
make[1]: *** No rule to make target `distclean'.
make[1]: Leaving directory `/build/buildd2/pam-p11-0.1.2'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
rm -f debian/stamp-autotools-files
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
debian/rules build
test -x debian/rules
mkdir -p "."
echo 5 >debian/compat
if test -e /usr/share/misc/config.guess ; then \
for i in ./config.guess ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination /usr/share/misc/config.guess $i ; \
fi ; \
done ; \
fi
if test -e /usr/share/misc/config.sub ; then \
for i in ./config.sub ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination /usr/share/misc/config.sub $i ; \
fi ; \
done ; \
fi
touch debian/stamp-autotools-files
chmod a+x /build/buildd2/pam-p11-0.1.2/./configure
cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /build/buildd2/pam-p11-0.1.2/./configure --build=m32r-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/pam-p11" --disable-maintainer-mode --disable-dependency-tracking --srcdir=. --libdir=/lib
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
checking target system type... m32r-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... none
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc static flag works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for vprintf... yes
checking for _doprnt... no
checking for memset... yes
checking for strdup... yes
checking for strerror... yes
checking for pam_get_item in -lpam... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENSSL... yes
checking for LIBP11... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating aclocal/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
/usr/bin/make -C .
make[1]: Entering directory `/build/buildd2/pam-p11-0.1.2'
Making all in .
make[2]: Entering directory `/build/buildd2/pam-p11-0.1.2'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/build/buildd2/pam-p11-0.1.2'
Making all in aclocal
make[2]: Entering directory `/build/buildd2/pam-p11-0.1.2/aclocal'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/build/buildd2/pam-p11-0.1.2/aclocal'
Making all in src
make[2]: Entering directory `/build/buildd2/pam-p11-0.1.2/src'
/bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"pam_p11\ 0.1.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c -o pam_p11.lo pam_p11.c
mkdir .libs
cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" "-DPACKAGE_STRING=\"pam_p11 0.1.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c pam_p11.c -fPIC -DPIC -o .libs/pam_p11.o
cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" "-DPACKAGE_STRING=\"pam_p11 0.1.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c pam_p11.c -o pam_p11.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"pam_p11\ 0.1.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c -o base64.lo base64.c
cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" "-DPACKAGE_STRING=\"pam_p11 0.1.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c base64.c -fPIC -DPIC -o .libs/base64.o
cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" "-DPACKAGE_STRING=\"pam_p11 0.1.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c base64.c -o base64.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"pam_p11\ 0.1.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c -o match_openssh.lo match_openssh.c
cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" "-DPACKAGE_STRING=\"pam_p11 0.1.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c match_openssh.c -fPIC -DPIC -o .libs/match_openssh.o
match_openssh.c: In function 'ssh2_line_to_key':
match_openssh.c:154: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
match_openssh.c:154: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
match_openssh.c:154: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
match_openssh.c:154: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
match_openssh.c:154: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
match_openssh.c:154: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
match_openssh.c:154: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
match_openssh.c:154: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" "-DPACKAGE_STRING=\"pam_p11 0.1.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c match_openssh.c -o match_openssh.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -fno-strict-aliasing -g -Wall -O2 -module -avoid-version -o pam_p11_openssh.la -rpath /lib pam_p11.lo base64.lo match_openssh.lo -lssl -lcrypto -lp11 -lpam
cc -shared .libs/pam_p11.o .libs/base64.o .libs/match_openssh.o -lssl -lcrypto /usr/lib/libp11.so -lpam -Wl,-soname -Wl,pam_p11_openssh.so -o .libs/pam_p11_openssh.so
ar cru .libs/pam_p11_openssh.a pam_p11.o base64.o match_openssh.o
ranlib .libs/pam_p11_openssh.a
creating pam_p11_openssh.la
(cd .libs && rm -f pam_p11_openssh.la && ln -s ../pam_p11_openssh.la pam_p11_openssh.la)
/bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"pam_p11\ 0.1.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c -o match_opensc.lo match_opensc.c
cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" "-DPACKAGE_STRING=\"pam_p11 0.1.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c match_opensc.c -fPIC -DPIC -o .libs/match_opensc.o
cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" "-DPACKAGE_STRING=\"pam_p11 0.1.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c match_opensc.c -o match_opensc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -fno-strict-aliasing -g -Wall -O2 -module -avoid-version -o pam_p11_opensc.la -rpath /lib pam_p11.lo match_opensc.lo -lssl -lcrypto -lp11 -lpam
cc -shared .libs/pam_p11.o .libs/match_opensc.o -lssl -lcrypto /usr/lib/libp11.so -lpam -Wl,-soname -Wl,pam_p11_opensc.so -o .libs/pam_p11_opensc.so
ar cru .libs/pam_p11_opensc.a pam_p11.o match_opensc.o
ranlib .libs/pam_p11_opensc.a
creating pam_p11_opensc.la
(cd .libs && rm -f pam_p11_opensc.la && ln -s ../pam_p11_opensc.la pam_p11_opensc.la)
cc -DPACKAGE_NAME=\"pam_p11\" -DPACKAGE_TARNAME=\"pam_p11\" -DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"pam_p11\ 0.1.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pam_p11\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_LIBPAM=1 -I. -I. -Wall -fno-strict-aliasing -g -Wall -O2 -c test.c
test.c: In function 'main':
test.c:11: warning: passing argument 4 of 'pam_sm_authenticate' from incompatible pointer type
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -fno-strict-aliasing -g -Wall -O2 -module -avoid-version -o test test.o ./.libs/pam_p11_openssh.so -lpam
cc -Wall -fno-strict-aliasing -g -Wall -O2 -o test test.o ./.libs/pam_p11_openssh.so -lpam
make[2]: Leaving directory `/build/buildd2/pam-p11-0.1.2/src'
make[1]: Leaving directory `/build/buildd2/pam-p11-0.1.2'
touch debian/stamp-makefile-build
DEB_MAKE_CHECK_TARGET unset, not running checks
/usr/bin/fakeroot debian/rules binary-arch
test -x debian/rules
test "`id -u`" = 0
dh_clean -k
dh_installdirs -A
mkdir -p "."
if test -e /usr/share/misc/config.guess ; then \
for i in ./config.guess ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination /usr/share/misc/config.guess $i ; \
fi ; \
done ; \
fi
if test -e /usr/share/misc/config.sub ; then \
for i in ./config.sub ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination /usr/share/misc/config.sub $i ; \
fi ; \
done ; \
fi
DEB_MAKE_CHECK_TARGET unset, not running checks
/usr/bin/make -C . install DESTDIR=/build/buildd2/pam-p11-0.1.2/debian/libpam-p11/
make[1]: Entering directory `/build/buildd2/pam-p11-0.1.2'
Making install in .
make[2]: Entering directory `/build/buildd2/pam-p11-0.1.2'
make[3]: Entering directory `/build/buildd2/pam-p11-0.1.2'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd2/pam-p11-0.1.2'
make[2]: Leaving directory `/build/buildd2/pam-p11-0.1.2'
Making install in aclocal
make[2]: Entering directory `/build/buildd2/pam-p11-0.1.2/aclocal'
make[3]: Entering directory `/build/buildd2/pam-p11-0.1.2/aclocal'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd2/pam-p11-0.1.2/aclocal'
make[2]: Leaving directory `/build/buildd2/pam-p11-0.1.2/aclocal'
Making install in src
make[2]: Entering directory `/build/buildd2/pam-p11-0.1.2/src'
/build/buildd2/pam-p11-0.1.2/install-sh -d /build/buildd2/pam-p11-0.1.2/debian/libpam-p11///lib/security
/usr/bin/ginstall -c ../src/.libs/pam_p11_openssh.so /build/buildd2/pam-p11-0.1.2/debian/libpam-p11///lib/security
/usr/bin/ginstall -c ../src/.libs/pam_p11_opensc.so /build/buildd2/pam-p11-0.1.2/debian/libpam-p11///lib/security
make[2]: Leaving directory `/build/buildd2/pam-p11-0.1.2/src'
make[1]: Leaving directory `/build/buildd2/pam-p11-0.1.2'
dh_installdirs -plibpam-p11
dh_installdocs -plibpam-p11
dh_installexamples -plibpam-p11
dh_installman -plibpam-p11
dh_installinfo -plibpam-p11
dh_installmenu -plibpam-p11
dh_installcron -plibpam-p11
dh_installinit -plibpam-p11
dh_installdebconf -plibpam-p11
dh_installemacsen -plibpam-p11
dh_installcatalogs -plibpam-p11
dh_installpam -plibpam-p11
dh_installlogrotate -plibpam-p11
dh_installlogcheck -plibpam-p11
dh_installmime -plibpam-p11
dh_installchangelogs -plibpam-p11 doc/ChangeLog
dh_installudev -plibpam-p11
dh_install -plibpam-p11
dh_link -plibpam-p11
dh_strip -plibpam-p11
dh_compress -plibpam-p11
dh_fixperms -plibpam-p11
dh_makeshlibs -plibpam-p11
dh_installdeb -plibpam-p11
dh_perl -plibpam-p11
dh_shlibdeps -plibpam-p11
dh_gencontrol -plibpam-p11
dh_md5sums -plibpam-p11
dh_builddeb -plibpam-p11
dpkg-deb: building package `libpam-p11' in `../libpam-p11_0.1.2-3_m32r.deb'.
dpkg-genchanges -B
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20070610-1146
pam-p11_0.1.2-3_m32r.changes:
Format: 1.7
Date: Fri, 21 Jul 2006 23:22:44 -0400
Source: pam-p11
Binary: libpam-p11
Architecture: m32r
Version: 0.1.2-3
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland <eric at debian.org>
Changed-By: Eric Dorland <eric at debian.org>
Description:
libpam-p11 - PAM module for using PKCS#11 smart cards
Changes:
pam-p11 (0.1.2-3) unstable; urgency=low
.
* debian/watch: Update watchfile with new location.
* debian/control: Standards-Version to 3.7.2.1.
Files:
7f7c6f3a05c16e84f9f203f94cb7d1e9 19728 admin optional libpam-p11_0.1.2-3_m32r.deb
/debian/buildd2/build/chroot-unstable/build/buildd2/libpam-p11_0.1.2-3_m32r.deb:
new debian package, version 2.0.
size 19728 bytes: control archive= 940 bytes.
520 bytes, 15 lines control
949 bytes, 13 lines md5sums
Package: libpam-p11
Source: pam-p11
Version: 0.1.2-3
Architecture: m32r
Maintainer: Eric Dorland <eric at debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.3.5-1), libp11-0 (>> 0.2.2), libpam0g (>= 0.76), libssl0.9.8 (>= 0.9.8e-1)
Conflicts: libpam-opensc
Replaces: libpam-opensc
Provides: libpam-opensc
Section: admin
Priority: optional
Description: PAM module for using PKCS#11 smart cards
A Pluggable Authentication Module for PKCS#11 based smart
cards. Useful for enabling smart card based user login to a system.
/debian/buildd2/build/chroot-unstable/build/buildd2/libpam-p11_0.1.2-3_m32r.deb:
drwxr-xr-x root/root 0 2007-06-10 11:43 ./
drwxr-xr-x root/root 0 2007-06-10 11:42 ./usr/
drwxr-xr-x root/root 0 2007-06-10 11:42 ./usr/share/
drwxr-xr-x root/root 0 2007-06-10 11:42 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-06-10 11:44 ./usr/share/doc/libpam-p11/
-rw-r--r-- root/root 2621 2005-10-31 19:39 ./usr/share/doc/libpam-p11/MailingLists.html
-rw-r--r-- root/root 1258 2007-06-10 11:34 ./usr/share/doc/libpam-p11/copyright
-rw-r--r-- root/root 3588 2005-10-31 19:39 ./usr/share/doc/libpam-p11/AuthorsAndCredits.html
-rw-r--r-- root/root 1023 2005-10-31 19:39 ./usr/share/doc/libpam-p11/changelog.gz
-rw-r--r-- root/root 1666 2005-10-31 19:39 ./usr/share/doc/libpam-p11/ResourcesLinks.html
-rw-r--r-- root/root 5226 2005-10-31 19:39 ./usr/share/doc/libpam-p11/QuickStart.html
-rw-r--r-- root/root 633 2005-10-31 19:39 ./usr/share/doc/libpam-p11/OperatingSystems.html
-rw-r--r-- root/root 9985 2005-01-24 22:47 ./usr/share/doc/libpam-p11/trac.css
-rw-r--r-- root/root 2962 2005-10-31 19:39 ./usr/share/doc/libpam-p11/index.html
-rw-r--r-- root/root 371 2005-10-31 18:32 ./usr/share/doc/libpam-p11/README
-rw-r--r-- root/root 319 2007-06-10 11:34 ./usr/share/doc/libpam-p11/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-06-10 11:42 ./lib/
drwxr-xr-x root/root 0 2007-06-10 11:44 ./lib/security/
-rw-r--r-- root/root 11536 2007-06-10 11:44 ./lib/security/pam_p11_openssh.so
-rw-r--r-- root/root 9204 2007-06-10 11:44 ./lib/security/pam_p11_opensc.so
******************************************************************************
Built successfully
Purging /debian/buildd2/build/chroot-unstable/build/buildd2/pam-p11-0.1.2
------------------------------------------------------------------------------
(Reading database ... 60347 files and directories currently installed.)
Removing libp11-dev ...
Removing libp11-0 ...
Purging configuration files for libp11-0 ...
Removing libpam0g-dev ...
******************************************************************************
Finished at 20070610-1146
Build needed 00:11:46, 2504k disk space
More information about the build-status
mailing list