Your message dated Thu, 09 Oct 2014 12:27:40 +0200
with message-id <[email protected]>
and subject line fixed in 2.2.5+dfsg-0.1
has caused the Debian Bug report #761747,
regarding freeradius: libtool split: package needs a b-d on libtool-bin (or
avoid using the libtool binary)
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 [email protected]
immediately.)
--
761747: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761747
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:freeradius
Version: 2.1.12+dfsg-1.3
Severity: wishlist
User: [email protected]
Usertags: libtool-split
As part of the effort to cross-build the archive, the libtool package
needs a split into an architecture independent part and an
architecture dpendent part (the latter only consisting of the libtool
binary). The split is already done for jessie/sid, but to enable the
cross buildability, the dependency in libtool on libtool-bin needs to
be removed, and libtool-bin needs to depend on libtool instead.
The vast majority of packages using libtool via automake don't need
the libtool binary, and thus no changes in the build dependencies, however
about 60 source packages are using libtool directly, and need changes.
- some packages just check for the libtool binary, and then don't
use it for the build (but are using libtoolize instead). Such
usages are seen in a script called buildcheck.sh, and sometimes
in autogen.sh scripts. The solution for these cases is to patch
these scripts to check for libtoolize instead of libtool, and
not to introduce the new build dependency.
- other packages just need the additional build dependency on
libtool-bin.
To test your packages with the libtool-bin package removed, please use
the binaries found at
deb https://people.debian.org/~doko/tmp/20140820 ./
It is not clear, if all of these changes can be done in time for
the jessie release, but it would be nice to have to be able to
cross-build more packages in jessie.
For questions and help please email the debian-cross ML.
For additional pointers please see
https://lists.debian.org/debian-devel-announce/2014/08/msg00013.html
and some discussion in the orignal issue filed for libtool (#682045).
The full build log can be found at:
http://people.debian.org/~doko/logs/20140912/failed-libtool/freeradius_2.1.12+dfsg-1.3_unstable_jdk-libtool.log
The last lines of the build log are at the end of this report.
[...]
rlm_dbm.c: In function 'sm_parse_user':
rlm_dbm.c:175:13: warning: assignment discards 'const' qualifier from pointer
target type
k.dptr = username;
^
rlm_dbm.c:209:29: warning: passing argument 2 of 'paircompare' discards 'const'
qualifier from pointer target type
if ( paircompare(req, request, vp, reply ) == 0 ) {
^
In file included from rlm_dbm.c:27:0:
/«BUILDDIR»/freeradius-2.1.12+dfsg/src/freeradius-devel/radiusd.h:580:6:
note: expected 'struct VALUE_PAIR *' but argument is of type 'const struct
VALUE_PAIR *'
int paircompare(REQUEST *req, VALUE_PAIR *request, VALUE_PAIR *check,
^
mode=link gcc -release 2.1.12 \
-module -export-dynamic -Wl,-z,relro -o rlm_dbm.la \
-rpath /usr/lib/freeradius rlm_dbm.lo rlm_dbm.c
/«BUILDDIR»/freeradius-2.1.12+dfsg/src/lib/libfreeradius-radius.la
-lgdbm_compat -lnsl -lresolv -lpthread
gcc: error: 2.1.12: No such file or directory
gcc: error: /usr/lib/freeradius: No such file or directory
gcc: error: rlm_dbm.lo: No such file or directory
gcc: error:
/«BUILDDIR»/freeradius-2.1.12+dfsg/src/lib/libfreeradius-radius.la: No such
file or directory
gcc: error: unrecognized command line option '-release'
gcc: error: unrecognized command line option '-module'
gcc: error: unrecognized command line option '-rpath'
make[7]: [rlm_dbm.la] Error 1 (ignored)
../rules.mak:124: recipe for target 'rlm_dbm.la' failed
mode=compile gcc -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -D_FORTIFY_SOURCE=2 -Wall -D_GNU_SOURCE -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -W -Wredundant-decls -Wundef
-I/«BUILDDIR»/freeradius-2.1.12+dfsg/src -DHAVE_GDBMNDBM_H -c
rlm_dbm_parser.c
rlm_dbm_parser.c: In function 'storecontent':
rlm_dbm_parser.c:157:9: warning: assignment discards 'const' qualifier from
pointer target type
k.dptr = username;
^
make[7]: *** No rule to make target
'/«BUILDDIR»/freeradius-2.1.12+dfsg/src/lib/libfreeradius-radius.la', needed
by 'rlm_dbm_parser'. Stop.
make[6]: *** [rlm_dbm] Error 2
make[7]: Leaving directory
'/«BUILDDIR»/freeradius-2.1.12+dfsg/src/modules/rlm_dbm'
Makefile:37: recipe for target 'rlm_dbm' failed
make[6]: Leaving directory '/«BUILDDIR»/freeradius-2.1.12+dfsg/src/modules'
make[5]: *** [all] Error 2
make[4]: *** [modules] Error 2
Makefile:12: recipe for target 'all' failed
make[5]: Leaving directory '/«BUILDDIR»/freeradius-2.1.12+dfsg/src/modules'
Makefile:39: recipe for target 'modules' failed
make[4]: Leaving directory '/«BUILDDIR»/freeradius-2.1.12+dfsg/src'
make[3]: *** [all] Error 2
make[2]: *** [src] Error 2
Makefile:14: recipe for target 'all' failed
make[3]: Leaving directory '/«BUILDDIR»/freeradius-2.1.12+dfsg/src'
Makefile:96: recipe for target 'src' failed
make[2]: Leaving directory '/«BUILDDIR»/freeradius-2.1.12+dfsg'
make[1]: *** [all] Error 2
Makefile:18: recipe for target 'all' failed
make[1]: Leaving directory '/«BUILDDIR»/freeradius-2.1.12+dfsg'
make: *** [build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Version: 2.2.5+dfsg-0.1
--- End Message ---