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

Bug#744642: marked as done (obexftp: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4)



Your message dated Mon, 11 Aug 2014 16:05:55 +0000
with message-id <E1XGs6d-00072a-UF@franck.debian.org>
and subject line Bug#727476: fixed in obexftp 0.23-4
has caused the Debian Bug report #727476,
regarding obexftp: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4
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 owner@bugs.debian.org
immediately.)


-- 
727476: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727476
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:obexftp
Version: 0.23-1.2
User: debian-devel@lists.debian.org
Usertags: autoreconf

The package fails to build on ppc64el (powerpc64le-linux-gnu), because
the config.{guess,sub} files are out of date, and are not updated during
the build.  If possible, please do not update these files directly,
but build-depend on autotools-dev instead, and use the tools provided
by autotools-dev to update these files.

  - For dh, call dh --with autoreconf.

  - For cdbs based build systems, include
    /usr/share/cdbs/1/rules/autoreconf.mk

  - For other rules files, call dh_autoreconf before calling
    configure (in the build or configure target), and call
    dh_autoreconf_clean before dh_clean in the clean target.

For combining autoreconf and autotools_dev, see bug #698765.

After the build on any architecture, and before a clean, a grep for
powerpc64le in the configure, aclocal.m4 and/or libtool.m4 file(s)
should print some lines. It is not enough to just update the
config.guess and config.sub files.

The full build log can be found at:
http://people.debian.org/~doko/logs/ppc64el-20140414/buildlog_ubuntu-trusty-ppc64el.obexftp_0.23-1.2ubuntu3_FAILEDTOBUILD.txt
The last lines of the build log are at the end of this report.

Please note that these builds were done in an Ubuntu development,
environment there may be a few false positives in these bug reports.

See https://wiki.debian.org/qa.debian.org/FTBFS for a guide how to
address these.

[...]
         ^
python_wrap.c: In function '_wrap_client_list':
python_wrap.c:3412:5: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness [-Wpointer-sign]
     resultobj = PyString_FromStringAndSize(arg1->buf_data, arg1->buf_size);
     ^
In file included from /usr/include/python2.7/Python.h:94:0,
                 from python_wrap.c:118:
/usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'uint8_t *'
 PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t);
                        ^
python_wrap.c:3388:9: warning: variable 'result' set but not used [-Wunused-but-set-variable]
   char *result = 0 ;
         ^
python_wrap.c: In function '_wrap_client_get_capability':
python_wrap.c:3457:5: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness [-Wpointer-sign]
     resultobj = PyString_FromStringAndSize(arg1->buf_data, arg1->buf_size);
     ^
In file included from /usr/include/python2.7/Python.h:94:0,
                 from python_wrap.c:118:
/usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'uint8_t *'
 PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t);
                        ^
python_wrap.c:3433:9: warning: variable 'result' set but not used [-Wunused-but-set-variable]
   char *result = 0 ;
         ^
powerpc64le-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-ppc64le-2.7/python_wrap.o -o build/lib.linux-ppc64le-2.7/obexftp/_obexftp.so -L../../obexftp/.libs -lobexftp -L../../multicobex/.libs -lmulticobex -L../../bfb/.libs -lbfb -lopenobex
make[4]: Leaving directory `/build/buildd/obexftp-0.23/swig/python'
Making all in ruby
make[4]: Entering directory `/build/buildd/obexftp-0.23/swig/ruby'
PREFIX=/usr /usr/bin/ruby extconf.rb --with-obexftp-include=../..
checking for OBEX_Init() in -lopenobex... yes
checking for bfb_io_open() in -lbfb... yes
checking for cobex_ctrans() in -lmulticobex... yes
checking for obexftp_open() in -lobexftp... no
obex libs not found
/usr/bin/make -fMakefile.ruby
make[5]: Entering directory `/build/buildd/obexftp-0.23/swig/ruby'
make[5]: Makefile.ruby: No such file or directory
make[5]: *** No rule to make target `Makefile.ruby'.  Stop.
make[5]: Leaving directory `/build/buildd/obexftp-0.23/swig/ruby'
make[4]: *** [obexftp.so] Error 2
make[4]: Leaving directory `/build/buildd/obexftp-0.23/swig/ruby'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/buildd/obexftp-0.23/swig'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/obexftp-0.23'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/obexftp-0.23'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: obexftp
Source-Version: 0.23-4

We believe that the bug you reported is fixed in the latest version of
obexftp, 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 727476@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gregoa@debian.org> (supplier of updated obexftp 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 11 Aug 2014 17:28:21 +0200
Source: obexftp
Binary: obexftp libbfb0 libbfb0-dev libmulticobex1 libmulticobex1-dev libobexftp0 libobexftp0-dev python-obexftp ruby-obexftp libobexftp-ruby libobexftp-perl
Architecture: source amd64 all
Version: 0.23-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: gregor herrmann <gregoa@debian.org>
Description:
 libbfb0    - bfb protocol library
 libbfb0-dev - bfb protocol library - development files
 libmulticobex1 - multi-protocol cable OBEX library
 libmulticobex1-dev - multi-protocol cable OBEX library - development files
 libobexftp-perl - perl binding to the object exchange file transfer library
 libobexftp-ruby - Transitional package for ruby-obexftp
 libobexftp0 - object exchange file transfer library
 libobexftp0-dev - object exchange file transfer library - development files
 obexftp    - file transfer utility for devices that use the OBEX protocol
 python-obexftp - Python binding to the object exchange file transfer library
 ruby-obexftp - ruby binding to the object exchange file transfer library
Closes: 727476 757754
Changes:
 obexftp (0.23-4) unstable; urgency=medium
 .
   * QA upload.
   * Fix "FTBFS: format not a string literal and no format arguments
     [-Werror=format-security]": add patch which adds a format argument.
     (Closes: #757754)
   * Build-depend on and use dh-autoreconf.
     (Closes: #727476)
Checksums-Sha1:
 2d0b170bb765a587424ed256647a25de353feb30 2526 obexftp_0.23-4.dsc
 f98a2a4e2ca33468f511e5fba5a6cae8b0d68cb8 9553 obexftp_0.23-4.diff.gz
 6af155bd4441ab669b676f022d0e449b2d7f6d61 11020 libobexftp-ruby_0.23-4_all.deb
Checksums-Sha256:
 d078a3cfc78ecfd668907df6511d2ee8dc925701e222e1aa83420a4153396852 2526 obexftp_0.23-4.dsc
 dae2cb3ea0f72dc93726be847e85a14ebba1765e9d10198b493b4f43db0d0cd4 9553 obexftp_0.23-4.diff.gz
 57b4770992aba013c2eb4813bd80af913780108a1aec39bd918b50231153e38a 11020 libobexftp-ruby_0.23-4_all.deb
Files:
 e8287eb8671619ea988b3bced23d00db 11020 oldlibs extra libobexftp-ruby_0.23-4_all.deb
 c6cb8db477fa8d8e03734f9d9e57f22a 2526 comm optional obexftp_0.23-4.dsc
 51d0633a37fc5225b392cd529a0083b5 9553 comm optional obexftp_0.23-4.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJT6OGvXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGZBoQAIVMK92gLc73JW05/cR7+9Ej
kxuz9tG7M0jJox6E9nZRSwP/lHmc+wjQlKgV1iZ++78z/sj5khGHK0YXCjCvDNRn
iKRG2VWn8v3kjgkfy/FlEx+WLoj8fSNyx1Qs0NMUlUSuzc1xeGBfkBg+tgYYvpGL
I488BTzqU3Zh9ZZjjbarpAouCDn8SoBzFUPjlB848PCdi8yGgX/3fi9Fn83Lg5Sw
9en+ea+GLMzs8IHpZqN+sQYpjTvhsxjWRdiI8I6x4A/l291peCsUFg+Vav6JV9gA
TJ0vaaEo5HzhpTRYv0HBW4dN/38jLkDPLjgOI5VASGvZVsSvlb0La84sxCsGzwHv
iOfuZWqn9neJsTNpjgeWLy5pVFrPExC6gBXSi1Kp+Ni9Kh4m7SByEkl3SPiwrA1N
mTQ+wwKKMObGI7q+HhvEiW1MlxCvt8UTc/QRynOMe0+3xYljJ7b3yRumW3eQybTj
Rg3svHu0scVQU/F8nb1OiH6W74STvqn6fqK8WT8OhBXkBrnOodgzMRUJz2ir+TNw
JmBqCjIGjtTLKbU0rpd1Ithcd27ZFwF19C+dA+1+eG7OGn6QV6dJv8GD0saNUHHf
IW4yzEy6fga4gzF1ldp58+zJ8sC5nKdzt99m8/NQ+eVhAoYZc+7w3IGJfov23IJI
Kd7uAnW8b8rTucWh2UXQ
=F9RL
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: