Your message dated Mon, 16 Nov 2015 07:48:51 +0000
with message-id <e1zyewx-0005lk...@franck.debian.org>
and subject line Bug#804440: fixed in coturn 4.5.0.3-1
has caused the Debian Bug report #804440,
regarding coturn: FTBFS: implicit declaration of function 'SSLv3_server_method'
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.)


-- 
804440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804440
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: coturn
Version: 4.5.0.2-3
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

coturn fails to build from source in unstable/amd64:

  [..]

  cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fPIE
  -fstack-protector-strong -Wformat -Werror=format-security -g  -Wall
  -Wno-deprecated-declarations -Wextra -Wformat-security
  -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
  -Wpointer-arith -Wcast-qual -I/usr/include -I/usr/include/
  -I/usr/local/include -g -O2 -fPIE -fstack-protector-strong -Wformat
  -Werror=format-security -DTURN_HAS_DAEMON       -DINSTALL_PREFIX=/usr
  -DTURNDB=/var/lib/turn/turndb -Isrc -Isrc/apps/common -Isrc/server
  -Isrc/client -Isrc/client++ -I/usr/include/ -I/usr/local/include/ 
  src/apps/stunclient/stunclient.c src/apps/common/apputils.c
  src/apps/common/ns_turn_utils.c src/apps/common/stun_buffer.c -o
  bin/turnutils_stunclient -Llib -lturnclient -Llib -fPIE -pie
  -Wl,-z,relro -Wl,-z,now -fPIE -pie -Wl,-z,relro -Wl,-z,now -L/usr/lib/
  -L/usr/local/lib/ -lrt -lnsl -lresolv -pthread -lcrypto -lssl
  -levent_core -levent_extra -levent_openssl -levent_pthreads -lsqlite3  
  src/apps/common/apputils.c: In function 'turn_get_method':
  src/apps/common/apputils.c:1041:17: warning: implicit declaration of
  function 'SSLv3_server_method' [-Wimplicit-function-declaration]
      if(method == SSLv3_server_method()) {
                   ^
  src/apps/common/apputils.c:1041:4: warning: nested extern declaration
  of 'SSLv3_server_method' [-Wnested-externs]
      if(method == SSLv3_server_method()) {
      ^
  src/apps/common/apputils.c:1041:14: warning: comparison between
  pointer and integer
      if(method == SSLv3_server_method()) {
                ^
  src/apps/common/apputils.c:1043:24: warning: implicit declaration of
  function 'SSLv3_client_method' [-Wimplicit-function-declaration]
      } else if(method == SSLv3_client_method()) {
                          ^
  src/apps/common/apputils.c:1043:4: warning: nested extern declaration
  of 'SSLv3_client_method' [-Wnested-externs]
      } else if(method == SSLv3_client_method()) {
      ^
  src/apps/common/apputils.c:1043:21: warning: comparison between
  pointer and integer
      } else if(method == SSLv3_client_method()) {
                       ^
  /tmp/cczIqc5U.o: In function `turn_get_method':
  /build/coturn-4.5.0.2/src/apps/common/apputils.c:1041: undefined
  reference to `SSLv3_server_method'
  /build/coturn-4.5.0.2/src/apps/common/apputils.c:1043: undefined
  reference to `SSLv3_client_method'
  collect2: error: ld returned 1 exit status
  Makefile:112: recipe for target 'bin/turnutils_stunclient' failed
  make[1]: *** [bin/turnutils_stunclient] Error 1
  make[1]: Leaving directory '/build/coturn-4.5.0.2'
  dh_auto_build: make -j1 returned exit code 2
  debian/rules:20: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

The full build log is attached or can be viewed here:

    
https://reproducible.debian.net/logs/unstable/amd64/coturn_4.5.0.2-3.build1.log.gz


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: coturn.4.5.0.2-3.unstable.amd64.log.txt.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: coturn
Source-Version: 4.5.0.3-1

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

Debian distribution maintenance software
pp.
Oleg Moskalenko <mom040...@gmail.com> (supplier of updated coturn 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sun, 15 Nov 2015 23:38:46 -0800
Source: coturn
Binary: coturn
Architecture: source amd64
Version: 4.5.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Oleg Moskalenko <mom040...@gmail.com>
Description:
 coturn     - TURN and STUN server for VoIP
Closes: 804440
Changes:
 coturn (4.5.0.3-1) unstable; urgency=medium
 .
   * SSLv3 support removed, closes: #804440
Checksums-Sha1:
 9f82705106e211788b2784192f88c8a6a2b86f00 1751 coturn_4.5.0.3-1.dsc
 a03014ef7f1bbdbb6e555d1740181b66e60611d4 383702 coturn_4.5.0.3.orig.tar.gz
 0b10d8dc025a0664aa3b7022fdb3fd1552f917c2 9044 coturn_4.5.0.3-1.debian.tar.xz
 983347a73de2a31bdc59a3d5cd7325e83a5c9b0e 313624 coturn_4.5.0.3-1_amd64.deb
Checksums-Sha256:
 dbf59964a556864a214f79f73a09e8a8e1d891061e6a73c23419869b040f1946 1751 
coturn_4.5.0.3-1.dsc
 78726712058dcabb6df670fe02a51f9b30b4d82028d4dfa4f4bb0800c5924f83 383702 
coturn_4.5.0.3.orig.tar.gz
 eb2c0fc53e7acb721b2108765b15d73be6f9f36a452ed65f452766caee76c316 9044 
coturn_4.5.0.3-1.debian.tar.xz
 b0965ff6de2ae61e940ab11a1bf7e8937e94ca55b2a1109f6a02b23d2ba6821c 313624 
coturn_4.5.0.3-1_amd64.deb
Files:
 0352f5e181d7da549e956ed06d1f241f 1751 net extra coturn_4.5.0.3-1.dsc
 7af572e07132a373b7fad24fc3604b12 383702 net extra coturn_4.5.0.3.orig.tar.gz
 39e4b557c6d0c6d0ba37e0b6cd3a9982 9044 net extra coturn_4.5.0.3-1.debian.tar.xz
 2e7251cddd184732dc644992e1daea16 313624 net extra coturn_4.5.0.3-1_amd64.deb

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

iQEcBAEBCgAGBQJWSYlUAAoJEAMGIiRcHlm0vGQH/Aj3mSoEocFjV4QvSSU/Y9no
LvVXAzYYfebFnFDKLSATcknky/p8tzJCdr3ffpjmpCr9nTxoA96bXFPymEJ8s54I
N9Qyr9Ll1o4r+SeUFmIsTp1xPqwX/liYy4fT+9uGT64/kNwUo9oKKrzVaVGIUrXv
MHCt7shM3XJbZoFLnH8stNg103GTN6vn5tFyqD0h1zJ346gDXsjXy7rBVX/26y+9
1gExCPdZToiiHkwu0dQlOTf2/lHX3BuQ33cRhKXs2EJ+DlGzuCi2vo45lJ2ADlIA
MOafQc0C7+cIJ/iGzCPOdI+Lh9XcGecJC0oTGt/Q0NiRaZTJYnlxfq5wNb8ZEv8=
=OknR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to