Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677478 - net-analyzer/postal-0.72 : removal / tcp.cpp:181:15: error: SSLv2_client_method was not declared in this scope
Summary: net-analyzer/postal-0.72 : removal / tcp.cpp:181:15: error: SSLv2_client_meth...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2019-04-20
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2019-02-08 08:46 UTC by Toralf Förster
Modified: 2019-04-20 08:10 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.92 KB, text/plain)
2019-02-08 08:46 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,216.18 KB, text/plain)
2019-02-08 08:46 UTC, Toralf Förster
Details
environment (environment,85.07 KB, text/plain)
2019-02-08 08:46 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.53 KB, application/x-bzip)
2019-02-08 08:46 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.58 KB, application/x-bzip)
2019-02-08 08:46 UTC, Toralf Förster
Details
net-analyzer:postal-0.72:20190208-004022.log (net-analyzer:postal-0.72:20190208-004022.log,6.62 KB, text/plain)
2019-02-08 08:46 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.69 KB, application/x-bzip)
2019-02-08 08:46 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-02-08 08:46:24 UTC
x86_64-pc-linux-gnu-g++  -O2 -pipe -march=native -Wall -W -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual -pedantic -Woverloaded-virtual -ffor-scope -c tcp.cpp
tcp.cpp: In member function ‘int tcp::ConnectTLS()’:
tcp.cpp:181:15: error: ‘SSLv2_client_method’ was not declared in this scope
   m_sslMeth = SSLv2_client_method();
               ^~~~~~~~~~~~~~~~~~~
tcp.cpp:181:15: note: suggested alternative: ‘SSLv23_client_method’

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_20190203-172806

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7 (uninstalled)
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.32.0 *



emerge -qpvO net-analyzer/postal
[ebuild  N    ] net-analyzer/postal-0.72  USE="ssl -gnutls"
Comment 1 Toralf Förster gentoo-dev 2019-02-08 08:46:27 UTC
Created attachment 564170 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-02-08 08:46:30 UTC
Created attachment 564172 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-02-08 08:46:34 UTC
Created attachment 564174 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-02-08 08:46:37 UTC
Created attachment 564176 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-02-08 08:46:40 UTC
Created attachment 564178 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-02-08 08:46:43 UTC
Created attachment 564180 [details]
net-analyzer:postal-0.72:20190208-004022.log
Comment 7 Toralf Förster gentoo-dev 2019-02-08 08:46:46 UTC
Created attachment 564182 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-03-21 14:47:20 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ef0a1dfbb6c39c195d2b44abfd3225b2e99353

commit 79ef0a1dfbb6c39c195d2b44abfd3225b2e99353
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-03-21 14:46:12 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-03-21 14:46:12 +0000

    package.mask: Next openssl-1.1+ batch
    
    Bug: https://bugs.gentoo.org/676008
    Bug: https://bugs.gentoo.org/676938
    Bug: https://bugs.gentoo.org/677478
    Bug: https://bugs.gentoo.org/675012
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask | 10 ++++++++++
 1 file changed, 10 insertions(+)
Comment 9 Larry the Git Cow gentoo-dev 2019-04-20 08:10:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56767f1e73755bc229834f9f719ad5501a218029

commit 56767f1e73755bc229834f9f719ad5501a218029
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-04-20 08:07:39 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-04-20 08:07:39 +0000

    net-analyzer/postal: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/677478
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 net-analyzer/postal/Manifest                       |   1 -
 .../postal/files/01_postal-0.70-gcc43.patch        |  11 -
 .../postal/files/02_postal-0.72-nossl.patch        |  72 ------
 .../files/03_postal-0.70-c++0x-integrated.patch    | 270 ---------------------
 .../postal/files/04_postal-0.70-warnings.patch     |  17 --
 .../postal/files/05_postal-0.70-openssl-1.patch    |  30 ---
 .../postal/files/06_postal-0.70-ldflags.patch      |  27 ---
 net-analyzer/postal/metadata.xml                   |   5 -
 net-analyzer/postal/postal-0.72.ebuild             |  37 ---
 profiles/package.mask                              |   2 -
 10 files changed, 472 deletions(-)